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
e91081eb
Commit
e91081eb
authored
Dec 05, 2006
by
Glenn Morris
Browse files
Update copyright years.
parent
6d4ca208
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
32 additions
and
25 deletions
+32
-25
ChangeLog
ChangeLog
+2
-2
INSTALL
INSTALL
+2
-2
admin/ChangeLog
admin/ChangeLog
+2
-1
admin/admin.el
admin/admin.el
+2
-1
admin/alloc-colors.c
admin/alloc-colors.c
+2
-1
admin/build-configs
admin/build-configs
+2
-1
admin/cus-test.el
admin/cus-test.el
+2
-1
admin/diff-tar-files
admin/diff-tar-files
+2
-1
admin/make-emacs
admin/make-emacs
+2
-1
config.bat
config.bat
+2
-2
lisp/abbrev.el
lisp/abbrev.el
+1
-1
lisp/abbrevlist.el
lisp/abbrevlist.el
+1
-1
lisp/add-log.el
lisp/add-log.el
+2
-2
lisp/align.el
lisp/align.el
+1
-1
lisp/arc-mode.el
lisp/arc-mode.el
+1
-1
lisp/array.el
lisp/array.el
+1
-1
lisp/autoarg.el
lisp/autoarg.el
+1
-1
lisp/autoinsert.el
lisp/autoinsert.el
+2
-2
lisp/avoid.el
lisp/avoid.el
+1
-1
lisp/case-table.el
lisp/case-table.el
+1
-1
No files found.
ChangeLog
View file @
e91081eb
...
...
@@ -6414,8 +6414,8 @@
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2006
Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2003, 2004, 2005, 2006
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.
...
...
INSTALL
View file @
e91081eb
GNU
Emacs
Installation
Guide
Copyright
(
c
)
1992
,
1994
,
1996
,
1997
,
2000
,
2001
,
2002
,
200
6
Free
s
oftware
Foundation
,
Inc
.
Copyright
(
c
)
1992
,
1994
,
1996
,
1997
,
2000
,
2001
,
2002
,
200
3
,
2004
,
2005
,
2006
Free
S
oftware
Foundation
,
Inc
.
See
the
end
of
the
file
for
copying
permissions
.
...
...
admin/ChangeLog
View file @
e91081eb
...
...
@@ -400,7 +400,8 @@
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 2001 Free Software Foundation, Inc.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 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.
...
...
admin/admin.el
View file @
e91081eb
;;; admin.el --- utilities for Emacs administration
;; Copyright (C) 2001, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
;; Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
admin/alloc-colors.c
View file @
e91081eb
/* Allocate X colors. Used for testing with dense colormaps.
Copyright (C) 2001, 2006 Free Software Foundation, Inc.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
Foundation, Inc.
This file is part of GNU Emacs.
...
...
admin/build-configs
View file @
e91081eb
#! /usr/bin/perl
# Copyright (C) 2001, 2006 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
admin/cus-test.el
View file @
e91081eb
;;; cus-test.el --- tests for custom types and load problems
;; Copyright (C) 1998, 2000, 2002, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
;; Software Foundation, Inc.
;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
;; Maintainer: Markus Rost <rost@math.ohio-state.edu>
...
...
admin/diff-tar-files
View file @
e91081eb
#! /bin/sh
# Copyright (C) 2001, 2006 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
admin/make-emacs
View file @
e91081eb
#! /usr/bin/perl
# Copyright (C) 2001, 2006 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
config.bat
View file @
e91081eb
@echo
off
rem ----------------------------------------------------------------------
rem Configuration script for MSDOS
rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 200
4
, 200
6
rem Free Software Foundation, Inc.
rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 200
2
, 200
3
rem
2004, 2005, 2006
Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
...
...
lisp/abbrev.el
View file @
e91081eb
;;; abbrev.el --- abbrev mode commands for Emacs
;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1987, 1992,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/abbrevlist.el
View file @
e91081eb
;;; abbrevlist.el --- list one abbrev table alphabetically ordered
;; Copyright (C) 1986, 1992, 2002, 2003, 2004,
;; Copyright (C) 1986, 1992,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Suggested by a previous version by Gildea.
...
...
lisp/add-log.el
View file @
e91081eb
;;; add-log.el --- change log maintenance commands for Emacs
;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 200
2
,
;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 200
1
,
;;
2002,
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: tools
...
...
lisp/align.el
View file @
e91081eb
;;; align.el --- align text to a specific column, by regexp
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
...
...
lisp/arc-mode.el
View file @
e91081eb
;;; arc-mode.el --- simple editing of archives
;; Copyright (C) 1995, 1997, 1998, 2002, 2003, 2004,
;; Copyright (C) 1995, 1997, 1998,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Morten Welinder <terra@gnu.org>
...
...
lisp/array.el
View file @
e91081eb
;;; array.el --- array editing commands for GNU Emacs
;; Copyright (C) 1987, 2000, 2002, 2003, 2004,
;; Copyright (C) 1987, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author David M. Brown
...
...
lisp/autoarg.el
View file @
e91081eb
;;; autoarg.el --- make digit keys supply prefix args
;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
;; Copyright (C) 1998, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
...
...
lisp/autoinsert.el
View file @
e91081eb
;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 200
2
, 200
3
,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 200
1
, 200
2
,
;;
2003,
2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Charlie Martin <crm@cs.duke.edu>
;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org>
...
...
lisp/avoid.el
View file @
e91081eb
;;; avoid.el --- make mouse pointer stay out of the way of editing
;; Copyright (C) 1993, 1994, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Boris Goldowsky <boris@gnu.org>
...
...
lisp/case-table.el
View file @
e91081eb
;;; case-table.el --- code to extend the character set and support case tables
;; Copyright (C) 1988, 1994, 2002, 2003, 2004,
;; Copyright (C) 1988, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Howard Gayle
...
...
Prev
1
2
3
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