]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copyright years by hand
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 07:41:51 +0000 (07:41 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:40:03 +0000 (21:40 +0100)
These are dates that admin/update-copyright did not update.

(cherry picked from commit b36b1be491e0b19062fa38ee197aa3daeba96415)

14 files changed:
config.bat
configure.ac
doc/lispref/tips.texi
doc/misc/org.org
etc/refcards/gnus-refcard.tex
etc/tutorials/TUTORIAL.he
exec/configure.ac
lib-src/rcs2log
lisp/emacs-lisp/cl-preloaded.el
msdos/depfiles.bat
msdos/sed2v2.inp
nt/configure.bat
nt/emacs.rc.in
nt/emacsclient.rc.in

index 36bc5a022f2673f33f4bf5cf4e1287805ea89b70..fba0ac2925fc64cb680b993d2a99680c52e1f530 100644 (file)
@@ -1,7 +1,7 @@
 @echo off\r
 rem   ----------------------------------------------------------------------\r
 rem   Configuration script for MSDOS\r
-rem   Copyright (C) 1994-1999, 2001-2024 Free Software Foundation, Inc.\r
+rem   Copyright (C) 1994-1999, 2001-2025 Free Software Foundation, Inc.\r
 \r
 rem   This file is part of GNU Emacs.\r
 \r
index 162750e11747dca7e1d6a34ce2ea5b1cbee21176..ad90a448c35021135ec1747911a07baf8f232f64 100644 (file)
@@ -7228,7 +7228,7 @@ fi
 
 version=$PACKAGE_VERSION
 
-copyright="Copyright (C) 2024 Free Software Foundation, Inc."
+copyright="Copyright (C) 2025 Free Software Foundation, Inc."
 AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
   [Short copyright string for this version of Emacs.])
 AC_SUBST([copyright])
index e79a4247fbbffc913748bd0b48fd446374593fcc..d48921a0bf83506c4864ab169bd6e1fdf02cc156 100644 (file)
@@ -1057,7 +1057,7 @@ explains these conventions, starting with an example:
 @group
 ;;; foo.el --- Support for the Foo programming language  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2010-2024 Your Name
+;; Copyright (C) 2010-2025 Your Name
 @end group
 
 ;; Author: Your Name <yourname@@example.com>
index e595d0be195fdf1b1c8e927b2a4a3a542153dfce..98c416c5da44e79a109c9983e540e586e278280a 100644 (file)
@@ -23031,7 +23031,7 @@ that are mentioned in the manual.  For a more complete list, use
 
 This manual is for Org version {{{version}}}.
 
-Copyright \copy 2004--2024 Free Software Foundation, Inc.
+Copyright \copy 2004--2025 Free Software Foundation, Inc.
 
 #+begin_quote
 Permission is granted to copy, distribute and/or modify this document
index b5a5e86c8355b0271cc1222b42adb14b205afa11..b798296036d30501d37bc777e1a7321f3d7b1377 100644 (file)
 %% Gnus logo by Luis Fernandes.
 \newcommand{\Copyright}{%
   \begin{center}
-    Copyright \copyright\ 1995, 2000, 2002--2024 Free Software Foundation, Inc.\\*
+    Copyright \copyright\ 1995, 2000, 2002--2025 Free Software Foundation, Inc.\\*
   \end{center}
 
   Released under the terms of the GNU General Public License version 3 or later.
index 0a4222a6fdcd5e88aa1af27338e98ade76a38e3e..97d181fa54805abf6efcebcc3a18dc3b7a3a6d53 100644 (file)
@@ -1015,7 +1015,7 @@ find-file.
 גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים
 וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן:
 
-                       Copyright (C) 2010-2024 Free Software Foundation, Inc.
+                       Copyright (C) 2010-2025 Free Software Foundation, Inc.
 
 ‏GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי
 הרשיון GNU General Public License, כפי שהוא יוצא לאור ע״י Free
index d17d44109185806afbf0594c883f4c2ae5845121..86e716690c194b2da49db6eab2808927c505986e 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ([2.65])
 AC_INIT([libexec], [31.0.50], [bug-gnu-emacs@gnu.org], [],
   [https://www.gnu.org/software/emacs/])
 
-AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.
+AH_TOP([/* Copyright (C) 2025 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 3d9ed5784f15f5d8d81f2a6501bc340a68696a8e..1d02b7fb5c82fe5346add5e78e6d707bc1dbdf6d 100755 (executable)
@@ -20,7 +20,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
-Copyright='Copyright (C) 2024 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2025 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 4b1bd2a9aff8540549eb2d8514ecc6c3f985bd6c..7c36b39826357e51aad43e378b56d18378b8b89f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cl-preloaded.el --- Preloaded part of the CL library  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015-2024 Free Software Foundation, Inc
+;; Copyright (C) 2015-2025 Free Software Foundation, Inc
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Package: emacs
index 17a7faee147eba2a0bc9aae8e71b076f0f0a7a48..38a0a69df9dbb4068c9bcd8726e03e567d35be36 100644 (file)
@@ -1,7 +1,7 @@
 @echo off\r
 rem   ----------------------------------------------------------------------\r
 rem   Auxiliary script for MSDOS, run by ../config.bat\r
-rem   Copyright (C) 2011-2024 Free Software Foundation, Inc.\r
+rem   Copyright (C) 2011-2025 Free Software Foundation, Inc.\r
 \r
 rem   This file is part of GNU Emacs.\r
 \r
index 73080aa0ade641a77c9e6ddf3f216207c4599fc1..b6e4bda89e2d2258a415020f469105d04ac4a561 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef MSDOS\
 #define MSDOS\
 #endif
-/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2024 Free Software Foundation, Inc."/
+/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2025 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/
index 6e2ebe5357e2b71bf56678cd0b0669eac9b3500c..12d7c554f1d3a0773d346bd444c550b417dfd2d5 100755 (executable)
@@ -1,7 +1,7 @@
 @echo off\r
 rem   ----------------------------------------------------------------------\r
 rem   This was the old configuration script for MS Windows operating systems\r
-rem   Copyright (C) 1999-2024 Free Software Foundation, Inc.\r
+rem   Copyright (C) 1999-2025 Free Software Foundation, Inc.\r
 \r
 rem   This file is part of GNU Emacs.\r
 \r
index 5ef3da1c5379a1faef62e7378522c385795c2154..9ed948bfa31a7aa180268719b8912eaf08d791dc 100644 (file)
@@ -31,7 +31,7 @@ BEGIN
            VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
            VALUE "FileVersion", "@comma_space_version@\0"
            VALUE "InternalName", "Emacs\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001-2024\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2025\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
            VALUE "ProductVersion", "@comma_space_version@\0"
index b5f865c60922b01dfae6a84d165a7088a2f56eb7..498085fbcb072aa6025f2484bdf63ae4f3b250aa 100644 (file)
@@ -25,7 +25,7 @@ BEGIN
            VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
            VALUE "FileVersion", "@comma_space_version@\0"
            VALUE "InternalName", "EmacsClient\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001-2024\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2025\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
            VALUE "ProductVersion", "@comma_space_version@\0"