diff options
| author | Thien-Thi Nguyen | 2005-08-16 10:34:51 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-16 10:34:51 +0000 |
| commit | b398a621cb643f8c86dc71b86ea8afdbba41646f (patch) | |
| tree | 0d85d34c9f7c74b912059e07ae4a1a3f5b12751d /lispintro | |
| parent | f95e8d9759f32877a7011d089bd05766bf94ee90 (diff) | |
| download | emacs-b398a621cb643f8c86dc71b86ea8afdbba41646f.tar.gz emacs-b398a621cb643f8c86dc71b86ea8afdbba41646f.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'lispintro')
| -rw-r--r-- | lispintro/ChangeLog | 2 | ||||
| -rw-r--r-- | lispintro/Makefile.in | 3 | ||||
| -rw-r--r-- | lispintro/aclocal.m4 | 3 | ||||
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 | ||||
| -rw-r--r-- | lispintro/makefile.w32-in | 2 |
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 @@ | |||
| 53 | ;; coding: iso-2022-7bit | 53 | ;; coding: iso-2022-7bit |
| 54 | ;; End: | 54 | ;; End: |
| 55 | 55 | ||
| 56 | Copyright (C) 2001 | 56 | Copyright (C) 2001, 2002, 2003, 2004, 2005 |
| 57 | Free Software Foundation, Inc. | 57 | Free Software Foundation, Inc. |
| 58 | Copying and distribution of this file, with or without modification, | 58 | Copying and distribution of this file, with or without modification, |
| 59 | are permitted provided the copyright notice and this notice are preserved. | 59 | 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 @@ | |||
| 1 | #### Makefile for the Emacs Lisp Introduction manual | 1 | #### Makefile for the Emacs Lisp Introduction manual |
| 2 | 2 | ||
| 3 | # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 4 | # 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | 7 | ||
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 @@ | |||
| 1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p4 | 1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p4 |
| 2 | 2 | ||
| 3 | dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, |
| 4 | dnl 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 7 | 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. | |||
| 183 | Edition @value{edition-number}, @value{update-date} | 183 | Edition @value{edition-number}, @value{update-date} |
| 184 | @sp 1 | 184 | @sp 1 |
| 185 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, | 185 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, |
| 186 | 2002, 2003, 2004 Free Software Foundation, Inc. | 186 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 187 | @sp 1 | 187 | @sp 1 |
| 188 | 188 | ||
| 189 | @iftex | 189 | @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 @@ | |||
| 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. | 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||