From abff0857a0cae7a578c08541d7ec0197faf64fd4 Mon Sep 17 00:00:00 2001 From: James Laird Date: Fri, 14 Oct 2005 12:38:34 -0500 Subject: [svn-r11559] Purpose: Copyright fix Description: Added copyright to C++ and Fortran dependency files in 1.6. Solution: copies hdf5/config/depend1.in to hdf5/c++/config and hdf5/fortran/config. Platforms tested: heping Misc. update: --- c++/config/depend1.in | 29 +++++++++++++++++++++-------- c++/src/Dependencies | 13 +++++++++++++ c++/test/Dependencies | 13 +++++++++++++ fortran/config/depend1.in | 29 +++++++++++++++++++++-------- fortran/src/Dependencies | 13 +++++++++++++ fortran/test/Dependencies | 13 +++++++++++++ 6 files changed, 94 insertions(+), 16 deletions(-) diff --git a/c++/config/depend1.in b/c++/config/depend1.in index eaa7488..dabf597 100644 --- a/c++/config/depend1.in +++ b/c++/config/depend1.in @@ -21,14 +21,27 @@ ## tilde to the file name. ## $(srcdir)/Dependencies: .depend - @if test "$(srcdir)" != "."; then \ - 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 >>$@; \ - else \ - echo 'Dependencies cannot be built when $$srcdir == $$builddir'; \ - fi + @if test "$(srcdir)" != "."; then \ + 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 >>$@; \ + else \ + echo 'Dependencies cannot be built when $$srcdir == $$builddir'; \ + fi .depend: $(LIB_SRC) $(TEST_SRC) $(PROG_SRC) @touch .depend diff --git a/c++/src/Dependencies b/c++/src/Dependencies index f29a269..5fdbca9 100644 --- a/c++/src/Dependencies +++ b/c++/src/Dependencies @@ -1,3 +1,16 @@ +## +## 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 +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/c++/test/Dependencies b/c++/test/Dependencies index f29a269..5fdbca9 100644 --- a/c++/test/Dependencies +++ b/c++/test/Dependencies @@ -1,3 +1,16 @@ +## +## 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 +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/fortran/config/depend1.in b/fortran/config/depend1.in index eaa7488..dabf597 100644 --- a/fortran/config/depend1.in +++ b/fortran/config/depend1.in @@ -21,14 +21,27 @@ ## tilde to the file name. ## $(srcdir)/Dependencies: .depend - @if test "$(srcdir)" != "."; then \ - 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 >>$@; \ - else \ - echo 'Dependencies cannot be built when $$srcdir == $$builddir'; \ - fi + @if test "$(srcdir)" != "."; then \ + 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 >>$@; \ + else \ + echo 'Dependencies cannot be built when $$srcdir == $$builddir'; \ + fi .depend: $(LIB_SRC) $(TEST_SRC) $(PROG_SRC) @touch .depend diff --git a/fortran/src/Dependencies b/fortran/src/Dependencies index 990adfd..f979a77 100644 --- a/fortran/src/Dependencies +++ b/fortran/src/Dependencies @@ -1,3 +1,16 @@ +## +## 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 +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/fortran/test/Dependencies b/fortran/test/Dependencies index f29a269..5fdbca9 100644 --- a/fortran/test/Dependencies +++ b/fortran/test/Dependencies @@ -1,3 +1,16 @@ +## +## 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 +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. -- cgit v0.12