diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-11-01 21:02:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 21:02:27 (GMT) |
commit | 11dfa25910f08e70db336f125d52ef9586416017 (patch) | |
tree | 49b4576e96f5878175293e5eea5e72b65e7ac7ba /bin/make_err | |
parent | 71595e9ea3df2f1ecae4fc52cf31aa04813d3287 (diff) | |
download | hdf5-11dfa25910f08e70db336f125d52ef9586416017.zip hdf5-11dfa25910f08e70db336f125d52ef9586416017.tar.gz hdf5-11dfa25910f08e70db336f125d52ef9586416017.tar.bz2 |
Update copyright headers (#2184)
* Updated source file copyright headers to remove "Copyright by the Board of Trustees
of the University of Illinois", which is kept in the top-level COPYING file.
Diffstat (limited to 'bin/make_err')
-rwxr-xr-x | bin/make_err | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/make_err b/bin/make_err index f2b044a..31cb964 100755 --- a/bin/make_err +++ b/bin/make_err @@ -5,7 +5,6 @@ use warnings; # # Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including @@ -32,7 +31,6 @@ sub print_copyright ($) { print $fh "/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\n"; print $fh " * Copyright by The HDF Group. *\n"; - print $fh " * Copyright by the Board of Trustees of the University of Illinois. *\n"; print $fh " * All rights reserved. *\n"; print $fh " * *\n"; print $fh " * This file is part of HDF5. The full HDF5 copyright notice, including *\n"; |