diff options
| author | Paul Eggert | 2019-01-01 00:59:58 +0000 |
|---|---|---|
| committer | Paul Eggert | 2019-01-01 01:01:13 +0000 |
| commit | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (patch) | |
| tree | 4e6624f76d8bb51348fb7d86a1932efbf372b6f0 /nt | |
| parent | 2814292570ab937d65c232daccc78fbd8d274a08 (diff) | |
| download | emacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.tar.gz emacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.zip | |
Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/INSTALL.W64 | 2 | ||||
| -rw-r--r-- | nt/Makefile.in | 2 | ||||
| -rw-r--r-- | nt/README | 2 | ||||
| -rw-r--r-- | nt/README.W32 | 2 | ||||
| -rw-r--r-- | nt/addpm.c | 2 | ||||
| -rw-r--r-- | nt/cmdproxy.c | 2 | ||||
| -rw-r--r-- | nt/ddeclient.c | 2 | ||||
| -rw-r--r-- | nt/epaths.nt | 2 | ||||
| -rw-r--r-- | nt/gnulib-cfg.mk | 2 | ||||
| -rw-r--r-- | nt/icons/README | 2 | ||||
| -rw-r--r-- | nt/inc/grp.h | 2 | ||||
| -rw-r--r-- | nt/inc/inttypes.h | 2 | ||||
| -rw-r--r-- | nt/inc/langinfo.h | 2 | ||||
| -rw-r--r-- | nt/inc/ms-w32.h | 2 | ||||
| -rw-r--r-- | nt/inc/nl_types.h | 2 | ||||
| -rw-r--r-- | nt/inc/stdint.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/resource.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/socket.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/stat.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/wait.h | 2 | ||||
| -rw-r--r-- | nt/preprep.c | 2 | ||||
| -rw-r--r-- | nt/runemacs.c | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/nt/ChangeLog.1 b/nt/ChangeLog.1 index 48171af1738..59b38224b61 100644 --- a/nt/ChangeLog.1 +++ b/nt/ChangeLog.1 | |||
| @@ -3548,7 +3548,7 @@ | |||
| 3548 | ;; add-log-time-zone-rule: t | 3548 | ;; add-log-time-zone-rule: t |
| 3549 | ;; End: | 3549 | ;; End: |
| 3550 | 3550 | ||
| 3551 | Copyright (C) 1995-1999, 2001-2018 Free Software Foundation, Inc. | 3551 | Copyright (C) 1995-1999, 2001-2019 Free Software Foundation, Inc. |
| 3552 | 3552 | ||
| 3553 | This file is part of GNU Emacs. | 3553 | This file is part of GNU Emacs. |
| 3554 | 3554 | ||
diff --git a/nt/INSTALL b/nt/INSTALL index aa670dfc79b..d82df6c970e 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Building and Installing Emacs on MS-Windows | 1 | Building and Installing Emacs on MS-Windows |
| 2 | using the MSYS and MinGW tools | 2 | using the MSYS and MinGW tools |
| 3 | 3 | ||
| 4 | Copyright (C) 2013-2018 Free Software Foundation, Inc. | 4 | Copyright (C) 2013-2019 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | The MSYS/MinGW build described here is supported on versions of | 7 | The MSYS/MinGW build described here is supported on versions of |
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index 6c697151221..b63f15079b7 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Building and Installing Emacs on 64-bit MS-Windows | 1 | Building and Installing Emacs on 64-bit MS-Windows |
| 2 | using MSYS2 and MinGW-w64 | 2 | using MSYS2 and MinGW-w64 |
| 3 | 3 | ||
| 4 | Copyright (c) 2015-2018 Free Software Foundation, Inc. | 4 | Copyright (c) 2015-2019 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | This document describes how to compile a 64-bit GNU Emacs using MSYS2 | 7 | This document describes how to compile a 64-bit GNU Emacs using MSYS2 |
diff --git a/nt/Makefile.in b/nt/Makefile.in index 0b2e72e67f8..36e524341f6 100644 --- a/nt/Makefile.in +++ b/nt/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2013-2018 Free Software Foundation, Inc. | 3 | # Copyright (C) 2013-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | Emacs for Windows NT/2000 and Windows 95/98/ME | 1 | Emacs for Windows NT/2000 and Windows 95/98/ME |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | This directory contains support for compiling and running GNU Emacs on | 6 | This directory contains support for compiling and running GNU Emacs on |
diff --git a/nt/README.W32 b/nt/README.W32 index 4f19d630b4d..d9f7e23a184 100644 --- a/nt/README.W32 +++ b/nt/README.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2018 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Emacs version 26.1.90 for MS-Windows | 4 | Emacs version 26.1.90 for MS-Windows |
diff --git a/nt/addpm.c b/nt/addpm.c index 21320206d6e..f71ce5f2385 100644 --- a/nt/addpm.c +++ b/nt/addpm.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Add entries to the GNU Emacs Program Manager folder. | 1 | /* Add entries to the GNU Emacs Program Manager folder. |
| 2 | Copyright (C) 1995, 2001-2018 Free Software Foundation, Inc. | 2 | Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 82d3d8b64f6..0b72bcd4f32 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. | 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. |
| 2 | Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc. | 2 | Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Accepts subset of Unix sh(1) command-line options, for compatibility | 4 | Accepts subset of Unix sh(1) command-line options, for compatibility |
| 5 | with elisp code written for Unix. When possible, executes external | 5 | with elisp code written for Unix. When possible, executes external |
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 221e1828d28..e441700397d 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Simple client interface to DDE servers. | 1 | /* Simple client interface to DDE servers. |
| 2 | Copyright (C) 1998, 2001-2018 Free Software Foundation, Inc. | 2 | Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/epaths.nt b/nt/epaths.nt index 393af219682..152184c651e 100644 --- a/nt/epaths.nt +++ b/nt/epaths.nt | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | the host system (e.g., i686-pc-mingw32), and @SRC@ by the root of | 12 | the host system (e.g., i686-pc-mingw32), and @SRC@ by the root of |
| 13 | the Emacs source tree used to build Emacs. */ | 13 | the Emacs source tree used to build Emacs. */ |
| 14 | /* | 14 | /* |
| 15 | Copyright (C) 1993, 1995, 1997, 1999, 2001-2018 Free Software | 15 | Copyright (C) 1993, 1995, 1997, 1999, 2001-2019 Free Software |
| 16 | Foundation, Inc. | 16 | Foundation, Inc. |
| 17 | 17 | ||
| 18 | This file is part of GNU Emacs. | 18 | This file is part of GNU Emacs. |
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 340c407866d..2e5923a0120 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Configurations for ../lib/gnulib.mk. | 1 | # Configurations for ../lib/gnulib.mk. |
| 2 | # | 2 | # |
| 3 | # Copyright 2017-2018 Free Software Foundation, Inc. | 3 | # Copyright 2017-2019 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; you can redistribute it and/or modify | 5 | # This file is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/nt/icons/README b/nt/icons/README index a82e04f5c36..deed38e51bc 100644 --- a/nt/icons/README +++ b/nt/icons/README | |||
| @@ -2,7 +2,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | File: emacs.ico | 3 | File: emacs.ico |
| 4 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 4 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
| 5 | Copyright (C) 2008-2018 Free Software Foundation, Inc. | 5 | Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 6 | License: GNU General Public License version 3 or later | 6 | License: GNU General Public License version 3 or later |
| 7 | 7 | ||
| 8 | 8 | ||
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index db4086208f6..e78a63e107f 100644 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on Windows. | 1 | /* Replacement grp.h file for building GNU Emacs on Windows. |
| 2 | 2 | ||
| 3 | Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/inttypes.h b/nt/inc/inttypes.h index ac09ae51719..ae76b8cddee 100644 --- a/nt/inc/inttypes.h +++ b/nt/inc/inttypes.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement inttypes.h file for building GNU Emacs on Windows with MSVC. | 1 | /* Replacement inttypes.h file for building GNU Emacs on Windows with MSVC. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index 99773a2ff35..fc69068969e 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. | 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index d15b6da1a74..d169b40bee1 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description file for Windows NT. | 1 | /* System description file for Windows NT. |
| 2 | 2 | ||
| 3 | Copyright (C) 1993-1995, 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 1993-1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index 38082d9157b..a13309bc78e 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. | 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/stdint.h b/nt/inc/stdint.h index 38fd4d06620..cb7b9f77223 100644 --- a/nt/inc/stdint.h +++ b/nt/inc/stdint.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement stdint.h file for building GNU Emacs on Windows. | 1 | /* Replacement stdint.h file for building GNU Emacs on Windows. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/sys/resource.h b/nt/inc/sys/resource.h index 5c4f792f2b7..c56505590ef 100644 --- a/nt/inc/sys/resource.h +++ b/nt/inc/sys/resource.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A limited emulation of sys/resource.h. | 1 | /* A limited emulation of sys/resource.h. |
| 2 | 2 | ||
| 3 | Copyright (C) 2016-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2016-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index de282c467e6..6d26ff907e6 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1995, 2001-2018 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | This file is part of GNU Emacs. | 3 | This file is part of GNU Emacs. |
| 4 | 4 | ||
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index 0b1f9bcec6a..31ad8724c4d 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for | 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for |
| 2 | inode and user/group id, so we replace them with our own. | 2 | inode and user/group id, so we replace them with our own. |
| 3 | 3 | ||
| 4 | Copyright (C) 2008-2018 Free Software Foundation, Inc. | 4 | Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/nt/inc/sys/wait.h b/nt/inc/sys/wait.h index 9c86eb8bbee..0b756a3db39 100644 --- a/nt/inc/sys/wait.h +++ b/nt/inc/sys/wait.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A limited emulation of sys/wait.h on Posix systems. | 1 | /* A limited emulation of sys/wait.h on Posix systems. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/preprep.c b/nt/preprep.c index 8979e335870..f0f6273b15b 100644 --- a/nt/preprep.c +++ b/nt/preprep.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Pre-process emacs.exe for profiling by MSVC. | 1 | /* Pre-process emacs.exe for profiling by MSVC. |
| 2 | Copyright (C) 1999, 2001-2018 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2001-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/runemacs.c b/nt/runemacs.c index 46e467e6a22..34833e95b91 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* runemacs --- Simple program to start Emacs with its console window hidden. | 1 | /* runemacs --- Simple program to start Emacs with its console window hidden. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||