aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-01-07 08:42:46 +0000
committerGlenn Morris2008-01-07 08:42:46 +0000
commita5b68355b38424bda76b5846afa1f45e4bada42b (patch)
tree0ef12e7896a9fc53c0d4ac983ab089f448c18a4d
parentb9b14d130b89af54fe6c376c02d6286aa11749b6 (diff)
downloademacs-a5b68355b38424bda76b5846afa1f45e4bada42b.tar.gz
emacs-a5b68355b38424bda76b5846afa1f45e4bada42b.zip
Add 2008 to copyright years.
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lib-src/Makefile.in2
-rw-r--r--lib-src/b2m.pl2
-rw-r--r--lib-src/cvtmail.c2
-rw-r--r--lib-src/digest-doc.c2
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/emacstool.c2
-rw-r--r--lib-src/etags.c2
-rw-r--r--lib-src/fakemail.c2
-rwxr-xr-xlib-src/grep-changelog2
-rw-r--r--lib-src/hexl.c2
-rw-r--r--lib-src/make-docfile.c3
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/ntlib.c2
-rw-r--r--lib-src/ntlib.h2
-rw-r--r--lib-src/pop.c2
-rw-r--r--lib-src/pop.h2
-rw-r--r--lib-src/profile.c2
-rwxr-xr-xlib-src/rcs-checkin2
-rwxr-xr-xlib-src/rcs2log2
-rw-r--r--lib-src/sorted-doc.c2
-rw-r--r--lib-src/test-distrib.c2
-rw-r--r--lib-src/update-game-score.c3
-rwxr-xr-xlib-src/vcdiff2
-rw-r--r--lispintro/ChangeLog2
-rw-r--r--lispintro/Makefile.in2
-rw-r--r--lispintro/Makefile.old2
-rw-r--r--lispintro/README2
-rw-r--r--lispintro/cons-1.eps2
-rw-r--r--lispintro/cons-2.eps2
-rw-r--r--lispintro/cons-2a.eps2
-rw-r--r--lispintro/cons-3.eps2
-rw-r--r--lispintro/cons-4.eps2
-rw-r--r--lispintro/cons-5.eps2
-rw-r--r--lispintro/drawers.eps2
-rw-r--r--lispintro/emacs-lisp-intro.texi2
-rw-r--r--lispintro/lambda-1.eps2
-rw-r--r--lispintro/lambda-2.eps2
-rw-r--r--lispintro/lambda-3.eps2
-rw-r--r--lispintro/makefile.w32-in2
41 files changed, 43 insertions, 41 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e1e0a0d8348..6a6887f6d96 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -6293,7 +6293,7 @@
6293 6293
6294 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 6294 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
6295 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 6295 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6296 2006, 2007 Free Software Foundation, Inc. 6296 2006, 2007, 2008 Free Software Foundation, Inc.
6297 6297
6298 This file is part of GNU Emacs. 6298 This file is part of GNU Emacs.
6299 6299
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 5d8da71dbdd..cb862625249 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,6 +1,6 @@
1# Makefile for lib-src subdirectory in GNU Emacs. 1# Makefile for lib-src subdirectory in GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl
index 96f1643891f..d0c34b69a7c 100644
--- a/lib-src/b2m.pl
+++ b/lib-src/b2m.pl
@@ -2,7 +2,7 @@
2 2
3# b2m.pl - Script to convert a Babyl file to an mbox file 3# b2m.pl - Script to convert a Babyl file to an mbox file
4 4
5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7 7
8# This program is free software; you can redistribute it and/or modify 8# This program is free software; you can redistribute it and/or modify
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index d892d77dc5a..52ead298958 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
2 2005, 2006, 2007 Free Software Foundation, Inc. 2 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c
index 08e5d813361..ec6e4372ed0 100644
--- a/lib-src/digest-doc.c
+++ b/lib-src/digest-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of nroff output containing the doc strings. 2 standard output a file of nroff output containing the doc strings.
3 3
4 Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 4 Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
5 2005, 2006, 2007 Free Software Foundation, Inc. 5 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index d51712c41c4..e2db67a4a84 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1,6 +1,6 @@
1/* Client process that communicates with GNU Emacs acting as server. 1/* Client process that communicates with GNU Emacs acting as server.
2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c
index 7b39d2ed8fd..40247c28a2a 100644
--- a/lib-src/emacstool.c
+++ b/lib-src/emacstool.c
@@ -1,6 +1,6 @@
1/* 1/*
2 Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004, 2 Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 8cf603d10b6..52bcb8ad11d 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 29
30 30
31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, 31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
33 Free Software Foundation, Inc. 33 Free Software Foundation, Inc.
34 34
35This file is not considered part of GNU Emacs. 35This file is not considered part of GNU Emacs.
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index 003f2da886c..10a9cdb20ea 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -1,6 +1,6 @@
1/* sendmail-like interface to /bin/mail for system V, 1/* sendmail-like interface to /bin/mail for system V,
2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog
index 1dff1e3e6b7..c4de805db05 100755
--- a/lib-src/grep-changelog
+++ b/lib-src/grep-changelog
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006, 2007 Free Software Foundation, Inc. 4# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7# 7#
diff --git a/lib-src/hexl.c b/lib-src/hexl.c
index 98561cf604d..95a7f82e1c4 100644
--- a/lib-src/hexl.c
+++ b/lib-src/hexl.c
@@ -1,6 +1,6 @@
1/* Convert files for Emacs Hexl mode. 1/* Convert files for Emacs Hexl mode.
2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is not considered part of GNU Emacs. 5This file is not considered part of GNU Emacs.
6 6
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 3f3da3e7007..1564aca5bbe 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -1,6 +1,7 @@
1/* Generate doc-string file for GNU Emacs from source files. 1/* Generate doc-string file for GNU Emacs from source files.
2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index eaebb2abfa6..b30240fc895 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -1,6 +1,6 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4# 4#
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6# 6#
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index aaaf91b1b1f..7c647676ff5 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -1,7 +1,7 @@
1/* movemail foo bar -- move file foo to file bar, 1/* movemail foo bar -- move file foo to file bar,
2 locking file foo the way /bin/mail respects. 2 locking file foo the way /bin/mail respects.
3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, 3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index e11733f9605..67533894ace 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h
index 267e8ba5a04..8266b6f3a62 100644
--- a/lib-src/ntlib.h
+++ b/lib-src/ntlib.h
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2 Copyright (C) 1994, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 9fcbe4b370c..e8cf42b320a 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1,6 +1,6 @@
1/* pop.c: client routines for talking to a POP3-protocol post-office server 1/* pop.c: client routines for talking to a POP3-protocol post-office server
2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 85b666c652f..24f9159261d 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -1,6 +1,6 @@
1/* pop.h: Header file for the "pop.c" client POP3 protocol. 1/* pop.h: Header file for the "pop.c" client POP3 protocol.
2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/profile.c b/lib-src/profile.c
index 628b72ddcfe..ffcf9e2cff3 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -1,6 +1,6 @@
1/* profile.c --- generate periodic events for profiling of Emacs Lisp code. 1/* profile.c --- generate periodic events for profiling of Emacs Lisp code.
2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
6 6
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin
index 94396709e65..958b371b24c 100755
--- a/lib-src/rcs-checkin
+++ b/lib-src/rcs-checkin
@@ -3,7 +3,7 @@
3# This script accepts any number of file arguments and checks them into RCS. 3# This script accepts any number of file arguments and checks them into RCS.
4 4
5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
6# 2005, 2006, 2007 Free Software Foundation, Inc. 6# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7# 7#
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9# 9#
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 474ef64bcaa..43fa9d555c3 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
55Id='$Id$' 55Id='$Id$'
56 56
57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
58# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 58# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
59 59
60# This program is free software; you can redistribute it and/or modify 60# This program is free software; you can redistribute it and/or modify
61# it under the terms of the GNU General Public License as published by 61# it under the terms of the GNU General Public License as published by
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c
index e239eaab428..33959aefefe 100644
--- a/lib-src/sorted-doc.c
+++ b/lib-src/sorted-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of texinfo input containing the doc strings. 2 standard output a file of texinfo input containing the doc strings.
3 3
4 Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 4 Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
5 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 5 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c
index 4913f094614..0c1a3fd8d0e 100644
--- a/lib-src/test-distrib.c
+++ b/lib-src/test-distrib.c
@@ -1,7 +1,7 @@
1/* test-distrib.c --- testing distribution of nonprinting chars 1/* test-distrib.c --- testing distribution of nonprinting chars
2 2
3 Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 3 Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
4 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 3ccfecdb7d7..188fa896bbd 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -1,5 +1,6 @@
1/* update-game-score.c --- Update a score file 1/* update-game-score.c --- Update a score file
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
diff --git a/lib-src/vcdiff b/lib-src/vcdiff
index 4fd6fb47226..86b80bcdacd 100755
--- a/lib-src/vcdiff
+++ b/lib-src/vcdiff
@@ -4,7 +4,7 @@
4# This version is more compatible with rcsdiff(1). 4# This version is more compatible with rcsdiff(1).
5# 5#
6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
7# 2005, 2006, 2007 Free Software Foundation, Inc. 7# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8# 8#
9# This file is part of GNU Emacs. 9# This file is part of GNU Emacs.
10# 10#
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 2452be826fc..7f1a50ebe59 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -244,7 +244,7 @@
244;; End: 244;; End:
245 245
246 Copyright (C) 2001, 2002, 2003, 2004, 2005, 246 Copyright (C) 2001, 2002, 2003, 2004, 2005,
247 2006, 2007 Free Software Foundation, Inc. 247 2006, 2007, 2008 Free Software Foundation, Inc.
248 248
249 This file is part of GNU Emacs. 249 This file is part of GNU Emacs.
250 250
diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in
index fc263c2095c..7f83832bbbe 100644
--- a/lispintro/Makefile.in
+++ b/lispintro/Makefile.in
@@ -1,7 +1,7 @@
1#### Makefile for the Emacs Lisp Introduction manual 1#### Makefile for the Emacs Lisp Introduction manual
2 2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 3# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
4# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
diff --git a/lispintro/Makefile.old b/lispintro/Makefile.old
index 0b4e1a82df7..a0a5cd99832 100644
--- a/lispintro/Makefile.old
+++ b/lispintro/Makefile.old
@@ -1,7 +1,7 @@
1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am 1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2 2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 3# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
4# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation 5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it, 6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved. 7# with or without modifications, as long as this notice is preserved.
diff --git a/lispintro/README b/lispintro/README
index 5edd38af3ee..b6a8528448b 100644
--- a/lispintro/README
+++ b/lispintro/README
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/lispintro/cons-1.eps b/lispintro/cons-1.eps
index 95a74dcf298..eb144dfba27 100644
--- a/lispintro/cons-1.eps
+++ b/lispintro/cons-1.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/cons-2.eps b/lispintro/cons-2.eps
index b8537d28ea8..1f93b4afb11 100644
--- a/lispintro/cons-2.eps
+++ b/lispintro/cons-2.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/cons-2a.eps b/lispintro/cons-2a.eps
index 1ec78c46f0b..0c1df6805a8 100644
--- a/lispintro/cons-2a.eps
+++ b/lispintro/cons-2a.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/cons-3.eps b/lispintro/cons-3.eps
index 795fa2b18f4..c469c463712 100644
--- a/lispintro/cons-3.eps
+++ b/lispintro/cons-3.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/cons-4.eps b/lispintro/cons-4.eps
index 68b0a296c36..a7433372168 100644
--- a/lispintro/cons-4.eps
+++ b/lispintro/cons-4.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/cons-5.eps b/lispintro/cons-5.eps
index e03815a4403..26ee898134a 100644
--- a/lispintro/cons-5.eps
+++ b/lispintro/cons-5.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/drawers.eps b/lispintro/drawers.eps
index 0e5a222ae45..72f6adecf69 100644
--- a/lispintro/drawers.eps
+++ b/lispintro/drawers.eps
@@ -9,7 +9,7 @@
9%%EndComments 9%%EndComments
10%%BeginProlog 10%%BeginProlog
11 11
12% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 12% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
13% Free Software Foundation, Inc. 13% Free Software Foundation, Inc.
14% 14%
15% This file is part of GNU Emacs. 15% This file is part of GNU Emacs.
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index 0318ac5d361..633be4a0b30 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -216,7 +216,7 @@ people who are not programmers.
216Edition @value{edition-number}, @value{update-date} 216Edition @value{edition-number}, @value{update-date}
217@sp 1 217@sp 1
218Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 218Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,
219 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 219 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
220@sp 1 220@sp 1
221 221
222@iftex 222@iftex
diff --git a/lispintro/lambda-1.eps b/lispintro/lambda-1.eps
index 5b1b5d04299..55a50ab7d04 100644
--- a/lispintro/lambda-1.eps
+++ b/lispintro/lambda-1.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/lambda-2.eps b/lispintro/lambda-2.eps
index 6288283abce..76990074e9a 100644
--- a/lispintro/lambda-2.eps
+++ b/lispintro/lambda-2.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/lambda-3.eps b/lispintro/lambda-3.eps
index 26f7d5d9644..1e7dd130d67 100644
--- a/lispintro/lambda-3.eps
+++ b/lispintro/lambda-3.eps
@@ -7,7 +7,7 @@
7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 7% Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1
8% 8%
9 9
10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 10% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This file is part of GNU Emacs. 13% This file is part of GNU Emacs.
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in
index 07d51d24620..8fafa1bca82 100644
--- a/lispintro/makefile.w32-in
+++ b/lispintro/makefile.w32-in
@@ -1,6 +1,6 @@
1#### -*- Makefile -*- for the Emacs Lisp Introduction manual. 1#### -*- Makefile -*- for the Emacs Lisp Introduction manual.
2 2
3# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6