1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Add 2023 to copyright years.

This commit is contained in:
Eli Zaretskii 2023-01-01 05:31:12 -05:00
parent b394359261
commit cae528457c
3238 changed files with 3334 additions and 3287 deletions

View file

@ -2,7 +2,7 @@
# Configuration script for src/config.h under DJGPP v2.x
# ----------------------------------------------------------------------
#
# Copyright (C) 1993-1997, 1999-2000, 2002-2022 Free Software
# Copyright (C) 1993-1997, 1999-2000, 2002-2023 Free Software
# Foundation, Inc.
#
# This file is part of GNU Emacs.
@ -27,7 +27,7 @@
#ifndef MSDOS\
#define MSDOS\
#endif
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2022 Free Software Foundation, Inc."/
/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2023 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/