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 /hl/c++ | |
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 'hl/c++')
-rw-r--r-- | hl/c++/Makefile.am | 1 | ||||
-rw-r--r-- | hl/c++/examples/Makefile.am | 1 | ||||
-rw-r--r-- | hl/c++/examples/ptExampleFL.cpp | 1 | ||||
-rw-r--r-- | hl/c++/src/H5PacketTable.cpp | 1 | ||||
-rw-r--r-- | hl/c++/src/H5PacketTable.h | 1 | ||||
-rw-r--r-- | hl/c++/src/Makefile.am | 1 | ||||
-rw-r--r-- | hl/c++/test/Makefile.am | 1 | ||||
-rw-r--r-- | hl/c++/test/ptableTest.cpp | 1 | ||||
-rw-r--r-- | hl/c++/test/ptableTest.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/hl/c++/Makefile.am b/hl/c++/Makefile.am index a2465b7..4bdab41 100644 --- a/hl/c++/Makefile.am +++ b/hl/c++/Makefile.am @@ -1,6 +1,5 @@ # # 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 diff --git a/hl/c++/examples/Makefile.am b/hl/c++/examples/Makefile.am index 04e5c06..a069065 100644 --- a/hl/c++/examples/Makefile.am +++ b/hl/c++/examples/Makefile.am @@ -1,6 +1,5 @@ # # 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 diff --git a/hl/c++/examples/ptExampleFL.cpp b/hl/c++/examples/ptExampleFL.cpp index 3e4a529..0e280f0 100644 --- a/hl/c++/examples/ptExampleFL.cpp +++ b/hl/c++/examples/ptExampleFL.cpp @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * diff --git a/hl/c++/src/H5PacketTable.cpp b/hl/c++/src/H5PacketTable.cpp index 086c702..4cd3c03 100644 --- a/hl/c++/src/H5PacketTable.cpp +++ b/hl/c++/src/H5PacketTable.cpp @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * diff --git a/hl/c++/src/H5PacketTable.h b/hl/c++/src/H5PacketTable.h index e395e5a..8ef5ac3 100644 --- a/hl/c++/src/H5PacketTable.h +++ b/hl/c++/src/H5PacketTable.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * diff --git a/hl/c++/src/Makefile.am b/hl/c++/src/Makefile.am index f10ee19..54fd52e 100644 --- a/hl/c++/src/Makefile.am +++ b/hl/c++/src/Makefile.am @@ -1,6 +1,5 @@ # # 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 diff --git a/hl/c++/test/Makefile.am b/hl/c++/test/Makefile.am index a6759f3..251d56a 100644 --- a/hl/c++/test/Makefile.am +++ b/hl/c++/test/Makefile.am @@ -1,6 +1,5 @@ # # 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 diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp index 31e5425..1807be6 100644 --- a/hl/c++/test/ptableTest.cpp +++ b/hl/c++/test/ptableTest.cpp @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * diff --git a/hl/c++/test/ptableTest.h b/hl/c++/test/ptableTest.h index 7504eb2..7c5ac35 100644 --- a/hl/c++/test/ptableTest.h +++ b/hl/c++/test/ptableTest.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * |