; Run set-copyright from admin.el

This commit is contained in:
Po Lu 2024-01-02 09:53:43 +08:00
parent 8e1c56ae46
commit 64b3777631
4 changed files with 4 additions and 4 deletions

View file

@ -6169,7 +6169,7 @@ fi
version=$PACKAGE_VERSION
copyright="Copyright (C) 2023 Free Software Foundation, Inc."
copyright="Copyright (C) 2024 Free Software Foundation, Inc."
AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
[Short copyright string for this version of Emacs.])
AC_SUBST([copyright])

View file

@ -41,7 +41,7 @@
\setlength{\ColThreeWidth}{25mm}
\newcommand{\versionemacs}[0]{29} % version of Emacs this is for
\newcommand{\cyear}[0]{2023} % copyright year
\newcommand{\cyear}[0]{2024} % copyright year
\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
\centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
Copyright='Copyright (C) 2023 Free Software Foundation, Inc.
Copyright='Copyright (C) 2024 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

@ -27,7 +27,7 @@
#ifndef MSDOS\
#define MSDOS\
#endif
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc."/
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2024 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/