Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson-format-array/files/
Date: Mon, 28 Dec 2020 22:44:02
Message-Id: 1609195417.02ae5c7a8b75faf7c2b12eaf6c3cfad5c47499c8.floppym@gentoo
1 commit: 02ae5c7a8b75faf7c2b12eaf6c3cfad5c47499c8
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 22:43:37 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 22:43:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ae5c7a
7
8 dev-util/meson-format-array: add copyright header
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 dev-util/meson-format-array/files/meson-format-array | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-util/meson-format-array/files/meson-format-array b/dev-util/meson-format-array/files/meson-format-array
16 index a6d722dc30b..d2bf49ba8e5 100644
17 --- a/dev-util/meson-format-array/files/meson-format-array
18 +++ b/dev-util/meson-format-array/files/meson-format-array
19 @@ -1,4 +1,6 @@
20 #!/usr/bin/env python3
21 +# Copyright 2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23
24 import itertools
25 import shlex