From 26bed8ba10eeaf0a340a8d0d760c5578dddec867 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 1 Jan 2019 00:59:58 +0000 Subject: Update copyright year to 2019 Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc6d776d45d..7a84182915a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl autoconf dnl in the directory containing this script. dnl If you changed any AC_DEFINES, also run autoheader. dnl -dnl Copyright (C) 1994-1996, 1999-2018 Free Software Foundation, Inc. +dnl Copyright (C) 1994-1996, 1999-2019 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl -- cgit v1.2.1 From 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 1 Jan 2019 01:02:40 +0000 Subject: Fix copyright years by hand These are dates that admin/update-copyright did not update, or updated incorrectly. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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. -- cgit v1.2.1