commit: b5f8819b8c5f7a8f67eebc4ff326bdcef9ff8f56 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 14 16:39:19 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 19:08:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f8819b
elisp.eclass: Fix initial copyright year. The eclass was initially committed on 2002-10-29. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/elisp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index bcd80a9ee9c..df160ea01e2 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2002-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: elisp.eclass
