diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-02-19 17:14:45 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-02-19 17:14:45 +0100 |
commit | 00445c1e96c31fcb6fa5c7c517479473dcaa69dc (patch) | |
tree | 6cfe8a86a35d0517952c2042f4b1e46835d6db83 | |
parent | qmanifest: fix Coverity resource leak CID 206540 (diff) | |
download | portage-utils-00445c1e96c31fcb6fa5c7c517479473dcaa69dc.tar.gz portage-utils-00445c1e96c31fcb6fa5c7c517479473dcaa69dc.tar.bz2 portage-utils-00445c1e96c31fcb6fa5c7c517479473dcaa69dc.zip |
configure.ac: add copyright header
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e7defe4f..013e831a 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 - <vapier@gentoo.org> +# Copyright 2011- Fabian Groffen - <grobian@gentoo.org> + AC_PREREQ([2.71]) AC_INIT([portage-utils],[git]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip silent-rules -Wall]) |