]> git.eshelyaron.com Git - emacs.git/commitdiff
; Run set-copyright from admin.el
authorPo Lu <luangruo@yahoo.com>
Tue, 2 Jan 2024 01:53:43 +0000 (09:53 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 08:45:30 +0000 (09:45 +0100)
(cherry picked from commit 64b37776318994c577b93f30fd93e144ef7ea9b8)

configure.ac
etc/refcards/ru-refcard.tex
lib-src/rcs2log
msdos/sed2v2.inp

index 71e8befe67b7c816a8674f0faac3ffefac89271a..90b3cde0d18765dc9d725575a5df6ad9d9710487 100644 (file)
@@ -7092,7 +7092,7 @@ fi
 
 version=$PACKAGE_VERSION
 
-copyright="Copyright (C) 2023 Free Software Foundation, Inc."
+copyright="Copyright (C) 2024 Free Software Foundation, Inc."
 AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
   [Short copyright string for this version of Emacs.])
 AC_SUBST([copyright])
index deea8120b4c5049697b31ff5dd0163e704217064..0fc4363ec056ee9d702e33b61cb08f270ebfc107 100644 (file)
@@ -40,8 +40,8 @@
 \newlength{\ColThreeWidth}
 \setlength{\ColThreeWidth}{25mm}
 
-\newcommand{\versionemacs}[0]{30} % version of Emacs this is for
-\newcommand{\cyear}[0]{2023}       % copyright year
+\newcommand{\versionemacs}[0]{29} % version of Emacs this is for
+\newcommand{\cyear}[0]{2024}       % copyright year
 
 \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
   \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.
index f3bf27ce2e7233535d670d4f9413b2b9fdb408d7..61301e7246d77ea6e8e7aabf5d5932ee69f31158 100755 (executable)
@@ -20,7 +20,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
-Copyright='Copyright (C) 2023 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2024 Free Software Foundation, Inc.
 This program comes with NO WARRANTY, to the extent permitted by law.
 You may redistribute copies of this program
 under the terms of the GNU General Public License.
index 7956e9e6c782265b17427ea270fe89e5228dfc1f..9f8bca1a987003d5dc7e5db72c9cc9f32c745fa8 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef MSDOS\
 #define MSDOS\
 #endif
-/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc."/
+/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2024 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/