]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 2013 to more copyright years
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 01:35:49 +0000 (17:35 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 01:35:49 +0000 (17:35 -0800)
17 files changed:
configure.ac
doc/man/ebrowse.1
doc/man/emacs.1
doc/man/etags.1
doc/man/grep-changelog.1
doc/misc/wisent.texi
etc/refcards/emacsver.tex
etc/refcards/ru-refcard.tex
lib-src/rcs2log
lisp/cedet/semantic/imenu.el
lisp/net/tramp-sh.el
msdos/depfiles.bat
nt/config.nt
nt/configure.bat
nt/emacs.rc
nt/emacsclient.rc
src/fns.c

index 1871d62a3fb3a60a3fc4f58a3b35cb86cda5bd74..160303e6079e279d4c2ddbbcafdb9ab16ae7e57b 100644 (file)
@@ -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-2012
+Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013
   Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
index 84f1ef1dd9b0a12a05e01c2f62c31bc54dc0c2c3..89506db98ef6e70b84fef24c85d6e22b412a88f3 100644 (file)
@@ -85,7 +85,7 @@ was written by Gerd Moellmann.
 Copyright
 .if t \(co
 .if n (C)
-2008-2012 Free Software Foundation, Inc.
+2008-2013 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
index 947a42a7c80eb6bf8150f9dd1890e8be583a3418..1686a54980e71d08c952b43514c3cc1a958f70e5 100644 (file)
@@ -642,7 +642,7 @@ For detailed credits and acknowledgments, see the GNU Emacs manual.
 Copyright
 .if t \(co
 .if n (C)
-1995, 1999-2012 Free Software Foundation, Inc.
+1995, 1999-2013 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
index a1291829665a6588085265463781a4159098bbea..20c392776ee92c521fa0849b836a958cec4f9e45 100644 (file)
@@ -267,7 +267,7 @@ Stallman.
 Copyright
 .if t \(co
 .if n (C)
-1992, 1999, 2001-2012 Free Software Foundation, Inc.
+1992, 1999, 2001-2013 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
index 397e649334374c6bfc6ec1f1b28a33600e382c4c..ef4b2900988c6e410546c80558653d0ba5e10fa7 100644 (file)
@@ -62,7 +62,7 @@ Display basic usage information.
 Copyright 
 .if t \(co
 .if n (C)
-2008-2012 Free Software Foundation, Inc.
+2008-2013 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
index 83302fba2197fc12ff125ae0554d1afc5baca260..958e4a72b86eebb45b97b6cb3939c1815d7bd076 100644 (file)
@@ -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.
index 620ee8ef9e02373782cc602c7ae2b8330eb50f07..72a7d96d1ff90b135a4f9d9036417761f4ec1b7c 100644 (file)
@@ -1,4 +1,4 @@
 %% 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{2012}                 % latest copyright year
+\def\year{2013}                 % latest copyright year
index 765b80851474d9d9ce19d6df5526df401e844cee..c44110352cbc24dc43349772518676fb19f08f3e 100644 (file)
@@ -22,7 +22,7 @@
 \setlength{\ColThreeWidth}{25mm}
 
 \newcommand{\versionemacs}[0]{24} % version of Emacs this is for
-\newcommand{\cyear}[0]{2012}       % copyright year
+\newcommand{\cyear}[0]{2013}       % copyright year
 
 \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
   \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.
index 724bd4d696ceeef220175c96504a79b252586b6c..4f2bb3308fcc77d03108f4381fc2aea591bd5e86 100755 (executable)
@@ -20,7 +20,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-Copyright='Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2013 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.
index 22a23e526a2e5a0263d0c8d17427fb1e245a6d9f..370f651b93d7411ed25e4a97e59ee1cb08f3e80c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator
 
-;;; Copyright (C) 2000-2005, 2007-2008, 2010-2012
+;;; Copyright (C) 2000-2005, 2007-2008, 2010-2013
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
index 10665352c6ec39b6746a72ae3ae272f0c2939c97..2bffb868aba58ad7ce27649ba975315977075056 100644 (file)
@@ -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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 use strict;
 
 my %%trans = do {
index 049f1c3602c714ec1804466538cd73284fa11033..df71fc2217917725594405bef80ea38ef7cffaf4 100644 (file)
@@ -1,7 +1,7 @@
 @echo off\r
 rem   ----------------------------------------------------------------------\r
 rem   Auxiliary script for MSDOS, run by ../config.bat\r
-rem   Copyright (C) 2011-201 Free Software Foundation, Inc.\r
+rem   Copyright (C) 2011-2013 Free Software Foundation, Inc.\r
 \r
 rem   This file is part of GNU Emacs.\r
 \r
index 38d2f7c394887f5a74c31f37a6c1bc9fdc362295..b3a72dcc874204554d6eefda605ad3b7fa63d48f 100644 (file)
@@ -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) 2012 Free Software Foundation, Inc."
+#define COPYRIGHT "Copyright (C) 2013 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.
index 3118bb11e5de0c8f7c60f10d47c005469863971a..f833da722693fa05b4cb118b6f7ae485b054b368 100755 (executable)
@@ -1,7 +1,7 @@
 @echo off\r
 rem   ----------------------------------------------------------------------\r
 rem   Configuration script for MS Windows operating systems\r
-rem   Copyright (C) 1999-201 Free Software Foundation, Inc.\r
+rem   Copyright (C) 1999-2013 Free Software Foundation, Inc.\r
 \r
 rem   This file is part of GNU Emacs.\r
 \r
index 93cdfba8d0394c721ed5c2fdede82d312ca3819a..15c8932a29531b657a6e714e2ae206dbcc469b1d 100644 (file)
@@ -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-2012\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
            VALUE "ProductVersion", "24, 2, 91, 0\0"
index e181ac9eb50c18a33b286cd590065b183f2418fd..fa04298a18b9f3fccc5de2ac20ca2c7c5dec8475 100644 (file)
@@ -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-2012\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
            VALUE "ProductVersion", "24, 2, 91, 0\0"
index 539e8888dbcc67b1dd6ad4cf1b0cda1ca88cf301..cb350df57776d1cf4d05243c3f822f200e3ee55c 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1,6 +1,6 @@
 /* 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.