diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /configure.ac | |
parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7a84182915a..005f96b3a91 100644 --- a/configure.ac +++ b/configure.ac @@ -4965,7 +4965,7 @@ fi version=$PACKAGE_VERSION -copyright="Copyright (C) 2018 Free Software Foundation, Inc." +copyright="Copyright (C) 2019 Free Software Foundation, Inc." AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], [Short copyright string for this version of Emacs.]) AC_SUBST(copyright) @@ -5298,7 +5298,7 @@ AC_SUBST(WINDOW_SYSTEM_OBJ) AH_TOP([/* GNU Emacs site configuration template file. -Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2018 +Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2019 Free Software Foundation, Inc. This file is part of GNU Emacs. |