From 8e1c56ae46754dd7baedff49a464f078f0e9912d Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 2 Jan 2024 09:47:10 +0800 Subject: ; Add 2024 to copyright years --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29b71ea2730..dc6bc7f5fff 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl autoconf dnl in the directory containing this script. dnl If you changed any AC_DEFINES, also run autoheader. dnl -dnl Copyright (C) 1994-1996, 1999-2023 Free Software Foundation, Inc. +dnl Copyright (C) 1994-1996, 1999-2024 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl -- cgit v1.2.3 From 64b37776318994c577b93f30fd93e144ef7ea9b8 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 2 Jan 2024 09:53:43 +0800 Subject: ; Run set-copyright from admin.el --- configure.ac | 2 +- etc/refcards/ru-refcard.tex | 2 +- lib-src/rcs2log | 2 +- msdos/sed2v2.inp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc6bc7f5fff..42e99408199 100644 --- a/configure.ac +++ b/configure.ac @@ -6169,7 +6169,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]) diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex index 96328cde1db..0fc4363ec05 100644 --- a/etc/refcards/ru-refcard.tex +++ b/etc/refcards/ru-refcard.tex @@ -41,7 +41,7 @@ \setlength{\ColThreeWidth}{25mm} \newcommand{\versionemacs}[0]{29} % version of Emacs this is for -\newcommand{\cyear}[0]{2023} % copyright year +\newcommand{\cyear}[0]{2024} % copyright year \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. diff --git a/lib-src/rcs2log b/lib-src/rcs2log index f3bf27ce2e7..61301e7246d 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -20,7 +20,7 @@ # along with this program. If not, see . -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. diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 66a3bd98418..da2031b4020 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) 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/ -- cgit v1.2.3