diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
commit | 6bc383b1a4ebf46451085a1629a0e9433f2051cf (patch) | |
tree | ea86fb1ad8e13974b45c1eed70df7856990122c2 /nt/configure.bat | |
parent | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (diff) | |
download | emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.gz |
Fix copyright years by hand.
These are dates that admin/update-copyright did not update,
or updated incorrectly.
Diffstat (limited to 'nt/configure.bat')
-rwxr-xr-x | nt/configure.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index f98396bb81e..5460f4c92dd 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -1,7 +1,7 @@ @echo off
rem ----------------------------------------------------------------------
rem Configuration script for MS Windows operating systems
-rem Copyright (C) 1999-2013 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2014 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
@@ -972,4 +972,3 @@ set HAVE_XPM= set dbginfo=
endlocal
set use_extensions=
-
|