aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2024-01-02 09:53:43 +0800
committerPo Lu2024-01-02 09:53:43 +0800
commit64b37776318994c577b93f30fd93e144ef7ea9b8 (patch)
treec5faa9285602d0dcc3bab541699e81ef08379b3c
parent8e1c56ae46754dd7baedff49a464f078f0e9912d (diff)
downloademacs-64b37776318994c577b93f30fd93e144ef7ea9b8.tar.gz
emacs-64b37776318994c577b93f30fd93e144ef7ea9b8.zip
; Run set-copyright from admin.el
-rw-r--r--configure.ac2
-rw-r--r--etc/refcards/ru-refcard.tex2
-rwxr-xr-xlib-src/rcs2log2
-rw-r--r--msdos/sed2v2.inp2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dc6bc7f5fff..42e99408199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6169,7 +6169,7 @@ fi
6169 6169
6170version=$PACKAGE_VERSION 6170version=$PACKAGE_VERSION
6171 6171
6172copyright="Copyright (C) 2023 Free Software Foundation, Inc." 6172copyright="Copyright (C) 2024 Free Software Foundation, Inc."
6173AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"], 6173AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
6174 [Short copyright string for this version of Emacs.]) 6174 [Short copyright string for this version of Emacs.])
6175AC_SUBST([copyright]) 6175AC_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 @@
41\setlength{\ColThreeWidth}{25mm} 41\setlength{\ColThreeWidth}{25mm}
42 42
43\newcommand{\versionemacs}[0]{29} % version of Emacs this is for 43\newcommand{\versionemacs}[0]{29} % version of Emacs this is for
44\newcommand{\cyear}[0]{2023} % copyright year 44\newcommand{\cyear}[0]{2024} % 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/lib-src/rcs2log b/lib-src/rcs2log
index f3bf27ce2e7..61301e7246d 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) 2023 Free Software Foundation, Inc. 23Copyright='Copyright (C) 2024 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/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 66a3bd98418..da2031b4020 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) 2023 Free Software Foundation, Inc."/ 30/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2024 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/