diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-01-02 06:31:44 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-01-02 06:31:44 +0100 |
commit | ad125a99273c7bd81d02d388af3c69125dfe27ee (patch) | |
tree | bc693786881845334f6d3652d0ba613628e453b1 | |
parent | 96212e1a270d9ba665bf33aec8a404979afb896b (diff) | |
parent | efb1c7ec379430f560c5b801969ae43023c52734 (diff) | |
download | emacs-ad125a99273c7bd81d02d388af3c69125dfe27ee.tar.gz emacs-ad125a99273c7bd81d02d388af3c69125dfe27ee.tar.bz2 emacs-ad125a99273c7bd81d02d388af3c69125dfe27ee.zip |
Merge from origin/emacs-28
efb1c7ec37 ; * admin/notes/years: More known problems.
f475c5823a ; Copyright year fixes
2684def348 ; Run set-copyright from admin.el
2558b37b5e ; * admin/notes/years: Mention known problems with 'update...
-rw-r--r-- | admin/notes/years | 22 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/misc/org.org | 2 | ||||
-rw-r--r-- | etc/images/README | 6 | ||||
-rw-r--r-- | etc/images/checked.xpm | 2 | ||||
-rw-r--r-- | etc/images/gnus/README | 4 | ||||
-rw-r--r-- | etc/images/icons/README | 6 | ||||
-rw-r--r-- | etc/images/mh-logo.xpm | 2 | ||||
-rw-r--r-- | etc/images/unchecked.xpm | 2 | ||||
-rw-r--r-- | etc/refcards/README | 2 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL.cn | 2 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL.nl | 2 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL.ro | 2 | ||||
-rwxr-xr-x | lib-src/rcs2log | 2 | ||||
-rw-r--r-- | msdos/README | 2 | ||||
-rw-r--r-- | msdos/depfiles.bat | 2 | ||||
-rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
-rwxr-xr-x | nt/configure.bat | 2 | ||||
-rw-r--r-- | nt/icons/README | 4 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/lisp-mnt-tests.el | 2 |
20 files changed, 47 insertions, 25 deletions
diff --git a/admin/notes/years b/admin/notes/years index 4f1d29ef022..3df8139f9b9 100644 --- a/admin/notes/years +++ b/admin/notes/years @@ -7,6 +7,28 @@ checkout, redirecting its output to a file, so that you could later examine the files that don't have copyright notices. Inspect the results for plausibility, then commit them. +A few known problems with the build-aux/update-copyright script: + + . it doesn't update config.bat, msdos/depfiles.bat, + nt/configure.bat, etc/tutorials/TUTORIAL.cn, and + etc/tutorials/TUTORIAL.he because the "Copyright" statement begins + in these files after a prefix that is more than 5 characters long + . it doesn't update etc/tutorials/TUTORIAL.nl and + etc/tutorials/TUTORIAL.ro for some reason + . it doesn't update the second Copyright notice, the one that gets + output into PDF and PS, in etc/refcards/ru-refcard.tex + . it doesn't update etc/refcards/gnus-refcard.tex and + doc/misc/org.org because their Copyright statements have a + non-standard format + . several README and XPM files under etc/images/, and also + etc/refcards/README, msdos/README, and nt/icons/README aren't + updated either + +These files need to be updated by hand. + +Next, run "M-x set-copyright" from admin.el, which updates several +copyright notices in the Emacs sources. + You should also run the etags test suite in test/manual/etags/. It will most probably fail because the contents of the test files changes due to copyright years update, so you need to move each ETAGS and diff --git a/configure.ac b/configure.ac index 3a04724a2cd..dabc2b425f8 100644 --- a/configure.ac +++ b/configure.ac @@ -5777,7 +5777,7 @@ fi version=$PACKAGE_VERSION -copyright="Copyright (C) 2021 Free Software Foundation, Inc." +copyright="Copyright (C) 2022 Free Software Foundation, Inc." AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], [Short copyright string for this version of Emacs.]) AC_SUBST(copyright) diff --git a/doc/misc/org.org b/doc/misc/org.org index adf24da1c3f..60af81ea2cf 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org @@ -21601,7 +21601,7 @@ that are mentioned in the manual. For a more complete list, use This manual is for Org version {{{version}}}. -Copyright \copy 2004--2021 Free Software Foundation, Inc. +Copyright \copy 2004--2022 Free Software Foundation, Inc. #+begin_quote Permission is granted to copy, distribute and/or modify this document diff --git a/etc/images/README b/etc/images/README index 2e745d52ba1..72da92427b4 100644 --- a/etc/images/README +++ b/etc/images/README @@ -31,15 +31,15 @@ File: mh-logo.xpm Files: gnus.pbm Author: Luis Fernandes <elf@ee.ryerson.ca> - Copyright (C) 2001-2021 Free Software Foundation, Inc. + Copyright (C) 2001-2022 Free Software Foundation, Inc. Files: splash.png, splash.svg, splash.pbm, splash.xpm Author: Francesc Rocher <francesc.rocher@gmail.com> - Copyright (C) 2008-2021 Free Software Foundation, Inc. + Copyright (C) 2008-2022 Free Software Foundation, Inc. Files: checked.xpm, unchecked.xpm Author: Chong Yidong <cyd@stupidchicken.com> - Copyright (C) 2010-2021 Free Software Foundation, Inc. + Copyright (C) 2010-2022 Free Software Foundation, Inc. * 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 3e7e76f254e..aefa9dd5da0 100644 --- a/etc/images/checked.xpm +++ b/etc/images/checked.xpm @@ -1,5 +1,5 @@ /* XPM */ -/* Copyright (C) 2010-2021 Free Software Foundation, Inc. +/* Copyright (C) 2010-2022 Free Software Foundation, Inc. * * Author: Chong Yidong <cyd@stupidchicken.com> * diff --git a/etc/images/gnus/README b/etc/images/gnus/README index 092b6cce2eb..db039d792dc 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 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-2021 Free Software Foundation, Inc. +Copyright (C) 2001-2022 Free Software Foundation, Inc. Files: gnus.png, gnus.svg Author: Francesc Rocher <rocher@member.fsf.org> - Copyright (C) 2008-2021 Free Software Foundation, Inc. + Copyright (C) 2008-2022 Free Software Foundation, Inc. * The following icons are from GNOME 2.x. They are not part of Emacs, diff --git a/etc/images/icons/README b/etc/images/icons/README index 514797a7377..ca2d3733ed6 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 hicolor/128x128/apps/emacs23.png hicolor/scalable/apps/emacs23.svg Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> -Copyright (C) 2007-2021 Free Software Foundation, Inc. +Copyright (C) 2007-2022 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -22,7 +22,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-2021 Free Software Foundation, Inc. +Copyright (C) 2005-2022 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) Files: allout-widgets-dark-bg/closed.png @@ -71,5 +71,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-2021 Free Software Foundation, Inc. +Copyright (C) 2011-2022 Free Software Foundation, Inc. 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 fd7598d5a6b..846859e0584 100644 --- a/etc/images/mh-logo.xpm +++ b/etc/images/mh-logo.xpm @@ -1,7 +1,7 @@ /* XPM */ /* MH-E Logo * - * Copyright (C) 2003-2021 Free Software Foundation, Inc. + * Copyright (C) 2003-2022 Free Software Foundation, Inc. * * Author: Satyaki Das * diff --git a/etc/images/unchecked.xpm b/etc/images/unchecked.xpm index 5e18534e77e..b758346b96f 100644 --- a/etc/images/unchecked.xpm +++ b/etc/images/unchecked.xpm @@ -1,5 +1,5 @@ /* XPM */ -/* Copyright (C) 2010-2021 Free Software Foundation, Inc. +/* Copyright (C) 2010-2022 Free Software Foundation, Inc. * * Author: Chong Yidong <cyd@stupidchicken.com> * diff --git a/etc/refcards/README b/etc/refcards/README index 1cdcc91cc8c..8e5eb5c89c8 100644 --- a/etc/refcards/README +++ b/etc/refcards/README @@ -77,7 +77,7 @@ it is reproduced here for convenience. File: gnus-logo.eps, gnus-logo.pdf Author: Luis Fernandes <elf@ee.ryerson.ca> - Copyright (C) 2001-2021 Free Software Foundation, Inc. + Copyright (C) 2001-2022 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn index 4b820fdf5ac..5d03014e41a 100644 --- a/etc/tutorials/TUTORIAL.cn +++ b/etc/tutorials/TUTORIAL.cn @@ -1026,7 +1026,7 @@ using, writing, and sharing free software! 本篇指南是 GNU Emacs 的一部分,并允许在下列条件的约束下发行其拷贝: - Copyright (C) 1985, 1996, 1998, 2001-2021 Free Software Foundation, + Copyright (C) 1985, 1996, 1998, 2001-2022 Free Software Foundation, Inc. 本文件为 GNU Emacs 的一部分。 diff --git a/etc/tutorials/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl index b5edab0ea29..2ec3fac11bd 100644 --- a/etc/tutorials/TUTORIAL.nl +++ b/etc/tutorials/TUTORIAL.nl @@ -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-2021 Free Software Foundation, Inc. + Copyright (C) 1985, 1996, 1998, 2001-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/etc/tutorials/TUTORIAL.ro b/etc/tutorials/TUTORIAL.ro index e0c293657b3..1f1dc325609 100644 --- a/etc/tutorials/TUTORIAL.ro +++ b/etc/tutorials/TUTORIAL.ro @@ -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-2021 Free Software Foundation, Inc. +Copyright (C) 1998, 2001-2022 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 diff --git a/lib-src/rcs2log b/lib-src/rcs2log index d2dc7aca924..bc7875cfdd2 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -20,7 +20,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. -Copyright='Copyright (C) 2021 Free Software Foundation, Inc. +Copyright='Copyright (C) 2022 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. diff --git a/msdos/README b/msdos/README index 90a0c58ee6f..cdda15f00dd 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 Windows 3.X. Since these are binary files, their copyright notice is reproduced here: -# Copyright (C) 1993, 2002-2021 Free Software Foundation, Inc. +# Copyright (C) 1993, 2002-2022 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/msdos/depfiles.bat b/msdos/depfiles.bat index 131f2fc04d4..8c36fbcdef1 100644 --- a/msdos/depfiles.bat +++ b/msdos/depfiles.bat @@ -1,7 +1,7 @@ @echo off
rem ----------------------------------------------------------------------
rem Auxiliary script for MSDOS, run by ../config.bat
-rem Copyright (C) 2011-2021 Free Software Foundation, Inc.
+rem Copyright (C) 2011-2022 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 6839563867c..8728c8dac48 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -27,7 +27,7 @@ #ifndef MSDOS\ #define MSDOS\ #endif -/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2021 Free Software Foundation, Inc."/ +/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2022 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/ diff --git a/nt/configure.bat b/nt/configure.bat index 0cb1a632e2b..60682a7a81d 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -1,7 +1,7 @@ @echo off
rem ----------------------------------------------------------------------
rem This was the old configuration script for MS Windows operating systems
-rem Copyright (C) 1999-2021 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2022 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/nt/icons/README b/nt/icons/README index 4006146d352..4d9fb15e520 100644 --- a/nt/icons/README +++ b/nt/icons/README @@ -8,7 +8,7 @@ License: GNU General Public License version 3 or later File: emacs22.ico Author: Andrew Zhilin -Copyright (C) 2005-2021 Free Software Foundation, Inc. +Copyright (C) 2005-2022 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-2021 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2022 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) <http://users.adelphia.net/~rob.davenport/gnuicons.html> diff --git a/test/lisp/emacs-lisp/lisp-mnt-tests.el b/test/lisp/emacs-lisp/lisp-mnt-tests.el index d77804fbe60..200be7354a0 100644 --- a/test/lisp/emacs-lisp/lisp-mnt-tests.el +++ b/test/lisp/emacs-lisp/lisp-mnt-tests.el @@ -1,6 +1,6 @@ ;;; lisp-mnt-tests.el --- Tests for lisp-mnt -*- lexical-binding: t; -*- -;; Copyright (C) 2021 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |