]> 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)
committerPo Lu <luangruo@yahoo.com>
Tue, 2 Jan 2024 01:53:43 +0000 (09:53 +0800)
configure.ac
etc/refcards/ru-refcard.tex
lib-src/rcs2log
msdos/sed2v2.inp

index dc6bc7f5ffff0a0012c5911251c3d67a08af9139..42e994081990a8367c197188a378611c4f8c5b8d 100644 (file)
@@ -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])
index 96328cde1dbe1d676cc1b725f3658a4fa64ddfc7..0fc4363ec056ee9d702e33b61cb08f270ebfc107 100644 (file)
@@ -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.
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 66a3bd984180124a2b91d84542dd606b0faadbbf..da2031b4020cf7b4369597101049f0339f5db95e 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/