summaryrefslogtreecommitdiffstats
path: root/config/depend1.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-11 21:43:56 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-11 21:43:56 (GMT)
commitba31bd125e9afdadfdf46e5b364155c7184d27f9 (patch)
treede89771d538a857a6abadeaa6dd9d417091e1bdf /config/depend1.in
parent6e02f96b1671da1c7174829cd40256911af78f4c (diff)
downloadhdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.zip
hdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.tar.gz
hdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.tar.bz2
[svn-r11552] Purpose:
Copyright fix Description: Added copyright to generated Dependency files. This had the side effect of updating some Dependency files. Platforms tested: heping
Diffstat (limited to 'config/depend1.in')
-rw-r--r--config/depend1.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/depend1.in b/config/depend1.in
index fc2545d..dabf597 100644
--- a/config/depend1.in
+++ b/config/depend1.in
@@ -22,7 +22,20 @@
##
$(srcdir)/Dependencies: .depend
@if test "$(srcdir)" != "."; then \
- echo '## This file is machine generated on GNU systems.' >$@; \
+ 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 >>$@; \
$(PERL) -p $(top_srcdir)/bin/distdep .depend >>$@; \