Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>, Ulrich Mueller <ulm@g.o>
Subject: [gentoo-portage-dev] [PATCH] lib/portage/util/_desktop_entry.py: Add previous start year to copyright
Date: Mon, 03 Aug 2020 20:25:04
Message-Id: 20200803202455.1585414-1-bman@gentoo.org
1 * This fixes the drop of 2012 from the starting copyright year.
2
3 Suggested-by: Ulrich Mueller <ulm@g.o>
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/util/_desktop_entry.py | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/lib/portage/util/_desktop_entry.py b/lib/portage/util/_desktop_entry.py
10 index 68cec7a61..4a49cd4ce 100644
11 --- a/lib/portage/util/_desktop_entry.py
12 +++ b/lib/portage/util/_desktop_entry.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2020 Gentoo Authors
15 +# Copyright 2012-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 import re
19 --
20 2.28.0