Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
429ab54e
Commit
429ab54e
authored
Jan 14, 2007
by
Glenn Morris
Browse files
Update copyright for years from Emacs 21 to present (mainly adding
2001).
parent
f0770b09
Changes
202
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
41 additions
and
31 deletions
+41
-31
src/ChangeLog.1
src/ChangeLog.1
+2
-1
src/ChangeLog.2
src/ChangeLog.2
+2
-1
src/ChangeLog.3
src/ChangeLog.3
+2
-1
src/ChangeLog.4
src/ChangeLog.4
+2
-1
src/ChangeLog.5
src/ChangeLog.5
+2
-1
src/ChangeLog.6
src/ChangeLog.6
+2
-1
src/ChangeLog.7
src/ChangeLog.7
+2
-1
src/ChangeLog.8
src/ChangeLog.8
+2
-1
src/ChangeLog.9
src/ChangeLog.9
+2
-1
src/atimer.c
src/atimer.c
+2
-2
src/atimer.h
src/atimer.h
+2
-2
src/blockinput.h
src/blockinput.h
+2
-2
src/callint.c
src/callint.c
+2
-2
src/casetab.c
src/casetab.c
+2
-2
src/category.c
src/category.c
+3
-2
src/cm.c
src/cm.c
+2
-2
src/cm.h
src/cm.h
+2
-2
src/coding.h
src/coding.h
+2
-2
src/commands.h
src/commands.h
+2
-2
src/disptab.h
src/disptab.h
+2
-2
No files found.
src/ChangeLog.1
View file @
429ab54e
...
...
@@ -3522,7 +3522,8 @@
* minibuf.c: Don't allow entry to minibuffer
while minibuffer is selected.
Copyright (C) 1985, 1986 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.2
View file @
429ab54e
...
...
@@ -4771,7 +4771,8 @@
See ChangeLog.1 for earlier changes.
Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc.
Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.3
View file @
429ab54e
...
...
@@ -16531,7 +16531,8 @@
See ChangeLog.2 for earlier changes.
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.4
View file @
429ab54e
...
...
@@ -6903,7 +6903,8 @@
See ChangeLog.3 for earlier changes.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.5
View file @
429ab54e
...
...
@@ -7144,7 +7144,8 @@
See ChangeLog.4 for earlier changes.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.6
View file @
429ab54e
...
...
@@ -5362,7 +5362,8 @@
See ChangeLog.5 for earlier changes.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.7
View file @
429ab54e
...
...
@@ -11098,7 +11098,8 @@ Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
See ChangeLog.6 for earlier changes.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.8
View file @
429ab54e
...
...
@@ -13991,7 +13991,8 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
See ChangeLog.7 for earlier changes.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/ChangeLog.9
View file @
429ab54e
...
...
@@ -13294,7 +13294,8 @@ See ChangeLog.8 for earlier changes.
;; coding: iso-2022-7bit
;; End:
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 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.
...
...
src/atimer.c
View file @
429ab54e
/* Asynchronous timers.
Copyright (C) 2000, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
Copyright (C) 2000,
2001,
2002, 2003, 2004, 2005,
2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/atimer.h
View file @
429ab54e
/* Asynchronous timers.
Copyright (C) 2000, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
Copyright (C) 2000,
2001,
2002, 2003, 2004, 2005,
2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/blockinput.h
View file @
429ab54e
/* blockinput.h - interface to blocking complicated interrupt-driven input.
Copyright (C) 1989, 1993, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1989, 1993,
2001,
2002, 2003, 2004,
2005, 2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/callint.c
View file @
429ab54e
/* Call a Lisp function interactively.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 200
2
, 200
3
,
2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 200
1
, 200
2
,
2003,
2004, 2005, 2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/casetab.c
View file @
429ab54e
/* GNU Emacs routines to deal with case tables.
Copyright (C) 1993, 1994, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1993, 1994,
2001,
2002, 2003, 2004,
2005, 2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/category.c
View file @
429ab54e
/* GNU Emacs routines to deal with category tables.
Copyright (C) 1998, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006
2005, 2006
, 2007
National Institute of Advanced Industrial Science and Technology (AIST)
Registration Number H14PRO021
...
...
src/cm.c
View file @
429ab54e
/* Cursor motion subroutines for GNU Emacs.
Copyright (C) 1985, 1995, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1985, 1995,
2001,
2002, 2003, 2004,
2005, 2006
, 2007
Free Software Foundation, Inc.
based primarily on public domain code written by Chris Torek
This file is part of GNU Emacs.
...
...
src/cm.h
View file @
429ab54e
/* Cursor motion calculation definitions for GNU Emacs
Copyright (C) 1985, 1989, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1985, 1989,
2001,
2002, 2003, 2004,
2005, 2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/coding.h
View file @
429ab54e
/* Header for coding system handler.
Copyright (C) 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
Copyright (C)
2001,
2002, 2003, 2004, 2005,
2006
, 2007
Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006
National Institute of Advanced Industrial Science and Technology (AIST)
...
...
src/commands.h
View file @
429ab54e
/* Definitions needed by most editing commands.
Copyright (C) 1985, 1994, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1985, 1994,
2001,
2002, 2003, 2004,
2005, 2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/disptab.h
View file @
429ab54e
/* Things for GLYPHS and glyph tables.
Copyright (C) 1993, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
2006
, 2007
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment