From 9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 02:59:42 +0000 Subject: (print_version): Update copyright to 2008. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src') diff --git a/lib-src/etags.c b/lib-src/etags.c index a922d5672c5..8cf603d10b6 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -891,7 +891,7 @@ static void print_version () { printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); - puts ("Copyright (C) 2007 Free Software Foundation, Inc."); + puts ("Copyright (C) 2008 Free Software Foundation, Inc."); puts ("This program is distributed under the terms in ETAGS.README"); exit (EXIT_SUCCESS); -- cgit v1.2.3 From 905545ccfee56321de6ca25a851663d40f922e39 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 03:00:11 +0000 Subject: (version): Just use current year for short copyright; update to 2008. --- lib-src/ebrowse.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index ea230a9c3cd..14a0aa9473d 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -1,7 +1,8 @@ /* ebrowse.c --- parsing files for the ebrowse C++ browser Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3691,7 +3692,7 @@ void version () { printf ("ebrowse %s\n", VERSION); - puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); + puts ("Copyright (C) 2008 Free Software Foundation, Inc."); puts ("This program is distributed under the same terms as Emacs."); exit (EXIT_SUCCESS); } -- cgit v1.2.3 From 1952a18e415d1ae28b0d9300f58dd94a7f32833d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 03:01:00 +0000 Subject: (Copyright): Update to 2008. --- lib-src/ChangeLog | 11 ++++++++++- lib-src/rcs2log | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fbfc01af4b0..e1e0a0d8348 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2008-01-04 Glenn Morris + + * ebrowse.c (version): Just use current year for short copyright; + update to 2008. + + * etags.c (print_version): + * rcs2log (Copyright): Update copyright to 2008. + 2007-11-22 Francesco Potort,Al(B * etags.c (default_C_help) [CTAGS]: differentiate the help string, @@ -7,7 +15,8 @@ 2007-11-15 Francesco Potort,Al(B - * etags.c: (C_entries): In case '}' decrement bracelev before testing it. + * etags.c: (C_entries): In case '}' decrement bracelev before + testing it. 2007-11-15 Masatake YAMATO diff --git a/lib-src/rcs2log b/lib-src/rcs2log index c81f51d4d60..474ef64bcaa 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -72,7 +72,7 @@ Id='$Id$' # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -Copyright='Copyright (C) 2007 Free Software Foundation, Inc. +Copyright='Copyright (C) 2008 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. -- cgit v1.2.3 From 461ff18d775e74f1489ec9ed3d36921bb7544068 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 03:09:38 +0000 Subject: (print_version): Update copyright to 2008. --- lib-src/etags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/etags.c b/lib-src/etags.c index 23527171e48..40b7242e2e3 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is not considered part of GNU Emacs. @@ -905,7 +905,7 @@ static void print_version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."; + char emacs_copyright[] = "Copyright (C) 2008 Free Software Foundation, Inc."; printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); puts (emacs_copyright); -- cgit v1.2.3 From 969c3f6624772b14d6d3be05e205e27841f2760d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 03:10:02 +0000 Subject: (version) : New variable. Just use current year for copyright. --- lib-src/ebrowse.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index ea230a9c3cd..2946dd3feba 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -1,7 +1,8 @@ /* ebrowse.c --- parsing files for the ebrowse C++ browser Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3690,8 +3691,11 @@ usage (error) void version () { + /* Makes it easier to update automatically. */ + char emacs_copyright[] = "Copyright (C) 2008 Free Software Foundation, Inc."; + printf ("ebrowse %s\n", VERSION); - puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); + puts (emacs_copyright); puts ("This program is distributed under the same terms as Emacs."); exit (EXIT_SUCCESS); } -- cgit v1.2.3 From a408ea1716e73d673f725a354d6963f645da842f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 03:10:31 +0000 Subject: (Copyright): Update to 2008. --- lib-src/ChangeLog | 8 ++++++++ lib-src/rcs2log | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 36929ebc24a..fea0048466e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2008-01-04 Glenn Morris + + * ebrowse.c (version) : New variable. Just use + current year for copyright. + + * etags.c (print_version): + * rcs2log (Copyright): Update to 2008. + 2007-11-28 Jason Rumney * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. diff --git a/lib-src/rcs2log b/lib-src/rcs2log index c81f51d4d60..474ef64bcaa 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -72,7 +72,7 @@ Id='$Id$' # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -Copyright='Copyright (C) 2007 Free Software Foundation, Inc. +Copyright='Copyright (C) 2008 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. -- cgit v1.2.3 From a5b68355b38424bda76b5846afa1f45e4bada42b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 7 Jan 2008 08:42:46 +0000 Subject: Add 2008 to copyright years. --- lib-src/ChangeLog | 2 +- lib-src/Makefile.in | 2 +- lib-src/b2m.pl | 2 +- lib-src/cvtmail.c | 2 +- lib-src/digest-doc.c | 2 +- lib-src/emacsclient.c | 2 +- lib-src/emacstool.c | 2 +- lib-src/etags.c | 2 +- lib-src/fakemail.c | 2 +- lib-src/grep-changelog | 2 +- lib-src/hexl.c | 2 +- lib-src/make-docfile.c | 3 ++- lib-src/makefile.w32-in | 2 +- lib-src/movemail.c | 2 +- lib-src/ntlib.c | 2 +- lib-src/ntlib.h | 2 +- lib-src/pop.c | 2 +- lib-src/pop.h | 2 +- lib-src/profile.c | 2 +- lib-src/rcs-checkin | 2 +- lib-src/rcs2log | 2 +- lib-src/sorted-doc.c | 2 +- lib-src/test-distrib.c | 2 +- lib-src/update-game-score.c | 3 ++- lib-src/vcdiff | 2 +- lispintro/ChangeLog | 2 +- lispintro/Makefile.in | 2 +- lispintro/Makefile.old | 2 +- lispintro/README | 2 +- lispintro/cons-1.eps | 2 +- lispintro/cons-2.eps | 2 +- lispintro/cons-2a.eps | 2 +- lispintro/cons-3.eps | 2 +- lispintro/cons-4.eps | 2 +- lispintro/cons-5.eps | 2 +- lispintro/drawers.eps | 2 +- lispintro/emacs-lisp-intro.texi | 2 +- lispintro/lambda-1.eps | 2 +- lispintro/lambda-2.eps | 2 +- lispintro/lambda-3.eps | 2 +- lispintro/makefile.w32-in | 2 +- 41 files changed, 43 insertions(+), 41 deletions(-) (limited to 'lib-src') 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 @@ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ # Makefile for lib-src subdirectory in GNU Emacs. # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of GNU Emacs. 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 @@ # b2m.pl - Script to convert a Babyl file to an mbox file -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. # 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 @@ /* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ standard output a file of nroff output containing the doc strings. Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* Client process that communicates with GNU Emacs acting as server. Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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. Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This 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 @@ /* sendmail-like interface to /bin/mail for system V, Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ #! /usr/bin/perl # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # 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 @@ /* Convert files for Emacs Hexl mode. Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is not considered part of GNU Emacs. 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 @@ /* Generate doc-string file for GNU Emacs from source files. Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # 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 @@ /* movemail foo bar -- move file foo to file bar, locking file foo the way /bin/mail respects. Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. Copyright (C) 1994, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* pop.c: client routines for talking to a POP3-protocol post-office server Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Written by Jonathan Kamens, jik@security.ov.com. This 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 @@ /* pop.h: Header file for the "pop.c" client POP3 protocol. Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Written by Jonathan Kamens, jik@security.ov.com. This 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 @@ /* profile.c --- generate periodic events for profiling of Emacs Lisp code. Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Author: Boaz Ben-Zvi 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 @@ # This script accepts any number of file arguments and checks them into RCS. # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # 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 .' Id='$Id$' # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # 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 @@ standard output a file of texinfo input containing the doc strings. Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* test-distrib.c --- testing distribution of nonprinting chars Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* update-game-score.c --- Update a score file - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ # This version is more compatible with rcsdiff(1). # # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 2452be826fc..7f1a50ebe59 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -244,7 +244,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ #### Makefile for the Emacs Lisp Introduction manual # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of GNU Emacs. 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 @@ # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008 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/README b/lispintro/README index 5edd38af3ee..b6a8528448b 100644 --- a/lispintro/README +++ b/lispintro/README @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. See the end of the file for license conditions. 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ %%EndComments %%BeginProlog -% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % 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 0318ac5d361..633be4a0b30 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, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @sp 1 @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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 % Free Software Foundation, Inc. % % 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 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of GNU Emacs. -- cgit v1.2.3 From 07655e62cc63672267ed7452d4ee9663724b94b6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 7 Jan 2008 12:57:42 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fea0048466e..4572259c931 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,7 +1,7 @@ 2008-01-04 Glenn Morris - * ebrowse.c (version) : New variable. Just use - current year for copyright. + * ebrowse.c (version) : New variable. + Just use current year for copyright. * etags.c (print_version): * rcs2log (Copyright): Update to 2008. @@ -980,7 +980,7 @@ 2003-09-10 Richard M. Stallman - * emacsclient.c (main): Use socket_name. + * emacsclient.c (main): Use socket_name. 2003-09-10 Andreas B,A|(Bsching (tiny change) @@ -1548,7 +1548,7 @@ (main): Use username field. (read_score): Read it. (push_score): Handle it. - (write_scores) Write it. + (write_scores): Write it. (read_score): Handle arbitrary length data. 2002-03-30 Eli Zaretskii @@ -1848,9 +1848,9 @@ 2001-10-10 Jason Rumney - * makefile.w32-in (ALL) Do not include fakemail. + * makefile.w32-in (ALL): Do not include fakemail. - * makefile.nt (install) Ditto. + * makefile.nt (install): Ditto. 2001-10-09 Gerd Moellmann @@ -2077,7 +2077,7 @@ (consider_token): Automatic set C++ mode. (C_entries): New security check for yacc. (print_language_names, print_help): Mention the autodetect - feature, do not show help for the -C option, now mostly useless. + feature, do not show help for the -C option, now mostly useless. (C_entries): Tag C++ forward declarations if --declarations. (C_entries): Don't be fooled by things like XDEFUN. (consider_token): Discard asm pseudo function. @@ -4104,7 +4104,7 @@ * rcs2log: Add -u "loginfullnamemailaddr" option, which replaces the (now obsolescent) -n login fullname mailaddr option. Add -R option for recursive rlog. - (AWK): New environment variable (default `awk') for awk program name. + (AWK): New environment variable (default `awk') for awk program name. (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. Quote authors and fullnames correctly. Don't omit path from repository root when logging CVS files. @@ -6358,7 +6358,7 @@ 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * etags.c: Handle `typedef struct foo {' (price@mcc.com). - (istoken) New string-comparison macro. + (istoken): New string-comparison macro. (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) -- cgit v1.2.3