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 e6f92616b37..ca88b1d07b5 100644 --- a/configure.ac +++ b/configure.ac @@ -7129,7 +7129,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 08dadaec5cd..7eba1c8f388 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 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 ee3fff2d3e3..a30169cdee5 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/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex index 91372d30898..0cb1ea74236 100644 --- a/etc/refcards/ru-refcard.tex +++ b/etc/refcards/ru-refcard.tex @@ -41,7 +41,7 @@ \setlength{\ColThreeWidth}{25mm} \newcommand{\versionemacs}[0]{30} % version of Emacs this is for -\newcommand{\cyear}[0]{2024} % copyright year +\newcommand{\cyear}[0]{2025} % copyright year \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. diff --git a/etc/tutorials/TUTORIAL.el_GR b/etc/tutorials/TUTORIAL.el_GR index 577010dae8b..5ce54d7ab20 100644 --- a/etc/tutorials/TUTORIAL.el_GR +++ b/etc/tutorials/TUTORIAL.el_GR @@ -1239,7 +1239,7 @@ list-packages. Στη σχετική λίστα, μπορείς να εγκατ πνευματικά δικαιώματα και δίνεται με την άδεια διανομής αντιγράφων υπό κάποιους όρους. - Πνευματικά Δικαιώματα (C) 1985, 1996, 1998, 2001-2024 Free Software + Πνευματικά Δικαιώματα (C) 1985, 1996, 1998, 2001-2025 Free Software Foundation, Inc. Αυτό το αρχείο είναι μέρος του GNU Emacs. 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 4a4bdecd810..f00752d2615 100644 --- a/exec/configure.ac +++ b/exec/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.65]) AC_INIT([libexec], [30.0.93], [bug-gnu-emacs@gnu.org], [], [https://www.gnu.org/software/emacs/]) -AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. +AH_TOP([/* Copyright (C) 2024-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 . -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 ;; 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 bb1c7300a84..28cb598d41f 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"