diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 07:41:51 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 07:41:51 +0000 |
| commit | b36b1be491e0b19062fa38ee197aa3daeba96415 (patch) | |
| tree | 6444824edb3ffd8a5151f13117c893644ec11d80 /msdos | |
| parent | 4da38c632161867e914b3a13dc760f8019255f94 (diff) | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/depfiles.bat | 2 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 2 |
2 files changed, 2 insertions, 2 deletions
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 73080aa0ade..b6e4bda89e2 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/ |
