diff options
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/ChangeLog | 2 | ||||
-rw-r--r-- | lispintro/Makefile.in | 2 | ||||
-rw-r--r-- | lispintro/Makefile.old | 3 | ||||
-rw-r--r-- | lispintro/aclocal.m4 | 4 | ||||
-rw-r--r-- | lispintro/configure | 3 | ||||
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 4 | ||||
-rw-r--r-- | lispintro/makefile.w32-in | 2 | ||||
-rw-r--r-- | lispintro/missing | 3 |
8 files changed, 13 insertions, 10 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/Makefile.old b/lispintro/Makefile.old index 248de3d9c9c..0b4e1a82df7 100644 --- a/lispintro/Makefile.old +++ b/lispintro/Makefile.old @@ -1,6 +1,7 @@ # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, +# 2004, 2005, 2006, 2007 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. diff --git a/lispintro/aclocal.m4 b/lispintro/aclocal.m4 index 2568263f93b..fdc191af0d1 100644 --- a/lispintro/aclocal.m4 +++ b/lispintro/aclocal.m4 @@ -1,7 +1,7 @@ dnl aclocal.m4 generated automatically by aclocal 1.4-p4 -dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, -dnl 2004, 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, +dnl 2004, 2005, 2006, 2007 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/configure b/lispintro/configure index 0fdc8ced824..626083be946 100644 --- a/lispintro/configure +++ b/lispintro/configure @@ -2,7 +2,8 @@ # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index afa10333953..6e125989446 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -115,7 +115,7 @@ @c After creating the Info file, edit your Info `dir' file, if the @c `dircategory' section below does not enable your system to @c install the manual automatically. -@c (The `dir' file is often in the `/usr/local/info/' directory.) +@c (The `dir' file is often in the `/usr/local/share/info/' directory.) @c ================ How to Create an HTML 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 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. diff --git a/lispintro/missing b/lispintro/missing index b42ff5a1061..5b73d25789b 100644 --- a/lispintro/missing +++ b/lispintro/missing @@ -1,6 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Free Software Foundation, Inc. # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify |