Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/util/
Date: Mon, 03 Aug 2020 19:43:34
Message-Id: 1596483780.73bf5fc49d9e0cd98c490706240df6ae8a767cd1.ulm@gentoo
1 commit: 73bf5fc49d9e0cd98c490706240df6ae8a767cd1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 19:43:00 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 19:43:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=73bf5fc4
7
8 lib/portage/util/_desktop_entry.py: Fix copyright notice.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 lib/portage/util/_desktop_entry.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/lib/portage/util/_desktop_entry.py b/lib/portage/util/_desktop_entry.py
16 index 68cec7a61..4a49cd4ce 100644
17 --- a/lib/portage/util/_desktop_entry.py
18 +++ b/lib/portage/util/_desktop_entry.py
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2012-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 import re