Fix copyright years by hand

These are dates that admin/update-copyright did not update.
This commit is contained in:
Paul Eggert 2025-01-01 07:41:51 +00:00
parent 4da38c6321
commit b36b1be491
14 changed files with 14 additions and 14 deletions

View file

@ -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.

View file

@ -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])

View 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>

View 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

View file

@ -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.

View 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

View 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.

View file

@ -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.

View 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

View file

@ -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.

View 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/

View file

@ -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.

View 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"

View 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"