summaryrefslogtreecommitdiff
path: root/lispintro
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-01-21 04:57:37 +0000
committerGlenn Morris <rgm@gnu.org>2007-01-21 04:57:37 +0000
commit4e6835dbc4e02adcca7770c555963a37ad7fb8b9 (patch)
treed0dfc151ddbdd61ef968f2294b2e717dd03809f2 /lispintro
parentd7a0267c8d6be2a9885de797b25ec8f4a61b8895 (diff)
downloademacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.tar.gz
Add 2007 to copyright years.
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/ChangeLog2
-rw-r--r--lispintro/Makefile.in2
-rw-r--r--lispintro/emacs-lisp-intro.texi2
-rw-r--r--lispintro/makefile.w32-in2
4 files changed, 4 insertions, 4 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 72772f597d3..96491b93c08 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -229,7 +229,7 @@
;; End:
Copyright (C) 2001, 2002, 2003, 2004, 2005,
- 2006 Free Software Foundation, Inc.
+ 2006, 2007 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.
diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in
index cfc9b9b3bfd..13ff68fbb16 100644
--- a/lispintro/Makefile.in
+++ b/lispintro/Makefile.in
@@ -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 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index e61b9faab78..6e125989446 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
@sp 1
@iftex
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in
index c0b4b2a7b69..579d93481b6 100644
--- a/lispintro/makefile.w32-in
+++ b/lispintro/makefile.w32-in
@@ -1,6 +1,6 @@
#### -*- Makefile -*- for the Emacs Lisp Introduction manual.
-# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
# This file is part of GNU Emacs.