summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5DO.c1
-rw-r--r--hl/src/H5DOpublic.h1
-rw-r--r--hl/src/H5DS.c1
-rw-r--r--hl/src/H5DSprivate.h1
-rw-r--r--hl/src/H5DSpublic.h1
-rw-r--r--hl/src/H5HLprivate2.h1
-rw-r--r--hl/src/H5IM.c1
-rw-r--r--hl/src/H5IMprivate.h1
-rw-r--r--hl/src/H5IMpublic.h1
-rw-r--r--hl/src/H5LD.c1
-rw-r--r--hl/src/H5LDprivate.h1
-rw-r--r--hl/src/H5LDpublic.h1
-rw-r--r--hl/src/H5LT.c1
-rw-r--r--hl/src/H5LTanalyze.c1
-rw-r--r--hl/src/H5LTanalyze.l1
-rw-r--r--hl/src/H5LTparse.y1
-rw-r--r--hl/src/H5LTprivate.h1
-rw-r--r--hl/src/H5LTpublic.h1
-rw-r--r--hl/src/H5PT.c1
-rw-r--r--hl/src/H5PTprivate.h1
-rw-r--r--hl/src/H5PTpublic.h1
-rw-r--r--hl/src/H5TB.c1
-rw-r--r--hl/src/H5TBprivate.h1
-rw-r--r--hl/src/H5TBpublic.h1
-rw-r--r--hl/src/Makefile.am1
-rw-r--r--hl/src/hdf5_hl.h1
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 91f0e0c..34de473 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 ede0209..a172237 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 4fcf681..edbebdb 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 390f222..a3b04ce 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 54bb9c4..6a4975f 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 e14e9dc..3f6feaa 100644
--- a/hl/src/H5LTanalyze.c
+++ b/hl/src/H5LTanalyze.c
@@ -897,7 +897,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 84a2562..ab47410 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 4e9a25c..346ede4 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 15cd845..7ef51d4 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 5e453e4..8f0b323 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 7c8df6c..dd938bf 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 *