aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2020-01-01 01:01:53 +0000
committerPaul Eggert2020-01-01 01:01:53 +0000
commit4cd143aded5e40fe801575c669dd464210caaf7e (patch)
tree881bd2b079d757f0acaf6cbc237e19c5accf4a8e
parent365e01cc9f64ce6ca947ccfd8612d60763280a37 (diff)
downloademacs-4cd143aded5e40fe801575c669dd464210caaf7e.tar.gz
emacs-4cd143aded5e40fe801575c669dd464210caaf7e.zip
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
-rw-r--r--config.bat2
-rw-r--r--configure.ac4
-rw-r--r--doc/lispref/tips.texi2
-rw-r--r--etc/images/README6
-rw-r--r--etc/images/checked.xpm2
-rw-r--r--etc/images/gnus/README4
-rw-r--r--etc/images/gud/README4
-rw-r--r--etc/images/icons/README6
-rw-r--r--etc/images/mh-logo.xpm2
-rw-r--r--etc/images/unchecked.xpm2
-rw-r--r--etc/refcards/README2
-rw-r--r--etc/refcards/gnus-refcard.tex2
-rw-r--r--etc/refcards/ru-refcard.tex2
-rw-r--r--etc/tutorials/TUTORIAL.cn2
-rw-r--r--etc/tutorials/TUTORIAL.he2
-rw-r--r--etc/tutorials/TUTORIAL.nl2
-rw-r--r--etc/tutorials/TUTORIAL.ro2
-rwxr-xr-xlib-src/rcs2log2
-rw-r--r--lisp/emacs-lisp/cl-preloaded.el2
-rw-r--r--lisp/net/tramp-sh.el4
-rw-r--r--lisp/org/ox-html.el6
-rw-r--r--msdos/README2
-rw-r--r--msdos/autogen/Makefile.in4
-rw-r--r--msdos/depfiles.bat2
-rw-r--r--msdos/sed2v2.inp2
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/emacs.rc.in2
-rw-r--r--nt/emacsclient.rc.in2
-rw-r--r--nt/icons/README4
-rw-r--r--test/lisp/cedet/srecode-utest-getset.el2
-rw-r--r--test/manual/cedet/tests/test-fmt.cpp2
31 files changed, 43 insertions, 43 deletions
diff --git a/config.bat b/config.bat
index 3f8f73f04d0..6938e556711 100644
--- a/config.bat
+++ b/config.bat
@@ -1,7 +1,7 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MSDOS 3rem Configuration script for MSDOS
4rem Copyright (C) 1994-1999, 2001-2019 Free Software Foundation, Inc. 4rem Copyright (C) 1994-1999, 2001-2020 Free Software Foundation, Inc.
5 5
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7 7
diff --git a/configure.ac b/configure.ac
index 5d2109c57fe..39bfcf59886 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5185,7 +5185,7 @@ fi
5185 5185
5186version=$PACKAGE_VERSION 5186version=$PACKAGE_VERSION
5187 5187
5188copyright="Copyright (C) 2019 Free Software Foundation, Inc." 5188copyright="Copyright (C) 2020 Free Software Foundation, Inc."
5189AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], 5189AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
5190 [Short copyright string for this version of Emacs.]) 5190 [Short copyright string for this version of Emacs.])
5191AC_SUBST(copyright) 5191AC_SUBST(copyright)
@@ -5559,7 +5559,7 @@ AC_SUBST(WINDOW_SYSTEM_OBJ)
5559 5559
5560AH_TOP([/* GNU Emacs site configuration template file. 5560AH_TOP([/* GNU Emacs site configuration template file.
5561 5561
5562Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2019 5562Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2020
5563 Free Software Foundation, Inc. 5563 Free Software Foundation, Inc.
5564 5564
5565This file is part of GNU Emacs. 5565This file is part of GNU Emacs.
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 6f139d43ab4..4395069fe24 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -953,7 +953,7 @@ explains these conventions, starting with an example:
953@group 953@group
954;;; foo.el --- Support for the Foo programming language 954;;; foo.el --- Support for the Foo programming language
955 955
956;; Copyright (C) 2010-2019 Your Name 956;; Copyright (C) 2010-2020 Your Name
957@end group 957@end group
958 958
959;; Author: Your Name <yourname@@example.com> 959;; Author: Your Name <yourname@@example.com>
diff --git a/etc/images/README b/etc/images/README
index d6436f4c0da..2cee207e246 100644
--- a/etc/images/README
+++ b/etc/images/README
@@ -31,15 +31,15 @@ File: mh-logo.xpm
31 31
32Files: gnus.pbm 32Files: gnus.pbm
33 Author: Luis Fernandes <elf@ee.ryerson.ca> 33 Author: Luis Fernandes <elf@ee.ryerson.ca>
34 Copyright (C) 2001-2019 Free Software Foundation, Inc. 34 Copyright (C) 2001-2020 Free Software Foundation, Inc.
35 35
36Files: splash.png, splash.svg, splash.pbm, splash.xpm 36Files: splash.png, splash.svg, splash.pbm, splash.xpm
37 Author: Francesc Rocher <francesc.rocher@gmail.com> 37 Author: Francesc Rocher <francesc.rocher@gmail.com>
38 Copyright (C) 2008-2019 Free Software Foundation, Inc. 38 Copyright (C) 2008-2020 Free Software Foundation, Inc.
39 39
40Files: checked.xpm, unchecked.xpm 40Files: checked.xpm, unchecked.xpm
41 Author: Chong Yidong <cyd@stupidchicken.com> 41 Author: Chong Yidong <cyd@stupidchicken.com>
42 Copyright (C) 2010-2019 Free Software Foundation, Inc. 42 Copyright (C) 2010-2020 Free Software Foundation, Inc.
43 43
44 44
45* The following icons are from GTK+ 2.x. They are not part of Emacs, but 45* 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 6ec8c5dee88..9f60b368422 100644
--- a/etc/images/checked.xpm
+++ b/etc/images/checked.xpm
@@ -1,5 +1,5 @@
1/* XPM */ 1/* XPM */
2/* Copyright (C) 2010-2019 Free Software Foundation, Inc. 2/* Copyright (C) 2010-2020 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 c0f2bdafec6..f9c51f02c7b 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
23Author: Luis Fernandes <elf@ee.ryerson.ca> 23Author: Luis Fernandes <elf@ee.ryerson.ca>
24Copyright (C) 2001-2019 Free Software Foundation, Inc. 24Copyright (C) 2001-2020 Free Software Foundation, Inc.
25 25
26Files: gnus.png, gnus.svg 26Files: gnus.png, gnus.svg
27 Author: Francesc Rocher <rocher@member.fsf.org> 27 Author: Francesc Rocher <rocher@member.fsf.org>
28 Copyright (C) 2008-2019 Free Software Foundation, Inc. 28 Copyright (C) 2008-2020 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 ce4e0f7affc..4bf11eca8f5 100644
--- a/etc/images/gud/README
+++ b/etc/images/gud/README
@@ -31,7 +31,7 @@ their copyright assignment included the icons.
31The following icons are converted from the Insight Windows style icon 31The following icons are converted from the Insight Windows style icon
32set in src/gdb/gdbtk/library/images2. 32set in src/gdb/gdbtk/library/images2.
33 33
34Copyright (C) 2002-2019 Free Software Foundation, Inc. 34Copyright (C) 2002-2020 Free Software Foundation, Inc.
35License: GNU General Public License version 3 or later (see COPYING) 35License: 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)
47The following icons are created from the Insight Windows style icon 47The following icons are created from the Insight Windows style icon
48set in src/gdb/gdbtk/library/images2. 48set in src/gdb/gdbtk/library/images2.
49 49
50Copyright (C) 2002-2019 Free Software Foundation, Inc. 50Copyright (C) 2002-2020 Free Software Foundation, Inc.
51License: GNU General Public License version 3 or later (see COPYING) 51License: 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 6b70c5b8d79..ee25f4ab92c 100644
--- a/etc/images/icons/README
+++ b/etc/images/icons/README
@@ -14,7 +14,7 @@ Files: hicolor/16x16/apps/emacs23.png hicolor/24x24/apps/emacs23.png
14 hicolor/128x128/apps/emacs23.png hicolor/scalable/apps/emacs23.svg 14 hicolor/128x128/apps/emacs23.png hicolor/scalable/apps/emacs23.svg
15 15
16Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> 16Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
17Copyright (C) 2007-2019 Free Software Foundation, Inc. 17Copyright (C) 2007-2020 Free Software Foundation, Inc.
18License: GNU General Public License version 3 or later (see COPYING) 18License: GNU General Public License version 3 or later (see COPYING)
19 19
20 20
@@ -22,7 +22,7 @@ Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png
22 hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png 22 hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png
23 23
24Author: Andrew Zhilin <andrew_zhilin@yahoo.com> 24Author: Andrew Zhilin <andrew_zhilin@yahoo.com>
25Copyright (C) 2005-2019 Free Software Foundation, Inc. 25Copyright (C) 2005-2020 Free Software Foundation, Inc.
26License: GNU General Public License version 3 or later (see COPYING) 26License: GNU General Public License version 3 or later (see COPYING)
27 27
28Files: allout-widgets-dark-bg/closed.png 28Files: allout-widgets-dark-bg/closed.png
@@ -71,5 +71,5 @@ Files: allout-widgets-dark-bg/closed.png
71 allout-widgets-light-bg/through-descender.xpm 71 allout-widgets-light-bg/through-descender.xpm
72 72
73Author: Ken Manheimer <ken.manheimer@gmail.com> 73Author: Ken Manheimer <ken.manheimer@gmail.com>
74Copyright (C) 2011-2019 Free Software Foundation, Inc. 74Copyright (C) 2011-2020 Free Software Foundation, Inc.
75License: GNU General Public License version 3 or later (see COPYING) 75License: 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 fe88c46182a..97848e06ce9 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-2019 Free Software Foundation, Inc. 4 * Copyright (C) 2003-2020 Free Software Foundation, Inc.
5 * 5 *
6 * Author: Satyaki Das 6 * Author: Satyaki Das
7 * 7 *
diff --git a/etc/images/unchecked.xpm b/etc/images/unchecked.xpm
index b51ee3d36b8..128fcd1b47c 100644
--- a/etc/images/unchecked.xpm
+++ b/etc/images/unchecked.xpm
@@ -1,5 +1,5 @@
1/* XPM */ 1/* XPM */
2/* Copyright (C) 2010-2019 Free Software Foundation, Inc. 2/* Copyright (C) 2010-2020 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 1c54068d80b..f3de99f9610 100644
--- a/etc/refcards/README
+++ b/etc/refcards/README
@@ -32,7 +32,7 @@ it is reproduced here for convenience.
32 32
33File: gnus-logo.eps, gnus-logo.pdf 33File: 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-2019 Free Software Foundation, Inc. 35 Copyright (C) 2001-2020 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 7ecfc8217ef..895186decfe 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--2019 Free Software Foundation, Inc.\\* 123 Copyright \copyright\ 1995, 2000, 2002--2020 Free Software Foundation, Inc.\\*
124 \end{center} 124 \end{center}
125 125
126 Released under the terms of the GNU General Public License version 3 or later. 126 Released under the terms of the GNU General Public License version 3 or later.
diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex
index 8cef38580f5..ffa073f3da7 100644
--- a/etc/refcards/ru-refcard.tex
+++ b/etc/refcards/ru-refcard.tex
@@ -41,7 +41,7 @@
41\setlength{\ColThreeWidth}{25mm} 41\setlength{\ColThreeWidth}{25mm}
42 42
43\newcommand{\versionemacs}[0]{27} % version of Emacs this is for 43\newcommand{\versionemacs}[0]{27} % version of Emacs this is for
44\newcommand{\cyear}[0]{2019} % copyright year 44\newcommand{\cyear}[0]{2020} % copyright year
45 45
46\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill 46\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
47 \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. 47 \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.
diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn
index 1365e42d2fa..e7fb9e58462 100644
--- a/etc/tutorials/TUTORIAL.cn
+++ b/etc/tutorials/TUTORIAL.cn
@@ -1026,7 +1026,7 @@ using, writing, and sharing free software!
1026 1026
1027本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝: 1027本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝:
1028 1028
1029 Copyright (C) 1985, 1996, 1998, 2001-2019 Free Software Foundation, 1029 Copyright (C) 1985, 1996, 1998, 2001-2020 Free Software Foundation,
1030 Inc. 1030 Inc.
1031 1031
1032 本文件为 GNU Emacs 的一部分。 1032 本文件为 GNU Emacs 的一部分。
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he
index 5422ca13974..a6e6f252699 100644
--- a/etc/tutorials/TUTORIAL.he
+++ b/etc/tutorials/TUTORIAL.he
@@ -1004,7 +1004,7 @@ find-file.
1004גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים 1004גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים
1005וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן: 1005וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן:
1006 1006
1007 Copyright (C) 2010-2019 Free Software Foundation, Inc. 1007 Copyright (C) 2010-2020 Free Software Foundation, Inc.
1008 1008
1009‏GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי 1009‏GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי
1010הרשיון GNU General Public License, כפי שהוא יוצא לאור ע״י Free 1010הרשיון GNU General Public License, כפי שהוא יוצא לאור ע״י Free
diff --git a/etc/tutorials/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl
index 8cf2faf813c..c6b801c1183 100644
--- a/etc/tutorials/TUTORIAL.nl
+++ b/etc/tutorials/TUTORIAL.nl
@@ -1239,7 +1239,7 @@ Engels origineel van de copyrightmelding en condities:
1239This version of the tutorial is a part of GNU Emacs. It is copyrighted 1239This version of the tutorial is a part of GNU Emacs. It is copyrighted
1240and comes with permission to distribute copies on certain conditions: 1240and comes with permission to distribute copies on certain conditions:
1241 1241
1242 Copyright (C) 1985, 1996, 1998, 2001-2019 Free Software Foundation, Inc. 1242 Copyright (C) 1985, 1996, 1998, 2001-2020 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 b91ff663bed..05d5d8a90ed 100644
--- a/etc/tutorials/TUTORIAL.ro
+++ b/etc/tutorials/TUTORIAL.ro
@@ -1082,7 +1082,7 @@ continuare noţita de copyright originală în limba engleză.
1082This version of the tutorial, like GNU Emacs, is copyrighted, and 1082This version of the tutorial, like GNU Emacs, is copyrighted, and
1083comes with permission to distribute copies on certain conditions: 1083comes with permission to distribute copies on certain conditions:
1084 1084
1085Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. 1085Copyright (C) 1998, 2001-2020 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/lib-src/rcs2log b/lib-src/rcs2log
index c1abfc4ffe0..ba99538872b 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -20,7 +20,7 @@
20# along with this program. If not, see <https://www.gnu.org/licenses/>. 20# along with this program. If not, see <https://www.gnu.org/licenses/>.
21 21
22 22
23Copyright='Copyright (C) 2019 Free Software Foundation, Inc. 23Copyright='Copyright (C) 2020 Free Software Foundation, Inc.
24This program comes with NO WARRANTY, to the extent permitted by law. 24This program comes with NO WARRANTY, to the extent permitted by law.
25You may redistribute copies of this program 25You may redistribute copies of this program
26under the terms of the GNU General Public License. 26under the terms of the GNU General Public License.
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el
index 4bd22facc2f..eed43c5ed38 100644
--- a/lisp/emacs-lisp/cl-preloaded.el
+++ b/lisp/emacs-lisp/cl-preloaded.el
@@ -1,6 +1,6 @@
1;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*- 1;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015-2019 Free Software Foundation, Inc 3;; Copyright (C) 2015-2020 Free Software Foundation, Inc
4 4
5;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6;; Package: emacs 6;; Package: emacs
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 3870fe3382b..af97328b3d3 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -776,7 +776,7 @@ on the remote host.")
776(defconst tramp-perl-encode 776(defconst tramp-perl-encode
777 "%s -e ' 777 "%s -e '
778# This script contributed by Juanma Barranquero <lektu@terra.es>. 778# This script contributed by Juanma Barranquero <lektu@terra.es>.
779# Copyright (C) 2002-2019 Free Software Foundation, Inc. 779# Copyright (C) 2002-2020 Free Software Foundation, Inc.
780use strict; 780use strict;
781 781
782my %%trans = do { 782my %%trans = do {
@@ -815,7 +815,7 @@ This string is passed to `format', so percent characters need to be doubled.")
815(defconst tramp-perl-decode 815(defconst tramp-perl-decode
816 "%s -e ' 816 "%s -e '
817# This script contributed by Juanma Barranquero <lektu@terra.es>. 817# This script contributed by Juanma Barranquero <lektu@terra.es>.
818# Copyright (C) 2002-2019 Free Software Foundation, Inc. 818# Copyright (C) 2002-2020 Free Software Foundation, Inc.
819use strict; 819use strict;
820 820
821my %%trans = do { 821my %%trans = do {
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el
index 46560290420..678506a6756 100644
--- a/lisp/org/ox-html.el
+++ b/lisp/org/ox-html.el
@@ -236,7 +236,7 @@ property on the headline itself.")
236@licstart The following is the entire license notice for the 236@licstart The following is the entire license notice for the
237JavaScript code in this tag. 237JavaScript code in this tag.
238 238
239Copyright (C) 2012-2019 Free Software Foundation, Inc. 239Copyright (C) 2012-2020 Free Software Foundation, Inc.
240 240
241The JavaScript code in this tag is free software: you can 241The JavaScript code in this tag is free software: you can
242redistribute it and/or modify it under the terms of the GNU 242redistribute it and/or modify it under the terms of the GNU
@@ -539,7 +539,7 @@ means to use the maximum value consistent with other options."
539 * @licstart The following is the entire license notice for the 539 * @licstart The following is the entire license notice for the
540 * JavaScript code in %SCRIPT_PATH. 540 * JavaScript code in %SCRIPT_PATH.
541 * 541 *
542 * Copyright (C) 2012-2019 Free Software Foundation, Inc. 542 * Copyright (C) 2012-2020 Free Software Foundation, Inc.
543 * 543 *
544 * 544 *
545 * The JavaScript code in this tag is free software: you can 545 * The JavaScript code in this tag is free software: you can
@@ -568,7 +568,7 @@ means to use the maximum value consistent with other options."
568@licstart The following is the entire license notice for the 568@licstart The following is the entire license notice for the
569JavaScript code in this tag. 569JavaScript code in this tag.
570 570
571Copyright (C) 2012-2019 Free Software Foundation, Inc. 571Copyright (C) 2012-2020 Free Software Foundation, Inc.
572 572
573The JavaScript code in this tag is free software: you can 573The JavaScript code in this tag is free software: you can
574redistribute it and/or modify it under the terms of the GNU 574redistribute it and/or modify it under the terms of the GNU
diff --git a/msdos/README b/msdos/README
index 0f1c04229d4..d1073741c67 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
10Windows 3.X. Since these are binary files, their copyright notice is 10Windows 3.X. Since these are binary files, their copyright notice is
11reproduced here: 11reproduced here:
12 12
13# Copyright (C) 1993, 2002-2019 Free Software Foundation, Inc. 13# Copyright (C) 1993, 2002-2020 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 f9abd6b9013..be1a84faa66 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-2019 Free Software Foundation, Inc. 16# Copyright (C) 2002-2020 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-2019 Free Software Foundation, Inc. 39# Copyright (C) 2002-2020 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
diff --git a/msdos/depfiles.bat b/msdos/depfiles.bat
index e99c967e1e4..f3c4b33d186 100644
--- a/msdos/depfiles.bat
+++ b/msdos/depfiles.bat
@@ -1,7 +1,7 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Auxiliary script for MSDOS, run by ../config.bat 3rem Auxiliary script for MSDOS, run by ../config.bat
4rem Copyright (C) 2011-2019 Free Software Foundation, Inc. 4rem Copyright (C) 2011-2020 Free Software Foundation, Inc.
5 5
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7 7
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 7652d3b0192..d6a78ce58a2 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -27,7 +27,7 @@
27#ifndef MSDOS\ 27#ifndef MSDOS\
28#define MSDOS\ 28#define MSDOS\
29#endif 29#endif
30/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2019 Free Software Foundation, Inc."/ 30/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2020 Free Software Foundation, Inc."/
31/^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'! 31/^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'!
32/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/ 32/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
33/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/ 33/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
diff --git a/nt/configure.bat b/nt/configure.bat
index 09a35945b95..8d436690e4f 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -1,7 +1,7 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem This was the old configuration script for MS Windows operating systems 3rem This was the old configuration script for MS Windows operating systems
4rem Copyright (C) 1999-2019 Free Software Foundation, Inc. 4rem Copyright (C) 1999-2020 Free Software Foundation, Inc.
5 5
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7 7
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in
index 71346dba6d0..b551e588cad 100644
--- a/nt/emacs.rc.in
+++ b/nt/emacs.rc.in
@@ -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", "@comma_space_version@\0" 32 VALUE "FileVersion", "@comma_space_version@\0"
33 VALUE "InternalName", "Emacs\0" 33 VALUE "InternalName", "Emacs\0"
34 VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" 34 VALUE "LegalCopyright", "Copyright (C) 2001-2020\0"
35 VALUE "OriginalFilename", "emacs.exe" 35 VALUE "OriginalFilename", "emacs.exe"
36 VALUE "ProductName", "Emacs\0" 36 VALUE "ProductName", "Emacs\0"
37 VALUE "ProductVersion", "@comma_space_version@\0" 37 VALUE "ProductVersion", "@comma_space_version@\0"
diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in
index fac7f6679c6..ebb117f0e6b 100644
--- a/nt/emacsclient.rc.in
+++ b/nt/emacsclient.rc.in
@@ -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", "@comma_space_version@\0" 26 VALUE "FileVersion", "@comma_space_version@\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2020\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "@comma_space_version@\0" 31 VALUE "ProductVersion", "@comma_space_version@\0"
diff --git a/nt/icons/README b/nt/icons/README
index 708b329871a..9502e17437f 100644
--- a/nt/icons/README
+++ b/nt/icons/README
@@ -8,7 +8,7 @@ License: GNU General Public License version 3 or later
8 8
9File: emacs22.ico 9File: emacs22.ico
10Author: Andrew Zhilin 10Author: Andrew Zhilin
11Copyright (C) 2005-2019 Free Software Foundation, Inc. 11Copyright (C) 2005-2020 Free Software Foundation, Inc.
12License: GNU General Public License version 3 or later (see COPYING) 12License: 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
19Author: Rob Davenport <rgd at bigfoot.com> 19Author: Rob Davenport <rgd at bigfoot.com>
20Copyright (C) 1999, 2001-2019 Free Software Foundation, Inc. 20Copyright (C) 1999, 2001-2020 Free Software Foundation, Inc.
21License: GNU General Public License version 3 or later (see COPYING) 21License: 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>
diff --git a/test/lisp/cedet/srecode-utest-getset.el b/test/lisp/cedet/srecode-utest-getset.el
index 2e82fc9c90a..e49a19594c3 100644
--- a/test/lisp/cedet/srecode-utest-getset.el
+++ b/test/lisp/cedet/srecode-utest-getset.el
@@ -1,6 +1,6 @@
1;;; srecode/test-getset.el --- Test the getset inserter. 1;;; srecode/test-getset.el --- Test the getset inserter.
2 2
3;; Copyright (C) 2008, 2009, 2011, 2019 Free Software Foundation, Inc 3;; Copyright (C) 2008, 2009, 2011, 2019-2020 Free Software Foundation, Inc
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/manual/cedet/tests/test-fmt.cpp b/test/manual/cedet/tests/test-fmt.cpp
index 6ae373de359..31cd6296f3d 100644
--- a/test/manual/cedet/tests/test-fmt.cpp
+++ b/test/manual/cedet/tests/test-fmt.cpp
@@ -1,6 +1,6 @@
1/** test-fmt.cpp --- Signatures, and format answers for testing 1/** test-fmt.cpp --- Signatures, and format answers for testing
2 * 2 *
3 * Copyright (C) 2012, 2016, 2019 Free Software Foundation 3 * Copyright (C) 2012, 2016, 2019-2020 Free Software Foundation
4 * 4 *
5 * Author: Eric M. Ludlam <zappo@gnu.org> 5 * Author: Eric M. Ludlam <zappo@gnu.org>
6 * 6 *