Fix copyright years by hand.

These are dates that admin/update-copyright did not update,
or updated incorrectly.
This commit is contained in:
Paul Eggert 2014-01-01 00:31:29 -08:00
parent ba3189039a
commit 6bc383b1a4
94 changed files with 115 additions and 118 deletions

View file

@ -1,6 +1,6 @@
;; unidata-gen.el -- Create files containing character property data.
;; Copyright 2008-2013 (C) Free Software Foundation, Inc.
;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
;; National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem Configuration script for MSDOS
rem Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc.
rem Copyright (C) 1994-1999, 2001-2014 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.

View file

@ -4551,7 +4551,7 @@ fi
version=$PACKAGE_VERSION
copyright="Copyright (C) 2013 Free Software Foundation, Inc."
copyright="Copyright (C) 2014 Free Software Foundation, Inc."
AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
[Short copyright string for this version of Emacs.])
AC_SUBST(copyright)
@ -4868,7 +4868,7 @@ AC_SUBST(WINDOW_SYSTEM_OBJ)
AH_TOP([/* GNU Emacs site configuration template file.
Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013
Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2014
Free Software Foundation, Inc.
This file is part of GNU Emacs.

View file

@ -11,7 +11,7 @@
@copying
This manual describes specialized features of Emacs.
Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2004--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -26,7 +26,7 @@ This is the @cite{GNU Emacs Manual},
@end ifnottex
updated for Emacs version @value{EMACSVER}.
Copyright @copyright{} 1985--1987, 1993--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1985--1987, 1993--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -112,7 +112,7 @@ Edition @value{edition-number}, @value{update-date}
Distributed with Emacs version @value{EMACSVER}.
@end ifnottex
@sp 1
Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software
Copyright @copyright{} 1990--1995, 1997, 2001--2014 Free Software
Foundation, Inc.
@sp 1

View file

@ -98,7 +98,7 @@ This is the @cite{GNU Emacs Lisp Reference Manual}
@end ifnottex
corresponding to Emacs version @value{EMACSVER}.
Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1990--1996, 1998--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -915,7 +915,7 @@ explains these conventions, starting with an example:
@group
;;; foo.el --- Support for the Foo programming language
;; Copyright (C) 2010-2013 Your Name
;; Copyright (C) 2010-2014 Your Name
@end group
;; Author: Your Name <yourname@@example.com>

View file

@ -3,7 +3,7 @@
@settitle Ada Mode
@copying
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -10,7 +10,7 @@
@copying
This file describes the Emacs auth-source library.
Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2008--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -10,7 +10,7 @@
@c @cindex autotypist
@copying
Copyright @copyright{} 1994--1995, 1999, 2001--2013
Copyright @copyright{} 1994--1995, 1999, 2001--2014
Free Software Foundation, Inc.
@quotation

View file

@ -23,7 +23,7 @@
@c %**end of header
@copying
Copyright @copyright{} 1999--2004, 2012--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2004, 2012--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -94,7 +94,7 @@ This file documents Calc, the GNU Emacs calculator, included with
GNU Emacs @value{EMACSVER}.
@end ifnotinfo
Copyright @copyright{} 1990--1991, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1990--1991, 2001--2014 Free Software Foundation, Inc.
@quotation
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,
leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
the third stack element.
The above commands do not depend on the location of the cursor.
The above commands do not depend on the location of the cursor.
If the customizable variable @code{calc-context-sensitive-enter} is
non-@code{nil} (@pxref{Customizing Calc}), these commands will become
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,
99@dots{}9. The least significant digit is @var{d0}; the last digit,
@var{dn}, which is always nonzero, is the most significant digit. For
example, the integer @mathit{-12345678} might be stored as
@samp{(bigneg 678 345 12)}.
@samp{(bigneg 678 345 12)}.
The distinction between small and large integers is entirely hidden from
the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
@ -35712,10 +35712,10 @@ is @code{nil}.
The commands @code{calc-enter} and @code{calc-pop} will typically
duplicate the top of the stack. If
@code{calc-context-sensitive-enter} is non-@code{nil}, then the
@code{calc-enter} will copy the element at the cursor to the
@code{calc-enter} will copy the element at the cursor to the
top of the stack and @code{calc-pop} will delete the element at the
cursor. The default value of @code{calc-context-sensitive-enter} is
@code{nil}.
@code{nil}.
@end defvar
@defvar calc-undo-length

View file

@ -156,7 +156,7 @@ CC Mode
@copying
This manual is for CC Mode in Emacs.
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1995--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -6,7 +6,7 @@
@copying
This file documents the GNU Emacs Common Lisp emulation package.
Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1993, 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@ -1495,7 +1495,7 @@ simply returning @code{nil}.
@node Blocks and Exits
@section Blocks and Exits
@cindex block
@cindex block
@noindent
Common Lisp @dfn{blocks} provide a non-local exit mechanism very

View file

@ -9,7 +9,7 @@
@syncodeindex fn cp
@copying
Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -19,7 +19,7 @@
@comment %**end of header (This is for running Texinfo on a region.)
@copying
Copyright @copyright{} 1994--1995, 1999, 2001--2013
Copyright @copyright{} 1994--1995, 1999, 2001--2014
Free Software Foundation, Inc.
@quotation

View file

@ -10,7 +10,7 @@
@copying
This file documents Ebrowse, a C++ class browser for GNU Emacs.
Copyright @copyright{} 2000--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2000--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -5,7 +5,7 @@
@copying
This file describes EDE, the Emacs Development Environment.
Copyright @copyright{} 1998--2001, 2004--2005, 2008--2013
Copyright @copyright{} 1998--2001, 2004--2005, 2008--2014
Free Software Foundation, Inc.
@quotation

View file

@ -25,7 +25,7 @@
This file documents Ediff, a comprehensive visual interface to Unix diff
and patch utilities.
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1995--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -5,7 +5,7 @@
@copying
This file documents the EDT emulation package for Emacs.
Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2013
Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2014
Free Software Foundation, Inc.
@quotation

View file

@ -11,7 +11,7 @@
@c appreciate a notice if you do).
@copying
Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.@*
Copyright @copyright{} 2001--2014 Free Software Foundation, Inc.@*
Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000
Reuven M. Lerner@*
Copyright @copyright{} 1992, 1993 Steven Byrnes@*

View file

@ -11,7 +11,7 @@
@copying
This manual documents EIEIO, an object framework for Emacs Lisp.
Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -8,7 +8,7 @@
@copying
This file describes the Emacs GnuTLS integration.
Copyright @copyright{} 2012--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2012--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -11,7 +11,7 @@
@copying
This file documents the Emacs MIME interface functionality.
Copyright @copyright{} 1998--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1998--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -9,7 +9,7 @@
@copying
This file describes EasyPG Assistant @value{VERSION}.
Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -9,7 +9,7 @@
@copying
This manual is for ERC as distributed with Emacs @value{EMACSVER}.
Copyright @copyright{} 2005--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2005--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -10,7 +10,7 @@
@end direntry
@copying
Copyright @copyright{} 2008, 2010--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2008, 2010--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -9,7 +9,7 @@
@copying
This manual is for Eshell, the Emacs shell.
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -12,7 +12,7 @@ EUDC is the Emacs Unified Directory Client, a common interface to
directory servers using various protocols such as LDAP or the CCSO white
pages directory system (PH/QI)
Copyright @copyright{} 1998, 2000--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1998, 2000--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -11,7 +11,7 @@
This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}),
which is a universal on-the-fly syntax checker for GNU Emacs.
Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2004--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -18,7 +18,7 @@
@copying
This file documents Forms mode, a form-editing major mode for GNU Emacs.
Copyright @copyright{} 1989, 1997, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1989, 1997, 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -7,7 +7,7 @@
@syncodeindex pg cp
@copying
Copyright @copyright{} 2004--2005, 2007--2013 Free Software
Copyright @copyright{} 2004--2005, 2007--2014 Free Software
Foundation, Inc.
@quotation

View file

@ -26,7 +26,7 @@
(defvar gnus-news-header-disclaimer
"GNUS NEWS -- history of user-visible changes.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999-2014 Free Software Foundation, Inc.
See the end of the file for license conditions.
Please send Gnus bug reports to bugs@gnus.org.

View file

@ -11,7 +11,7 @@
@documentencoding UTF-8
@copying
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1995--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -22,7 +22,7 @@ Emacs, and interacting with an IDL shell run as a subprocess.
This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE
@value{VERSION}.
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -14,7 +14,7 @@
This file describes how to use Info, the on-line, menu-driven GNU
documentation system.
Copyright @copyright{} 1989, 1992, 1996--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1989, 1992, 1996--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -6,7 +6,7 @@
@documentencoding UTF-8
@copying
Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2008--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -10,7 +10,7 @@
@copying
This file documents Message, the Emacs message composition mode.
Copyright @copyright{} 1996--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1996--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -24,7 +24,7 @@
This is version @value{VERSION}@value{EDITION} of @cite{The MH-E
Manual}, last updated @value{UPDATED}.
Copyright @copyright{} 1995, 2001--2003, 2005--2013 Free Software
Copyright @copyright{} 1995, 2001--2003, 2005--2014 Free Software
Foundation, Inc.
@c This dual license has been agreed upon by the FSF.

View file

@ -13,7 +13,7 @@
This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}).
@noindent
Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2004--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -8,7 +8,7 @@
This manual documents nXML mode, an Emacs major mode for editing
XML with RELAX NG support.
Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -5,7 +5,7 @@
@c %**end of header
@copying
Copyright @copyright{} 1996--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1996--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -262,7 +262,7 @@
@copying
This manual is for Org version @value{VERSION}.
Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2004--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -6,7 +6,7 @@
@c %**end of header
@copying
Copyright @copyright{} 1991--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1991--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -11,7 +11,7 @@
This file describes PGG @value{VERSION}, an Emacs interface to various
PGP implementations.
Copyright @copyright{} 2001, 2003--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2001, 2003--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -5,7 +5,7 @@
@c %**end of header
@copying
Copyright @copyright{} 2006--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2006--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -45,7 +45,7 @@ This manual documents @RefTeX{} (version @value{VERSION}), a package
to do labels, references, citations and indices for LaTeX documents
with Emacs.
Copyright @copyright{} 1997--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1997--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -8,7 +8,7 @@
@copying
This manual is for Remember Mode, version 1.9
Copyright @copyright{} 2001, 2004--2005, 2007--2013
Copyright @copyright{} 2001, 2004--2005, 2007--2014
Free Software Foundation, Inc.
@quotation

View file

@ -10,7 +10,7 @@
@copying
This file describes the Emacs SASL library, version @value{VERSION}.
Copyright @copyright{} 2000, 2004--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2000, 2004--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -14,7 +14,7 @@
This document describes Supercite, an Emacs package for citing and
attributing replies to mail and news messages.
Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1993, 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -24,7 +24,7 @@
@copying
This manual documents the Semantic library and utilities.
Copyright @copyright{} 1999--2005, 2007, 2009--2013 Free Software
Copyright @copyright{} 1999--2005, 2007, 2009--2014 Free Software
Foundation, Inc.
@quotation

View file

@ -11,7 +11,7 @@
@copying
This file documents @acronym{SES}: the Simple Emacs Spreadsheet.
Copyright @copyright{} 2002--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2002--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -11,7 +11,7 @@
@copying
This file documents the Emacs Sieve package, for server-side mail filtering.
Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -3,7 +3,7 @@
@settitle Emacs SMTP Library
@syncodeindex vr fn
@copying
Copyright @copyright{} 2003--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2003--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -4,7 +4,7 @@
@syncodeindex fn cp
@copying
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -15,7 +15,7 @@
@c %**end of header
@copying
Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -5,7 +5,9 @@
%
\def\texinfoversion{2013-09-11.11}
%
% Copyright 1985-1986, 1988, 1990-2014 Free Software Foundation, Inc.
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
%
% This texinfo.tex file is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as

View file

@ -65,7 +65,7 @@
@end ifclear
@copying
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1999--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -20,7 +20,7 @@
@copying
This is the manual for the @code{url} Emacs Lisp library.
Copyright @copyright{} 1993--1999, 2002, 2004--2013 Free Software
Copyright @copyright{} 1993--1999, 2002, 2004--2014 Free Software
Foundation, Inc.
@quotation

View file

@ -3,7 +3,7 @@
@settitle VIP
@copying
Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1987, 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -7,7 +7,7 @@
@setfilename ../../info/viper
@copying
Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1995--1997, 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -8,7 +8,7 @@
@c %**end of header
@copying
Copyright @copyright{} 2000--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2000--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -23,7 +23,7 @@
@c %**end of header
@copying
Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012--2013
Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012--2014
Free Software Foundation, Inc.
@c Since we are both GNU manuals, we do not need to ack each other here.

View file

@ -14,7 +14,7 @@
This file documents WoMan: A program to browse Unix manual pages `W.O.
(without) man'.
Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.
Copyright @copyright{} 2001--2014 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

View file

@ -27,15 +27,15 @@ File: mh-logo.xpm
Files: splash.pbm, splash.xpm, gnus.pbm
Author: Luis Fernandes <elf@ee.ryerson.ca>
Copyright (C) 2001-2013 Free Software Foundation, Inc.
Copyright (C) 2001-2014 Free Software Foundation, Inc.
Files: splash.png, splash.svg
Author: Francesc Rocher <rocher@member.fsf.org>
Copyright (C) 2008-2013 Free Software Foundation, Inc.
Copyright (C) 2008-2014 Free Software Foundation, Inc.
Files: checked.xpm, unchecked.xpm
Author: Chong Yidong <cyd@stupidchicken.com>
Copyright (C) 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2010-2014 Free Software Foundation, Inc.
* The following icons are from GTK+ 2.x. They are not part of Emacs, but

View file

@ -1,5 +1,5 @@
/* XPM */
/* Copyright (C) 2010-2013 Free Software Foundation, Inc.
/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
*
* Author: Chong Yidong <cyd@stupidchicken.com>
*

View file

@ -21,11 +21,11 @@ Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm
unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm
uu-post.pbm uu-post.xpm
Author: Luis Fernandes <elf@ee.ryerson.ca>
Copyright (C) 2001-2013 Free Software Foundation, Inc.
Copyright (C) 2001-2014 Free Software Foundation, Inc.
Files: gnus.png, gnus.svg
Author: Francesc Rocher <rocher@member.fsf.org>
Copyright (C) 2008-2013 Free Software Foundation, Inc.
Copyright (C) 2008-2014 Free Software Foundation, Inc.
* The following icons are from GNOME 2.x. They are not part of Emacs,

View file

@ -31,7 +31,7 @@ their copyright assignment included the icons.
The following icons are converted from the Insight Windows style icon
set in src/gdb/gdbtk/library/images2.
Copyright (C) 2002-2013 Free Software Foundation, Inc.
Copyright (C) 2002-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
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)
The following icons are created from the Insight Windows style icon
set in src/gdb/gdbtk/library/images2.
Copyright (C) 2002-2013 Free Software Foundation, Inc.
Copyright (C) 2002-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
rcont.xpm rfinish.xpm

View file

@ -13,7 +13,7 @@ Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png
hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png
Author: Andrew Zhilin <andrew_zhilin@yahoo.com>
Copyright (C) 2005-2013 Free Software Foundation, Inc.
Copyright (C) 2005-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
Files: allout-widgets-dark-bg/closed.png
@ -62,5 +62,5 @@ Files: allout-widgets-dark-bg/closed.png
allout-widgets-light-bg/through-descender.xpm
Author: Ken Manheimer <ken.manheimer@gmail.com>
Copyright (C) 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2011-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)

View file

@ -1,7 +1,7 @@
/* XPM */
/* MH-E Logo
*
* Copyright (C) 2003-2013 Free Software Foundation, Inc.
* Copyright (C) 2003-2014 Free Software Foundation, Inc.
*
* Author: Satyaki Das
*

View file

@ -1,7 +1,7 @@
/* XPM */
/* Gnu Emacs Logo
*
* Copyright (C) 2001-2013 Free Software Foundation, Inc.
* Copyright (C) 2001-2014 Free Software Foundation, Inc.
*
* Author: Luis Fernandes <elf@ee.ryerson.ca>
*

View file

@ -1,5 +1,5 @@
/* XPM */
/* Copyright (C) 2010-2013 Free Software Foundation, Inc.
/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
*
* Author: Chong Yidong <cyd@stupidchicken.com>
*

View file

@ -32,7 +32,7 @@ it is reproduced here for convenience.
File: gnus-logo.eps, gnus-logo.pdf
Author: Luis Fernandes <elf@ee.ryerson.ca>
Copyright (C) 2001-2013 Free Software Foundation, Inc.
Copyright (C) 2001-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)

View file

@ -120,7 +120,7 @@
%% Gnus logo by Luis Fernandes.
\newcommand{\Copyright}{%
\begin{center}
Copyright \copyright\ 1995, 2000, 2002--2013 Free Software Foundation, Inc.\\*
Copyright \copyright\ 1995, 2000, 2002--2014 Free Software Foundation, Inc.\\*
\end{center}
Permission is granted to make and distribute copies of this reference

View file

@ -1016,7 +1016,7 @@ using, writing, and sharing free software!
本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝:
Copyright (C) 1985, 1996, 1998, 2001-2013 Free Software Foundation,
Copyright (C) 1985, 1996, 1998, 2001-2014 Free Software Foundation,
Inc.
本文件为 GNU Emacs 的一部分。

View file

@ -989,7 +989,7 @@ find-file.
גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים
וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן:
Copyright (C) 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2010-2014 Free Software Foundation, Inc.
GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי
הרשיון GNU General Public License, כפי שהוא יוצא לאור ע"י Free

View file

@ -1239,7 +1239,7 @@ Engels origineel van de copyrightmelding en condities:
This version of the tutorial is a part of GNU Emacs. It is copyrighted
and comes with permission to distribute copies on certain conditions:
Copyright (C) 1985, 1996, 1998, 2001-2013 Free Software Foundation, Inc.
Copyright (C) 1985, 1996, 1998, 2001-2014 Free Software Foundation, Inc.
This file is part of GNU Emacs.

View file

@ -1082,7 +1082,7 @@ continuare noţita de copyright originală în limba engleză.
This version of the tutorial, like GNU Emacs, is copyrighted, and
comes with permission to distribute copies on certain conditions:
Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc.
Copyright (C) 1998, 2001-2014 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the

View file

@ -1119,7 +1119,7 @@ Emacs. V slovenščino ga je prevedel Primož Peterlin.
To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo
razmnoževanje in razširjanje je dovoljeno pod naslednjimi pogoji:
Copyright © 1985, 1996, 1998, 2001-2013 Free Software Foundation, Inc.
Copyright © 1985, 1996, 1998, 2001-2014 Free Software Foundation, Inc.
Ta datoteka je del paketa GNU Emacs.

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright='Copyright (C) 2013 Free Software Foundation, Inc.
Copyright='Copyright (C) 2014 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.
@ -774,4 +774,3 @@ exec rm -fr $logdir
# Local Variables:
# tab-width:4
# End:

View file

@ -130,7 +130,7 @@
/* The definition of _GL_ARG_NONNULL is copied here. */
/* A C macro for declaring that specific arguments must not be NULL.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
Copyright (C) 2009-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published

View file

@ -1,7 +1,6 @@
;;; semantic/imenu.el --- Use Semantic as an imenu tag generator
;;; Copyright (C) 2000-2005, 2007-2008, 2010-2013
;; Free Software Foundation, Inc.
;; Copyright (C) 2000-2005, 2007-2008, 2010-2014 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Maintainer: Eric Ludlam

View file

@ -685,7 +685,7 @@ on the remote host.")
(defconst tramp-perl-encode
"%s -e '
# This script contributed by Juanma Barranquero <lektu@terra.es>.
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
use strict;
my %%trans = do {
@ -723,7 +723,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-2013 Free Software Foundation, Inc.
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
use strict;
my %%trans = do {

View file

@ -188,7 +188,7 @@ the headline itself.")
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2014 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
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."
* @licstart The following is the entire license notice for the
* JavaScript code in %SCRIPT_PATH.
*
* Copyright (C) 2012-2013 Free Software Foundation, Inc.
* Copyright (C) 2012-2014 Free Software Foundation, Inc.
*
*
* 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."
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2014 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU

View file

@ -10,7 +10,7 @@ The files emacs.ico and emacs.pif are for using the DJGPP version on
Windows 3.X. Since these are binary files, their copyright notice is
reproduced here:
# Copyright (C) 1993, 2002-2013 Free Software Foundation, Inc.
# Copyright (C) 1993, 2002-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#

View file

@ -13,7 +13,7 @@
@SET_MAKE@
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -36,7 +36,7 @@
# Generated by gnulib-tool.
# 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
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -1256,12 +1256,12 @@ top_srcdir = @top_srcdir@
version = @version@
x_default_search_path = @x_default_search_path@
BUILT_SOURCES = $(am__append_3) $(am__append_8)
CLEANFILES =
CLEANFILES =
EXTRA_DIST = $(am__append_4) $(am__append_9)
MOSTLYCLEANDIRS = $(am__append_11)
MOSTLYCLEANFILES = $(am__append_1) $(am__append_6)
noinst_LIBRARIES = $(am__append_2) $(am__append_7)
SUFFIXES =
SUFFIXES =
AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
@BUILDING_FOR_WINDOWSNT_FALSE@libgnu_a_SOURCES = allocator.c \
@ -1389,7 +1389,7 @@ $(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
-rm -f libgnu.a
$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
$(RANLIB) libgnu.a

View file

@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem Auxiliary script for MSDOS, run by ../config.bat
rem Copyright (C) 2011-2013 Free Software Foundation, Inc.
rem Copyright (C) 2011-2014 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.

View file

@ -31,7 +31,7 @@
#ifndef MSDOS\
#define MSDOS\
#endif
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."/
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2014 Free Software Foundation, Inc."/
/^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'!
/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/

View file

@ -72,7 +72,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define CLASH_DETECTION 1
/* Short copyright string for this version of Emacs. */
#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
#define COPYRIGHT "Copyright (C) 2014 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.

View file

@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem Configuration script for MS Windows operating systems
rem Copyright (C) 1999-2013 Free Software Foundation, Inc.
rem Copyright (C) 1999-2014 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
@ -972,4 +972,3 @@ set HAVE_XPM=
set dbginfo=
endlocal
set use_extensions=

View file

@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
VALUE "FileVersion", "24, 3, 50, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2014\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "24, 3, 50, 0\0"
@ -43,4 +43,3 @@ BEGIN
VALUE "Translation", 0x409, 1200
END
END

View file

@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
VALUE "FileVersion", "24, 3, 50, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2014\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
VALUE "ProductVersion", "24, 3, 50, 0\0"
@ -37,4 +37,3 @@ BEGIN
VALUE "Translation", 0x409, 1200
END
END

View file

@ -8,7 +8,7 @@ License: GNU General Public License version 3 or later
File: emacs22.ico
Author: Andrew Zhilin
Copyright (C) 2005-2013 Free Software Foundation, Inc.
Copyright (C) 2005-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
@ -17,7 +17,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico
gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico
gnu7.ico gnu8.ico gnu9.ico
Author: Rob Davenport <rgd at bigfoot.com>
Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc.
Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
<http://users.adelphia.net/~rob.davenport/gnuicons.html>