diff options
94 files changed, 115 insertions, 118 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index b0f69468de1..ff45b79aab7 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; unidata-gen.el -- Create files containing character property data. | 1 | ;; unidata-gen.el -- Create files containing character property data. |
| 2 | 2 | ||
| 3 | ;; Copyright 2008-2013 (C) Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/config.bat b/config.bat index 08dc395a5a1..8af3756222b 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MSDOS | 3 | rem Configuration script for MSDOS |
| 4 | rem Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. | 4 | rem Copyright (C) 1994-1999, 2001-2014 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/configure.ac b/configure.ac index 04f4d51c31c..6d46c5b67c5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -4551,7 +4551,7 @@ fi | |||
| 4551 | 4551 | ||
| 4552 | version=$PACKAGE_VERSION | 4552 | version=$PACKAGE_VERSION |
| 4553 | 4553 | ||
| 4554 | copyright="Copyright (C) 2013 Free Software Foundation, Inc." | 4554 | copyright="Copyright (C) 2014 Free Software Foundation, Inc." |
| 4555 | AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], | 4555 | AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], |
| 4556 | [Short copyright string for this version of Emacs.]) | 4556 | [Short copyright string for this version of Emacs.]) |
| 4557 | AC_SUBST(copyright) | 4557 | AC_SUBST(copyright) |
| @@ -4868,7 +4868,7 @@ AC_SUBST(WINDOW_SYSTEM_OBJ) | |||
| 4868 | 4868 | ||
| 4869 | AH_TOP([/* GNU Emacs site configuration template file. | 4869 | AH_TOP([/* GNU Emacs site configuration template file. |
| 4870 | 4870 | ||
| 4871 | Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013 | 4871 | Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2014 |
| 4872 | Free Software Foundation, Inc. | 4872 | Free Software Foundation, Inc. |
| 4873 | 4873 | ||
| 4874 | This file is part of GNU Emacs. | 4874 | This file is part of GNU Emacs. |
diff --git a/doc/emacs/emacs-xtra.texi b/doc/emacs/emacs-xtra.texi index f67ed3d5cad..aa0683c1c32 100644 --- a/doc/emacs/emacs-xtra.texi +++ b/doc/emacs/emacs-xtra.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This manual describes specialized features of Emacs. | 12 | This manual describes specialized features of Emacs. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2004--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 4845d49b823..691c8bd8ff5 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -26,7 +26,7 @@ This is the @cite{GNU Emacs Manual}, | |||
| 26 | @end ifnottex | 26 | @end ifnottex |
| 27 | updated for Emacs version @value{EMACSVER}. | 27 | updated for Emacs version @value{EMACSVER}. |
| 28 | 28 | ||
| 29 | Copyright @copyright{} 1985--1987, 1993--2013 Free Software Foundation, Inc. | 29 | Copyright @copyright{} 1985--1987, 1993--2014 Free Software Foundation, Inc. |
| 30 | 30 | ||
| 31 | @quotation | 31 | @quotation |
| 32 | Permission is granted to copy, distribute and/or modify this document | 32 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 07cd449ade0..18c4f1a6788 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -112,7 +112,7 @@ Edition @value{edition-number}, @value{update-date} | |||
| 112 | Distributed with Emacs version @value{EMACSVER}. | 112 | Distributed with Emacs version @value{EMACSVER}. |
| 113 | @end ifnottex | 113 | @end ifnottex |
| 114 | @sp 1 | 114 | @sp 1 |
| 115 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software | 115 | Copyright @copyright{} 1990--1995, 1997, 2001--2014 Free Software |
| 116 | Foundation, Inc. | 116 | Foundation, Inc. |
| 117 | @sp 1 | 117 | @sp 1 |
| 118 | 118 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index d6f7df5fb01..94c06a130b1 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -98,7 +98,7 @@ This is the @cite{GNU Emacs Lisp Reference Manual} | |||
| 98 | @end ifnottex | 98 | @end ifnottex |
| 99 | corresponding to Emacs version @value{EMACSVER}. | 99 | corresponding to Emacs version @value{EMACSVER}. |
| 100 | 100 | ||
| 101 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. | 101 | Copyright @copyright{} 1990--1996, 1998--2014 Free Software Foundation, Inc. |
| 102 | 102 | ||
| 103 | @quotation | 103 | @quotation |
| 104 | Permission is granted to copy, distribute and/or modify this document | 104 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index aa4d81cca58..a65f246c4a7 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -915,7 +915,7 @@ explains these conventions, starting with an example: | |||
| 915 | @group | 915 | @group |
| 916 | ;;; foo.el --- Support for the Foo programming language | 916 | ;;; foo.el --- Support for the Foo programming language |
| 917 | 917 | ||
| 918 | ;; Copyright (C) 2010-2013 Your Name | 918 | ;; Copyright (C) 2010-2014 Your Name |
| 919 | @end group | 919 | @end group |
| 920 | 920 | ||
| 921 | ;; Author: Your Name <yourname@@example.com> | 921 | ;; Author: Your Name <yourname@@example.com> |
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index b5a640e13e0..3001d98983c 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @settitle Ada Mode | 3 | @settitle Ada Mode |
| 4 | 4 | ||
| 5 | @copying | 5 | @copying |
| 6 | Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. | 6 | Copyright @copyright{} 1999--2014 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | @quotation | 8 | @quotation |
| 9 | Permission is granted to copy, distribute and/or modify this document | 9 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 36ee400acca..95baf1b45ea 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This file describes the Emacs auth-source library. | 11 | This file describes the Emacs auth-source library. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2008--2014 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi index 92cd5cdeccd..dced7c97811 100644 --- a/doc/misc/autotype.texi +++ b/doc/misc/autotype.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @c @cindex autotypist | 10 | @c @cindex autotypist |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright @copyright{} 1994--1995, 1999, 2001--2013 | 13 | Copyright @copyright{} 1994--1995, 1999, 2001--2014 |
| 14 | Free Software Foundation, Inc. | 14 | Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
diff --git a/doc/misc/bovine.texi b/doc/misc/bovine.texi index 81ec2eb80ec..076c10132e0 100644 --- a/doc/misc/bovine.texi +++ b/doc/misc/bovine.texi | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | @c %**end of header | 23 | @c %**end of header |
| 24 | 24 | ||
| 25 | @copying | 25 | @copying |
| 26 | Copyright @copyright{} 1999--2004, 2012--2013 Free Software Foundation, Inc. | 26 | Copyright @copyright{} 1999--2004, 2012--2014 Free Software Foundation, Inc. |
| 27 | 27 | ||
| 28 | @quotation | 28 | @quotation |
| 29 | Permission is granted to copy, distribute and/or modify this document | 29 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 425cd349784..7fba181adcb 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -94,7 +94,7 @@ This file documents Calc, the GNU Emacs calculator, included with | |||
| 94 | GNU Emacs @value{EMACSVER}. | 94 | GNU Emacs @value{EMACSVER}. |
| 95 | @end ifnotinfo | 95 | @end ifnotinfo |
| 96 | 96 | ||
| 97 | Copyright @copyright{} 1990--1991, 2001--2013 Free Software Foundation, Inc. | 97 | Copyright @copyright{} 1990--1991, 2001--2014 Free Software Foundation, Inc. |
| 98 | 98 | ||
| 99 | @quotation | 99 | @quotation |
| 100 | Permission is granted to copy, distribute and/or modify this document | 100 | Permission is granted to copy, distribute and/or modify this document |
| @@ -11801,7 +11801,7 @@ Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element, | |||
| 11801 | leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes | 11801 | leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes |
| 11802 | the third stack element. | 11802 | the third stack element. |
| 11803 | 11803 | ||
| 11804 | The above commands do not depend on the location of the cursor. | 11804 | The above commands do not depend on the location of the cursor. |
| 11805 | If the customizable variable @code{calc-context-sensitive-enter} is | 11805 | If the customizable variable @code{calc-context-sensitive-enter} is |
| 11806 | non-@code{nil} (@pxref{Customizing Calc}), these commands will become | 11806 | non-@code{nil} (@pxref{Customizing Calc}), these commands will become |
| 11807 | context sensitive. For example, instead of duplicating the top of the stack, | 11807 | context sensitive. For example, instead of duplicating the top of the stack, |
| @@ -33326,7 +33326,7 @@ integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again, | |||
| 33326 | 99@dots{}9. The least significant digit is @var{d0}; the last digit, | 33326 | 99@dots{}9. The least significant digit is @var{d0}; the last digit, |
| 33327 | @var{dn}, which is always nonzero, is the most significant digit. For | 33327 | @var{dn}, which is always nonzero, is the most significant digit. For |
| 33328 | example, the integer @mathit{-12345678} might be stored as | 33328 | example, the integer @mathit{-12345678} might be stored as |
| 33329 | @samp{(bigneg 678 345 12)}. | 33329 | @samp{(bigneg 678 345 12)}. |
| 33330 | 33330 | ||
| 33331 | The distinction between small and large integers is entirely hidden from | 33331 | The distinction between small and large integers is entirely hidden from |
| 33332 | the user. In @code{defmath} definitions, the Lisp predicate @code{integerp} | 33332 | the user. In @code{defmath} definitions, the Lisp predicate @code{integerp} |
| @@ -35712,10 +35712,10 @@ is @code{nil}. | |||
| 35712 | The commands @code{calc-enter} and @code{calc-pop} will typically | 35712 | The commands @code{calc-enter} and @code{calc-pop} will typically |
| 35713 | duplicate the top of the stack. If | 35713 | duplicate the top of the stack. If |
| 35714 | @code{calc-context-sensitive-enter} is non-@code{nil}, then the | 35714 | @code{calc-context-sensitive-enter} is non-@code{nil}, then the |
| 35715 | @code{calc-enter} will copy the element at the cursor to the | 35715 | @code{calc-enter} will copy the element at the cursor to the |
| 35716 | top of the stack and @code{calc-pop} will delete the element at the | 35716 | top of the stack and @code{calc-pop} will delete the element at the |
| 35717 | cursor. The default value of @code{calc-context-sensitive-enter} is | 35717 | cursor. The default value of @code{calc-context-sensitive-enter} is |
| 35718 | @code{nil}. | 35718 | @code{nil}. |
| 35719 | @end defvar | 35719 | @end defvar |
| 35720 | 35720 | ||
| 35721 | @defvar calc-undo-length | 35721 | @defvar calc-undo-length |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 7d1baf7bf0c..63f89a03c24 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -156,7 +156,7 @@ CC Mode | |||
| 156 | @copying | 156 | @copying |
| 157 | This manual is for CC Mode in Emacs. | 157 | This manual is for CC Mode in Emacs. |
| 158 | 158 | ||
| 159 | Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. | 159 | Copyright @copyright{} 1995--2014 Free Software Foundation, Inc. |
| 160 | 160 | ||
| 161 | @quotation | 161 | @quotation |
| 162 | Permission is granted to copy, distribute and/or modify this document | 162 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 49c02568475..1477da6a9fb 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @copying | 6 | @copying |
| 7 | This file documents the GNU Emacs Common Lisp emulation package. | 7 | This file documents the GNU Emacs Common Lisp emulation package. |
| 8 | 8 | ||
| 9 | Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc. | 9 | Copyright @copyright{} 1993, 2001--2014 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
| 12 | Permission is granted to copy, distribute and/or modify this document | 12 | Permission is granted to copy, distribute and/or modify this document |
| @@ -1495,7 +1495,7 @@ simply returning @code{nil}. | |||
| 1495 | 1495 | ||
| 1496 | @node Blocks and Exits | 1496 | @node Blocks and Exits |
| 1497 | @section Blocks and Exits | 1497 | @section Blocks and Exits |
| 1498 | @cindex block | 1498 | @cindex block |
| 1499 | 1499 | ||
| 1500 | @noindent | 1500 | @noindent |
| 1501 | Common Lisp @dfn{blocks} provide a non-local exit mechanism very | 1501 | Common Lisp @dfn{blocks} provide a non-local exit mechanism very |
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index a6155e2e724..9375e03c4ef 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @syncodeindex fn cp | 9 | @syncodeindex fn cp |
| 10 | 10 | ||
| 11 | @copying | 11 | @copying |
| 12 | Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. | 12 | Copyright @copyright{} 2007--2014 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 0b88604543e..cbf63dd20cb 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | @comment %**end of header (This is for running Texinfo on a region.) | 19 | @comment %**end of header (This is for running Texinfo on a region.) |
| 20 | 20 | ||
| 21 | @copying | 21 | @copying |
| 22 | Copyright @copyright{} 1994--1995, 1999, 2001--2013 | 22 | Copyright @copyright{} 1994--1995, 1999, 2001--2014 |
| 23 | Free Software Foundation, Inc. | 23 | Free Software Foundation, Inc. |
| 24 | 24 | ||
| 25 | @quotation | 25 | @quotation |
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index aa9df988969..7dfca921bd4 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This file documents Ebrowse, a C++ class browser for GNU Emacs. | 11 | This file documents Ebrowse, a C++ class browser for GNU Emacs. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 2000--2013 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2000--2014 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 283082141dc..e60f1c73f8c 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @copying | 5 | @copying |
| 6 | This file describes EDE, the Emacs Development Environment. | 6 | This file describes EDE, the Emacs Development Environment. |
| 7 | 7 | ||
| 8 | Copyright @copyright{} 1998--2001, 2004--2005, 2008--2013 | 8 | Copyright @copyright{} 1998--2001, 2004--2005, 2008--2014 |
| 9 | Free Software Foundation, Inc. | 9 | Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index bb315fc41ef..4ac77644eb2 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | This file documents Ediff, a comprehensive visual interface to Unix diff | 25 | This file documents Ediff, a comprehensive visual interface to Unix diff |
| 26 | and patch utilities. | 26 | and patch utilities. |
| 27 | 27 | ||
| 28 | Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. | 28 | Copyright @copyright{} 1995--2014 Free Software Foundation, Inc. |
| 29 | 29 | ||
| 30 | @quotation | 30 | @quotation |
| 31 | Permission is granted to copy, distribute and/or modify this document | 31 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 40aeae836ef..7a543f4b65b 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @copying | 5 | @copying |
| 6 | This file documents the EDT emulation package for Emacs. | 6 | This file documents the EDT emulation package for Emacs. |
| 7 | 7 | ||
| 8 | Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2013 | 8 | Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2014 |
| 9 | Free Software Foundation, Inc. | 9 | Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 54e067d65bd..c3642460620 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @c appreciate a notice if you do). | 11 | @c appreciate a notice if you do). |
| 12 | 12 | ||
| 13 | @copying | 13 | @copying |
| 14 | Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.@* | 14 | Copyright @copyright{} 2001--2014 Free Software Foundation, Inc.@* |
| 15 | Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000 | 15 | Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000 |
| 16 | Reuven M. Lerner@* | 16 | Reuven M. Lerner@* |
| 17 | Copyright @copyright{} 1992, 1993 Steven Byrnes@* | 17 | Copyright @copyright{} 1992, 1993 Steven Byrnes@* |
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 5b9f3a8e004..2430db76f35 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This manual documents EIEIO, an object framework for Emacs Lisp. | 12 | This manual documents EIEIO, an object framework for Emacs Lisp. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2007--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index 369c6c3c3a1..0eba0a86d2c 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @copying | 8 | @copying |
| 9 | This file describes the Emacs GnuTLS integration. | 9 | This file describes the Emacs GnuTLS integration. |
| 10 | 10 | ||
| 11 | Copyright @copyright{} 2012--2013 Free Software Foundation, Inc. | 11 | Copyright @copyright{} 2012--2014 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
| 14 | Permission is granted to copy, distribute and/or modify this document | 14 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 2c0e929e532..601269d405b 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This file documents the Emacs MIME interface functionality. | 12 | This file documents the Emacs MIME interface functionality. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 1998--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 1998--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 79f76560eb4..8f053a1f7fd 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This file describes EasyPG Assistant @value{VERSION}. | 10 | This file describes EasyPG Assistant @value{VERSION}. |
| 11 | 11 | ||
| 12 | Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. | 12 | Copyright @copyright{} 2007--2014 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index abf0766ee8f..d24f4994bc1 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This manual is for ERC as distributed with Emacs @value{EMACSVER}. | 10 | This manual is for ERC as distributed with Emacs @value{EMACSVER}. |
| 11 | 11 | ||
| 12 | Copyright @copyright{} 2005--2013 Free Software Foundation, Inc. | 12 | Copyright @copyright{} 2005--2014 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 926a02fd1de..c9642747528 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @end direntry | 10 | @end direntry |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright @copyright{} 2008, 2010--2013 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2008, 2010--2014 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index e8fab42b899..56983d9f97e 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This manual is for Eshell, the Emacs shell. | 10 | This manual is for Eshell, the Emacs shell. |
| 11 | 11 | ||
| 12 | Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. | 12 | Copyright @copyright{} 1999--2014 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 747494ffbde..37a3e86558d 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi | |||
| @@ -12,7 +12,7 @@ EUDC is the Emacs Unified Directory Client, a common interface to | |||
| 12 | directory servers using various protocols such as LDAP or the CCSO white | 12 | directory servers using various protocols such as LDAP or the CCSO white |
| 13 | pages directory system (PH/QI) | 13 | pages directory system (PH/QI) |
| 14 | 14 | ||
| 15 | Copyright @copyright{} 1998, 2000--2013 Free Software Foundation, Inc. | 15 | Copyright @copyright{} 1998, 2000--2014 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | @quotation | 17 | @quotation |
| 18 | Permission is granted to copy, distribute and/or modify this document | 18 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index d1f3e21c20e..f6ebdaa9a97 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), | 11 | This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), |
| 12 | which is a universal on-the-fly syntax checker for GNU Emacs. | 12 | which is a universal on-the-fly syntax checker for GNU Emacs. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2004--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi index 17b117be961..dcbd9814d40 100644 --- a/doc/misc/forms.texi +++ b/doc/misc/forms.texi | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | @copying | 18 | @copying |
| 19 | This file documents Forms mode, a form-editing major mode for GNU Emacs. | 19 | This file documents Forms mode, a form-editing major mode for GNU Emacs. |
| 20 | 20 | ||
| 21 | Copyright @copyright{} 1989, 1997, 2001--2013 Free Software Foundation, Inc. | 21 | Copyright @copyright{} 1989, 1997, 2001--2014 Free Software Foundation, Inc. |
| 22 | 22 | ||
| 23 | @quotation | 23 | @quotation |
| 24 | Permission is granted to copy, distribute and/or modify this document | 24 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index 4e5855627b8..2ce9d71788e 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | @syncodeindex pg cp | 7 | @syncodeindex pg cp |
| 8 | 8 | ||
| 9 | @copying | 9 | @copying |
| 10 | Copyright @copyright{} 2004--2005, 2007--2013 Free Software | 10 | Copyright @copyright{} 2004--2005, 2007--2014 Free Software |
| 11 | Foundation, Inc. | 11 | Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
diff --git a/doc/misc/gnus-news.el b/doc/misc/gnus-news.el index 812b18361c7..fdb4fe88099 100644 --- a/doc/misc/gnus-news.el +++ b/doc/misc/gnus-news.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | (defvar gnus-news-header-disclaimer | 26 | (defvar gnus-news-header-disclaimer |
| 27 | "GNUS NEWS -- history of user-visible changes. | 27 | "GNUS NEWS -- history of user-visible changes. |
| 28 | 28 | ||
| 29 | Copyright (C) 1999-2013 Free Software Foundation, Inc. | 29 | Copyright (C) 1999-2014 Free Software Foundation, Inc. |
| 30 | See the end of the file for license conditions. | 30 | See the end of the file for license conditions. |
| 31 | 31 | ||
| 32 | Please send Gnus bug reports to bugs@gnus.org. | 32 | Please send Gnus bug reports to bugs@gnus.org. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index d05ed53e69b..376d2a0ad26 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @documentencoding UTF-8 | 11 | @documentencoding UTF-8 |
| 12 | 12 | ||
| 13 | @copying | 13 | @copying |
| 14 | Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 1995--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index a432d4dc14a..c9b8924f2b7 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -22,7 +22,7 @@ Emacs, and interacting with an IDL shell run as a subprocess. | |||
| 22 | This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE | 22 | This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE |
| 23 | @value{VERSION}. | 23 | @value{VERSION}. |
| 24 | 24 | ||
| 25 | Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. | 25 | Copyright @copyright{} 1999--2014 Free Software Foundation, Inc. |
| 26 | 26 | ||
| 27 | @quotation | 27 | @quotation |
| 28 | Permission is granted to copy, distribute and/or modify this document | 28 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 32aee99868d..a40345bca85 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | This file describes how to use Info, the on-line, menu-driven GNU | 14 | This file describes how to use Info, the on-line, menu-driven GNU |
| 15 | documentation system. | 15 | documentation system. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 1989, 1992, 1996--2013 Free Software Foundation, Inc. | 17 | Copyright @copyright{} 1989, 1992, 1996--2014 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | @quotation | 19 | @quotation |
| 20 | Permission is granted to copy, distribute and/or modify this document | 20 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi index 210b709c1ea..bc8f5337675 100644 --- a/doc/misc/mairix-el.texi +++ b/doc/misc/mairix-el.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @documentencoding UTF-8 | 6 | @documentencoding UTF-8 |
| 7 | 7 | ||
| 8 | @copying | 8 | @copying |
| 9 | Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. | 9 | Copyright @copyright{} 2008--2014 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
| 12 | Permission is granted to copy, distribute and/or modify this document | 12 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index a98c7e48e53..fe6a8040176 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This file documents Message, the Emacs message composition mode. | 11 | This file documents Message, the Emacs message composition mode. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 1996--2013 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 1996--2014 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index a0ea0fe6de9..968a814a64f 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | This is version @value{VERSION}@value{EDITION} of @cite{The MH-E | 24 | This is version @value{VERSION}@value{EDITION} of @cite{The MH-E |
| 25 | Manual}, last updated @value{UPDATED}. | 25 | Manual}, last updated @value{UPDATED}. |
| 26 | 26 | ||
| 27 | Copyright @copyright{} 1995, 2001--2003, 2005--2013 Free Software | 27 | Copyright @copyright{} 1995, 2001--2003, 2005--2014 Free Software |
| 28 | Foundation, Inc. | 28 | Foundation, Inc. |
| 29 | 29 | ||
| 30 | @c This dual license has been agreed upon by the FSF. | 30 | @c This dual license has been agreed upon by the FSF. |
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi index afb44a6a396..79d176a722b 100644 --- a/doc/misc/newsticker.texi +++ b/doc/misc/newsticker.texi | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). | 13 | This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). |
| 14 | 14 | ||
| 15 | @noindent | 15 | @noindent |
| 16 | Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. | 16 | Copyright @copyright{} 2004--2014 Free Software Foundation, Inc. |
| 17 | 17 | ||
| 18 | @quotation | 18 | @quotation |
| 19 | Permission is granted to copy, distribute and/or modify this document | 19 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index 8c81b6fbd20..d5e92ed2185 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | This manual documents nXML mode, an Emacs major mode for editing | 8 | This manual documents nXML mode, an Emacs major mode for editing |
| 9 | XML with RELAX NG support. | 9 | XML with RELAX NG support. |
| 10 | 10 | ||
| 11 | Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. | 11 | Copyright @copyright{} 2007--2014 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
| 14 | Permission is granted to copy, distribute and/or modify this document | 14 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/octave-mode.texi b/doc/misc/octave-mode.texi index 50bb4f11f2a..a4ebfc2b5a1 100644 --- a/doc/misc/octave-mode.texi +++ b/doc/misc/octave-mode.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @c %**end of header | 5 | @c %**end of header |
| 6 | 6 | ||
| 7 | @copying | 7 | @copying |
| 8 | Copyright @copyright{} 1996--2013 Free Software Foundation, Inc. | 8 | Copyright @copyright{} 1996--2014 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | @quotation | 10 | @quotation |
| 11 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index a90f3d4d536..bc707b026f1 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -262,7 +262,7 @@ | |||
| 262 | @copying | 262 | @copying |
| 263 | This manual is for Org version @value{VERSION}. | 263 | This manual is for Org version @value{VERSION}. |
| 264 | 264 | ||
| 265 | Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. | 265 | Copyright @copyright{} 2004--2014 Free Software Foundation, Inc. |
| 266 | 266 | ||
| 267 | @quotation | 267 | @quotation |
| 268 | Permission is granted to copy, distribute and/or modify this document | 268 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index 11123f977a0..354cbe54071 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @c %**end of header | 6 | @c %**end of header |
| 7 | 7 | ||
| 8 | @copying | 8 | @copying |
| 9 | Copyright @copyright{} 1991--2013 Free Software Foundation, Inc. | 9 | Copyright @copyright{} 1991--2014 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
| 12 | Permission is granted to copy, distribute and/or modify this document | 12 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi index 370998c855a..ae690989015 100644 --- a/doc/misc/pgg.texi +++ b/doc/misc/pgg.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | This file describes PGG @value{VERSION}, an Emacs interface to various | 11 | This file describes PGG @value{VERSION}, an Emacs interface to various |
| 12 | PGP implementations. | 12 | PGP implementations. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2001, 2003--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2001, 2003--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 3bce0c7c24b..e137ab200e6 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @c %**end of header | 5 | @c %**end of header |
| 6 | 6 | ||
| 7 | @copying | 7 | @copying |
| 8 | Copyright @copyright{} 2006--2013 Free Software Foundation, Inc. | 8 | Copyright @copyright{} 2006--2014 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | @quotation | 10 | @quotation |
| 11 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index ba83d8129a8..4c34cc4aa01 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -45,7 +45,7 @@ This manual documents @RefTeX{} (version @value{VERSION}), a package | |||
| 45 | to do labels, references, citations and indices for LaTeX documents | 45 | to do labels, references, citations and indices for LaTeX documents |
| 46 | with Emacs. | 46 | with Emacs. |
| 47 | 47 | ||
| 48 | Copyright @copyright{} 1997--2013 Free Software Foundation, Inc. | 48 | Copyright @copyright{} 1997--2014 Free Software Foundation, Inc. |
| 49 | 49 | ||
| 50 | @quotation | 50 | @quotation |
| 51 | Permission is granted to copy, distribute and/or modify this document | 51 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi index 290c18a7b47..a9abca76332 100644 --- a/doc/misc/remember.texi +++ b/doc/misc/remember.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @copying | 8 | @copying |
| 9 | This manual is for Remember Mode, version 1.9 | 9 | This manual is for Remember Mode, version 1.9 |
| 10 | 10 | ||
| 11 | Copyright @copyright{} 2001, 2004--2005, 2007--2013 | 11 | Copyright @copyright{} 2001, 2004--2005, 2007--2014 |
| 12 | Free Software Foundation, Inc. | 12 | Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi index dcb25ec805a..6e8fa9f69a5 100644 --- a/doc/misc/sasl.texi +++ b/doc/misc/sasl.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This file describes the Emacs SASL library, version @value{VERSION}. | 11 | This file describes the Emacs SASL library, version @value{VERSION}. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 2000, 2004--2013 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2000, 2004--2014 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi index 11dbf2eda5e..2c2230814a9 100644 --- a/doc/misc/sc.texi +++ b/doc/misc/sc.texi | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | This document describes Supercite, an Emacs package for citing and | 14 | This document describes Supercite, an Emacs package for citing and |
| 15 | attributing replies to mail and news messages. | 15 | attributing replies to mail and news messages. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc. | 17 | Copyright @copyright{} 1993, 2001--2014 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | @quotation | 19 | @quotation |
| 20 | Permission is granted to copy, distribute and/or modify this document | 20 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index f43316f5012..74dcb170a19 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | @copying | 24 | @copying |
| 25 | This manual documents the Semantic library and utilities. | 25 | This manual documents the Semantic library and utilities. |
| 26 | 26 | ||
| 27 | Copyright @copyright{} 1999--2005, 2007, 2009--2013 Free Software | 27 | Copyright @copyright{} 1999--2005, 2007, 2009--2014 Free Software |
| 28 | Foundation, Inc. | 28 | Foundation, Inc. |
| 29 | 29 | ||
| 30 | @quotation | 30 | @quotation |
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 8ac023b8135..e57ed802459 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This file documents @acronym{SES}: the Simple Emacs Spreadsheet. | 12 | This file documents @acronym{SES}: the Simple Emacs Spreadsheet. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2002--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2002--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi index f69e2b9b948..78b2fa7cf48 100644 --- a/doc/misc/sieve.texi +++ b/doc/misc/sieve.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This file documents the Emacs Sieve package, for server-side mail filtering. | 12 | This file documents the Emacs Sieve package, for server-side mail filtering. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2001--2013 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2001--2014 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index dce90d06012..db979142f39 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @settitle Emacs SMTP Library | 3 | @settitle Emacs SMTP Library |
| 4 | @syncodeindex vr fn | 4 | @syncodeindex vr fn |
| 5 | @copying | 5 | @copying |
| 6 | Copyright @copyright{} 2003--2013 Free Software Foundation, Inc. | 6 | Copyright @copyright{} 2003--2014 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | @quotation | 8 | @quotation |
| 9 | Permission is granted to copy, distribute and/or modify this document | 9 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index 3cb0ec3aed8..db940420888 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | @syncodeindex fn cp | 4 | @syncodeindex fn cp |
| 5 | 5 | ||
| 6 | @copying | 6 | @copying |
| 7 | Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. | 7 | Copyright @copyright{} 1999--2014 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | @quotation | 9 | @quotation |
| 10 | Permission is granted to copy, distribute and/or modify this document | 10 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index d6cf4d53edc..e45330f6740 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | @c %**end of header | 15 | @c %**end of header |
| 16 | 16 | ||
| 17 | @copying | 17 | @copying |
| 18 | Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. | 18 | Copyright @copyright{} 2007--2014 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | @quotation | 20 | @quotation |
| 21 | Permission is granted to copy, distribute and/or modify this document | 21 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index bd56c483c51..bfd765dd211 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | % | 5 | % |
| 6 | \def\texinfoversion{2013-09-11.11} | 6 | \def\texinfoversion{2013-09-11.11} |
| 7 | % | 7 | % |
| 8 | % Copyright 1985-1986, 1988, 1990-2014 Free Software Foundation, Inc. | 8 | % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, |
| 9 | % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | ||
| 10 | % 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. | ||
| 9 | % | 11 | % |
| 10 | % This texinfo.tex file is free software: you can redistribute it and/or | 12 | % This texinfo.tex file is free software: you can redistribute it and/or |
| 11 | % modify it under the terms of the GNU General Public License as | 13 | % modify it under the terms of the GNU General Public License as |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 7b2d2b33ba2..21891df25e9 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | @end ifclear | 65 | @end ifclear |
| 66 | 66 | ||
| 67 | @copying | 67 | @copying |
| 68 | Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. | 68 | Copyright @copyright{} 1999--2014 Free Software Foundation, Inc. |
| 69 | 69 | ||
| 70 | @quotation | 70 | @quotation |
| 71 | Permission is granted to copy, distribute and/or modify this document | 71 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index fdec68b1c61..b7cbe47cccb 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | @copying | 20 | @copying |
| 21 | This is the manual for the @code{url} Emacs Lisp library. | 21 | This is the manual for the @code{url} Emacs Lisp library. |
| 22 | 22 | ||
| 23 | Copyright @copyright{} 1993--1999, 2002, 2004--2013 Free Software | 23 | Copyright @copyright{} 1993--1999, 2002, 2004--2014 Free Software |
| 24 | Foundation, Inc. | 24 | Foundation, Inc. |
| 25 | 25 | ||
| 26 | @quotation | 26 | @quotation |
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi index 28e78f5d381..de41deee511 100644 --- a/doc/misc/vip.texi +++ b/doc/misc/vip.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @settitle VIP | 3 | @settitle VIP |
| 4 | 4 | ||
| 5 | @copying | 5 | @copying |
| 6 | Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc. | 6 | Copyright @copyright{} 1987, 2001--2014 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | @quotation | 8 | @quotation |
| 9 | Permission is granted to copy, distribute and/or modify this document | 9 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index db5a5736888..94623537887 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | @setfilename ../../info/viper | 7 | @setfilename ../../info/viper |
| 8 | 8 | ||
| 9 | @copying | 9 | @copying |
| 10 | Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc. | 10 | Copyright @copyright{} 1995--1997, 2001--2014 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | @quotation | 12 | @quotation |
| 13 | Permission is granted to copy, distribute and/or modify this document | 13 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index 2fe247dd750..aa94da3c469 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c %**end of header | 8 | @c %**end of header |
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |
| 11 | Copyright @copyright{} 2000--2013 Free Software Foundation, Inc. | 11 | Copyright @copyright{} 2000--2014 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
| 14 | Permission is granted to copy, distribute and/or modify this document | 14 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi index c0f18f6363a..9299e02d838 100644 --- a/doc/misc/wisent.texi +++ b/doc/misc/wisent.texi | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | @c %**end of header | 23 | @c %**end of header |
| 24 | 24 | ||
| 25 | @copying | 25 | @copying |
| 26 | Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012--2013 | 26 | Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012--2014 |
| 27 | Free Software Foundation, Inc. | 27 | Free Software Foundation, Inc. |
| 28 | 28 | ||
| 29 | @c Since we are both GNU manuals, we do not need to ack each other here. | 29 | @c Since we are both GNU manuals, we do not need to ack each other here. |
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index df67f02119c..7a8919614cb 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | This file documents WoMan: A program to browse Unix manual pages `W.O. | 14 | This file documents WoMan: A program to browse Unix manual pages `W.O. |
| 15 | (without) man'. | 15 | (without) man'. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 2001--2013 Free Software Foundation, Inc. | 17 | Copyright @copyright{} 2001--2014 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | @quotation | 19 | @quotation |
| 20 | Permission is granted to copy, distribute and/or modify this document | 20 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/etc/images/README b/etc/images/README index fe804c9511d..55fc64949e2 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -27,15 +27,15 @@ File: mh-logo.xpm | |||
| 27 | 27 | ||
| 28 | Files: splash.pbm, splash.xpm, gnus.pbm | 28 | Files: splash.pbm, splash.xpm, gnus.pbm |
| 29 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 29 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 30 | Copyright (C) 2001-2013 Free Software Foundation, Inc. | 30 | Copyright (C) 2001-2014 Free Software Foundation, Inc. |
| 31 | 31 | ||
| 32 | Files: splash.png, splash.svg | 32 | Files: splash.png, splash.svg |
| 33 | Author: Francesc Rocher <rocher@member.fsf.org> | 33 | Author: Francesc Rocher <rocher@member.fsf.org> |
| 34 | Copyright (C) 2008-2013 Free Software Foundation, Inc. | 34 | Copyright (C) 2008-2014 Free Software Foundation, Inc. |
| 35 | 35 | ||
| 36 | Files: checked.xpm, unchecked.xpm | 36 | Files: checked.xpm, unchecked.xpm |
| 37 | Author: Chong Yidong <cyd@stupidchicken.com> | 37 | Author: Chong Yidong <cyd@stupidchicken.com> |
| 38 | Copyright (C) 2010-2013 Free Software Foundation, Inc. | 38 | Copyright (C) 2010-2014 Free Software Foundation, Inc. |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but | 41 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but |
diff --git a/etc/images/checked.xpm b/etc/images/checked.xpm index 721c8670817..1cc033a0a0b 100644 --- a/etc/images/checked.xpm +++ b/etc/images/checked.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010-2013 Free Software Foundation, Inc. | 2 | /* Copyright (C) 2010-2014 Free Software Foundation, Inc. |
| 3 | * | 3 | * |
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | 4 | * Author: Chong Yidong <cyd@stupidchicken.com> |
| 5 | * | 5 | * |
diff --git a/etc/images/gnus/README b/etc/images/gnus/README index 67b29012e20..07a287b49b3 100644 --- a/etc/images/gnus/README +++ b/etc/images/gnus/README | |||
| @@ -21,11 +21,11 @@ Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm | |||
| 21 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm | 21 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm |
| 22 | uu-post.pbm uu-post.xpm | 22 | uu-post.pbm uu-post.xpm |
| 23 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 23 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 24 | Copyright (C) 2001-2013 Free Software Foundation, Inc. | 24 | Copyright (C) 2001-2014 Free Software Foundation, Inc. |
| 25 | 25 | ||
| 26 | Files: gnus.png, gnus.svg | 26 | Files: gnus.png, gnus.svg |
| 27 | Author: Francesc Rocher <rocher@member.fsf.org> | 27 | Author: Francesc Rocher <rocher@member.fsf.org> |
| 28 | Copyright (C) 2008-2013 Free Software Foundation, Inc. | 28 | Copyright (C) 2008-2014 Free Software Foundation, Inc. |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | * The following icons are from GNOME 2.x. They are not part of Emacs, | 31 | * The following icons are from GNOME 2.x. They are not part of Emacs, |
diff --git a/etc/images/gud/README b/etc/images/gud/README index ad0345d3cab..3985baab8c1 100644 --- a/etc/images/gud/README +++ b/etc/images/gud/README | |||
| @@ -31,7 +31,7 @@ their copyright assignment included the icons. | |||
| 31 | The following icons are converted from the Insight Windows style icon | 31 | The following icons are converted from the Insight Windows style icon |
| 32 | set in src/gdb/gdbtk/library/images2. | 32 | set in src/gdb/gdbtk/library/images2. |
| 33 | 33 | ||
| 34 | Copyright (C) 2002-2013 Free Software Foundation, Inc. | 34 | Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 35 | License: GNU General Public License version 3 or later (see COPYING) | 35 | License: GNU General Public License version 3 or later (see COPYING) |
| 36 | 36 | ||
| 37 | cont.pbm and cont.xpm were converted from continue.gif | 37 | cont.pbm and cont.xpm were converted from continue.gif |
| @@ -47,7 +47,7 @@ License: GNU General Public License version 3 or later (see COPYING) | |||
| 47 | The following icons are created from the Insight Windows style icon | 47 | The following icons are created from the Insight Windows style icon |
| 48 | set in src/gdb/gdbtk/library/images2. | 48 | set in src/gdb/gdbtk/library/images2. |
| 49 | 49 | ||
| 50 | Copyright (C) 2002-2013 Free Software Foundation, Inc. | 50 | Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 51 | License: GNU General Public License version 3 or later (see COPYING) | 51 | License: GNU General Public License version 3 or later (see COPYING) |
| 52 | 52 | ||
| 53 | rcont.xpm rfinish.xpm | 53 | rcont.xpm rfinish.xpm |
diff --git a/etc/images/icons/README b/etc/images/icons/README index 303dc47d7ae..6e249a7ee71 100644 --- a/etc/images/icons/README +++ b/etc/images/icons/README | |||
| @@ -13,7 +13,7 @@ Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png | |||
| 13 | hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png | 13 | hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png |
| 14 | 14 | ||
| 15 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> | 15 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> |
| 16 | Copyright (C) 2005-2013 Free Software Foundation, Inc. | 16 | Copyright (C) 2005-2014 Free Software Foundation, Inc. |
| 17 | License: GNU General Public License version 3 or later (see COPYING) | 17 | License: GNU General Public License version 3 or later (see COPYING) |
| 18 | 18 | ||
| 19 | Files: allout-widgets-dark-bg/closed.png | 19 | Files: allout-widgets-dark-bg/closed.png |
| @@ -62,5 +62,5 @@ Files: allout-widgets-dark-bg/closed.png | |||
| 62 | allout-widgets-light-bg/through-descender.xpm | 62 | allout-widgets-light-bg/through-descender.xpm |
| 63 | 63 | ||
| 64 | Author: Ken Manheimer <ken.manheimer@gmail.com> | 64 | Author: Ken Manheimer <ken.manheimer@gmail.com> |
| 65 | Copyright (C) 2011-2013 Free Software Foundation, Inc. | 65 | Copyright (C) 2011-2014 Free Software Foundation, Inc. |
| 66 | License: GNU General Public License version 3 or later (see COPYING) | 66 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/mh-logo.xpm b/etc/images/mh-logo.xpm index 0a7af96c97a..158dcbb9164 100644 --- a/etc/images/mh-logo.xpm +++ b/etc/images/mh-logo.xpm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* MH-E Logo | 2 | /* MH-E Logo |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2003-2013 Free Software Foundation, Inc. | 4 | * Copyright (C) 2003-2014 Free Software Foundation, Inc. |
| 5 | * | 5 | * |
| 6 | * Author: Satyaki Das | 6 | * Author: Satyaki Das |
| 7 | * | 7 | * |
diff --git a/etc/images/splash.xpm b/etc/images/splash.xpm index a3494ae817f..6ff23867fc8 100644 --- a/etc/images/splash.xpm +++ b/etc/images/splash.xpm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Gnu Emacs Logo | 2 | /* Gnu Emacs Logo |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2001-2013 Free Software Foundation, Inc. | 4 | * Copyright (C) 2001-2014 Free Software Foundation, Inc. |
| 5 | * | 5 | * |
| 6 | * Author: Luis Fernandes <elf@ee.ryerson.ca> | 6 | * Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 7 | * | 7 | * |
diff --git a/etc/images/unchecked.xpm b/etc/images/unchecked.xpm index 073a04ac873..815d4c5cf59 100644 --- a/etc/images/unchecked.xpm +++ b/etc/images/unchecked.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010-2013 Free Software Foundation, Inc. | 2 | /* Copyright (C) 2010-2014 Free Software Foundation, Inc. |
| 3 | * | 3 | * |
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | 4 | * Author: Chong Yidong <cyd@stupidchicken.com> |
| 5 | * | 5 | * |
diff --git a/etc/refcards/README b/etc/refcards/README index bb4974fcaa0..99eec9bc55b 100644 --- a/etc/refcards/README +++ b/etc/refcards/README | |||
| @@ -32,7 +32,7 @@ it is reproduced here for convenience. | |||
| 32 | 32 | ||
| 33 | File: gnus-logo.eps, gnus-logo.pdf | 33 | File: gnus-logo.eps, gnus-logo.pdf |
| 34 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 34 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 35 | Copyright (C) 2001-2013 Free Software Foundation, Inc. | 35 | Copyright (C) 2001-2014 Free Software Foundation, Inc. |
| 36 | License: GNU General Public License version 3 or later (see COPYING) | 36 | License: GNU General Public License version 3 or later (see COPYING) |
| 37 | 37 | ||
| 38 | 38 | ||
diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex index f08308b303c..6b46834562b 100644 --- a/etc/refcards/gnus-refcard.tex +++ b/etc/refcards/gnus-refcard.tex | |||
| @@ -120,7 +120,7 @@ | |||
| 120 | %% Gnus logo by Luis Fernandes. | 120 | %% Gnus logo by Luis Fernandes. |
| 121 | \newcommand{\Copyright}{% | 121 | \newcommand{\Copyright}{% |
| 122 | \begin{center} | 122 | \begin{center} |
| 123 | Copyright \copyright\ 1995, 2000, 2002--2013 Free Software Foundation, Inc.\\* | 123 | Copyright \copyright\ 1995, 2000, 2002--2014 Free Software Foundation, Inc.\\* |
| 124 | \end{center} | 124 | \end{center} |
| 125 | 125 | ||
| 126 | Permission is granted to make and distribute copies of this reference | 126 | Permission is granted to make and distribute copies of this reference |
diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn index 2b4f954232c..6c3e295b0f8 100644 --- a/etc/tutorials/TUTORIAL.cn +++ b/etc/tutorials/TUTORIAL.cn | |||
| @@ -1016,7 +1016,7 @@ using, writing, and sharing free software! | |||
| 1016 | 1016 | ||
| 1017 | 本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝: | 1017 | 本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝: |
| 1018 | 1018 | ||
| 1019 | Copyright (C) 1985, 1996, 1998, 2001-2013 Free Software Foundation, | 1019 | Copyright (C) 1985, 1996, 1998, 2001-2014 Free Software Foundation, |
| 1020 | Inc. | 1020 | Inc. |
| 1021 | 1021 | ||
| 1022 | 本文件为 GNU Emacs 的一部分。 | 1022 | 本文件为 GNU Emacs 的一部分。 |
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he index 1de712908e5..2784e56eab8 100644 --- a/etc/tutorials/TUTORIAL.he +++ b/etc/tutorials/TUTORIAL.he | |||
| @@ -989,7 +989,7 @@ find-file. | |||
| 989 | גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים | 989 | גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים |
| 990 | וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן: | 990 | וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן: |
| 991 | 991 | ||
| 992 | Copyright (C) 2010-2013 Free Software Foundation, Inc. | 992 | Copyright (C) 2010-2014 Free Software Foundation, Inc. |
| 993 | 993 | ||
| 994 | GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי | 994 | GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי |
| 995 | הרשיון GNU General Public License, כפי שהוא יוצא לאור ע"י Free | 995 | הרשיון GNU General Public License, כפי שהוא יוצא לאור ע"י Free |
diff --git a/etc/tutorials/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl index bcb9e634f75..6330d855f05 100644 --- a/etc/tutorials/TUTORIAL.nl +++ b/etc/tutorials/TUTORIAL.nl | |||
| @@ -1239,7 +1239,7 @@ Engels origineel van de copyrightmelding en condities: | |||
| 1239 | This version of the tutorial is a part of GNU Emacs. It is copyrighted | 1239 | This version of the tutorial is a part of GNU Emacs. It is copyrighted |
| 1240 | and comes with permission to distribute copies on certain conditions: | 1240 | and comes with permission to distribute copies on certain conditions: |
| 1241 | 1241 | ||
| 1242 | Copyright (C) 1985, 1996, 1998, 2001-2013 Free Software Foundation, Inc. | 1242 | Copyright (C) 1985, 1996, 1998, 2001-2014 Free Software Foundation, Inc. |
| 1243 | 1243 | ||
| 1244 | This file is part of GNU Emacs. | 1244 | This file is part of GNU Emacs. |
| 1245 | 1245 | ||
diff --git a/etc/tutorials/TUTORIAL.ro b/etc/tutorials/TUTORIAL.ro index b7a81e23a2b..7bd8f47e3af 100644 --- a/etc/tutorials/TUTORIAL.ro +++ b/etc/tutorials/TUTORIAL.ro | |||
| @@ -1082,7 +1082,7 @@ continuare noţita de copyright originală în limba engleză. | |||
| 1082 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1082 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1083 | comes with permission to distribute copies on certain conditions: | 1083 | comes with permission to distribute copies on certain conditions: |
| 1084 | 1084 | ||
| 1085 | Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc. | 1085 | Copyright (C) 1998, 2001-2014 Free Software Foundation, Inc. |
| 1086 | 1086 | ||
| 1087 | Permission is granted to anyone to make or distribute verbatim copies | 1087 | Permission is granted to anyone to make or distribute verbatim copies |
| 1088 | of this document as received, in any medium, provided that the | 1088 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.sl b/etc/tutorials/TUTORIAL.sl index 545a2344308..65df52e8eb2 100644 --- a/etc/tutorials/TUTORIAL.sl +++ b/etc/tutorials/TUTORIAL.sl | |||
| @@ -1119,7 +1119,7 @@ Emacs. V slovenščino ga je prevedel Primož Peterlin. | |||
| 1119 | To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo | 1119 | To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo |
| 1120 | razmnoževanje in razširjanje je dovoljeno pod naslednjimi pogoji: | 1120 | razmnoževanje in razširjanje je dovoljeno pod naslednjimi pogoji: |
| 1121 | 1121 | ||
| 1122 | Copyright © 1985, 1996, 1998, 2001-2013 Free Software Foundation, Inc. | 1122 | Copyright © 1985, 1996, 1998, 2001-2014 Free Software Foundation, Inc. |
| 1123 | 1123 | ||
| 1124 | Ta datoteka je del paketa GNU Emacs. | 1124 | Ta datoteka je del paketa GNU Emacs. |
| 1125 | 1125 | ||
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 2d79a5d3438..a0a75e390fb 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 20 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | Copyright='Copyright (C) 2013 Free Software Foundation, Inc. | 23 | Copyright='Copyright (C) 2014 Free Software Foundation, Inc. |
| 24 | This program comes with NO WARRANTY, to the extent permitted by law. | 24 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 25 | You may redistribute copies of this program | 25 | You may redistribute copies of this program |
| 26 | under the terms of the GNU General Public License. | 26 | under the terms of the GNU General Public License. |
| @@ -774,4 +774,3 @@ exec rm -fr $logdir | |||
| 774 | # Local Variables: | 774 | # Local Variables: |
| 775 | # tab-width:4 | 775 | # tab-width:4 |
| 776 | # End: | 776 | # End: |
| 777 | |||
diff --git a/lib/getopt_.h b/lib/getopt_.h index 3c0c072ac6f..6c356c314e9 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h | |||
| @@ -130,7 +130,7 @@ | |||
| 130 | 130 | ||
| 131 | /* The definition of _GL_ARG_NONNULL is copied here. */ | 131 | /* The definition of _GL_ARG_NONNULL is copied here. */ |
| 132 | /* A C macro for declaring that specific arguments must not be NULL. | 132 | /* A C macro for declaring that specific arguments must not be NULL. |
| 133 | Copyright (C) 2009-2013 Free Software Foundation, Inc. | 133 | Copyright (C) 2009-2014 Free Software Foundation, Inc. |
| 134 | 134 | ||
| 135 | This program is free software: you can redistribute it and/or modify it | 135 | This program is free software: you can redistribute it and/or modify it |
| 136 | under the terms of the GNU General Public License as published | 136 | under the terms of the GNU General Public License as published |
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 370f651b93d..9fd0343faef 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator | 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2005, 2007-2008, 2010-2013 | 3 | ;; Copyright (C) 2000-2005, 2007-2008, 2010-2014 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Maintainer: Eric Ludlam | 6 | ;; Maintainer: Eric Ludlam |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 7bcb662ad6d..65d5f27e967 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -685,7 +685,7 @@ on the remote host.") | |||
| 685 | (defconst tramp-perl-encode | 685 | (defconst tramp-perl-encode |
| 686 | "%s -e ' | 686 | "%s -e ' |
| 687 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 687 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 688 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. | 688 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 689 | use strict; | 689 | use strict; |
| 690 | 690 | ||
| 691 | my %%trans = do { | 691 | my %%trans = do { |
| @@ -723,7 +723,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 723 | (defconst tramp-perl-decode | 723 | (defconst tramp-perl-decode |
| 724 | "%s -e ' | 724 | "%s -e ' |
| 725 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 725 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 726 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. | 726 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 727 | use strict; | 727 | use strict; |
| 728 | 728 | ||
| 729 | my %%trans = do { | 729 | my %%trans = do { |
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index 849487f1ca1..8df3ff9265e 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -188,7 +188,7 @@ the headline itself.") | |||
| 188 | @licstart The following is the entire license notice for the | 188 | @licstart The following is the entire license notice for the |
| 189 | JavaScript code in this tag. | 189 | JavaScript code in this tag. |
| 190 | 190 | ||
| 191 | Copyright (C) 2012-2013 Free Software Foundation, Inc. | 191 | Copyright (C) 2012-2014 Free Software Foundation, Inc. |
| 192 | 192 | ||
| 193 | The JavaScript code in this tag is free software: you can | 193 | The JavaScript code in this tag is free software: you can |
| 194 | redistribute it and/or modify it under the terms of the GNU | 194 | redistribute it and/or modify it under the terms of the GNU |
| @@ -385,7 +385,7 @@ means to use the maximum value consistent with other options." | |||
| 385 | * @licstart The following is the entire license notice for the | 385 | * @licstart The following is the entire license notice for the |
| 386 | * JavaScript code in %SCRIPT_PATH. | 386 | * JavaScript code in %SCRIPT_PATH. |
| 387 | * | 387 | * |
| 388 | * Copyright (C) 2012-2013 Free Software Foundation, Inc. | 388 | * Copyright (C) 2012-2014 Free Software Foundation, Inc. |
| 389 | * | 389 | * |
| 390 | * | 390 | * |
| 391 | * The JavaScript code in this tag is free software: you can | 391 | * The JavaScript code in this tag is free software: you can |
| @@ -414,7 +414,7 @@ means to use the maximum value consistent with other options." | |||
| 414 | @licstart The following is the entire license notice for the | 414 | @licstart The following is the entire license notice for the |
| 415 | JavaScript code in this tag. | 415 | JavaScript code in this tag. |
| 416 | 416 | ||
| 417 | Copyright (C) 2012-2013 Free Software Foundation, Inc. | 417 | Copyright (C) 2012-2014 Free Software Foundation, Inc. |
| 418 | 418 | ||
| 419 | The JavaScript code in this tag is free software: you can | 419 | The JavaScript code in this tag is free software: you can |
| 420 | redistribute it and/or modify it under the terms of the GNU | 420 | redistribute it and/or modify it under the terms of the GNU |
diff --git a/msdos/README b/msdos/README index e7179ca4b65..1cc424735fd 100644 --- a/msdos/README +++ b/msdos/README | |||
| @@ -10,7 +10,7 @@ The files emacs.ico and emacs.pif are for using the DJGPP version on | |||
| 10 | Windows 3.X. Since these are binary files, their copyright notice is | 10 | Windows 3.X. Since these are binary files, their copyright notice is |
| 11 | reproduced here: | 11 | reproduced here: |
| 12 | 12 | ||
| 13 | # Copyright (C) 1993, 2002-2013 Free Software Foundation, Inc. | 13 | # Copyright (C) 1993, 2002-2014 Free Software Foundation, Inc. |
| 14 | # | 14 | # |
| 15 | # This file is part of GNU Emacs. | 15 | # This file is part of GNU Emacs. |
| 16 | # | 16 | # |
diff --git a/msdos/autogen/Makefile.in b/msdos/autogen/Makefile.in index 7ff57698549..f70dc81856c 100644 --- a/msdos/autogen/Makefile.in +++ b/msdos/autogen/Makefile.in | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | @SET_MAKE@ | 14 | @SET_MAKE@ |
| 15 | 15 | ||
| 16 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. | 16 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 17 | # | 17 | # |
| 18 | # This file is free software; you can redistribute it and/or modify | 18 | # This file is free software; you can redistribute it and/or modify |
| 19 | # it under the terms of the GNU General Public License as published by | 19 | # it under the terms of the GNU General Public License as published by |
| @@ -36,7 +36,7 @@ | |||
| 36 | # Generated by gnulib-tool. | 36 | # Generated by gnulib-tool. |
| 37 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings | 37 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings |
| 38 | 38 | ||
| 39 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. | 39 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. |
| 40 | # | 40 | # |
| 41 | # This file is free software; you can redistribute it and/or modify | 41 | # This file is free software; you can redistribute it and/or modify |
| 42 | # it under the terms of the GNU General Public License as published by | 42 | # it under the terms of the GNU General Public License as published by |
| @@ -1256,12 +1256,12 @@ top_srcdir = @top_srcdir@ | |||
| 1256 | version = @version@ | 1256 | version = @version@ |
| 1257 | x_default_search_path = @x_default_search_path@ | 1257 | x_default_search_path = @x_default_search_path@ |
| 1258 | BUILT_SOURCES = $(am__append_3) $(am__append_8) | 1258 | BUILT_SOURCES = $(am__append_3) $(am__append_8) |
| 1259 | CLEANFILES = | 1259 | CLEANFILES = |
| 1260 | EXTRA_DIST = $(am__append_4) $(am__append_9) | 1260 | EXTRA_DIST = $(am__append_4) $(am__append_9) |
| 1261 | MOSTLYCLEANDIRS = $(am__append_11) | 1261 | MOSTLYCLEANDIRS = $(am__append_11) |
| 1262 | MOSTLYCLEANFILES = $(am__append_1) $(am__append_6) | 1262 | MOSTLYCLEANFILES = $(am__append_1) $(am__append_6) |
| 1263 | noinst_LIBRARIES = $(am__append_2) $(am__append_7) | 1263 | noinst_LIBRARIES = $(am__append_2) $(am__append_7) |
| 1264 | SUFFIXES = | 1264 | SUFFIXES = |
| 1265 | AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) | 1265 | AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) |
| 1266 | DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src | 1266 | DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src |
| 1267 | @BUILDING_FOR_WINDOWSNT_FALSE@libgnu_a_SOURCES = allocator.c \ | 1267 | @BUILDING_FOR_WINDOWSNT_FALSE@libgnu_a_SOURCES = allocator.c \ |
| @@ -1389,7 +1389,7 @@ $(am__aclocal_m4_deps): | |||
| 1389 | 1389 | ||
| 1390 | clean-noinstLIBRARIES: | 1390 | clean-noinstLIBRARIES: |
| 1391 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | 1391 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
| 1392 | libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) | 1392 | libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) |
| 1393 | -rm -f libgnu.a | 1393 | -rm -f libgnu.a |
| 1394 | $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) | 1394 | $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) |
| 1395 | $(RANLIB) libgnu.a | 1395 | $(RANLIB) libgnu.a |
diff --git a/msdos/depfiles.bat b/msdos/depfiles.bat index df71fc22179..ef995cb44f2 100644 --- a/msdos/depfiles.bat +++ b/msdos/depfiles.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Auxiliary script for MSDOS, run by ../config.bat | 3 | rem Auxiliary script for MSDOS, run by ../config.bat |
| 4 | rem Copyright (C) 2011-2013 Free Software Foundation, Inc. | 4 | rem Copyright (C) 2011-2014 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 391ab3e49c7..33940de3277 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #ifndef MSDOS\ | 31 | #ifndef MSDOS\ |
| 32 | #define MSDOS\ | 32 | #define MSDOS\ |
| 33 | #endif | 33 | #endif |
| 34 | /^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."/ | 34 | /^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2014 Free Software Foundation, Inc."/ |
| 35 | /^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'! | 35 | /^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'! |
| 36 | /^#undef DOS_NT *$/s/^.*$/#define DOS_NT/ | 36 | /^#undef DOS_NT *$/s/^.*$/#define DOS_NT/ |
| 37 | /^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/ | 37 | /^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/ |
diff --git a/nt/config.nt b/nt/config.nt index 31caec18c71..e1165a8277b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -72,7 +72,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 72 | #define CLASH_DETECTION 1 | 72 | #define CLASH_DETECTION 1 |
| 73 | 73 | ||
| 74 | /* Short copyright string for this version of Emacs. */ | 74 | /* Short copyright string for this version of Emacs. */ |
| 75 | #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc." | 75 | #define COPYRIGHT "Copyright (C) 2014 Free Software Foundation, Inc." |
| 76 | 76 | ||
| 77 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP | 77 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP |
| 78 | systems. This function is required for 'alloca.c' support on those systems. | 78 | systems. This function is required for 'alloca.c' support on those systems. |
diff --git a/nt/configure.bat b/nt/configure.bat index f98396bb81e..5460f4c92dd 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MS Windows operating systems | 3 | rem Configuration script for MS Windows operating systems |
| 4 | rem Copyright (C) 1999-2013 Free Software Foundation, Inc. | 4 | rem Copyright (C) 1999-2014 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -972,4 +972,3 @@ set HAVE_XPM= | |||
| 972 | set dbginfo= | 972 | set dbginfo= |
| 973 | endlocal | 973 | endlocal |
| 974 | set use_extensions= | 974 | set use_extensions= |
| 975 | |||
diff --git a/nt/emacs.rc b/nt/emacs.rc index 81d283f70af..92c303ad4ef 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -31,7 +31,7 @@ BEGIN | |||
| 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "FileVersion", "24, 3, 50, 0\0" | 32 | VALUE "FileVersion", "24, 3, 50, 0\0" |
| 33 | VALUE "InternalName", "Emacs\0" | 33 | VALUE "InternalName", "Emacs\0" |
| 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" | 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" |
| 35 | VALUE "OriginalFilename", "emacs.exe" | 35 | VALUE "OriginalFilename", "emacs.exe" |
| 36 | VALUE "ProductName", "Emacs\0" | 36 | VALUE "ProductName", "Emacs\0" |
| 37 | VALUE "ProductVersion", "24, 3, 50, 0\0" | 37 | VALUE "ProductVersion", "24, 3, 50, 0\0" |
| @@ -43,4 +43,3 @@ BEGIN | |||
| 43 | VALUE "Translation", 0x409, 1200 | 43 | VALUE "Translation", 0x409, 1200 |
| 44 | END | 44 | END |
| 45 | END | 45 | END |
| 46 | |||
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index d303e3451d0..c8e583fed0c 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -25,7 +25,7 @@ BEGIN | |||
| 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" | 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
| 26 | VALUE "FileVersion", "24, 3, 50, 0\0" | 26 | VALUE "FileVersion", "24, 3, 50, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "24, 3, 50, 0\0" | 31 | VALUE "ProductVersion", "24, 3, 50, 0\0" |
| @@ -37,4 +37,3 @@ BEGIN | |||
| 37 | VALUE "Translation", 0x409, 1200 | 37 | VALUE "Translation", 0x409, 1200 |
| 38 | END | 38 | END |
| 39 | END | 39 | END |
| 40 | |||
diff --git a/nt/icons/README b/nt/icons/README index 3a6dfb53399..9518800cba7 100644 --- a/nt/icons/README +++ b/nt/icons/README | |||
| @@ -8,7 +8,7 @@ License: GNU General Public License version 3 or later | |||
| 8 | 8 | ||
| 9 | File: emacs22.ico | 9 | File: emacs22.ico |
| 10 | Author: Andrew Zhilin | 10 | Author: Andrew Zhilin |
| 11 | Copyright (C) 2005-2013 Free Software Foundation, Inc. | 11 | Copyright (C) 2005-2014 Free Software Foundation, Inc. |
| 12 | License: GNU General Public License version 3 or later (see COPYING) | 12 | License: GNU General Public License version 3 or later (see COPYING) |
| 13 | 13 | ||
| 14 | 14 | ||
| @@ -17,7 +17,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico | |||
| 17 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico | 17 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico |
| 18 | gnu7.ico gnu8.ico gnu9.ico | 18 | gnu7.ico gnu8.ico gnu9.ico |
| 19 | Author: Rob Davenport <rgd at bigfoot.com> | 19 | Author: Rob Davenport <rgd at bigfoot.com> |
| 20 | Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. | 20 | Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc. |
| 21 | License: GNU General Public License version 3 or later (see COPYING) | 21 | License: GNU General Public License version 3 or later (see COPYING) |
| 22 | 22 | ||
| 23 | <http://users.adelphia.net/~rob.davenport/gnuicons.html> | 23 | <http://users.adelphia.net/~rob.davenport/gnuicons.html> |