aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2007-01-16 03:47:24 +0000
committerGlenn Morris2007-01-16 03:47:24 +0000
commitb3d90e4611747fe8aa17c2e3e8895b8749276712 (patch)
treecdaf80347f06b5da09709f34a659f315a98c8bcd /lib-src
parent62eda0e2b183f83fcb7642da15fe9ff045c91bd8 (diff)
downloademacs-b3d90e4611747fe8aa17c2e3e8895b8749276712.tar.gz
emacs-b3d90e4611747fe8aa17c2e3e8895b8749276712.zip
Update copyright for years from Emacs 21 to present (mainly adding
2001).
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in4
-rw-r--r--lib-src/cvtmail.c4
-rw-r--r--lib-src/emacstool.c4
-rw-r--r--lib-src/fakemail.c4
-rw-r--r--lib-src/hexl.c4
-rw-r--r--lib-src/movemail.c4
-rw-r--r--lib-src/ntlib.c4
-rw-r--r--lib-src/pop.c4
-rw-r--r--lib-src/pop.h4
-rw-r--r--lib-src/profile.c4
-rwxr-xr-xlib-src/rcs2log4
11 files changed, 22 insertions, 22 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 75ab5e192d1..bddabd364ad 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, 2002, 2003, 2004, 2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3# 2005, 2006 Free Software Foundation, Inc. 3# 2005, 2006, 2007 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/cvtmail.c b/lib-src/cvtmail.c
index c9f4f3713a7..f82f877923e 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1985, 1994, 2002, 2003, 2004, 1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
2 2005, 2006 Free Software Foundation, Inc. 2 2005, 2006, 2007 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/emacstool.c b/lib-src/emacstool.c
index 0843a3c5083..f04a8b3f545 100644
--- a/lib-src/emacstool.c
+++ b/lib-src/emacstool.c
@@ -1,6 +1,6 @@
1/* 1/*
2 Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004, 2 Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 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 be9d6e09bae..e35c0f8a072 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, 2002, 2003, 2004, 2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 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/hexl.c b/lib-src/hexl.c
index 62fdd52b5a1..7cabdc95a66 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, 2002, 2003, 2004, 2005, 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006, 2007 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/movemail.c b/lib-src/movemail.c
index 1f73ee88ba8..84d4f949b2f 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, 2002, 2003, 2004, 3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
4 2005, 2006 Free Software Foundation, Inc. 4 2005, 2006, 2007 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 94110e4306c..5f6c12abceb 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, 2002, 2003, 2004, 2005, 2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006, 2007 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 5dcbf2d2483..a829607faa5 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, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 102fef6327b..664fb26f7db 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, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/profile.c b/lib-src/profile.c
index 399752b5808..1174666da78 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, 2002, 2003, 2004, 2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 Free Software Foundation, Inc.
4 4
5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
6 6
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 795c70ecd85..371a52de66c 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
55Id='$Id$' 55Id='$Id$'
56 56
57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
58# 2004, 2005, 2006 Free Software Foundation, Inc. 58# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
59 59
60# This program is free software; you can redistribute it and/or modify 60# This program is free software; you can redistribute it and/or modify
61# it under the terms of the GNU General Public License as published by 61# it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ Id='$Id$'
72# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 72# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
73# Boston, MA 02110-1301, USA. 73# Boston, MA 02110-1301, USA.
74 74
75Copyright='Copyright (C) 2006 Free Software Foundation, Inc. 75Copyright='Copyright (C) 2007 Free Software Foundation, Inc.
76This program comes with NO WARRANTY, to the extent permitted by law. 76This program comes with NO WARRANTY, to the extent permitted by law.
77You may redistribute copies of this program 77You may redistribute copies of this program
78under the terms of the GNU General Public License. 78under the terms of the GNU General Public License.