aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2009-01-08 03:38:51 +0000
committerGlenn Morris2009-01-08 03:38:51 +0000
commitf5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (patch)
treeeefee9bb3e7227d72c2c98822f0c07a965d9e7bc /lib-src
parentbb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (diff)
downloademacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.gz
emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.zip
Add 2009 to copyright years.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lib-src/Makefile.in2
-rw-r--r--lib-src/b2m.pl2
-rw-r--r--lib-src/cvtmail.c2
-rw-r--r--lib-src/digest-doc.c2
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/fakemail.c2
-rwxr-xr-xlib-src/grep-changelog2
-rw-r--r--lib-src/hexl.c2
-rw-r--r--lib-src/mac-fix-env.m2
-rw-r--r--lib-src/make-docfile.c2
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/ntlib.c2
-rw-r--r--lib-src/ntlib.h2
-rw-r--r--lib-src/pop.c2
-rw-r--r--lib-src/pop.h2
-rw-r--r--lib-src/profile.c2
-rwxr-xr-xlib-src/rcs-checkin2
-rw-r--r--lib-src/sorted-doc.c2
-rw-r--r--lib-src/test-distrib.c2
-rw-r--r--lib-src/update-game-score.c2
-rwxr-xr-xlib-src/vcdiff2
23 files changed, 23 insertions, 23 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e5c05aa67c3..4921fd76fce 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -6802,7 +6802,7 @@
6802 6802
6803 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 6803 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
6804 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 6804 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
6805 2007, 2008 Free Software Foundation, Inc. 6805 2007, 2008, 2009 Free Software Foundation, Inc.
6806 6806
6807 This file is part of GNU Emacs. 6807 This file is part of GNU Emacs.
6808 6808
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index d9964518ffe..612cc944f56 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,6 +1,6 @@
1# Makefile for lib-src subdirectory in GNU Emacs. 1# Makefile for lib-src subdirectory in GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl
index 5fc76d26720..c7a426fd035 100644
--- a/lib-src/b2m.pl
+++ b/lib-src/b2m.pl
@@ -2,7 +2,7 @@
2 2
3# b2m.pl - Script to convert a Babyl file to an mbox file 3# b2m.pl - Script to convert a Babyl file to an mbox file
4 4
5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7 7
8# Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us> 8# Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index 0d436efd234..da21bbd1f97 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
2 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c
index 1cf623c8d46..5f49cfc1ab5 100644
--- a/lib-src/digest-doc.c
+++ b/lib-src/digest-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of nroff output containing the doc strings. 2 standard output a file of nroff output containing the doc strings.
3 3
4Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 4Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
5 2008 Free Software Foundation, Inc. 5 2008, 2009 Free Software Foundation, Inc.
6 6
7This file is part of GNU Emacs. 7This file is part of GNU Emacs.
8 8
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 22b5273f842..668be6ce11d 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1,6 +1,6 @@
1/* Client process that communicates with GNU Emacs acting as server. 1/* Client process that communicates with GNU Emacs acting as server.
2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index c732511f90e..c87fe2e3851 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -1,6 +1,6 @@
1/* sendmail-like interface to /bin/mail for system V, 1/* sendmail-like interface to /bin/mail for system V,
2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog
index 2c5159f5dc3..3c44306ce44 100755
--- a/lib-src/grep-changelog
+++ b/lib-src/grep-changelog
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
diff --git a/lib-src/hexl.c b/lib-src/hexl.c
index 1fae8aa548c..6002e020b7d 100644
--- a/lib-src/hexl.c
+++ b/lib-src/hexl.c
@@ -1,6 +1,6 @@
1/* Convert files for Emacs Hexl mode. 1/* Convert files for Emacs Hexl mode.
2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 4
5This file is not considered part of GNU Emacs. 5This file is not considered part of GNU Emacs.
6 6
diff --git a/lib-src/mac-fix-env.m b/lib-src/mac-fix-env.m
index 59e6e42ee1e..9770fb866da 100644
--- a/lib-src/mac-fix-env.m
+++ b/lib-src/mac-fix-env.m
@@ -1,7 +1,7 @@
1/* mac-fix-env: A small utility to pick up the shell environment on MacOS X 1/* mac-fix-env: A small utility to pick up the shell environment on MacOS X
2 and insert it into the file ~/.MacOSX/environment.plist 2 and insert it into the file ~/.MacOSX/environment.plist
3 creating if necessary. 3 creating if necessary.
4 Copyright (C) 1989, 1993, 2005, 2008 Free Software Foundation, Inc. 4 Copyright (C) 1989, 1993, 2005, 2008, 2009 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 1cf63e3ab31..219e9d24ac1 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -1,6 +1,6 @@
1/* Generate doc-string file for GNU Emacs from source files. 1/* Generate doc-string file for GNU Emacs from source files.
2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007, 2008 3 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 689109aac68..1a63aa6d989 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -1,6 +1,6 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3# 2008 Free Software Foundation, Inc. 3# 2008, 2009 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index eeb253a585e..dd3b8291cc0 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -1,7 +1,7 @@
1/* movemail foo bar -- move file foo to file bar, 1/* movemail foo bar -- move file foo to file bar,
2 locking file foo the way /bin/mail respects. 2 locking file foo the way /bin/mail respects.
3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, 3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index 5fda1f3da72..4ca7ae40aa1 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h
index f464ee5fb28..4fe492241dd 100644
--- a/lib-src/ntlib.h
+++ b/lib-src/ntlib.h
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/pop.c b/lib-src/pop.c
index ffc7879b863..b7d3f4b94d3 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1,6 +1,6 @@
1/* pop.c: client routines for talking to a POP3-protocol post-office server 1/* pop.c: client routines for talking to a POP3-protocol post-office server
2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5Author: Jonathan Kamens <jik@security.ov.com> 5Author: Jonathan Kamens <jik@security.ov.com>
6 6
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 82b407e61b8..5932c5f3bd2 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -1,6 +1,6 @@
1/* pop.h: Header file for the "pop.c" client POP3 protocol. 1/* pop.h: Header file for the "pop.c" client POP3 protocol.
2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 4
5Author: Jonathan Kamens <jik@security.ov.com> 5Author: Jonathan Kamens <jik@security.ov.com>
6 6
diff --git a/lib-src/profile.c b/lib-src/profile.c
index 3888529631c..4e3d8e00e4b 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -1,6 +1,6 @@
1/* profile.c --- generate periodic events for profiling of Emacs Lisp code. 1/* profile.c --- generate periodic events for profiling of Emacs Lisp code.
2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 5Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
6 6
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin
index c7dcf047585..b1dfecf8ff8 100755
--- a/lib-src/rcs-checkin
+++ b/lib-src/rcs-checkin
@@ -3,7 +3,7 @@
3# This script accepts any number of file arguments and checks them into RCS. 3# This script accepts any number of file arguments and checks them into RCS.
4 4
5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006,
6# 2007, 2008 Free Software Foundation, Inc. 6# 2007, 2008, 2009 Free Software Foundation, Inc.
7 7
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9 9
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c
index ef25a645145..a68945e9932 100644
--- a/lib-src/sorted-doc.c
+++ b/lib-src/sorted-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of texinfo input containing the doc strings. 2 standard output a file of texinfo input containing the doc strings.
3 3
4Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 4Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
5 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6 6
7This file is part of GNU Emacs. 7This file is part of GNU Emacs.
8 8
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c
index fce1d18cef2..cb2944dfc8c 100644
--- a/lib-src/test-distrib.c
+++ b/lib-src/test-distrib.c
@@ -1,7 +1,7 @@
1/* test-distrib.c --- testing distribution of nonprinting chars 1/* test-distrib.c --- testing distribution of nonprinting chars
2 2
3Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, 3Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005,
4 2006, 2007, 2008 Free Software Foundation, Inc. 4 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 7e010221b43..d85f426cbf6 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -1,6 +1,6 @@
1/* update-game-score.c --- Update a score file 1/* update-game-score.c --- Update a score file
2 2
3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6Author: Colin Walters <walters@debian.org> 6Author: Colin Walters <walters@debian.org>
diff --git a/lib-src/vcdiff b/lib-src/vcdiff
index f09e13ba5a8..7ef2aea3450 100755
--- a/lib-src/vcdiff
+++ b/lib-src/vcdiff
@@ -4,7 +4,7 @@
4# This version is more compatible with rcsdiff(1). 4# This version is more compatible with rcsdiff(1).
5# 5#
6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, 6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005,
7# 2006, 2007, 2008 Free Software Foundation, Inc. 7# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8 8
9# This file is part of GNU Emacs. 9# This file is part of GNU Emacs.
10 10