@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
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])
@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>
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
%% 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.
גירסה זו של השיעור הינה חלק מחבילת 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
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.
# 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.
;;; 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
@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
#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/
@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
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"
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"