diff options
author | lrknox <lrknox> | 2017-04-06 18:09:27 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-04-06 18:09:27 (GMT) |
commit | 106102eb606bcda0caa62dd894001be9d045f730 (patch) | |
tree | 199aafd8658dae928b8a4a40b7d37b14d4ab7dd3 /m4/aclocal_fc.f90 | |
parent | cd1363203efddf52c27d6bfa1d98e38fac5e21d6 (diff) | |
download | hdf5-106102eb606bcda0caa62dd894001be9d045f730.zip hdf5-106102eb606bcda0caa62dd894001be9d045f730.tar.gz hdf5-106102eb606bcda0caa62dd894001be9d045f730.tar.bz2 |
Change copyright headers to replace url referring to file to be removed
and replace it with new url for COPYING file.
Fix 2 lines in java error test expected output file where messages
include line numbers changed by reducing the copyright header by 2
lines.
Diffstat (limited to 'm4/aclocal_fc.f90')
-rw-r--r-- | m4/aclocal_fc.f90 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/aclocal_fc.f90 b/m4/aclocal_fc.f90 index ddbe9c7..4c58e4e 100644 --- a/m4/aclocal_fc.f90 +++ b/m4/aclocal_fc.f90 @@ -1,3 +1,16 @@ +! COPYRIGHT +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! 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. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! ! This file contains all the configure test programs ! used by autotools and cmake. This avoids having to ! duplicate code for both cmake and autotool tests. |