diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 04:33:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 04:33:12 (GMT) |
commit | f723c1df4235596b98d85c6cff2cb52ecdb39054 (patch) | |
tree | 238a320ea92e069286f93c3cca0e45f38a7309f2 /c++/test | |
parent | 28984e72446f54132e6fafc90babb52d9b5e7c9a (diff) | |
download | hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.zip hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.gz hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.bz2 |
Update copyright headers. (#2527)
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/H5srcdir_str.h.in | 1 | ||||
-rw-r--r-- | c++/test/Makefile.am | 1 | ||||
-rw-r--r-- | c++/test/dsets.cpp | 1 | ||||
-rw-r--r-- | c++/test/h5cpputil.cpp | 1 | ||||
-rw-r--r-- | c++/test/h5cpputil.h | 1 | ||||
-rw-r--r-- | c++/test/tarray.cpp | 1 | ||||
-rw-r--r-- | c++/test/tattr.cpp | 1 | ||||
-rw-r--r-- | c++/test/tcompound.cpp | 1 | ||||
-rw-r--r-- | c++/test/tdspl.cpp | 1 | ||||
-rw-r--r-- | c++/test/testhdf5.cpp | 1 | ||||
-rw-r--r-- | c++/test/tfile.cpp | 1 | ||||
-rw-r--r-- | c++/test/tfilter.cpp | 1 | ||||
-rw-r--r-- | c++/test/th5s.cpp | 1 | ||||
-rw-r--r-- | c++/test/titerate.cpp | 1 | ||||
-rw-r--r-- | c++/test/tobject.cpp | 1 | ||||
-rw-r--r-- | c++/test/trefer.cpp | 1 | ||||
-rw-r--r-- | c++/test/ttypes.cpp | 1 | ||||
-rw-r--r-- | c++/test/tvlstr.cpp | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/c++/test/H5srcdir_str.h.in b/c++/test/H5srcdir_str.h.in index 988c065..55280cd 100644 --- a/c++/test/H5srcdir_str.h.in +++ b/c++/test/H5srcdir_str.h.in @@ -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/c++/test/Makefile.am b/c++/test/Makefile.am index 0194b0e..d513d95 100644 --- a/c++/test/Makefile.am +++ b/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/c++/test/dsets.cpp b/c++/test/dsets.cpp index 9165076..7362624 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.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/c++/test/h5cpputil.cpp b/c++/test/h5cpputil.cpp index 78169b2..02805db 100644 --- a/c++/test/h5cpputil.cpp +++ b/c++/test/h5cpputil.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/c++/test/h5cpputil.h b/c++/test/h5cpputil.h index 444bc68..b1c8f87 100644 --- a/c++/test/h5cpputil.h +++ b/c++/test/h5cpputil.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/c++/test/tarray.cpp b/c++/test/tarray.cpp index 0edfe0e..d27c017 100644 --- a/c++/test/tarray.cpp +++ b/c++/test/tarray.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/c++/test/tattr.cpp b/c++/test/tattr.cpp index a463496..99126f3 100644 --- a/c++/test/tattr.cpp +++ b/c++/test/tattr.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/c++/test/tcompound.cpp b/c++/test/tcompound.cpp index 147c56e..0f1404c 100644 --- a/c++/test/tcompound.cpp +++ b/c++/test/tcompound.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/c++/test/tdspl.cpp b/c++/test/tdspl.cpp index 40c3540..56cc93e 100644 --- a/c++/test/tdspl.cpp +++ b/c++/test/tdspl.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/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index 71428ce..b771079 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.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/c++/test/tfile.cpp b/c++/test/tfile.cpp index 421a734..59d61dd 100644 --- a/c++/test/tfile.cpp +++ b/c++/test/tfile.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/c++/test/tfilter.cpp b/c++/test/tfilter.cpp index e89838c..ae414fd 100644 --- a/c++/test/tfilter.cpp +++ b/c++/test/tfilter.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/c++/test/th5s.cpp b/c++/test/th5s.cpp index 9952e68..892526f 100644 --- a/c++/test/th5s.cpp +++ b/c++/test/th5s.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/c++/test/titerate.cpp b/c++/test/titerate.cpp index 4c7a05f..8b3f761 100644 --- a/c++/test/titerate.cpp +++ b/c++/test/titerate.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/c++/test/tobject.cpp b/c++/test/tobject.cpp index 96389bf..9e463e6 100644 --- a/c++/test/tobject.cpp +++ b/c++/test/tobject.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/c++/test/trefer.cpp b/c++/test/trefer.cpp index 36e58b4..70b5b66 100644 --- a/c++/test/trefer.cpp +++ b/c++/test/trefer.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/c++/test/ttypes.cpp b/c++/test/ttypes.cpp index 5241efc..67588e2 100644 --- a/c++/test/ttypes.cpp +++ b/c++/test/ttypes.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/c++/test/tvlstr.cpp b/c++/test/tvlstr.cpp index d99a625..be5a48b 100644 --- a/c++/test/tvlstr.cpp +++ b/c++/test/tvlstr.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 * |