Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Jul 21, 2024
1 parent 90a26bc commit a478cbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jhdf/src/test/java/io/jhdf/examples/WriteAttributesTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of jHDF. A pure Java library for accessing HDF5 files.
*
* http://jhdf.io
*
* Copyright (c) 2024 James Mudd
*
* MIT License see 'LICENSE' file
*/
package io.jhdf.examples;

import org.junit.jupiter.api.Test;
Expand Down
9 changes: 9 additions & 0 deletions jhdf/src/test/java/io/jhdf/examples/WriteHdf5Test.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of jHDF. A pure Java library for accessing HDF5 files.
*
* http://jhdf.io
*
* Copyright (c) 2024 James Mudd
*
* MIT License see 'LICENSE' file
*/
package io.jhdf.examples;

import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit a478cbf

Please sign in to comment.