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
f0ddbf7b
Commit
f0ddbf7b
authored
Jan 02, 2013
by
Glenn Morris
Browse files
Add 2013 to more copyright years
parent
ed5bdeb9
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
19 additions
and
19 deletions
+19
-19
configure.ac
configure.ac
+1
-1
doc/man/ebrowse.1
doc/man/ebrowse.1
+1
-1
doc/man/emacs.1
doc/man/emacs.1
+1
-1
doc/man/etags.1
doc/man/etags.1
+1
-1
doc/man/grep-changelog.1
doc/man/grep-changelog.1
+1
-1
doc/misc/wisent.texi
doc/misc/wisent.texi
+1
-1
etc/refcards/emacsver.tex
etc/refcards/emacsver.tex
+1
-1
etc/refcards/ru-refcard.tex
etc/refcards/ru-refcard.tex
+1
-1
lib-src/rcs2log
lib-src/rcs2log
+1
-1
lisp/cedet/semantic/imenu.el
lisp/cedet/semantic/imenu.el
+1
-1
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+2
-2
msdos/depfiles.bat
msdos/depfiles.bat
+1
-1
nt/config.nt
nt/config.nt
+1
-1
nt/configure.bat
nt/configure.bat
+1
-1
nt/emacs.rc
nt/emacs.rc
+1
-1
nt/emacsclient.rc
nt/emacsclient.rc
+1
-1
src/fns.c
src/fns.c
+2
-2
No files found.
configure.ac
View file @
f0ddbf7b
...
...
@@ -4451,7 +4451,7 @@ AC_SUBST(WINDOW_SYSTEM_OBJ)
AH_TOP([/* GNU Emacs site configuration template file.
Copyright (C) 1988, 1993-1994, 1999-2002, 2004-201
2
Copyright (C) 1988, 1993-1994, 1999-2002, 2004-201
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
doc/man/ebrowse.1
View file @
f0ddbf7b
...
...
@@ -85,7 +85,7 @@ was written by Gerd Moellmann.
Copyright
.if t \(co
.if n (C)
2008-201
2
Free Software Foundation, Inc.
2008-201
3
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of this
document provided the copyright notice and this permission notice are
...
...
doc/man/emacs.1
View file @
f0ddbf7b
...
...
@@ -642,7 +642,7 @@ For detailed credits and acknowledgments, see the GNU Emacs manual.
Copyright
.if t \(co
.if n (C)
1995, 1999-201
2
Free Software Foundation, Inc.
1995, 1999-201
3
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of this
document provided the copyright notice and this permission notice are
...
...
doc/man/etags.1
View file @
f0ddbf7b
...
...
@@ -267,7 +267,7 @@ Stallman.
Copyright
.if t \(co
.if n (C)
1992, 1999, 2001-201
2
Free Software Foundation, Inc.
1992, 1999, 2001-201
3
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of this
document provided the copyright notice and this permission notice are
...
...
doc/man/grep-changelog.1
View file @
f0ddbf7b
...
...
@@ -62,7 +62,7 @@ Display basic usage information.
Copyright
.if t \(co
.if n (C)
2008-201
2
Free Software Foundation, Inc.
2008-201
3
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of this
document provided the copyright notice and this permission notice are
...
...
doc/misc/wisent.texi
View file @
f0ddbf7b
...
...
@@ -23,7 +23,7 @@
@c
%**end of header
@copying
Copyright @copyright
{}
1988--1993, 1995, 1998--2004, 2007, 2012
Copyright @copyright
{}
1988--1993, 1995, 1998--2004, 2007, 2012
--2013
Free Software Foundation, Inc.
@c Since we are both GNU manuals, we do not need to ack each other here.
...
...
etc/refcards/emacsver.tex
View file @
f0ddbf7b
%% This file is not generated by configure, because then the provided
%% pdf files would always appear out-of-date.
\def\versionemacs
{
24
}
% major version of emacs
\def\year
{
201
2
}
% latest copyright year
\def\year
{
201
3
}
% latest copyright year
etc/refcards/ru-refcard.tex
View file @
f0ddbf7b
...
...
@@ -22,7 +22,7 @@
\setlength
{
\ColThreeWidth
}{
25mm
}
\newcommand
{
\versionemacs
}
[0]
{
24
}
% version of Emacs this is for
\newcommand
{
\cyear
}
[0]
{
201
2
}
% copyright year
\newcommand
{
\cyear
}
[0]
{
201
3
}
% copyright year
\newcommand\shortcopyrightnotice
[0]
{
\vskip
1ex plus 2 fill
\centerline
{
\footnotesize
\copyright\ \cyear\
Free Software Foundation, Inc.
...
...
lib-src/rcs2log
View file @
f0ddbf7b
...
...
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright
=
'Copyright (C) 201
2
Free Software Foundation, Inc.
Copyright
=
'Copyright (C) 201
3
Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program
under the terms of the GNU General Public License.
...
...
lisp/cedet/semantic/imenu.el
View file @
f0ddbf7b
;;; semantic/imenu.el --- Use Semantic as an imenu tag generator
;;; Copyright (C) 2000-2005, 2007-2008, 2010-201
2
;;; Copyright (C) 2000-2005, 2007-2008, 2010-201
3
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
...
...
lisp/net/tramp-sh.el
View file @
f0ddbf7b
...
...
@@ -805,7 +805,7 @@ on the remote host.")
(
defconst
tramp-perl-encode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
# Copyright (C) 2002-201
2
Free Software Foundation, Inc.
# Copyright (C) 2002-201
3
Free Software Foundation, Inc.
use strict;
my %%trans = do {
...
...
@@ -843,7 +843,7 @@ This string is passed to `format', so percent characters need to be doubled.")
(
defconst
tramp-perl-decode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
# Copyright (C) 2002-201
2
Free Software Foundation, Inc.
# Copyright (C) 2002-201
3
Free Software Foundation, Inc.
use strict;
my %%trans = do {
...
...
msdos/depfiles.bat
View file @
f0ddbf7b
@echo
off
rem ----------------------------------------------------------------------
rem Auxiliary script for MSDOS, run by ../config.bat
rem Copyright (C) 2011-201
2
Free Software Foundation, Inc.
rem Copyright (C) 2011-201
3
Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
...
...
nt/config.nt
View file @
f0ddbf7b
...
...
@@ -84,7 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef CLASH_DETECTION
/* Short copyright string for this version of Emacs. */
#define COPYRIGHT "Copyright (C) 201
2
Free Software Foundation, Inc."
#define COPYRIGHT "Copyright (C) 201
3
Free Software Foundation, Inc."
/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
systems. This function is required for 'alloca.c' support on those systems.
...
...
nt/configure.bat
View file @
f0ddbf7b
@echo
off
rem ----------------------------------------------------------------------
rem Configuration script for MS Windows operating systems
rem Copyright (C) 1999-201
2
Free Software Foundation, Inc.
rem Copyright (C) 1999-201
3
Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
...
...
nt/emacs.rc
View file @
f0ddbf7b
...
...
@@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
VALUE "FileVersion", "24, 2, 91, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001-201
2
\0"
VALUE "LegalCopyright", "Copyright (C) 2001-201
3
\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "24, 2, 91, 0\0"
...
...
nt/emacsclient.rc
View file @
f0ddbf7b
...
...
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
VALUE "FileVersion", "24, 2, 91, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001-201
2
\0"
VALUE "LegalCopyright", "Copyright (C) 2001-201
3
\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
VALUE "ProductVersion", "24, 2, 91, 0\0"
...
...
src/fns.c
View file @
f0ddbf7b
/* Random utility Lisp functions.
Copyright (C) 1985-1987, 1993-1995, 1997-2012
Free Software Foundation, Inc.
Copyright (C) 1985-1987, 1993-1995, 1997-2013
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
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