Skip to content

Commit

Permalink
Add file header
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Jan 22, 2024
1 parent 74f8062 commit cea6379
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jhdf/src/main/java/io/jhdf/AbstractWritableNode.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of jHDF. A pure Java library for accessing HDF5 files.
*
* http://jhdf.io
*
* Copyright (c) 2023 James Mudd
*
* MIT License see 'LICENSE' file
*/

package io.jhdf;

import io.jhdf.api.Attribute;
Expand Down

0 comments on commit cea6379

Please sign in to comment.