]> git.eshelyaron.com Git - emacs.git/commitdiff
Update years in copyright notice; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 6 Feb 2006 11:28:28 +0000 (11:28 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 6 Feb 2006 11:28:28 +0000 (11:28 +0000)
30 files changed:
lib-src/ChangeLog
lib-src/Makefile.in
lib-src/cvtmail.c
lib-src/digest-doc.c
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/emacstool.c
lib-src/etags.c
lib-src/fakemail.c
lib-src/getopt.c
lib-src/getopt1.c
lib-src/getopt_.h
lib-src/getopt_int.h
lib-src/gettext.h
lib-src/grep-changelog
lib-src/hexl.c
lib-src/make-docfile.c
lib-src/makefile.w32-in
lib-src/movemail.c
lib-src/ntlib.c
lib-src/ntlib.h
lib-src/pop.c
lib-src/pop.h
lib-src/profile.c
lib-src/rcs-checkin
lib-src/rcs2log
lib-src/sorted-doc.c
lib-src/test-distrib.c
lib-src/update-game-score.c
lib-src/vcdiff

index c8d1cb41dea94a903693a89f0342bc284f24da3e..df8639f31fa3ff9ea40d8de37cde1e51e863127a 100644 (file)
@@ -5788,8 +5788,8 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 ;; End:
 
     Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-       1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
-       Free Software Foundation, Inc.
+       1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
+       2006 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
 
index 7f07154396511c4f4463d006dd6f4de50b661c50..33af87019e02db627852dedbe1ab0daa1087cb0f 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for lib-src subdirectory in GNU Emacs.
 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004,
-#               2005 Free Software Foundation, Inc.
+#               2005, 2006 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
index 562c5522ed9aa241638beeb640ec5268066cf313..c9f4f3713a7663cd617538c28f00b5c77b5a8099 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1985, 1994, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index d3df334841ee87e7c6e746afd5790ff2dc3f388a..7b5a9677e7c793d96056191373beff00d3b5d6ab 100644 (file)
@@ -2,7 +2,7 @@
    standard output a file of nroff output containing the doc strings.
 
    Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index a9a3eb78442abfd2d78188f9dbbecadf9b4729e7..94fa9114d2317a99124e97fbc329253c9c37905a 100644 (file)
@@ -1,7 +1,7 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
-   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-                 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+                 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
@@ -3689,7 +3689,7 @@ void
 version ()
 {
   printf ("ebrowse %s\n", VERSION);
-  puts ("Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc.");
+  puts ("Copyright (C) 1992-2006 Free Software Foundation, Inc.");
   puts ("This program is distributed under the same terms as Emacs.");
   exit (EXIT_SUCCESS);
 }
index 034d5c9faa91913580f0afa4ac34b10b08e8f1df..46cb7ec2aea6b34fc69151464e056e033b932e18 100644 (file)
@@ -1,6 +1,6 @@
 /* Client process that communicates with GNU Emacs acting as server.
    Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index b883b442bd9c61553a1dd5d4fda288200dd4f3e0..0843a3c5083f38f1f5fe9cb5c1c8aaf9a85d9f76 100644 (file)
@@ -1,6 +1,6 @@
 /*
    Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index fecf79041176261fa9bc9c1e5f7f12f784eee431..a073acb92d64bddbbef05c748b0421c80f5ff359 100644 (file)
@@ -1,7 +1,7 @@
 /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
    Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995,
                  1998, 1999, 2000, 2001, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc. and Ken Arnold
+                 2005, 2006 Free Software Foundation, Inc. and Ken Arnold
 
  This file is not considered part of GNU Emacs.
 
@@ -858,7 +858,7 @@ static void
 print_version ()
 {
   printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
-  puts ("Copyright (C) 2002 Free Software Foundation, Inc. and Ken Arnold");
+  puts ("Copyright (C) 2006 Free Software Foundation, Inc. and Ken Arnold");
   puts ("This program is distributed under the same terms as Emacs");
 
   exit (EXIT_SUCCESS);
index de1e2cbf858a2ea7bf594728a767839b3fe4ae61..c8bfcfc0931041eb9c3cef501485258bfc1f2a05 100644 (file)
@@ -1,6 +1,6 @@
 /* sendmail-like interface to /bin/mail for system V,
    Copyright (C) 1985, 1994, 1999, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 70fd418626180e4255dcc42ff0c8384798b3fb0a..a0698bba77a0f5fda59fad3d610fae3e15766b0f 100644 (file)
@@ -4,7 +4,7 @@
    before changing it!
    Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
                  1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003,
-                2004, 2005 Free Software Foundation, Inc.
+                2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index 8aa9b183578870c2b0fecd748d9472905c7e7566..48d263e922a6b1c2f45a2c0555ecf034ba792486 100644 (file)
@@ -1,6 +1,6 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
    Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
-                 1998, 2004, 2005 Free Software Foundation, Inc.
+                 1998, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index fbd45d42aabd14e326c3799477641142821a3b28..e17da9e243c899ee95243a1d881a3a7a4e86edc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for getopt.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
-                 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+                 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index f59ab32ce280d70c77ddef425a9236cc9cb9b345..f20d417b11fd01c025147e85b0486e8fe891c1ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Internal declarations for getopt.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
-                 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+                 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index 658fa17fcb8275dc2dc20628ee318a646c83782c..eb1976b658869bcfc6608fdcfc571a75f6759c39 100644 (file)
@@ -1,6 +1,6 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
    Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 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 45bf841ae59e12d85c3b5e19def87b47a757610f..e3d3af2c577743abf125b5d75081397720892d0f 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-#               2005 Free Software Foundation, Inc.
+#               2005, 2006 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
index 0dfdddf468fef78d20864138afafd80eddfe8fc9..62fdd52b5a19961f81b0d7facba0d383b435b695 100644 (file)
@@ -1,5 +1,6 @@
 /* Convert files for Emacs Hexl mode.
-   Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1989, 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.
 
 This file is not considered part of GNU Emacs.
 
index 537eafec7f5324a0191817c293171ac5a9d2e166..bfdb206ad97088aacb1967d944bf24234b071079 100644 (file)
@@ -1,6 +1,6 @@
 /* Generate doc-string file for GNU Emacs from source files.
    Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
-                 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+                 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index bf7a293adc6738eb30c1f1a6d6174c1c2176298d..0e725fad7e8cb2c01c35b3f8373a7f7dbc73551d 100644 (file)
@@ -1,6 +1,6 @@
 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
 #  Copyright (C) 2000, 2001, 2002, 2003, 2004,
-#                2005 Free Software Foundation, Inc.
+#                2005, 2006 Free Software Foundation, Inc.
 #
 #  This file is part of GNU Emacs.
 #
index e8f1122e94319ad0849460ab0ce1de80fe1e693e..d3ec1fcd178c70576423d24d21d5bb6224125bc6 100644 (file)
@@ -1,7 +1,7 @@
 /* movemail foo bar -- move file foo to file bar,
    locking file foo the way /bin/mail respects.
    Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index caaf521206be5afc6cf4d57999b82346658fe10c..94110e4306c2ddf0437ba43af19cbf004ff7dc21 100644 (file)
@@ -1,5 +1,6 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
-   Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 07e730567f78cb823083ff1eab3a71fa3162639c..96862aa334b5428b98da2d9ac033439e126cec03 100644 (file)
@@ -1,5 +1,6 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
-   Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 9bc73e90a54ae9782a2f723cd316a241a8fd2586..7d6bcc5cdc9191cd400519efdaf9636a6655c89d 100644 (file)
@@ -1,6 +1,6 @@
 /* pop.c: client routines for talking to a POP3-protocol post-office server
    Copyright (C) 1991, 1993, 1996, 1997, 1999, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
    Written by Jonathan Kamens, jik@security.ov.com.
 
 This file is part of GNU Emacs.
index eed24a89934f3c272c72755a73ebf47b89402fbd..102fef6327b957d6ffd62d2c2ecc0b41831a5c1a 100644 (file)
@@ -1,6 +1,6 @@
 /* pop.h: Header file for the "pop.c" client POP3 protocol.
    Copyright (C) 1991, 1993, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
    Written by Jonathan Kamens, jik@security.ov.com.
 
 This file is part of GNU Emacs.
index 615a43d912c2a27583710535fff262d156962deb..399752b5808b581294cc12ae026ce262ca9988b7 100644 (file)
@@ -1,6 +1,6 @@
 /* profile.c --- generate periodic events for profiling of Emacs Lisp code.
    Copyright (C) 1992, 1994, 1999, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
  Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
 
index beee6ce29f79e12102c8b357571ffb52813de532..f805705ae6a06925a890264efcfb624c6ebeb6a3 100755 (executable)
@@ -3,7 +3,7 @@
 # This script accepts any number of file arguments and checks them into RCS.
 
 # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
-#               2005 Free Software Foundation, Inc.
+#               2005, 2006 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
index 4e7c6c1bb1bbf537ee7231b33491a6cd522dca50..795c70ecd8517bc9bfc56f287ab6ac8270640369 100755 (executable)
@@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
 Id='$Id$'
 
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
-#               2004, 2005 Free Software Foundation, Inc.
+#               2004, 2005, 2006 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
@@ -72,7 +72,7 @@ Id='$Id$'
 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-Copyright='Copyright (C) 2005 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2006 Free Software Foundation, Inc.
 This program comes with NO WARRANTY, to the extent permitted by law.
 You may redistribute copies of this program
 under the terms of the GNU General Public License.
index cb04be268429156c3ca87afc501d431699c05f16..a2416993a1b4b9f6ba506c29bd78dcc1c7cffd07 100644 (file)
@@ -2,7 +2,7 @@
    standard output a file of texinfo input containing the doc strings.
 
    Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
-                 2004, 2005 Free Software Foundation, Inc.
+                 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 0d3587af8daede53c4129c8bc1b07c62551e34f9..0fdb29b1f39d4deaff9ee5e878c2c51984aba51b 100644 (file)
@@ -1,7 +1,7 @@
 /* test-distrib.c --- testing distribution of nonprinting chars
 
    Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
-                 2004, 2005 Free Software Foundation, Inc.
+                 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 46d0d8b060040dd08581d325caa69388c886d4c8..56d873044e7e68a10927d0e624b7e21fcfa626ff 100644 (file)
@@ -1,5 +1,5 @@
 /* update-game-score.c --- Update a score file
-   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a57811a7f6dff2b55bf1b17c5828ad1318c6bbed..52fdaee0f7f56265ae6b2a83fa90a55f0d0eb316 100755 (executable)
@@ -4,7 +4,7 @@
 # This version is more compatible with rcsdiff(1).
 #
 # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
-#               2005 Free Software Foundation, Inc.
+#               2005, 2006 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #