m4-patches
[Top][All Lists]
Advanced

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

FYI: 46-gary-canonicalize-copyright-statements.patch


From: Gary V. Vaughan
Subject: FYI: 46-gary-canonicalize-copyright-statements.patch
Date: Wed, 27 Aug 2003 18:19:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030804

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (\d)/$1 (C) $2/g'`
        * config/gmp.m4: Ditto.
        * config/gnu-obstack.m4: Ditto.
        * config/stackovf.m4: Ditto.
        * m4/builtin.c: Ditto.
        * m4/debug.c: Ditto.
        * m4/error.c: Ditto.
        * m4/error.h: Ditto.
        * m4/gnu-obstack.h: Ditto.
        * m4/hash.c: Ditto.
        * m4/hash.h: Ditto.
        * m4/input.c: Ditto.
        * m4/m4.c: Ditto.
        * m4/m4module.h: Ditto.
        * m4/m4private.h: Ditto.
        * m4/macro.c: Ditto.
        * m4/module.c: Ditto.
        * m4/obstack.c: Ditto.
        * m4/output.c: Ditto.
        * m4/path.c: Ditto.
        * m4/regex.c: Ditto.
        * m4/regex.h: Ditto.
        * m4/strtol.c: Ditto.
        * m4/symtab.c: Ditto.
        * m4/syntax.c: Ditto.
        * m4/utility.c: Ditto.
        * m4/xmalloc.c: Ditto.
        * m4/xstrdup.c: Ditto.
        * m4/xstrzdup.c: Ditto.
        * modules/evalparse.c: Ditto.
        * modules/format.c: Ditto.
        * modules/gnu.c: Ditto.
        * modules/import.c: Ditto.
        * modules/load.c: Ditto.
        * modules/m4.c: Ditto.
        * modules/m4.h: Ditto.
        * modules/modtest.c: Ditto.
        * modules/mpeval.c: Ditto.
        * modules/perl.c: Ditto.
        * modules/shadow.c: Ditto.
        * modules/stdlib.c: Ditto.
        * modules/time.c: Ditto.
        * modules/traditional.c: Ditto.
        * src/freeze.c: Ditto.
        * src/getopt.c: Ditto.
        * src/getopt1.c: Ditto.
        * src/m4.h: Ditto.
        * src/main.c: Ditto.
        * src/stackovf.c: Ditto.

Index: config/debug.m4
===================================================================
RCS file: /cvsroot/m4/m4/config/debug.m4,v
retrieving revision 1.6
diff -u -p -u -r1.6 debug.m4
--- config/debug.m4 14 Aug 2003 13:31:55 -0000 1.6
+++ config/debug.m4 27 Aug 2003 17:08:46 -0000
@@ -1,7 +1,7 @@
 ##                                                           -*- Autoconf -*-
 ## debug.m4 -- massage compiler flags for debugging/optimisation
 ##
-## Copyright 1999-2000 Ralf S. Engelschall
+## Copyright (C) 1999-2000 Ralf S. Engelschall
 ## Written by <address@hidden>
 ## Modified for M4 by Gary V. Vaughan <address@hidden>
 ##
Index: config/gmp.m4
===================================================================
RCS file: /cvsroot/m4/m4/config/gmp.m4,v
retrieving revision 1.8
diff -u -p -u -r1.8 gmp.m4
--- config/gmp.m4 27 Aug 2003 16:58:54 -0000 1.8
+++ config/gmp.m4 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 # -*- Autoconf -*-
-# Copyright 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001 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: config/gnu-obstack.m4
===================================================================
RCS file: /cvsroot/m4/m4/config/gnu-obstack.m4,v
retrieving revision 1.12
diff -u -p -u -r1.12 gnu-obstack.m4
--- config/gnu-obstack.m4 27 Aug 2003 16:58:54 -0000 1.12
+++ config/gnu-obstack.m4 27 Aug 2003 17:08:46 -0000
@@ -1,7 +1,7 @@
 #                                                            -*- Autoconf -*-
 # gnu-obstack.m4 -- the libc supplied version of obstacks if available.
 #
-# Copyright 2000, 2001, 2003 Gary V. Vaughan <address@hidden>
+# Copyright (C) 2000, 2001, 2003 Gary V. Vaughan <address@hidden>
 #
 # 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: config/stackovf.m4
===================================================================
RCS file: /cvsroot/m4/m4/config/stackovf.m4,v
retrieving revision 1.3
diff -u -p -u -r1.3 stackovf.m4
--- config/stackovf.m4 27 Aug 2003 16:58:54 -0000 1.3
+++ config/stackovf.m4 27 Aug 2003 17:08:46 -0000
@@ -1,7 +1,7 @@
 #                                                            -*- Autoconf -*-
 # stackovf.m4 -- how do we deal with stack overflow?
 #
-# Copyright 2000, 2003 Gary V. Vaughan <address@hidden>
+# Copyright (C) 2000, 2003 Gary V. Vaughan <address@hidden>
 #
 # 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: m4/builtin.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/builtin.c,v
retrieving revision 1.21
diff -u -p -u -r1.21 builtin.c
--- m4/builtin.c 12 Aug 2003 15:33:56 -0000 1.21
+++ m4/builtin.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1999, 2000 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: m4/debug.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/debug.c,v
retrieving revision 1.18
diff -u -p -u -r1.18 debug.c
--- m4/debug.c 15 Aug 2003 15:53:04 -0000 1.18
+++ m4/debug.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1993, 1994 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: m4/error.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/error.c,v
retrieving revision 1.3
diff -u -p -u -r1.3 error.c
--- m4/error.c 20 Aug 2001 20:25:25 -0000 1.3
+++ m4/error.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* Error handler for noninteractive utilities
-   Copyright 1990-98,2000 Free Software Foundation, Inc.
+   Copyright (C) 1990-98,2000 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
Index: m4/error.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/error.h,v
retrieving revision 1.4
diff -u -p -u -r1.4 error.h
--- m4/error.h 30 May 2003 15:13:32 -0000 1.4
+++ m4/error.h 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* Declaration for error-reporting function
-   Copyright 1995-1997, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 2000, 2003 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
Index: m4/gnu-obstack.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/gnu-obstack.h,v
retrieving revision 1.1
diff -u -p -u -r1.1 gnu-obstack.h
--- m4/gnu-obstack.h 27 Nov 2000 22:54:22 -0000 1.1
+++ m4/gnu-obstack.h 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* obstack.h - object stack macros
-   Copyright 1988,89,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
+   Copyright (C) 1988,89,90,91,92,93,94,96,97,98,99 Free Software Foundation, 
Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
Index: m4/hash.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/hash.c,v
retrieving revision 1.11
diff -u -p -u -r1.11 hash.c
--- m4/hash.c 26 Jun 2003 14:19:28 -0000 1.11
+++ m4/hash.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001 Free Software Foundation, Inc.
    Written by Gary V. Vaughan <address@hidden>
 
    This program is free software; you can redistribute it and/or modify
Index: m4/hash.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/hash.h,v
retrieving revision 1.9
diff -u -p -u -r1.9 hash.h
--- m4/hash.h 18 Jun 2003 15:28:41 -0000 1.9
+++ m4/hash.h 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001 Free Software Foundation, Inc.
    Written by Gary V. Vaughan <address@hidden>
 
    This program is free software; you can redistribute it and/or modify
Index: m4/input.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/input.c,v
retrieving revision 1.36
diff -u -p -u -r1.36 input.c
--- m4/input.c 15 Aug 2003 15:53:04 -0000 1.36
+++ m4/input.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 94 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: m4/m4.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/m4.c,v
retrieving revision 1.9
diff -u -p -u -r1.9 m4.c
--- m4/m4.c 15 Aug 2003 15:53:04 -0000 1.9
+++ m4/m4.c 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 2001
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: m4/m4module.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/m4module.h,v
retrieving revision 1.67
diff -u -p -u -r1.67 m4module.h
--- m4/m4module.h 15 Aug 2003 15:53:04 -0000 1.67
+++ m4/m4module.h 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1999, 2000, 2003 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: m4/m4private.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/m4private.h,v
retrieving revision 1.35
diff -u -p -u -r1.35 m4private.h
--- m4/m4private.h 15 Aug 2003 15:53:04 -0000 1.35
+++ m4/m4private.h 27 Aug 2003 17:08:46 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1998-1999 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1998-1999 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: m4/macro.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/macro.c,v
retrieving revision 1.38
diff -u -p -u -r1.38 macro.c
--- m4/macro.c 15 Aug 2003 15:53:04 -0000 1.38
+++ m4/macro.c 27 Aug 2003 17:08:47 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 2001
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: m4/module.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/module.c,v
retrieving revision 1.27
diff -u -p -u -r1.27 module.c
--- m4/module.c 12 Aug 2003 15:33:57 -0000 1.27
+++ m4/module.c 27 Aug 2003 17:08:47 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1998, 1999, 2002, 2003 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: m4/obstack.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/obstack.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 obstack.c
--- m4/obstack.c 24 Nov 2000 23:24:34 -0000 1.2
+++ m4/obstack.c 27 Aug 2003 17:08:47 -0000
@@ -1,5 +1,5 @@
 /* obstack.c - subroutines used implicitly by object stack macros
-   Copyright 1988-1994,1996-2000 Free Software Foundation, Inc.
+   Copyright (C) 1988-1994,1996-2000 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
Index: m4/output.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/output.c,v
retrieving revision 1.14
diff -u -p -u -r1.14 output.c
--- m4/output.c 15 Aug 2003 15:53:04 -0000 1.14
+++ m4/output.c 27 Aug 2003 17:08:47 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 94, 98 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 94, 98 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: m4/path.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/path.c,v
retrieving revision 1.7
diff -u -p -u -r1.7 path.c
--- m4/path.c 15 Aug 2003 15:53:04 -0000 1.7
+++ m4/path.c 27 Aug 2003 17:08:47 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 98 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 98 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: m4/regex.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/regex.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 regex.c
--- m4/regex.c 24 Nov 2000 23:24:34 -0000 1.2
+++ m4/regex.c 27 Aug 2003 17:08:48 -0000
@@ -2,7 +2,7 @@
    version 0.12.
    (Implements POSIX draft P1003.2/D11.2, except for some of the
    internationalization features.)
-   Copyright 1993-2000 Free Software Foundation, Inc.
+   Copyright (C) 1993-2000 Free Software Foundation, Inc.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
Index: m4/regex.h
===================================================================
RCS file: /cvsroot/m4/m4/m4/regex.h,v
retrieving revision 1.2
diff -u -p -u -r1.2 regex.h
--- m4/regex.h 24 Nov 2000 23:24:34 -0000 1.2
+++ m4/regex.h 27 Aug 2003 17:08:48 -0000
@@ -1,6 +1,6 @@
 /* Definitions for data structures and routines for the regular
    expression library, version 0.12.
-   Copyright 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc.
+   Copyright (C) 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
Index: m4/strtol.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/strtol.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 strtol.c
--- m4/strtol.c 24 Nov 2000 23:24:34 -0000 1.2
+++ m4/strtol.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* Convert string representation of a number into an integer value.
-   Copyright 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
+   Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
Index: m4/symtab.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/symtab.c,v
retrieving revision 1.44
diff -u -p -u -r1.44 symtab.c
--- m4/symtab.c 15 Aug 2003 15:53:04 -0000 1.44
+++ m4/symtab.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 2001
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: m4/syntax.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/syntax.c,v
retrieving revision 1.7
diff -u -p -u -r1.7 syntax.c
--- m4/syntax.c 15 Aug 2003 15:53:04 -0000 1.7
+++ m4/syntax.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 94, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 94, 2002 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: m4/utility.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/utility.c,v
retrieving revision 1.36
diff -u -p -u -r1.36 utility.c
--- m4/utility.c 15 Aug 2003 15:53:04 -0000 1.36
+++ m4/utility.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1998-1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1998-1999, 2003 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: m4/xmalloc.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/xmalloc.c,v
retrieving revision 1.7
diff -u -p -u -r1.7 xmalloc.c
--- m4/xmalloc.c 1 Sep 2001 20:05:27 -0000 1.7
+++ m4/xmalloc.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* xmalloc.c -- malloc with out of memory checking
-   Copyright 1990, 91, 92, 93, 94, 95, 96, 2000
+   Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 2000
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: m4/xstrdup.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/xstrdup.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 xstrdup.c
--- m4/xstrdup.c 24 Nov 2000 23:24:34 -0000 1.2
+++ m4/xstrdup.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* xstrdup.c -- copy a string with out of memory checking
-   Copyright 1990, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1996 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: m4/xstrzdup.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/xstrzdup.c,v
retrieving revision 1.1
diff -u -p -u -r1.1 xstrzdup.c
--- m4/xstrzdup.c 6 Jun 2003 16:14:06 -0000 1.1
+++ m4/xstrzdup.c 27 Aug 2003 17:08:48 -0000
@@ -1,5 +1,5 @@
 /* xstrzdup.c -- copy a string segment with out of memory checking
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003 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: modules/evalparse.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/evalparse.c,v
retrieving revision 1.10
diff -u -p -u -r1.10 evalparse.c
--- modules/evalparse.c 23 Jul 2003 16:20:50 -0000 1.10
+++ modules/evalparse.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 2001
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: modules/format.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/format.c,v
retrieving revision 1.15
diff -u -p -u -r1.15 format.c
--- modules/format.c 23 Jul 2003 16:20:50 -0000 1.15
+++ modules/format.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 2001
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
Index: modules/gnu.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/gnu.c,v
retrieving revision 1.32
diff -u -p -u -r1.32 gnu.c
--- modules/gnu.c 15 Aug 2003 15:53:04 -0000 1.32
+++ modules/gnu.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000 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: modules/import.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/import.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 import.c
--- modules/import.c 15 Aug 2003 15:53:04 -0000 1.2
+++ modules/import.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003 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: modules/load.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/load.c,v
retrieving revision 1.13
diff -u -p -u -r1.13 load.c
--- modules/load.c 15 Aug 2003 15:53:04 -0000 1.13
+++ modules/load.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000 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: modules/m4.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/m4.c,v
retrieving revision 1.54
diff -u -p -u -r1.54 m4.c
--- modules/m4.c 15 Aug 2003 15:53:04 -0000 1.54
+++ modules/m4.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003 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: modules/m4.h
===================================================================
RCS file: /cvsroot/m4/m4/modules/m4.h,v
retrieving revision 1.4
diff -u -p -u -r1.4 m4.h
--- modules/m4.h 15 Aug 2003 15:53:04 -0000 1.4
+++ modules/m4.h 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003 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: modules/modtest.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/modtest.c,v
retrieving revision 1.9
diff -u -p -u -r1.9 modtest.c
--- modules/modtest.c 15 Aug 2003 15:53:04 -0000 1.9
+++ modules/modtest.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003 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: modules/mpeval.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/mpeval.c,v
retrieving revision 1.14
diff -u -p -u -r1.14 mpeval.c
--- modules/mpeval.c 15 Aug 2003 15:53:04 -0000 1.14
+++ modules/mpeval.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001 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: modules/perl.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/perl.c,v
retrieving revision 1.11
diff -u -p -u -r1.11 perl.c
--- modules/perl.c 15 Aug 2003 15:53:04 -0000 1.11
+++ modules/perl.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000 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: modules/shadow.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/shadow.c,v
retrieving revision 1.9
diff -u -p -u -r1.9 shadow.c
--- modules/shadow.c 15 Aug 2003 15:53:04 -0000 1.9
+++ modules/shadow.c 27 Aug 2003 17:08:49 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000 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: modules/stdlib.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/stdlib.c,v
retrieving revision 1.11
diff -u -p -u -r1.11 stdlib.c
--- modules/stdlib.c 15 Aug 2003 15:53:04 -0000 1.11
+++ modules/stdlib.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001 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: modules/time.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/time.c,v
retrieving revision 1.11
diff -u -p -u -r1.11 time.c
--- modules/time.c 15 Aug 2003 15:53:04 -0000 1.11
+++ modules/time.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001 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: modules/traditional.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/traditional.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 traditional.c
--- modules/traditional.c 7 Aug 2001 10:41:11 -0000 1.2
+++ modules/traditional.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000 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: src/freeze.c
===================================================================
RCS file: /cvsroot/m4/m4/src/freeze.c,v
retrieving revision 1.34
diff -u -p -u -r1.34 freeze.c
--- src/freeze.c 12 Aug 2003 15:33:57 -0000 1.34
+++ src/freeze.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 94 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: src/getopt.c
===================================================================
RCS file: /cvsroot/m4/m4/src/getopt.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 getopt.c
--- src/getopt.c 24 Nov 2000 23:24:34 -0000 1.2
+++ src/getopt.c 27 Aug 2003 17:08:50 -0000
@@ -3,7 +3,7 @@
    "Keep this file name-space clean" means, talk to address@hidden
    before changing it!
 
-   Copyright 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
+   Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
        Free Software Foundation, Inc.
 
    The GNU C Library is free software; you can redistribute it and/or
Index: src/getopt1.c
===================================================================
RCS file: /cvsroot/m4/m4/src/getopt1.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 getopt1.c
--- src/getopt1.c 24 Nov 2000 23:24:34 -0000 1.2
+++ src/getopt1.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-   Copyright 1987,88,89,90,91,92,93,94,96,97,98
+   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
      Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
Index: src/m4.h
===================================================================
RCS file: /cvsroot/m4/m4/src/m4.h,v
retrieving revision 1.12
diff -u -p -u -r1.12 m4.h
--- src/m4.h 16 Jun 2003 10:43:45 -0000 1.12
+++ src/m4.h 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
+   Copyright (C) 1989, 90, 91, 92, 93, 94 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: src/main.c
===================================================================
RCS file: /cvsroot/m4/m4/src/main.c,v
retrieving revision 1.49
diff -u -p -u -r1.49 main.c
--- src/main.c 15 Aug 2003 15:53:04 -0000 1.49
+++ src/main.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright 1989-1994, 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 1999, 2000, 2003 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
@@ -380,7 +380,7 @@ main (int argc, char *const *argv, char 
       fputs (_("Written by Rene' Seindal and Gary V. Vaughan.\n"), stdout);
       putc ('\n', stdout);
 
-      fputs (_("Copyright 1989-1994, 1999, 2000 Free Software Foundation, 
Inc."), stdout);
+      fputs (_("Copyright (C) 1989-1994, 1999, 2000 Free Software Foundation, 
Inc."), stdout);
       putc ('\n', stdout);
 
       fputs (_("\
Index: src/stackovf.c
===================================================================
RCS file: /cvsroot/m4/m4/src/stackovf.c,v
retrieving revision 1.10
diff -u -p -u -r1.10 stackovf.c
--- src/stackovf.c 16 Jun 2003 10:43:45 -0000 1.10
+++ src/stackovf.c 27 Aug 2003 17:08:50 -0000
@@ -1,5 +1,5 @@
 /* Detect stack overflow (when getrlimit and sigaction or sigvec are available)
-   Copyright 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994 Free Software Foundation, Inc.
    Jim Avera <address@hidden>, October 1993.
 
    This program is free software; you can redistribute it and/or modify

reply via email to

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