]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Updated all copyright notices to include 2004.
authorScott James Remnant <scott@netsplit.com>
Fri, 2 Jan 2004 01:59:11 +0000 (01:59 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 2 Jan 2004 01:59:11 +0000 (01:59 +0000)
* NEWS: Next release will be in 2004.

92 files changed:
ChangeLog
Makefile.am
NEWS
bootstrap
configure.ac
doc/libtool.texi
libltdl/ltdl.c
libltdl/ltdl.h
libtoolize.in
ltmain.in
m4/libtool.m4
m4/ltdl.m4
tests/assign.test
tests/cdemo-conf.test
tests/cdemo-exec.test
tests/cdemo-make.test
tests/cdemo-shared.test
tests/cdemo-static.test
tests/cdemo/Makefile.am
tests/cdemo/configure.ac
tests/demo-conf.test
tests/demo-deplibs.test
tests/demo-exec.test
tests/demo-hardcode.test
tests/demo-inst.test
tests/demo-make.test
tests/demo-nofast.test
tests/demo-noinst-link.test
tests/demo-nopic.test
tests/demo-pic.test
tests/demo-relink.test
tests/demo-shared.test
tests/demo-unst.test
tests/demo/Makefile.am
tests/demo/configure.ac
tests/depdemo-conf.test
tests/depdemo-exec.test
tests/depdemo-inst.test
tests/depdemo-make.test
tests/depdemo-nofast.test
tests/depdemo-relink.test
tests/depdemo-shared.test
tests/depdemo-static.test
tests/depdemo-unst.test
tests/depdemo/Makefile.am
tests/depdemo/configure.ac
tests/depdemo/l1/Makefile.am
tests/depdemo/l2/Makefile.am
tests/depdemo/l3/Makefile.am
tests/depdemo/l4/Makefile.am
tests/f77demo-conf.test
tests/f77demo-exec.test
tests/f77demo-make.test
tests/f77demo-shared.test
tests/f77demo-static.test
tests/f77demo/Makefile.am
tests/f77demo/configure.ac
tests/link-2.test
tests/link.test
tests/mdemo-conf.test
tests/mdemo-dryrun.test
tests/mdemo-exec.test
tests/mdemo-inst.test
tests/mdemo-make.test
tests/mdemo-shared.test
tests/mdemo-static.test
tests/mdemo-unst.test
tests/mdemo/Makefile.am
tests/mdemo/configure.ac
tests/mdemo2-conf.test
tests/mdemo2-exec.test
tests/mdemo2-make.test
tests/mdemo2/Makefile.am
tests/mdemo2/configure.ac
tests/mdemo2/main.c
tests/nomode.test
tests/pdemo-conf.test
tests/pdemo-exec.test
tests/pdemo-inst.test
tests/pdemo-make.test
tests/pdemo/Makefile.am
tests/pdemo/configure.ac
tests/quote.test
tests/sh.test
tests/suffix.test
tests/tagdemo-conf.test
tests/tagdemo-exec.test
tests/tagdemo-make.test
tests/tagdemo-shared.test
tests/tagdemo-static.test
tests/tagdemo/Makefile.am
tests/tagdemo/configure.ac

index 7aef2d094dcc9606cfcb85853c7ed71f7ca7ff50..ebfd1769ad810ca024c9b879db0e5a99269dfe4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-02  Scott James Remnant  <scott@netsplit.com>
+
+       Updated all copyright notices to include 2004.
+
+       * NEWS: Next release will be in 2004.
+
 2003-12-31  Scott James Remnant  <scott@netsplit.com>
 
        * ltmain.sh: Infer tagged configuration for link mode with the
index 53a74eea38c2c062861b12842092228f0b16becc..feb7e2f4567fdd91a3ecf31973892a3ea62f0eca 100644 (file)
@@ -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 6b72c2d122e8df7d3aac1cf2b8b2318be413b5be..47ab900c8139059650701b7fbdefaa01b3e50d03 100644 (file)
--- 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.
index 428cf6e25be8c8a4bf06bcdadcb1e29f9b2bf9d1..d50706e3962e8c8738f5a5f0f0bf9de28059fda6 100755 (executable)
--- 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
index 2fb281461c3567c5f6487a0a47e060c87b628634..ac4fab8f14424ff684285ff7be6a2bae9a7ac87f 100644 (file)
@@ -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
index fbc585ce9570560e6bec111b0fcb15b806dda0b7..0d172a9b12cda9a75e2b972865439ef0ff041e12 100644 (file)
@@ -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
index 4e992c58191171e76a2782965a851ec9f791a11f..ad80b6dda3cd764ec3882202bac1b80985067840 100644 (file)
@@ -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 <tanner@ffii.org>
    This file is part of GNU Libtool.
 
index 0f1e133484436782036891f9442fa1e288cc80ed..14d88f7480e58c81185eabfe42174eebb6397500 100644 (file)
@@ -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 <tanner@ffii.org>
    This file is part of GNU Libtool.
 
index dd5c384282f99c1dc6740327a2652f9a2dddd593..0646f23bec638b797ab838d8e19ab71a493c2551 100644 (file)
@@ -2,7 +2,7 @@
 # libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
 # Written by Gary V. Vaughan <gary@gnu.org>
 
-# 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.
 
index 3de8d9481849627add58cb3fb367acc7ad42dcfc..5b4b7fc29d515182f0bd69b8fe6da74bf64fcbba 100644 (file)
--- 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 <gord@gnu.ai.mit.edu>, 1996
 #
index 441ee0dfc15723f39add66300f8ee42e14d5a836..8b19a216b23964fa64f15164ea71a1195d23581f 100644 (file)
@@ -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 <gord@gnu.ai.mit.edu>, 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:
index a6c1f69df30af951fe36ccd2cf9083da63a1ad41..2cb3b97fa4b806adcfb4828468412b00ce86dc5d 100644 (file)
@@ -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
index 120a67786ecd7194c2380b9e7249ef7922ea9b31..15983fe96eceae69891f77aba1b1ca95d37e8eb5 100755 (executable)
@@ -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.
 
index 6df86fd05f209ce0677a567f1bdd11b3cd289eef..4a1060023488151ac0b009d4a7b507c6c17277da 100755 (executable)
@@ -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.
 
index 612162995aa12f465ff32923b5f01aa5e273cfe4..8f793a228cfa98b8c4cbfcf5fa97d5c0f5227b4c 100755 (executable)
@@ -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.
 
index cb7d5dd4378f55e17c675f72274e513363716322..3daa69e817e88557ccf898ad73fbe7cdda2806f4 100755 (executable)
@@ -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.
 
index 87704da62c6861fa03e3aaff8b7f90b80a77abb4..c2e6bc16d68aa2543122a6403ffff5e78e6f500b 100755 (executable)
@@ -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.
 
index 447a4cb77add4046e56299e4bc06979beed75a2c..85b1a0513f2589317accef268d7a35a0013a9f8b 100755 (executable)
@@ -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.
 
index cfe804d56c2da5b8160bc6d3bd48ff2a4f993985..34cb4b15d5efd7fa4defceaef4e7decc107289d6 100644 (file)
@@ -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
index 3d3ec08b1955a448b7294e4b38913673951104fc..9e8f73a644209b8e9b1e7039f487308996ad93d2 100644 (file)
@@ -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
index 3ca4d475489360b2255a6fc80e3334526a1f56c0..7508fcb9afe8aa4322b9491d6200e64a2886e85e 100755 (executable)
@@ -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.
 
index d0aec516dc62ccb4c4236114f0feb8a531ab4962..2cdc7d9f96c91385432c95d2c3e6006541106390 100755 (executable)
@@ -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.
 
index b262d96ca3738b66b7ce0e973658b63ffe9f192a..034355c62a9c47497ffb600548b969d1db833cc9 100755 (executable)
@@ -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.
 
index 4121938eda94112e79185d45707ded16aa706eb5..4fa2ca8059a861804585254a961cb833c3f0474b 100755 (executable)
@@ -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.
 
index 98e762aeaaf0c01648e5b728fcfd565965a84c92..c8c27d0b58cbdb7a93495d93ada98e8545a056bd 100755 (executable)
@@ -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.
 
index 7dedcbf6a49d6933684b65e0b4f711f5127e6cef..057752d55716606863e3b69602eae3e843fea2c2 100755 (executable)
@@ -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.
 
index 01af9638920904014a933e3fcba845287e5d4d3b..c013d2b054a18c66261e8fdd4cbc1bbc3d429065 100755 (executable)
@@ -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.
 
index f87f740f5f29e3017861e0d9bbcbf8b43bec1a95..2b7003e1fadc6e82d2ff6d69ff1f96c50bf7ba51 100755 (executable)
@@ -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.
 
index 85bcf269b3137ffb9d543060823f825189a98c8d..963a695d94c3ded9998574a53be0288b66851a5a 100755 (executable)
@@ -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.
 
index cd4c4f91c458c52eceac8bc9377ea8696037a617..701fbdd19aab2c069b72a4049934daeb89decb1b 100755 (executable)
@@ -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.
 
index 5162069afc68e6ac48bc8d3697ef61b2b43d1e45..b2ae8e744e95fb1a21957182b5a91427fc8aaf23 100755 (executable)
@@ -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.
 
index 248ecc5e54ec2a3db9df0e4016d7f12e2eadc44f..05d158172f3520e5125bc7b3976699830e18962a 100755 (executable)
@@ -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.
 
index 6aca6759040fde9bfb6b6e8fa328e581746014ba..0a7299436e1f9ff22031fd85cf55924b3cd0e54e 100755 (executable)
@@ -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.
 
index 007129e36a02ab614fe5206bd7853666269962ca..85ae4e5c575e7f3f3573aebf679f8e099f1dc762 100644 (file)
@@ -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
index 88fbd42434a6c380f59e25da20afc2b8350b9d12..e64388f265d52a9a673262a0a838c9c6b75f7d37 100644 (file)
@@ -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
index 985e7028031b6f267936d5a9df5d0c2fb3e5e23b..f6b2b6c336155139c638992880595c9588f41ca1 100755 (executable)
@@ -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.
 
index 71c768b15919b6da1ee078a376b7f3cf3ec46954..c67ffc811d7206d805324c12ac0bb4ba19984bd7 100755 (executable)
@@ -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.
 
index 884534182fe7403a87d39e971b5b52340f59e5fd..54bfec27d93189ec6b9779d59611ee466b4118c1 100755 (executable)
@@ -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.
 
index a9727d5a2752e5a9c6e9f956807539ef4221d980..3cda15c617fe6064bf3fc6c3877578a693b5d55f 100755 (executable)
@@ -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.
 
index ee04e9a6a127b326fd0b3205e1e5d7a23197cb24..b18c7907c0a492b16f61e0e1dd3cedb13869ee45 100755 (executable)
@@ -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.
 
index 60c54332f1056c577556de9cb7476a2508d97202..201a0bb57b95a76df7dd527f753b850e43b1799f 100755 (executable)
@@ -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.
 
index a4269afb11fabcc1278ab10735f903c6188492bd..f28db7c6bcbc05ec9b5f74d7916616ac1794f14a 100755 (executable)
@@ -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.
 
index efbc2e7afd24f2cd5d75dbab08ce14b26c1360c4..1448eaf247bff9298e244c7743706cb4e8a9daf4 100755 (executable)
@@ -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.
 
index ec13602b1fa9dc443f413f60c6a6c0ca74cf9887..736a8bd20b89d16f32760f6c180096946626d112 100755 (executable)
@@ -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.
 
index 2d58ae74f73102feda37813bc255f100f969b7b6..e18bfcf07f2f280f996009eae761249e4dd64fbe 100644 (file)
@@ -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
index c8dbf6bba95ff2c7db5f4fc7fa2137b214b9b23f..2d46ff658a36aa704516a964504c44207e6e0e6b 100644 (file)
@@ -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
index 673b0726079227a4d39973616315066e5c118161..5420f69ae99831749eeadbd5c87ee5e579704b25 100644 (file)
@@ -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
index bf64d8d9405e519893e60eeae4768d46c26c57b5..2d41e0a39aa55735b9f02a5c77f1ba56031dc52d 100644 (file)
@@ -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
index 0938693069dffd5fbdcaa70ac7c5396814e8c48c..1bfcfe76c02467db571f4887a3506603bbbe0e83 100644 (file)
@@ -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
index 64933bd45d6fcd8f89d1150054d0bbe0127d39f6..591121c52d942ecbe870a108fa6e11b2ddb8c495 100644 (file)
@@ -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
index 606dcf9a2bccef373d113260dd9c15732487d3bd..14d589aab0876d488761106522a325f8c9280fc9 100755 (executable)
@@ -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.
 
index 7a23f68a2896ea499e4276738b2aec70bf1d1b35..aab3a978ebd67e6f4f36c149a93884e1cb999965 100755 (executable)
@@ -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.
 
index 362e4f9cee5cc2da26a7cf56b0ae9414a9fc30ff..5d5608f6f575af6e7b2a628324ddddbb34cd795d 100755 (executable)
@@ -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.
 
index 43fb4c12adfa5673c89c1fedfebe81849430d31d..3b16d7a047ac8fcfe290629934d06f0cd4c406c6 100755 (executable)
@@ -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.
 
index b16ccb9b3d853393feb5eaed7fccce1cd674be24..258c15f4572b7cf7a20b692451838e6048abc7ef 100755 (executable)
@@ -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.
 
index ba29fdb13b430ea6e035043a4a137efa3717102b..2aed00cacd2cc5a26396e1e7cad3100d7f045119 100644 (file)
@@ -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
index 3377dd5bd940e611a71a8d45deb6d39d4f107966..7060069186dec2ecdc6f14e0f865d7b509f49176 100644 (file)
@@ -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
index 33b17d828215f1977d18b18cb84faa28f566eb9a..0c69679cd66a44223cc24a427e6c675e0038d53e 100755 (executable)
@@ -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.
 
index 64fe889844c922547e7541a0aa0c62c9730597b3..1076bf45cefb3dc897220098988be490b7a1b3a6 100755 (executable)
@@ -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.
 
index 7a39d506cf425f20b4fb459603a198378ea87e70..e2bb09309d29fdd3229734b4c8c2a9581201a791 100755 (executable)
@@ -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.
 
index 3d3fa1bacd21b7fcab637761ce70993254ca805c..65415cd966a423cdf4c5c6f23f4d951a0c8df7ae 100755 (executable)
@@ -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.
 
index e6ef81e1eed00ffbe1153674b45c636fee7cb0b0..175843845b30cfa2cf2c152fff2b3ffdcef2d10e 100755 (executable)
@@ -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.
 
index 90c69a1972a91ae9afb9db6c19623dd02a4e70d0..36e70568ca9c2156274188145f43940d180300a1 100755 (executable)
@@ -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.
 
index 25a7127fbef4dd6f927732afc84ec21fe43904ab..d992f805d85e8aa045270db9fedc3cc0f829bdfd 100755 (executable)
@@ -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.
 
index 08507cf4220a8690575effca77c1d01a1be7482c..259aee22754f4153be9d29a0550021d6e1740fa9 100755 (executable)
@@ -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.
 
index bd4acd11d61dc0ab38778ded5f2e6b2dbea4f28d..08368a85a9f41782ec3a846c5e0ffdb254bd2aa0 100755 (executable)
@@ -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.
 
index 15b6a4925d233fe4ca0fd84e3a65b9c8fb493d67..8118d220e2837bc117dfdfdd6c850aff5f06b15a 100755 (executable)
@@ -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.
 
index 99066ae2b081921ce3e735d9c02e6338e68d933a..1d793ce14e0aeccb8f3dcaa552739abdeab404ad 100644 (file)
@@ -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
index 014f8f0a521011c6546603c90544ff7cd5a13d86..2243ed3f4cac45c65dfbd0c00dac20cee969bfca 100644 (file)
@@ -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
index 5229db86816943ad5f2a8d5e986490c171a788bb..e196fc7cf330ab9dce4a19caf58d70c3a3fd91e3 100755 (executable)
@@ -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.
 
index 8b4eb2362062c9bcbc15654c3a7de2f1673c828b..7a85fb0d737ae2f4fa5a03b2f4911f20ef784b23 100755 (executable)
@@ -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.
 
index 650d7cf0f33ac9ffca51c5686e3fd4b9f12a2378..d28ceaf3db03142b27cd0d3236de301bc6a55f8f 100755 (executable)
@@ -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.
 
index 1af63e1c8f8b87e6744f65536783f2fe8d1a49d4..b6a8046b70dc4b445c64d405171f1c1d233036c8 100644 (file)
@@ -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
index 0445fc2d3045962460b102112979bb58b302bef6..643d1482167707357c0cb815204271750adc5589 100644 (file)
@@ -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
index 7e85a438cfd108cb72759fd793f9a93f005f1cc1..5130e51162fa2705cb61a679b2576e065f082365 100644 (file)
@@ -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.
 
index 16822abf40172bd369f3ed48570682f663594b4b..fe96b38f0f3c4675a72d8b3d04ecd24f81e98626 100755 (executable)
@@ -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.
 
index 30a79add9a9aa439765f454176eed9019fe88885..c78c616fd42d67073f50500a87adbdd961250764 100755 (executable)
@@ -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.
 
index b5bf7a4b0bfaea6c78876b2879b4576bdb7a31b6..024eac4953ba29991328b245ead65377e73a1f86 100755 (executable)
@@ -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.
 
index 98e762aeaaf0c01648e5b728fcfd565965a84c92..c8c27d0b58cbdb7a93495d93ada98e8545a056bd 100755 (executable)
@@ -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.
 
index 70a8b844c2d92338f35c63a106f452bd0eedaf75..c8db04a6bc15c96f1b5319748285e8f2d4a4e3e5 100755 (executable)
@@ -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.
 
index b68c61cf033c6737ca708f04fe7c868b5db2f3ff..6a59198fabb1da37bcfea03c2250b77cf17c2f10 100644 (file)
@@ -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
index e679228304929385e5d901c127c852bd51481159..e8c4eb81e94b1adca1c530bdb0815ebcb5c7167d 100644 (file)
@@ -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
index e7e8487b0702790a04b19440ca2afd3b790b7b41..f6950df4039a58e1fb312bc194ee4cac736a2823 100755 (executable)
@@ -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.
 
index ffd719e55ec067a6746354d986434caf2d58299b..1f3f58654c43f7f605c5396c3d3afc91a62a0cac 100755 (executable)
@@ -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.
 
index 1712847f158ee34282218ebc742cc926d5e99cc1..48d890147eeb1e463408a862c2dc9e81d70e39d5 100755 (executable)
@@ -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.
 
index eda394624e68c21241bc041f0f0330d91aac4e46..a40f06f029b7892af2897d38b16d189073ecb419 100755 (executable)
@@ -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.
 
index 66ee6cf66a9fa50f8e0c659dcd6e86c4d49e221e..2f87412467075f3be61e4f76ab3c63a4d9f16944 100755 (executable)
@@ -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.
 
index 476ca39a4c66e9757e5fb89cdb55562f6ff85f1e..6c7e7ff12efd3f188739ca035f9056eefff38e6e 100755 (executable)
@@ -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.
 
index abe4e11f516ac177429be02ea85e6e6dea9d4f7c..1283b9dd956019dd52ab834e9a71c1c5b5c99827 100755 (executable)
@@ -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.
 
index 4d1ef4b4cb0e51c7dc3efad8084cd1e719c50c21..b8e0403bb542f98851991293290a0ffb052e770e 100755 (executable)
@@ -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.
 
index 28eeee7b1f533a30d58e464c742b9da4eb70207a..e02e1d10aabd19a1d0eea684e5ae5e7c4af6113f 100644 (file)
@@ -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
index 5131f2cb34fe23217574d5da21f58127a2a1856f..33fd463adaf59a9eefffc92a57f2fc2fa9f9a224 100644 (file)
@@ -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