[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b36b1be491e 3/3: Fix copyright years by hand
From: |
Paul Eggert |
Subject: |
master b36b1be491e 3/3: Fix copyright years by hand |
Date: |
Wed, 1 Jan 2025 02:43:25 -0500 (EST) |
branch: master
commit b36b1be491e0b19062fa38ee197aa3daeba96415
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
---
config.bat | 2 +-
configure.ac | 2 +-
doc/lispref/tips.texi | 2 +-
doc/misc/org.org | 2 +-
etc/refcards/gnus-refcard.tex | 2 +-
etc/tutorials/TUTORIAL.he | 2 +-
exec/configure.ac | 2 +-
lib-src/rcs2log | 2 +-
lisp/emacs-lisp/cl-preloaded.el | 2 +-
msdos/depfiles.bat | 2 +-
msdos/sed2v2.inp | 2 +-
nt/configure.bat | 2 +-
nt/emacs.rc.in | 2 +-
nt/emacsclient.rc.in | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/config.bat b/config.bat
index 36bc5a022f2..fba0ac2925f 100644
--- a/config.bat
+++ b/config.bat
@@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem Configuration script for MSDOS
-rem Copyright (C) 1994-1999, 2001-2024 Free Software Foundation, Inc.
+rem Copyright (C) 1994-1999, 2001-2025 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/configure.ac b/configure.ac
index e86fc812ecc..f78997ede24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7195,7 +7195,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])
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index e79a4247fbb..d48921a0bf8 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -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>
diff --git a/doc/misc/org.org b/doc/misc/org.org
index e595d0be195..98c416c5da4 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -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
diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex
index b5a5e86c835..b798296036d 100644
--- a/etc/refcards/gnus-refcard.tex
+++ b/etc/refcards/gnus-refcard.tex
@@ -120,7 +120,7 @@
%% 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.
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he
index 0a4222a6fdc..97d181fa548 100644
--- a/etc/tutorials/TUTORIAL.he
+++ b/etc/tutorials/TUTORIAL.he
@@ -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
diff --git a/exec/configure.ac b/exec/configure.ac
index d17d4410918..86e716690c1 100644
--- a/exec/configure.ac
+++ b/exec/configure.ac
@@ -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.
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 3d9ed5784f1..1d02b7fb5c8 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -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.
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el
index 4b1bd2a9aff..7c36b398263 100644
--- a/lisp/emacs-lisp/cl-preloaded.el
+++ b/lisp/emacs-lisp/cl-preloaded.el
@@ -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
diff --git a/msdos/depfiles.bat b/msdos/depfiles.bat
index 17a7faee147..38a0a69df9d 100644
--- a/msdos/depfiles.bat
+++ b/msdos/depfiles.bat
@@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem Auxiliary script for MSDOS, run by ../config.bat
-rem Copyright (C) 2011-2024 Free Software Foundation, Inc.
+rem Copyright (C) 2011-2025 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 73080aa0ade..b6e4bda89e2 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) 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/
diff --git a/nt/configure.bat b/nt/configure.bat
index 6e2ebe5357e..12d7c554f1d 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------
rem This was the old configuration script for MS Windows operating systems
-rem Copyright (C) 1999-2024 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2025 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in
index 5ef3da1c537..9ed948bfa31 100644
--- a/nt/emacs.rc.in
+++ b/nt/emacs.rc.in
@@ -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"
diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in
index b5f865c6092..498085fbcb0 100644
--- a/nt/emacsclient.rc.in
+++ b/nt/emacsclient.rc.in
@@ -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"