summaryrefslogtreecommitdiffstats
path: root/bin/pkgscrpts
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-05-24 21:30:58 (GMT)
committerlrknox <lrknox>2017-05-24 21:30:58 (GMT)
commit00d423af600be0377734f0d709c9d1055446a5c6 (patch)
treede2ef3b863fd8119b3ab57a378cd5e7df627719c /bin/pkgscrpts
parent3a43f7af3eaf807fbdf4cf26c10eadb67903b4a8 (diff)
downloadhdf5-00d423af600be0377734f0d709c9d1055446a5c6.zip
hdf5-00d423af600be0377734f0d709c9d1055446a5c6.tar.gz
hdf5-00d423af600be0377734f0d709c9d1055446a5c6.tar.bz2
Update text in COPYING files in subdirectories to match changes to
copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
Diffstat (limited to 'bin/pkgscrpts')
-rw-r--r--bin/pkgscrpts/build_and_package_hdf5_binaries.sh11
-rw-r--r--bin/pkgscrpts/hdf5-1.8.16-1-x86_64-szip.spec11
-rwxr-xr-xbin/pkgscrpts/make1816TarFiles.pl13
-rw-r--r--bin/pkgscrpts/testbinaries.sh11
4 files changed, 45 insertions, 1 deletions
diff --git a/bin/pkgscrpts/build_and_package_hdf5_binaries.sh b/bin/pkgscrpts/build_and_package_hdf5_binaries.sh
index e0bf7f7..a9b4115 100644
--- a/bin/pkgscrpts/build_and_package_hdf5_binaries.sh
+++ b/bin/pkgscrpts/build_and_package_hdf5_binaries.sh
@@ -1,4 +1,15 @@
#! /bin/sh
+#
+# Copyright by The HDF Group.
+# All rights reserved.
+#
+# This file is part of HDF5. The full HDF5 copyright notice, including
+# terms governing use, modification, and redistribution, is contained in
+# the COPYING file, which can be found at the root of the source code
+# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
+# If you do not have access to either file, you may request a copy from
+# help@hdfgroup.org.
+
# (Use -e to abort at any unexpected error.)
# Submit daily tests of HDF5 base software
# Usauge: DailyHDFTests [-r<version>]
diff --git a/bin/pkgscrpts/hdf5-1.8.16-1-x86_64-szip.spec b/bin/pkgscrpts/hdf5-1.8.16-1-x86_64-szip.spec
index e9fd865..8205e8a 100644
--- a/bin/pkgscrpts/hdf5-1.8.16-1-x86_64-szip.spec
+++ b/bin/pkgscrpts/hdf5-1.8.16-1-x86_64-szip.spec
@@ -1,3 +1,14 @@
+#
+# Copyright by The HDF Group.
+# All rights reserved.
+#
+# This file is part of HDF5. The full HDF5 copyright notice, including
+# terms governing use, modification, and redistribution, is contained in
+# the COPYING file, which can be found at the root of the source code
+# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
+# If you do not have access to either file, you may request a copy from
+# help@hdfgroup.org.
+
# The name of the package.
Name: hdf5
diff --git a/bin/pkgscrpts/make1816TarFiles.pl b/bin/pkgscrpts/make1816TarFiles.pl
index 64cb7e0..1d520f0 100755
--- a/bin/pkgscrpts/make1816TarFiles.pl
+++ b/bin/pkgscrpts/make1816TarFiles.pl
@@ -1,6 +1,17 @@
#!/usr/bin/perl
-
# makeTarFiles.pl
+#
+# Copyright by The HDF Group.
+# All rights reserved.
+#
+# This file is part of HDF5. The full HDF5 copyright notice, including
+# terms governing use, modification, and redistribution, is contained in
+# the COPYING file, which can be found at the root of the source code
+# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
+# If you do not have access to either file, you may request a copy from
+# help@hdfgroup.org.
+
+
use warnings;
use strict;
use Cwd;
diff --git a/bin/pkgscrpts/testbinaries.sh b/bin/pkgscrpts/testbinaries.sh
index b93c7d9..1950213 100644
--- a/bin/pkgscrpts/testbinaries.sh
+++ b/bin/pkgscrpts/testbinaries.sh
@@ -1,4 +1,15 @@
#! /bin/sh
+#
+# Copyright by The HDF Group.
+# All rights reserved.
+#
+# This file is part of HDF5. The full HDF5 copyright notice, including
+# terms governing use, modification, and redistribution, is contained in
+# the COPYING file, which can be found at the root of the source code
+# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
+# If you do not have access to either file, you may request a copy from
+# help@hdfgroup.org.
+
FORTRAN=yes
ARG=$1