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 /hl/src | |
parent | 28984e72446f54132e6fafc90babb52d9b5e7c9a (diff) | |
download | hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.zip hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.gz hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.bz2 |
Update copyright headers. (#2527)
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/H5DO.c | 1 | ||||
-rw-r--r-- | hl/src/H5DOpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5DS.c | 1 | ||||
-rw-r--r-- | hl/src/H5DSprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5DSpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5HLprivate2.h | 1 | ||||
-rw-r--r-- | hl/src/H5IM.c | 1 | ||||
-rw-r--r-- | hl/src/H5IMprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5IMpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5LD.c | 1 | ||||
-rw-r--r-- | hl/src/H5LDprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5LDpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5LT.c | 1 | ||||
-rw-r--r-- | hl/src/H5LTanalyze.c | 1 | ||||
-rw-r--r-- | hl/src/H5LTanalyze.l | 1 | ||||
-rw-r--r-- | hl/src/H5LTparse.y | 1 | ||||
-rw-r--r-- | hl/src/H5LTprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5LTpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5PT.c | 1 | ||||
-rw-r--r-- | hl/src/H5PTprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5PTpublic.h | 1 | ||||
-rw-r--r-- | hl/src/H5TB.c | 1 | ||||
-rw-r--r-- | hl/src/H5TBprivate.h | 1 | ||||
-rw-r--r-- | hl/src/H5TBpublic.h | 1 | ||||
-rw-r--r-- | hl/src/Makefile.am | 1 | ||||
-rw-r--r-- | hl/src/hdf5_hl.h | 1 |
26 files changed, 0 insertions, 26 deletions
diff --git a/hl/src/H5DO.c b/hl/src/H5DO.c index d58957f..580c6a1 100644 --- a/hl/src/H5DO.c +++ b/hl/src/H5DO.c @@ -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/src/H5DOpublic.h b/hl/src/H5DOpublic.h index 20f4c98..106eb28 100644 --- a/hl/src/H5DOpublic.h +++ b/hl/src/H5DOpublic.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/src/H5DS.c b/hl/src/H5DS.c index 164bc35..b1053dd 100644 --- a/hl/src/H5DS.c +++ b/hl/src/H5DS.c @@ -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/src/H5DSprivate.h b/hl/src/H5DSprivate.h index 0403a4c..d42746c 100644 --- a/hl/src/H5DSprivate.h +++ b/hl/src/H5DSprivate.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/src/H5DSpublic.h b/hl/src/H5DSpublic.h index 1f187c3..d2028ad 100644 --- a/hl/src/H5DSpublic.h +++ b/hl/src/H5DSpublic.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/src/H5HLprivate2.h b/hl/src/H5HLprivate2.h index c696b77..2bd8d01 100644 --- a/hl/src/H5HLprivate2.h +++ b/hl/src/H5HLprivate2.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/src/H5IM.c b/hl/src/H5IM.c index b01d1b3..aa12315 100644 --- a/hl/src/H5IM.c +++ b/hl/src/H5IM.c @@ -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/src/H5IMprivate.h b/hl/src/H5IMprivate.h index 3570ea3..29d2669 100644 --- a/hl/src/H5IMprivate.h +++ b/hl/src/H5IMprivate.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/src/H5IMpublic.h b/hl/src/H5IMpublic.h index bccf3c4..81dbb62 100644 --- a/hl/src/H5IMpublic.h +++ b/hl/src/H5IMpublic.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/src/H5LD.c b/hl/src/H5LD.c index 0cbf65d..30257f6 100644 --- a/hl/src/H5LD.c +++ b/hl/src/H5LD.c @@ -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/src/H5LDprivate.h b/hl/src/H5LDprivate.h index 862e5b7..639cdce 100644 --- a/hl/src/H5LDprivate.h +++ b/hl/src/H5LDprivate.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/src/H5LDpublic.h b/hl/src/H5LDpublic.h index 363b59c..830b488 100644 --- a/hl/src/H5LDpublic.h +++ b/hl/src/H5LDpublic.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/src/H5LT.c b/hl/src/H5LT.c index 2346821..96f196b 100644 --- a/hl/src/H5LT.c +++ b/hl/src/H5LT.c @@ -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/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c index 875a37a..ec7247d 100644 --- a/hl/src/H5LTanalyze.c +++ b/hl/src/H5LTanalyze.c @@ -891,7 +891,6 @@ char *yytext; #line 1 "hl/src/H5LTanalyze.l" /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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/src/H5LTanalyze.l b/hl/src/H5LTanalyze.l index 5006612..6133a98 100644 --- a/hl/src/H5LTanalyze.l +++ b/hl/src/H5LTanalyze.l @@ -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/src/H5LTparse.y b/hl/src/H5LTparse.y index 01f6ded..93e72a3 100644 --- a/hl/src/H5LTparse.y +++ b/hl/src/H5LTparse.y @@ -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/src/H5LTprivate.h b/hl/src/H5LTprivate.h index 5a97d9c..73ed501 100644 --- a/hl/src/H5LTprivate.h +++ b/hl/src/H5LTprivate.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/src/H5LTpublic.h b/hl/src/H5LTpublic.h index 0004d6d..ee062aa 100644 --- a/hl/src/H5LTpublic.h +++ b/hl/src/H5LTpublic.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/src/H5PT.c b/hl/src/H5PT.c index 09bc628..511d5fe 100644 --- a/hl/src/H5PT.c +++ b/hl/src/H5PT.c @@ -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/src/H5PTprivate.h b/hl/src/H5PTprivate.h index 9ca7676..1e88cec 100644 --- a/hl/src/H5PTprivate.h +++ b/hl/src/H5PTprivate.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/src/H5PTpublic.h b/hl/src/H5PTpublic.h index 6552aa9..3016e77 100644 --- a/hl/src/H5PTpublic.h +++ b/hl/src/H5PTpublic.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/src/H5TB.c b/hl/src/H5TB.c index 303ea0e..8c37205 100644 --- a/hl/src/H5TB.c +++ b/hl/src/H5TB.c @@ -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/src/H5TBprivate.h b/hl/src/H5TBprivate.h index 95b58e6..ce59168 100644 --- a/hl/src/H5TBprivate.h +++ b/hl/src/H5TBprivate.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/src/H5TBpublic.h b/hl/src/H5TBpublic.h index 44b122c..42585cf 100644 --- a/hl/src/H5TBpublic.h +++ b/hl/src/H5TBpublic.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/src/Makefile.am b/hl/src/Makefile.am index 7c920cd..650a89f 100644 --- a/hl/src/Makefile.am +++ b/hl/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/src/hdf5_hl.h b/hl/src/hdf5_hl.h index 9960b97..7757b39 100644 --- a/hl/src/hdf5_hl.h +++ b/hl/src/hdf5_hl.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 * |