diff options
| author | Glenn Morris | 2013-01-02 17:35:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-02 17:35:49 -0800 |
| commit | f0ddbf7b7f6aa510f5d21711224b36be4db7d40b (patch) | |
| tree | aca329abb7aefe20b9fcd0253dc7e39ec488cb27 /nt | |
| parent | ed5bdeb9687d7942f9b1ec8fefe906f004c50055 (diff) | |
| download | emacs-f0ddbf7b7f6aa510f5d21711224b36be4db7d40b.tar.gz emacs-f0ddbf7b7f6aa510f5d21711224b36be4db7d40b.zip | |
Add 2013 to more copyright years
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rwxr-xr-x | nt/configure.bat | 2 | ||||
| -rw-r--r-- | nt/emacs.rc | 2 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/nt/config.nt b/nt/config.nt index 38d2f7c3948..b3a72dcc874 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -84,7 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 84 | #undef CLASH_DETECTION | 84 | #undef CLASH_DETECTION |
| 85 | 85 | ||
| 86 | /* Short copyright string for this version of Emacs. */ | 86 | /* Short copyright string for this version of Emacs. */ |
| 87 | #define COPYRIGHT "Copyright (C) 2012 Free Software Foundation, Inc." | 87 | #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc." |
| 88 | 88 | ||
| 89 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP | 89 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP |
| 90 | systems. This function is required for 'alloca.c' support on those systems. | 90 | systems. This function is required for 'alloca.c' support on those systems. |
diff --git a/nt/configure.bat b/nt/configure.bat index 3118bb11e5d..f833da72269 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MS Windows operating systems | 3 | rem Configuration script for MS Windows operating systems |
| 4 | rem Copyright (C) 1999-2012 Free Software Foundation, Inc. | 4 | rem Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/nt/emacs.rc b/nt/emacs.rc index 93cdfba8d03..15c8932a295 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -31,7 +31,7 @@ BEGIN | |||
| 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "FileVersion", "24, 2, 91, 0\0" | 32 | VALUE "FileVersion", "24, 2, 91, 0\0" |
| 33 | VALUE "InternalName", "Emacs\0" | 33 | VALUE "InternalName", "Emacs\0" |
| 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" | 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" |
| 35 | VALUE "OriginalFilename", "emacs.exe" | 35 | VALUE "OriginalFilename", "emacs.exe" |
| 36 | VALUE "ProductName", "Emacs\0" | 36 | VALUE "ProductName", "Emacs\0" |
| 37 | VALUE "ProductVersion", "24, 2, 91, 0\0" | 37 | VALUE "ProductVersion", "24, 2, 91, 0\0" |
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index e181ac9eb50..fa04298a18b 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -25,7 +25,7 @@ BEGIN | |||
| 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" | 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
| 26 | VALUE "FileVersion", "24, 2, 91, 0\0" | 26 | VALUE "FileVersion", "24, 2, 91, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "24, 2, 91, 0\0" | 31 | VALUE "ProductVersion", "24, 2, 91, 0\0" |