automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PATCH: Copyright pedantry


From: RDBrown
Subject: PATCH: Copyright pedantry
Date: Wed, 11 Oct 2000 10:57:04 +1100 (EST)

Unfortunately, the FSF Copyright forms used by automake don't match
those recommended in FSF information for maintainers. 
The following URL references the discussion
<http://sources.redhat.com/ml/binutils/2000-08/msg00175.html>
and this one encloses the perl script used
<http://sources.redhat.com/ml/binutils/2000-08/msg00368.html>.

Andrew Cagney comments that the Copyright statement isn't part of the
body of the work - if that works around my lack of Copyright assignment
for automake <http://sources.redhat.com/ml/gdb/2000-08/msg00047.html>.
Otherwise, automake.in is the file requiring change so that generated
Makefile.in-s comply. automake.texi & texi-vers.am required change
additional to the perl script. The changes to those 3 should fall in the
minor change category.
I may have mistakenly included some generated files.

2000-10-11  Rodney Brown  <address@hidden>

        * aclocal.in aclocal.m4: Standardize FSF Copyright statements.
        * automake.in automake.texi: Likewise.
        * clean-kr.am clean.am: Likewise.
        * comp-vars.am: Likewise.
        * compile compile.am: Likewise.
        * data-clean.am: Likewise.
        * data.am: Likewise.
        * dejagnu.am: Likewise.
        * depcomp: Likewise.
        * depend.am depend2.am: Likewise.
        * dist-vars.am dist.am: Likewise.
        * elisp-comp: Likewise.
        * footer.am: Likewise.
        * header-vars.am header.am: Likewise.
        * java-clean.am java.am: Likewise.
        * kr-extra.am: Likewise.
        * library.am: Likewise.
        * libs-clean.am libs.am: Likewise.
        * libtool.am: Likewise.
        * lisp-clean.am lisp.am: Likewise.
        * ltlib-clean.am ltlib.am: Likewise.
        * ltlibrary.am: Likewise.
        * m4/Makefile.in: Likewise.
        * m4/strtod.m4: Likewise.
        * mans-vars.am mans.am: Likewise.
        * mdate-sh: Likewise.
        * missing: Likewise.
        * multilib.am: Likewise.
        * program.am: Likewise.
        * progs-clean.am progs.am: Likewise.
        * python-clean.am python.am: Likewise.
        * remake-hdr.am remake.am: Likewise.
        * scripts.am: Likewise.
        * subdirs.am: Likewise.
        * tags-clean.am tags.am: Likewise.
        * texi-vers.am: Likewise.
        * texinfos.am: Likewise.
        * ylwrap: Likewise.

diff -rub -U2 ../automake/aclocal.in ./aclocal.in
--- ../automake/aclocal.in      Sat Oct  7 09:49:14 2000
+++ ./aclocal.in        Mon Oct  9 20:51:53 2000
@@ -4,5 +4,5 @@
 
 # aclocal - create aclocal.m4 by scanning configure.in
-# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -178,5 +178,5 @@
        {
            print "aclocal (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright (C) 2000 Free Software Foundation, Inc.\n";
+           print "Copyright 2000 Free Software Foundation, Inc.\n";
            print "This is free software; see the source for copying 
conditions.  There is NO\n";
            print "warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.\n\n";
@@ -432,5 +432,6 @@
     print ACLOCAL "dnl $output_file generated automatically by aclocal 
$VERSION\n";
     print ACLOCAL "\
-dnl Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+dnl Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff -rub -U2 ../automake/aclocal.m4 ./aclocal.m4
--- ../automake/aclocal.m4      Mon Nov  8 10:19:04 1999
+++ ./aclocal.m4        Mon Oct  9 20:51:53 2000
@@ -1,5 +1,5 @@
 dnl aclocal.m4 generated automatically by aclocal 1.4a
 
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff -rub -U2 ../automake/automake.in ./automake.in
--- ../automake/automake.in     Sat Sep 16 07:09:55 2000
+++ ./automake.in       Mon Oct  9 20:51:53 2000
@@ -7,5 +7,6 @@
 
 # automake - create Makefile.in from Makefile.am
-# Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -419,5 +420,5 @@
        {
            print "automake (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright (C) 2000 Free Software Foundation, Inc.\n";
+           print "Copyright 2000 Free Software Foundation, Inc.\n";
            print "This is free software; see the source for copying 
conditions.  There is NO\n";
            print "warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.\n\n";
@@ -6676,5 +6677,6 @@
     # Copyright on generated Makefile.ins.
     $gen_copyright = "\
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -rub -U2 ../automake/automake.texi ./automake.texi
--- ../automake/automake.texi   Sat Aug  5 03:32:34 2000
+++ ./automake.texi     Wed Oct 11 09:58:05 2000
@@ -21,5 +21,5 @@
 This file documents GNU automake @value{VERSION}
 
-Copyright (C) 1995, 96, 97, 98, 99, 00 Free Software Foundation, Inc.
+Copyright 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
@@ -53,5 +53,5 @@
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1995, 96 Free Software Foundation, Inc.
+Copyright @copyright{} 1995, 1996 Free Software Foundation, Inc.
 @sp 2
 This is the first edition of the GNU Automake documentation,@*
diff -rub -U2 ../automake/clean-hdr.am ./clean-hdr.am
--- ../automake/clean-hdr.am    Thu Sep 25 14:56:26 1997
+++ ./clean-hdr.am      Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/clean-kr.am ./clean-kr.am
--- ../automake/clean-kr.am     Thu Sep 25 14:56:26 1997
+++ ./clean-kr.am       Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/clean.am ./clean.am
--- ../automake/clean.am        Mon Nov  8 12:21:28 1999
+++ ./clean.am  Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/comp-vars.am ./comp-vars.am
--- ../automake/comp-vars.am    Tue Dec 14 15:10:36 1999
+++ ./comp-vars.am      Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/compile ./compile
--- ../automake/compile Sat Apr 15 19:13:40 2000
+++ ./compile   Mon Oct  9 20:51:53 2000
@@ -3,5 +3,5 @@
 # Wrapper for compilers which do not understand `-c -o'.
 
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
 # Written by Tom Tromey <address@hidden>.
 #
diff -rub -U2 ../automake/compile.am ./compile.am
--- ../automake/compile.am      Tue Apr 27 23:57:06 1999
+++ ./compile.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/data-clean.am ./data-clean.am
--- ../automake/data-clean.am   Mon Sep  9 02:47:43 1996
+++ ./data-clean.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/data.am ./data.am
--- ../automake/data.am Sun Dec 19 15:09:23 1999
+++ ./data.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/dejagnu.am ./dejagnu.am
--- ../automake/dejagnu.am      Sat Aug  5 03:32:34 2000
+++ ./dejagnu.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/depcomp ./depcomp
--- ../automake/depcomp Mon Aug 21 01:58:45 2000
+++ ./depcomp   Mon Oct  9 20:51:53 2000
@@ -2,5 +2,5 @@
 
 # depcomp - compile a program generating dependencies as side-effects
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/depend.am ./depend.am
--- ../automake/depend.am       Mon Nov 22 08:35:40 1999
+++ ./depend.am Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/depend2.am ./depend2.am
--- ../automake/depend2.am      Mon Mar 20 10:43:57 2000
+++ ./depend2.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-1998, 1999, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/dist-vars.am ./dist-vars.am
--- ../automake/dist-vars.am    Sat Apr 10 09:05:53 1999
+++ ./dist-vars.am      Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/dist.am ./dist.am
--- ../automake/dist.am Mon Nov 22 08:35:40 1999
+++ ./dist.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/elisp-comp ./elisp-comp
--- ../automake/elisp-comp      Mon Oct  4 09:43:35 1999
+++ ./elisp-comp        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 #!/bin/sh
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright 1995 Free Software Foundation, Inc.
 # Fran?ois Pinard <address@hidden>, 1995.
 #
diff -rub -U2 ../automake/footer.am ./footer.am
--- ../automake/footer.am       Sun Jan  7 07:09:52 1996
+++ ./footer.am Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/header-vars.am ./header-vars.am
--- ../automake/header-vars.am  Thu Apr  6 07:12:43 2000
+++ ./header-vars.am    Mon Oct  9 20:51:53 2000
@@ -1,4 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/header.am ./header.am
--- ../automake/header.am       Sun Dec 19 15:09:23 1999
+++ ./header.am Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/java-clean.am ./java-clean.am
--- ../automake/java-clean.am   Thu Mar 19 11:30:13 1998
+++ ./java-clean.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1998 Free Software Foundation, Inc.
+## Copyright 1998 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/java.am ./java.am
--- ../automake/java.am Sat Mar 27 11:27:58 1999
+++ ./java.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/kr-extra.am ./kr-extra.am
--- ../automake/kr-extra.am     Thu Sep 25 14:56:26 1997
+++ ./kr-extra.am       Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/library.am ./library.am
--- ../automake/library.am      Tue May  4 22:32:36 1999
+++ ./library.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/libs-clean.am ./libs-clean.am
--- ../automake/libs-clean.am   Thu Sep 25 14:56:27 1997
+++ ./libs-clean.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/libs.am ./libs.am
--- ../automake/libs.am Sat Mar 27 11:27:59 1999
+++ ./libs.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/libtool.am ./libtool.am
--- ../automake/libtool.am      Sat May  1 08:19:03 1999
+++ ./libtool.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/lisp-clean.am ./lisp-clean.am
--- ../automake/lisp-clean.am   Thu Sep 25 14:56:27 1997
+++ ./lisp-clean.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1996 Free Software Foundation, Inc.
+## Copyright 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/lisp.am ./lisp.am
--- ../automake/lisp.am Sat Jul 29 03:11:11 2000
+++ ./lisp.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+## Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/ltlib-clean.am ./ltlib-clean.am
--- ../automake/ltlib-clean.am  Thu Sep 25 14:56:27 1997
+++ ./ltlib-clean.am    Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1997 Free Software Foundation, Inc.
+## Copyright 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/ltlib.am ./ltlib.am
--- ../automake/ltlib.am        Tue Nov 23 06:22:02 1999
+++ ./ltlib.am  Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, 
Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/ltlibrary.am ./ltlibrary.am
--- ../automake/ltlibrary.am    Fri Apr  4 12:21:13 1997
+++ ./ltlibrary.am      Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/m4/Makefile.in ./m4/Makefile.in
--- ../automake/m4/Makefile.in  Sun Aug 27 07:20:50 2000
+++ ./m4/Makefile.in    Mon Oct  9 20:51:53 2000
@@ -1,5 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -rub -U2 ../automake/m4/strtod.m4 ./m4/strtod.m4
--- ../automake/m4/strtod.m4    Wed Aug  2 18:59:16 2000
+++ ./m4/strtod.m4      Mon Oct  9 20:51:53 2000
@@ -1,3 +1,3 @@
-## Copyright (C) 1996 Free Software Foundation, Inc.
+## Copyright 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/mans-vars.am ./mans-vars.am
--- ../automake/mans-vars.am    Sun Jan  7 07:09:58 1996
+++ ./mans-vars.am      Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/mans.am ./mans.am
--- ../automake/mans.am Mon Jun  7 07:50:01 1999
+++ ./mans.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1998 Free Software Foundation, Inc.
+## Copyright 1998 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/mdate-sh ./mdate-sh
--- ../automake/mdate-sh        Wed Apr 30 11:12:04 1997
+++ ./mdate-sh  Mon Oct  9 20:51:53 2000
@@ -1,5 +1,5 @@
 #!/bin/sh
 # Get modification time of a file or directory and pretty-print it.
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 Free Software Foundation, Inc.
 # written by Ulrich Drepper <address@hidden>, June 1995
 #
diff -rub -U2 ../automake/missing ./missing
--- ../automake/missing Tue Jun 20 03:29:15 2000
+++ ./missing   Mon Oct  9 20:51:53 2000
@@ -1,5 +1,5 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
-# Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <address@hidden>, 1996.
 
diff -rub -U2 ../automake/multilib.am ./multilib.am
--- ../automake/multilib.am     Sun Oct 11 23:07:29 1998
+++ ./multilib.am       Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1998 Free Software Foundation, Inc.
+## Copyright 1998 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/program.am ./program.am
--- ../automake/program.am      Tue Aug 26 09:25:05 1997
+++ ./program.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/progs-clean.am ./progs-clean.am
--- ../automake/progs-clean.am  Thu Sep 25 14:56:27 1997
+++ ./progs-clean.am    Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/progs.am ./progs.am
--- ../automake/progs.am        Sat Apr 17 00:02:19 1999
+++ ./progs.am  Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/python-clean.am ./python-clean.am
--- ../automake/python-clean.am Tue Nov 23 06:22:02 1999
+++ ./python-clean.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1999 Free Software Foundation, Inc.
+## Copyright 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/python.am ./python.am
--- ../automake/python.am       Tue Nov 23 06:22:02 1999
+++ ./python.am Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1999 Free Software Foundation, Inc.
+## Copyright 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/remake-hdr.am ./remake-hdr.am
--- ../automake/remake-hdr.am   Sun Apr 18 05:44:53 1999
+++ ./remake-hdr.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, 
Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/remake.am ./remake.am
--- ../automake/remake.am       Sun Oct  4 04:26:51 1998
+++ ./remake.am Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/scripts.am ./scripts.am
--- ../automake/scripts.am      Wed Apr 21 02:27:45 1999
+++ ./scripts.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/subdirs.am ./subdirs.am
--- ../automake/subdirs.am      Sun Aug 27 07:37:13 2000
+++ ./subdirs.am        Mon Oct  9 20:51:53 2000
@@ -1,4 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/tags-clean.am ./tags-clean.am
--- ../automake/tags-clean.am   Thu Sep 25 14:56:27 1997
+++ ./tags-clean.am     Mon Oct  9 20:51:53 2000
@@ -1,4 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/tags.am ./tags.am
--- ../automake/tags.am Mon Mar 20 06:46:34 2000
+++ ./tags.am   Mon Oct  9 20:51:53 2000
@@ -1,4 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995-1998, 1999, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/texi-vers.am ./texi-vers.am
--- ../automake/texi-vers.am    Tue Jun 20 08:30:34 2000
+++ ./texi-vers.am      Wed Oct 11 09:59:43 2000
@@ -1,5 +1,4 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999,
-##               2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/texinfos.am ./texinfos.am
--- ../automake/texinfos.am     Sat Mar  4 19:56:13 2000
+++ ./texinfos.am       Mon Oct  9 20:51:54 2000
@@ -1,4 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-98, 1999, 2000 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
diff -rub -U2 ../automake/ylwrap ./ylwrap
--- ../automake/ylwrap  Sun Jun 20 20:40:26 1999
+++ ./ylwrap    Mon Oct  9 20:51:54 2000
@@ -1,5 +1,5 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
-# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 # Written by Tom Tromey <address@hidden>.
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]