diff --git a/ChangeLog b/ChangeLog index 7aef2d09..ebfd1769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-02 Scott James Remnant + + Updated all copyright notices to include 2004. + + * NEWS: Next release will be in 2004. + 2003-12-31 Scott James Remnant * ltmain.sh: Infer tagged configuration for link mode with the diff --git a/Makefile.am b/Makefile.am index 53a74eea..feb7e2f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/NEWS b/NEWS index 6b72c2d1..47ab900c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team: +New in 1.5b: 2004-??-??; CVS version 1.5a, Libtool team: * libtool script is now created by config.status. Instead of interrogating `./libtool' from configure.ac after calling AC_PROG_LIBTOOL, use the variable names directly. diff --git a/bootstrap b/bootstrap index 428cf6e2..d50706e3 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # bootstrap -- Helps bootstrapping libtool, when checked out from CVS. # -# Copyright (C) 2003 Free Software Foundation +# Copyright (C) 2003, 2004 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 2fb28146..ac4fab8f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/libtool.texi b/doc/libtool.texi index fbc585ce..0d172a9b 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -24,7 +24,7 @@ @ifnottex This file documents GNU Libtool @value{VERSION} -Copyright (C) 1996-2003 Free Software Foundation, Inc. +Copyright (C) 1996-2004 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 @@ -51,7 +51,7 @@ identical to this one except for the removal of this paragraph @page @vskip 0pt plus 1filll -Copyright @copyright{} 1996-2003 Free Software Foundation, Inc. +Copyright @copyright{} 1996-2004 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index 4e992c58..ad80b6dd 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1,5 +1,5 @@ /* ltdl.c -- system independent dlopen wrapper - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2004 Free Software Foundation, Inc. Originally by Thomas Tanner This file is part of GNU Libtool. diff --git a/libltdl/ltdl.h b/libltdl/ltdl.h index 0f1e1334..14d88f74 100644 --- a/libltdl/ltdl.h +++ b/libltdl/ltdl.h @@ -1,5 +1,5 @@ /* ltdl.h -- generic dlopen functions - Copyright (C) 1998-2000 Free Software Foundation, Inc. + Copyright (C) 1998-2004 Free Software Foundation, Inc. Originally by Thomas Tanner This file is part of GNU Libtool. diff --git a/libtoolize.in b/libtoolize.in index dd5c3842..0646f23b 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -2,7 +2,7 @@ # libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@ # Written by Gary V. Vaughan -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/ltmain.in b/ltmain.in index 3de8d948..5b4b7fc2 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1,7 +1,7 @@ # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 441ee0df..8b19a216 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1,5 +1,5 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 +## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 ## Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit , 1996 ## @@ -3876,7 +3876,7 @@ m4_if([$1], [], # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index a6c1f69d..2cb3b97f 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -1,5 +1,5 @@ ## ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*- -## Copyright (C) 1999-2000 Free Software Foundation, Inc. +## Copyright (C) 1999-2004 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/assign.test b/tests/assign.test index 120a6778..15983fe9 100755 --- a/tests/assign.test +++ b/tests/assign.test @@ -2,7 +2,7 @@ # assign.test - check that we don't put break or continue on the same # line as an assignment -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo-conf.test b/tests/cdemo-conf.test index 6df86fd0..4a106002 100755 --- a/tests/cdemo-conf.test +++ b/tests/cdemo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # cdemo-conf.test - try configuring the cdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo-exec.test b/tests/cdemo-exec.test index 61216299..8f793a22 100755 --- a/tests/cdemo-exec.test +++ b/tests/cdemo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # cdemo-exec.test - check that programs in the cdemo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo-make.test b/tests/cdemo-make.test index cb7d5dd4..3daa69e8 100755 --- a/tests/cdemo-make.test +++ b/tests/cdemo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # cdemo-make.test - try building in the cdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo-shared.test b/tests/cdemo-shared.test index 87704da6..c2e6bc16 100755 --- a/tests/cdemo-shared.test +++ b/tests/cdemo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # cdemo-shared.test - try configuring the cdemo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo-static.test b/tests/cdemo-static.test index 447a4cb7..85b1a051 100755 --- a/tests/cdemo-static.test +++ b/tests/cdemo-static.test @@ -1,7 +1,7 @@ #! /bin/sh # cdemo-static.test - try configuring the cdemo subdirectory for static libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/cdemo/Makefile.am b/tests/cdemo/Makefile.am index cfe804d5..34cb4b15 100644 --- a/tests/cdemo/Makefile.am +++ b/tests/cdemo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/cdemo/configure.ac b/tests/cdemo/configure.ac index 3d3ec08b..9e8f73a6 100644 --- a/tests/cdemo/configure.ac +++ b/tests/cdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/demo-conf.test b/tests/demo-conf.test index 3ca4d475..7508fcb9 100755 --- a/tests/demo-conf.test +++ b/tests/demo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-conf.test - try configuring the demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-deplibs.test b/tests/demo-deplibs.test index d0aec516..2cdc7d9f 100755 --- a/tests/demo-deplibs.test +++ b/tests/demo-deplibs.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-deplibs.test - check whether the shared library check method is OK -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-exec.test b/tests/demo-exec.test index b262d96c..034355c6 100755 --- a/tests/demo-exec.test +++ b/tests/demo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-exec.test - check that programs in the ../demo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-hardcode.test b/tests/demo-hardcode.test index 4121938e..4fa2ca80 100755 --- a/tests/demo-hardcode.test +++ b/tests/demo-hardcode.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-hardcode.test - check to see what the system linker hardcodes -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-inst.test b/tests/demo-inst.test index 98e762ae..c8c27d0b 100755 --- a/tests/demo-inst.test +++ b/tests/demo-inst.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-inst.test - try installing from the demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-make.test b/tests/demo-make.test index 7dedcbf6..057752d5 100755 --- a/tests/demo-make.test +++ b/tests/demo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-make.test - try building in the demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-nofast.test b/tests/demo-nofast.test index 01af9638..c013d2b0 100755 --- a/tests/demo-nofast.test +++ b/tests/demo-nofast.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-nofast.test - try configuring the ../demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-noinst-link.test b/tests/demo-noinst-link.test index f87f740f..2b7003e1 100755 --- a/tests/demo-noinst-link.test +++ b/tests/demo-noinst-link.test @@ -2,7 +2,7 @@ # demo-noinst-link.test - make sure we do not link with an installed # library when an uninstalled one is to be used -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-nopic.test b/tests/demo-nopic.test index 85bcf269..963a695d 100755 --- a/tests/demo-nopic.test +++ b/tests/demo-nopic.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-nopic.test - try configuring the ../demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-pic.test b/tests/demo-pic.test index cd4c4f91..701fbdd1 100755 --- a/tests/demo-pic.test +++ b/tests/demo-pic.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-pic.test - try configuring the ../demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-relink.test b/tests/demo-relink.test index 5162069a..b2ae8e74 100755 --- a/tests/demo-relink.test +++ b/tests/demo-relink.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-relink.test - check to see whether shlibpath overrides runpath -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-shared.test b/tests/demo-shared.test index 248ecc5e..05d15817 100755 --- a/tests/demo-shared.test +++ b/tests/demo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-shared.test - try configuring the demo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo-unst.test b/tests/demo-unst.test index 6aca6759..0a729943 100755 --- a/tests/demo-unst.test +++ b/tests/demo-unst.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-unst.test - try uninstalling in the demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index 007129e3..85ae4e5c 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/demo/configure.ac b/tests/demo/configure.ac index 88fbd424..e64388f2 100644 --- a/tests/demo/configure.ac +++ b/tests/demo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo-conf.test b/tests/depdemo-conf.test index 985e7028..f6b2b6c3 100755 --- a/tests/depdemo-conf.test +++ b/tests/depdemo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-conf.test - try configuring the depdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-exec.test b/tests/depdemo-exec.test index 71c768b1..c67ffc81 100755 --- a/tests/depdemo-exec.test +++ b/tests/depdemo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-exec.test - check that programs in the depdemo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-inst.test b/tests/depdemo-inst.test index 88453418..54bfec27 100755 --- a/tests/depdemo-inst.test +++ b/tests/depdemo-inst.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-inst.test - try installing from the depdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-make.test b/tests/depdemo-make.test index a9727d5a..3cda15c6 100755 --- a/tests/depdemo-make.test +++ b/tests/depdemo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-make.test - try building in the depdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-nofast.test b/tests/depdemo-nofast.test index ee04e9a6..b18c7907 100755 --- a/tests/depdemo-nofast.test +++ b/tests/depdemo-nofast.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-nofast.test - try configuring the ./depdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-relink.test b/tests/depdemo-relink.test index 60c54332..201a0bb5 100755 --- a/tests/depdemo-relink.test +++ b/tests/depdemo-relink.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-relink.test - check to see whether shlibpath overrides runpath -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-shared.test b/tests/depdemo-shared.test index a4269afb..f28db7c6 100755 --- a/tests/depdemo-shared.test +++ b/tests/depdemo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-shared.test - try configuring the depdemo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-static.test b/tests/depdemo-static.test index efbc2e7a..1448eaf2 100755 --- a/tests/depdemo-static.test +++ b/tests/depdemo-static.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-static.test - try configuring the depdemo subdirectory for static libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo-unst.test b/tests/depdemo-unst.test index ec13602b..736a8bd2 100755 --- a/tests/depdemo-unst.test +++ b/tests/depdemo-unst.test @@ -1,7 +1,7 @@ #! /bin/sh # depdemo-unst.test - try uninstalling in the depdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/depdemo/Makefile.am b/tests/depdemo/Makefile.am index 2d58ae74..e18bfcf0 100644 --- a/tests/depdemo/Makefile.am +++ b/tests/depdemo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo/configure.ac b/tests/depdemo/configure.ac index c8dbf6bb..2d46ff65 100644 --- a/tests/depdemo/configure.ac +++ b/tests/depdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo/l1/Makefile.am b/tests/depdemo/l1/Makefile.am index 673b0726..5420f69a 100644 --- a/tests/depdemo/l1/Makefile.am +++ b/tests/depdemo/l1/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo/l2/Makefile.am b/tests/depdemo/l2/Makefile.am index bf64d8d9..2d41e0a3 100644 --- a/tests/depdemo/l2/Makefile.am +++ b/tests/depdemo/l2/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo/l3/Makefile.am b/tests/depdemo/l3/Makefile.am index 09386930..1bfcfe76 100644 --- a/tests/depdemo/l3/Makefile.am +++ b/tests/depdemo/l3/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/depdemo/l4/Makefile.am b/tests/depdemo/l4/Makefile.am index 64933bd4..591121c5 100644 --- a/tests/depdemo/l4/Makefile.am +++ b/tests/depdemo/l4/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/f77demo-conf.test b/tests/f77demo-conf.test index 606dcf9a..14d589aa 100755 --- a/tests/f77demo-conf.test +++ b/tests/f77demo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # f77demo-conf.test - try configuring the f77demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/f77demo-exec.test b/tests/f77demo-exec.test index 7a23f68a..aab3a978 100755 --- a/tests/f77demo-exec.test +++ b/tests/f77demo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # f77demo-exec.test - check that programs in the f77demo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/f77demo-make.test b/tests/f77demo-make.test index 362e4f9c..5d5608f6 100755 --- a/tests/f77demo-make.test +++ b/tests/f77demo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # f77demo-make.test - try building in the f77demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/f77demo-shared.test b/tests/f77demo-shared.test index 43fb4c12..3b16d7a0 100755 --- a/tests/f77demo-shared.test +++ b/tests/f77demo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # f77demo-shared.test - try configuring the f77demo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/f77demo-static.test b/tests/f77demo-static.test index b16ccb9b..258c15f4 100755 --- a/tests/f77demo-static.test +++ b/tests/f77demo-static.test @@ -1,7 +1,7 @@ #! /bin/sh # f77demo-static.test - try configuring the f77demo subdirectory for static libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/f77demo/Makefile.am b/tests/f77demo/Makefile.am index ba29fdb1..2aed00ca 100644 --- a/tests/f77demo/Makefile.am +++ b/tests/f77demo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/f77demo/configure.ac b/tests/f77demo/configure.ac index 3377dd5b..70600691 100644 --- a/tests/f77demo/configure.ac +++ b/tests/f77demo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/link-2.test b/tests/link-2.test index 33b17d82..0c69679c 100755 --- a/tests/link-2.test +++ b/tests/link-2.test @@ -1,7 +1,7 @@ #! /bin/sh # link-2.test - check that .lo files aren't made into programs. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/link.test b/tests/link.test index 64fe8898..1076bf45 100755 --- a/tests/link.test +++ b/tests/link.test @@ -1,7 +1,7 @@ #! /bin/sh # link.test - make sure that linking against libraries is legal. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-conf.test b/tests/mdemo-conf.test index 7a39d506..e2bb0930 100755 --- a/tests/mdemo-conf.test +++ b/tests/mdemo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-conf.test - try configuring the mdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-dryrun.test b/tests/mdemo-dryrun.test index 3d3fa1ba..65415cd9 100755 --- a/tests/mdemo-dryrun.test +++ b/tests/mdemo-dryrun.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-dryrun.test - check whether the --dry-run mode works properly -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-exec.test b/tests/mdemo-exec.test index e6ef81e1..17584384 100755 --- a/tests/mdemo-exec.test +++ b/tests/mdemo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-exec.test - check that programs in the mdemo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-inst.test b/tests/mdemo-inst.test index 90c69a19..36e70568 100755 --- a/tests/mdemo-inst.test +++ b/tests/mdemo-inst.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-inst.test - try installing from the mdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-make.test b/tests/mdemo-make.test index 25a7127f..d992f805 100755 --- a/tests/mdemo-make.test +++ b/tests/mdemo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-make.test - try building in the mdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-shared.test b/tests/mdemo-shared.test index 08507cf4..259aee22 100755 --- a/tests/mdemo-shared.test +++ b/tests/mdemo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-shared.test - try configuring the mdemo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-static.test b/tests/mdemo-static.test index bd4acd11..08368a85 100755 --- a/tests/mdemo-static.test +++ b/tests/mdemo-static.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-static.test - try configuring the mdemo subdirectory for static libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo-unst.test b/tests/mdemo-unst.test index 15b6a492..8118d220 100755 --- a/tests/mdemo-unst.test +++ b/tests/mdemo-unst.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo-unst.test - try uninstalling in the mdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo/Makefile.am b/tests/mdemo/Makefile.am index 99066ae2..1d793ce1 100644 --- a/tests/mdemo/Makefile.am +++ b/tests/mdemo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/mdemo/configure.ac b/tests/mdemo/configure.ac index 014f8f0a..2243ed3f 100644 --- a/tests/mdemo/configure.ac +++ b/tests/mdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/mdemo2-conf.test b/tests/mdemo2-conf.test index 5229db86..e196fc7c 100755 --- a/tests/mdemo2-conf.test +++ b/tests/mdemo2-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo2-conf.test - try configuring the mdemo2 subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo2-exec.test b/tests/mdemo2-exec.test index 8b4eb236..7a85fb0d 100755 --- a/tests/mdemo2-exec.test +++ b/tests/mdemo2-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo2-exec.test - check that programs in the mdemo2 subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo2-make.test b/tests/mdemo2-make.test index 650d7cf0..d28ceaf3 100755 --- a/tests/mdemo2-make.test +++ b/tests/mdemo2-make.test @@ -1,7 +1,7 @@ #! /bin/sh # mdemo2-make.test - try building in the mdemo2 subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/mdemo2/Makefile.am b/tests/mdemo2/Makefile.am index 1af63e1c..b6a8046b 100644 --- a/tests/mdemo2/Makefile.am +++ b/tests/mdemo2/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/mdemo2/configure.ac b/tests/mdemo2/configure.ac index 0445fc2d..643d1482 100644 --- a/tests/mdemo2/configure.ac +++ b/tests/mdemo2/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/mdemo2/main.c b/tests/mdemo2/main.c index 7e85a438..5130e511 100644 --- a/tests/mdemo2/main.c +++ b/tests/mdemo2/main.c @@ -1,5 +1,5 @@ /* main.c -- mdemo2 test program - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. Originally by Greg Eisenhauer < eisen at cc.gatech.edu > This file is part of GNU Libtool. diff --git a/tests/nomode.test b/tests/nomode.test index 16822abf..fe96b38f 100755 --- a/tests/nomode.test +++ b/tests/nomode.test @@ -1,7 +1,7 @@ #! /bin/sh # nomode.test - check that we can actually get help -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/pdemo-conf.test b/tests/pdemo-conf.test index 30a79add..c78c616f 100755 --- a/tests/pdemo-conf.test +++ b/tests/pdemo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # pdemo-conf.test - try configuring the pdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/pdemo-exec.test b/tests/pdemo-exec.test index b5bf7a4b..024eac49 100755 --- a/tests/pdemo-exec.test +++ b/tests/pdemo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # pdemo-exec.test - check that programs in the pdemo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/pdemo-inst.test b/tests/pdemo-inst.test index 98e762ae..c8c27d0b 100755 --- a/tests/pdemo-inst.test +++ b/tests/pdemo-inst.test @@ -1,7 +1,7 @@ #! /bin/sh # demo-inst.test - try installing from the demo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/pdemo-make.test b/tests/pdemo-make.test index 70a8b844..c8db04a6 100755 --- a/tests/pdemo-make.test +++ b/tests/pdemo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # pdemo-make.test - try building in the pdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/pdemo/Makefile.am b/tests/pdemo/Makefile.am index b68c61cf..6a59198f 100644 --- a/tests/pdemo/Makefile.am +++ b/tests/pdemo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/pdemo/configure.ac b/tests/pdemo/configure.ac index e6792283..e8c4eb81 100644 --- a/tests/pdemo/configure.ac +++ b/tests/pdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/quote.test b/tests/quote.test index e7e8487b..f6950df4 100755 --- a/tests/quote.test +++ b/tests/quote.test @@ -1,7 +1,7 @@ #! /bin/sh # quote.test - make sure that shell metacharacters do not blow up libtool -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/sh.test b/tests/sh.test index ffd719e5..1f3f5865 100755 --- a/tests/sh.test +++ b/tests/sh.test @@ -1,7 +1,7 @@ #! /bin/sh # sh.test - check that we haven't forgotten a `test' command -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/suffix.test b/tests/suffix.test index 1712847f..48d89014 100755 --- a/tests/suffix.test +++ b/tests/suffix.test @@ -1,7 +1,7 @@ #! /bin/sh # suffix.test - check that libtool knows how to transform source suffices. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo-conf.test b/tests/tagdemo-conf.test index eda39462..a40f06f0 100755 --- a/tests/tagdemo-conf.test +++ b/tests/tagdemo-conf.test @@ -1,7 +1,7 @@ #! /bin/sh # tagdemo-conf.test - try configuring the tagdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo-exec.test b/tests/tagdemo-exec.test index 66ee6cf6..2f874124 100755 --- a/tests/tagdemo-exec.test +++ b/tests/tagdemo-exec.test @@ -1,7 +1,7 @@ #! /bin/sh # tagdemo-exec.test - check that programs in the tagdemo subdirectory are viable -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo-make.test b/tests/tagdemo-make.test index 476ca39a..6c7e7ff1 100755 --- a/tests/tagdemo-make.test +++ b/tests/tagdemo-make.test @@ -1,7 +1,7 @@ #! /bin/sh # tagdemo-make.test - try building in the tagdemo subdirectory -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo-shared.test b/tests/tagdemo-shared.test index abe4e11f..1283b9dd 100755 --- a/tests/tagdemo-shared.test +++ b/tests/tagdemo-shared.test @@ -1,7 +1,7 @@ #! /bin/sh # tagdemo-shared.test - try configuring the tagdemo subdirectory for shared libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo-static.test b/tests/tagdemo-static.test index 4d1ef4b4..b8e0403b 100755 --- a/tests/tagdemo-static.test +++ b/tests/tagdemo-static.test @@ -1,7 +1,7 @@ #! /bin/sh # tagdemo-static.test - try configuring tagdemo subdirectory for static libs -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/tests/tagdemo/Makefile.am b/tests/tagdemo/Makefile.am index 28eeee7b..e02e1d10 100644 --- a/tests/tagdemo/Makefile.am +++ b/tests/tagdemo/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003 Free Software Foundation +## Copyright (C) 2003, 2004 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/tests/tagdemo/configure.ac b/tests/tagdemo/configure.ac index 5131f2cb..33fd463a 100644 --- a/tests/tagdemo/configure.ac +++ b/tests/tagdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by