]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 2008 to copyright years.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 08:42:46 +0000 (08:42 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 08:42:46 +0000 (08:42 +0000)
41 files changed:
lib-src/ChangeLog
lib-src/Makefile.in
lib-src/b2m.pl
lib-src/cvtmail.c
lib-src/digest-doc.c
lib-src/emacsclient.c
lib-src/emacstool.c
lib-src/etags.c
lib-src/fakemail.c
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
lispintro/ChangeLog
lispintro/Makefile.in
lispintro/Makefile.old
lispintro/README
lispintro/cons-1.eps
lispintro/cons-2.eps
lispintro/cons-2a.eps
lispintro/cons-3.eps
lispintro/cons-4.eps
lispintro/cons-5.eps
lispintro/drawers.eps
lispintro/emacs-lisp-intro.texi
lispintro/lambda-1.eps
lispintro/lambda-2.eps
lispintro/lambda-3.eps
lispintro/makefile.w32-in

index e1e0a0d83480ea9692dccdb0ba342a10999c25d2..6a6887f6d96069ade3c689b1bc63ef9431d7ff91 100644 (file)
 
     Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
        1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
-       2006, 2007 Free Software Foundation, Inc.
+       2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index 5d8da71dbdda743843c0e876d62c679dadd43f1b..cb862625249916ff002a2c4b33b2a013004481e4 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for lib-src subdirectory in GNU Emacs.
 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
-#               2005, 2006, 2007  Free Software Foundation, Inc.
+#               2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
index 96f1643891f6661e18b69a9369facbd4153ecf16..d0c34b69a7ccdaa01d091c53436b0634d13d3dcb 100644 (file)
@@ -2,7 +2,7 @@
 
 # b2m.pl - Script to convert a Babyl file to an mbox file
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
index d892d77dc5a134f2565a8fb5b66067d7810e3f8f..52ead298958fc08426f51abcafb5616aea935e6b 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 08e5d8133616dc1b9abd06723862a05da92cd332..ec6e4372ed0890d759d501999a205e11675c8d2f 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, 2006, 2007 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index d51712c41c44f105a29260c7ae7edeb321371ac6..e2db67a4a84dcf271905f9d1868940f159f57bdd 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, 2006, 2007 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 7b39d2ed8fd70d716d8c3c4a3395ac0a03ba331b..40247c28a2a4773d4be5958b2c02eec4e9574a73 100644 (file)
@@ -1,6 +1,6 @@
 /*
    Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8cf603d10b66e8ca8000f049c6e70e442c1a20ab..52bcb8ad11db3343175c5db8c9e4ea628ecc8c74 100644 (file)
@@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
-  2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+  2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
   Free Software Foundation, Inc.
 
 This file is not considered part of GNU Emacs.
index 003f2da886c055ce92007b0037bf14c696d15917..10a9cdb20eaca68e166df0cbdbf9c529aa32cc73 100644 (file)
@@ -1,6 +1,6 @@
 /* sendmail-like interface to /bin/mail for system V,
    Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 1dff1e3e6b7310a15f7460117685b35db41174c9..c4de805db05006e8490b26a58dcb5ca36e3b672d 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-#               2005, 2006, 2007 Free Software Foundation, Inc.
+#               2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
index 98561cf604de789dba4a9e0006dd1d4609f6176b..95a7f82e1c4b9a2824083fb3c1658f27f0fa6053 100644 (file)
@@ -1,6 +1,6 @@
 /* Convert files for Emacs Hexl mode.
    Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007  Free Software Foundation, Inc.
+                 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is not considered part of GNU Emacs.
 
index 3f3da3e700747b87a53a49986a8472e5b043c938..1564aca5bbea67e686f3c6267b6e8801aceda701 100644 (file)
@@ -1,6 +1,7 @@
 /* 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, 2006, 2007 Free Software Foundation, Inc.
+                 2002, 2003, 2004, 2005, 2006, 2007, 2008
+                 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index eaebb2abfa65e6b192e0d19e303459396afef864..b30240fc895f7f57581cd91581e632f094a29a18 100644 (file)
@@ -1,6 +1,6 @@
 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
 #  Copyright (C) 2000, 2001, 2002, 2003, 2004,
-#                2005, 2006, 2007 Free Software Foundation, Inc.
+#                2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 #
 #  This file is part of GNU Emacs.
 #
index aaaf91b1b1fc2c0046de34d09625e0afb227efc0..7c647676ff5f0bb057365216c6dd56e924e7c51a 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, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index e11733f96058bd57e1cac431aa0fb6c3a5bb88f4..67533894ace154a3e2f377d37610192b164481d8 100644 (file)
@@ -1,6 +1,6 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
    Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007  Free Software Foundation, Inc.
+                 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 267e8ba5a04f04d4cc16c1a112d70c72b2106d42..8266b6f3a625e323acc6b93d25b40fcf4d49469f 100644 (file)
@@ -1,6 +1,6 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
    Copyright (C) 1994, 2002, 2003, 2004, 2005,
-                 2006, 2007 Free Software Foundation, Inc.
+                 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 9fcbe4b370cdc3c2744e24005c11785860ec7d05..e8cf42b320a13bc6e35c325f1e6e723784bd4aae 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, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
    Written by Jonathan Kamens, jik@security.ov.com.
 
 This file is part of GNU Emacs.
index 85b666c652f542f75ba0b1e9d69c01f04afdbbb4..24f9159261d15526c8911876b4610c65e68d0094 100644 (file)
@@ -1,6 +1,6 @@
 /* pop.h: Header file for the "pop.c" client POP3 protocol.
    Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
    Written by Jonathan Kamens, jik@security.ov.com.
 
 This file is part of GNU Emacs.
index 628b72ddcfe9ef5a8301cb241b178f4050fb6e11..ffcf9e2cff31495556b1bf2ced11c4b7200e3022 100644 (file)
@@ -1,6 +1,6 @@
 /* profile.c --- generate periodic events for profiling of Emacs Lisp code.
    Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
  Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
 
index 94396709e653b3a6a4927233dd3232c86cd763b8..958b371b24c069d95369e5c7c137ebb71ae92a56 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, 2006, 2007 Free Software Foundation, Inc.
+#               2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
index 474ef64bcaad5183f9c9e2136b5ffdacba483cf8..43fa9d555c37e1019e891453371e389890749813 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, 2006, 2007  Free Software Foundation, Inc.
+#               2004, 2005, 2006, 2007, 2008  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 e239eaab428d4c4951117b4eb859b6cdb625287d..33959aefefe6118a4b2ab0c2933b5973b3127858 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, 2006, 2007 Free Software Foundation, Inc.
+                 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 4913f0946146821bd7e42bf950b00601abca4352..0c1a3fd8d0e682143b8c6ccbb5d4ade3c05b990e 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, 2006, 2007 Free Software Foundation, Inc.
+                 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Emacs.
 
index 3ccfecdb7d7459f025a207e277a4e699391873e2..188fa896bbd7e915133fc340c1d7ea67abc8efba 100644 (file)
@@ -1,5 +1,6 @@
 /* update-game-score.c --- Update a score file
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+     Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 4fd6fb47226e59c7f41a51861caf0933debdbd79..86b80bcdacda3005c209c6ce104a5997ccec083a 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, 2006, 2007 Free Software Foundation, Inc.
+#               2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
index 2452be826fc37a327a74fd8642ea933c7f091bd1..7f1a50ebe59e3b45797427046bdae75133a0ebc0 100644 (file)
 ;; End:
 
     Copyright (C) 2001, 2002, 2003, 2004, 2005,
-       2006, 2007 Free Software Foundation, Inc.
+       2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index fc263c2095cc3d8339c8f6ade991e36c3a4720bf..7f83832bbbe955f47c5c31499eeb5b430853c1f9 100644 (file)
@@ -1,7 +1,7 @@
 #### Makefile for the Emacs Lisp Introduction manual
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
-#   2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+#   2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
index 0b4e1a82df738156ea12bf09ce2c328febca31c7..a0a5cd99832b3ffe12b592ef90cad30c47839896 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
-#   2004, 2005, 2006, 2007  Free Software Foundation, Inc.
+#   2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index 5edd38af3eee940e30a5b7511f518c15ea4605ba..b6a8528448b84f01de6041252a091e1022c77092 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
   Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
index 95a74dcf29832c9e9ee2610de93d1c4f90c38b03..eb144dfba2777560f6dd6728650d1b301263cfe8 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index b8537d28ea89da0e96bc8e6cd4c60df86d4993ee..1f93b4afb11bae4cd8ba045da093ee34cb567fd9 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 1ec78c46f0b38a50d712bd497cff03126dfe7b57..0c1df6805a8cabb1e5504cecd8fdcae713969d7b 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 795fa2b18f4cabfbf1728dfbe1a79c30ccd81353..c469c4637124c5bdf6f819980e6716484753d898 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 68b0a296c36524acd21620352ef5633e0cc0c768..a743337216872f28ec50c5544e11546ca24002a7 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index e03815a4403a2ceddca0e3e314b2ec09efaeeff1..26ee898134ac8b9bf57daefe9b93612bf9558175 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 0e5a222ae45af2b696cbca75122b7e2dbb28c520..72f6adecf691d60686ed2b6d89653f82e268ab26 100644 (file)
@@ -9,7 +9,7 @@
 %%EndComments
 %%BeginProlog
 
-% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 0318ac5d3619e4c5c4bb682122769bb393b7e894..633be4a0b30f93bd4a2e7bd0c786398867c73997 100644 (file)
@@ -216,7 +216,7 @@ people who are not programmers.
 Edition @value{edition-number}, @value{update-date}
 @sp 1
 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 @sp 1
 
 @iftex
index 5b1b5d042995fcc3b442bae122c40d0e38911d1f..55a50ab7d04691749ea42eee8d3484d5e73902b3 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 6288283abce1614b7aa3804251af3846530104ea..76990074e9aea4cacbdc274ed3a7ebcb2ece90d7 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 26f7d5d9644af2ef1b8c4f2bce60ad190d893dbe..1e7dd130d6709f01676515207f82a116e2082a78 100644 (file)
@@ -7,7 +7,7 @@
 %      Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
 %
 
-% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 %   Free Software Foundation, Inc.
 %
 % This file is part of GNU Emacs.
index 07d51d2462010734a39a9379fdd1bf15fd39d799..8fafa1bca8263cfa946bb9a8bdfd2d92273f7210 100644 (file)
@@ -1,6 +1,6 @@
 #### -*- Makefile -*- for the Emacs Lisp Introduction manual.
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.