commit: 00445c1e96c31fcb6fa5c7c517479473dcaa69dc Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Feb 19 16:14:45 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Feb 19 16:14:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=00445c1e
configure.ac: add copyright header Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index e7defe4..013e831 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,9 @@ +# Copyright 2011-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +# +# Copyright 2011-2014 Mike Frysinger - <vap...@gentoo.org> +# Copyright 2011- Fabian Groffen - <grob...@gentoo.org> + AC_PREREQ([2.71]) AC_INIT([portage-utils],[git]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip silent-rules -Wall])