Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Wed, 23 Feb 2022 11:57:11
Message-Id: 1645287285.00445c1e96c31fcb6fa5c7c517479473dcaa69dc.grobian@gentoo
1 commit: 00445c1e96c31fcb6fa5c7c517479473dcaa69dc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 16:14:45 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 16:14:45 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=00445c1e
7
8 configure.ac: add copyright header
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 configure.ac | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/configure.ac b/configure.ac
16 index e7defe4..013e831 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,3 +1,9 @@
20 +# Copyright 2011-2022 Gentoo Authors
21 +# Distributed under the terms of the GNU General Public License v2
22 +#
23 +# Copyright 2011-2014 Mike Frysinger - <vapier@g.o>
24 +# Copyright 2011- Fabian Groffen - <grobian@g.o>
25 +
26 AC_PREREQ([2.71])
27 AC_INIT([portage-utils],[git])
28 AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip silent-rules -Wall])