diff options
author | Glenn Morris <rgm@gnu.org> | 2022-01-01 10:02:17 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2022-01-01 10:02:17 -0800 |
commit | f475c5823a409356721e49577116521467680ff4 (patch) | |
tree | 0860a470678dec6823a203fc6206a2f775f1153d /msdos | |
parent | 2684def3480b030400205be0f93caf4b46aca17a (diff) | |
download | emacs-f475c5823a409356721e49577116521467680ff4.tar.gz emacs-f475c5823a409356721e49577116521467680ff4.tar.bz2 emacs-f475c5823a409356721e49577116521467680ff4.zip |
; Copyright year fixes
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/README | 2 | ||||
-rw-r--r-- | msdos/depfiles.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/msdos/README b/msdos/README index 90a0c58ee6f..cdda15f00dd 100644 --- a/msdos/README +++ b/msdos/README @@ -10,7 +10,7 @@ The files emacs.ico and emacs.pif are for using the DJGPP version on Windows 3.X. Since these are binary files, their copyright notice is reproduced here: -# Copyright (C) 1993, 2002-2021 Free Software Foundation, Inc. +# Copyright (C) 1993, 2002-2022 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/msdos/depfiles.bat b/msdos/depfiles.bat index 131f2fc04d4..8c36fbcdef1 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-2021 Free Software Foundation, Inc.
+rem Copyright (C) 2011-2022 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
|