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
5df4f04c
Commit
5df4f04c
authored
Jan 02, 2011
by
Glenn Morris
Browse files
Add 2011 to FSF/AIST copyright years.
parent
d12f22f5
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
21 deletions
+21
-21
ChangeLog
ChangeLog
+1
-1
INSTALL
INSTALL
+1
-1
INSTALL.BZR
INSTALL.BZR
+1
-1
Makefile.in
Makefile.in
+1
-1
README
README
+1
-1
admin/ChangeLog
admin/ChangeLog
+1
-1
admin/README
admin/README
+1
-1
admin/admin.el
admin/admin.el
+1
-1
admin/alloc-colors.c
admin/alloc-colors.c
+1
-1
admin/build-configs
admin/build-configs
+1
-1
admin/charsets/Makefile
admin/charsets/Makefile
+1
-1
admin/charsets/big5.awk
admin/charsets/big5.awk
+1
-1
admin/charsets/compact.awk
admin/charsets/compact.awk
+1
-1
admin/charsets/cp51932.awk
admin/charsets/cp51932.awk
+1
-1
admin/charsets/cp932.awk
admin/charsets/cp932.awk
+1
-1
admin/charsets/eucjp-ms.awk
admin/charsets/eucjp-ms.awk
+1
-1
admin/charsets/gb180302.awk
admin/charsets/gb180302.awk
+1
-1
admin/charsets/gb180304.awk
admin/charsets/gb180304.awk
+1
-1
admin/charsets/mapconv
admin/charsets/mapconv
+1
-1
admin/charsets/mapfiles/README
admin/charsets/mapfiles/README
+2
-2
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
ChangeLog
View file @
5df4f04c
...
...
@@ -7918,7 +7918,7 @@
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
INSTALL
View file @
5df4f04c
GNU
Emacs
Installation
Guide
Copyright
(
C
)
1992
,
1994
,
1996
,
1997
,
2000
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
,
2008
,
2009
,
2010
2005
,
2006
,
2007
,
2008
,
2009
,
2010
,
2011
Free
Software
Foundation
,
Inc
.
See
the
end
of
the
file
for
license
conditions
.
...
...
INSTALL.BZR
View file @
5df4f04c
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
See the end of the file for license conditions.
...
...
Makefile.in
View file @
5df4f04c
...
...
@@ -3,7 +3,7 @@
# DIST: that first.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
README
View file @
5df4f04c
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
2010
, 2011
Free Software Foundation, Inc.
See the end of the file for license conditions.
...
...
admin/ChangeLog
View file @
5df4f04c
...
...
@@ -866,7 +866,7 @@
;; End:
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010 Free Software Foundation, Inc.
2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
admin/README
View file @
5df4f04c
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
2010
, 2011
Free Software Foundation, Inc.
See the end of the file for license conditions.
...
...
admin/admin.el
View file @
5df4f04c
;;; admin.el --- utilities for Emacs administration
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
;; Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
admin/alloc-colors.c
View file @
5df4f04c
/* Allocate X colors. Used for testing with dense colormaps.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
admin/build-configs
View file @
5df4f04c
#! /usr/bin/perl
# Build Emacs in several different configurations.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
admin/charsets/Makefile
View file @
5df4f04c
# Makefile -- Makefile to generate charset maps in etc/charsets.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
...
...
admin/charsets/big5.awk
View file @
5df4f04c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/compact.awk
View file @
5df4f04c
# compact.awk -- Make charset map compact.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/cp51932.awk
View file @
5df4f04c
# cp51932.awk -- Generate a translation table for CP51932.
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/cp932.awk
View file @
5df4f04c
# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map.
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/eucjp-ms.awk
View file @
5df4f04c
# eucjp-ms.awk -- Generate a translation table for eucJP-ms.
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/gb180302.awk
View file @
5df4f04c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/gb180304.awk
View file @
5df4f04c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/mapconv
View file @
5df4f04c
#!/bin/sh
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
, 2011
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
...
...
admin/charsets/mapfiles/README
View file @
5df4f04c
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 2009, 2010
Copyright (C) 2009, 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2009, 2010
, 2011
National Institute of Advanced Industrial Science and Technology (AIST)
Registration Number H13PRO009
See the end of the file for license conditions.
...
...
Prev
1
2
3
4
5
…
50
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