summaryrefslogtreecommitdiff
path: root/lispintro
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-08-16 10:34:51 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-08-16 10:34:51 +0000
commit37f19c330353a802396cf839d506ddf00309fa9a (patch)
tree5630570d5c2e7b0600448a852bdc2f0168156457 /lispintro
parentb05047077300b35e759c5316198c7de8809cdcb7 (diff)
downloademacs-37f19c330353a802396cf839d506ddf00309fa9a.tar.gz
Update years in copyright notice; nfc.
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/ChangeLog2
-rw-r--r--lispintro/Makefile.in3
-rw-r--r--lispintro/aclocal.m43
-rw-r--r--lispintro/emacs-lisp-intro.texi2
-rw-r--r--lispintro/makefile.w32-in2
5 files changed, 7 insertions, 5 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index fb0144f6119..2b9ab752ad9 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -53,7 +53,7 @@
;; coding: iso-2022-7bit
;; End:
- Copyright (C) 2001
+ Copyright (C) 2001, 2002, 2003, 2004, 2005
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 c1ee2ab80eb..0f912d61487 100644
--- a/lispintro/Makefile.in
+++ b/lispintro/Makefile.in
@@ -1,6 +1,7 @@
#### Makefile for the Emacs Lisp Introduction manual
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+# 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
diff --git a/lispintro/aclocal.m4 b/lispintro/aclocal.m4
index 58ddd1cd9ad..e446f25337a 100644
--- a/lispintro/aclocal.m4
+++ b/lispintro/aclocal.m4
@@ -1,6 +1,7 @@
dnl aclocal.m4 generated automatically by aclocal 1.4-p4
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003,
+dnl 2004, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index d2ef7d1ce2c..f133cb029f3 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -183,7 +183,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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@sp 1
@iftex
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in
index f7e99334188..09acbb699ab 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 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is part of GNU Emacs.