diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-12-07 19:20:08 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-12-07 19:20:08 (GMT) |
commit | 076c6367ed38b5e2ddf2fb03b6a131f7bfe8fd43 (patch) | |
tree | 5e5702a5ed6c9a94ca01fbfbf154c373c1544677 | |
parent | dc9418a2a27f06500c74652b9f167b82880169ed (diff) | |
download | hdf5-076c6367ed38b5e2ddf2fb03b6a131f7bfe8fd43.zip hdf5-076c6367ed38b5e2ddf2fb03b6a131f7bfe8fd43.tar.gz hdf5-076c6367ed38b5e2ddf2fb03b6a131f7bfe8fd43.tar.bz2 |
[svn-r14328] Update it to generate the appropriate THG copyright notice.
Tested in kagiso by running make depend.
-rw-r--r-- | config/depend1.in | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/config/depend1.in b/config/depend1.in index 745ca57..b5e2abb 100644 --- a/config/depend1.in +++ b/config/depend1.in @@ -37,21 +37,22 @@ $(srcdir)/Dependencies: .depend @if test "$(srcdir)" != "."; then \ ( \ - echo '##'; \ - echo '## This file is machine generated on GNU systems.'; \ - echo '## Only temporary changes may be made here.'; \ - echo '##'; \ - echo '## Copyright by the Board of Trustees of the University of Illinois.'; \ - echo '## All rights reserved.'; \ - echo '##'; \ - echo '## This file is part of HDF5. The full HDF5 copyright notice, including'; \ - echo '## terms governing use, modification, and redistribution, is contained in'; \ - echo '## the files COPYING and Copyright.html. COPYING can be found at the root'; \ - echo '## of the source code distribution tree; Copyright.html can be found at the'; \ - echo '## root level of an installed copy of the electronic HDF5 document set and'; \ - echo '## is linked from the top-level documents page. It can also be found at'; \ - echo '## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have'; \ - echo '## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.'; \ + echo '#'; \ + echo '# This file is machine generated on GNU systems.'; \ + echo '# Only temporary changes may be made here.'; \ + echo '#'; \ + echo '# Copyright by The HDF Group.'; \ + echo '# Copyright by the Board of Trustees of the University of Illinois.'; \ + echo '# All rights reserved.'; \ + echo '#'; \ + echo '# This file is part of HDF5. The full HDF5 copyright notice, including'; \ + echo '# terms governing use, modification, and redistribution, is contained in'; \ + echo '# the files COPYING and Copyright.html. COPYING can be found at the root'; \ + echo '# of the source code distribution tree; Copyright.html can be found at the'; \ + echo '# root level of an installed copy of the electronic HDF5 document set and'; \ + echo '# is linked from the top-level documents page. It can also be found at'; \ + echo '# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have'; \ + echo '# access to either file, you may request a copy from help@hdfgroup.org.'; \ echo; \ ) >$@; \ $(PERL) -p $(top_srcdir)/bin/distdep .depend >>$@; \ |