aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-16 20:05:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-16 20:05:56 +0200
commit02ff5655a391b4b045a6edc7971233b3bba127ff (patch)
treeeb7716fc5d2f36bb4ce235c7ac4cca21c20fb4f9
parentEliminate the most of explicit py3 conditionals (diff)
downloadportage-02ff5655a391b4b045a6edc7971233b3bba127ff.tar.gz
portage-02ff5655a391b4b045a6edc7971233b3bba127ff.tar.bz2
portage-02ff5655a391b4b045a6edc7971233b3bba127ff.zip
Update copyright headers after previous change
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--lib/_emerge/DependencyArg.py2
-rw-r--r--lib/_emerge/PackageVirtualDbapi.py2
-rw-r--r--lib/_emerge/TaskSequence.py2
-rw-r--r--lib/_emerge/UseFlagDisplay.py2
-rw-r--r--lib/_emerge/UserQuery.py2
-rw-r--r--lib/_emerge/resolver/DbapiProvidesIndex.py2
-rw-r--r--lib/portage/_emirrordist/Config.py2
-rw-r--r--lib/portage/output.py2
-rw-r--r--lib/portage/proxy/objectproxy.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/_emerge/DependencyArg.py b/lib/_emerge/DependencyArg.py
index a997f0f90..2d24359f2 100644
--- a/lib/_emerge/DependencyArg.py
+++ b/lib/_emerge/DependencyArg.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import sys
diff --git a/lib/_emerge/PackageVirtualDbapi.py b/lib/_emerge/PackageVirtualDbapi.py
index 957eab594..a0905cce8 100644
--- a/lib/_emerge/PackageVirtualDbapi.py
+++ b/lib/_emerge/PackageVirtualDbapi.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import sys
diff --git a/lib/_emerge/TaskSequence.py b/lib/_emerge/TaskSequence.py
index 2fd349810..d6816719f 100644
--- a/lib/_emerge/TaskSequence.py
+++ b/lib/_emerge/TaskSequence.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import sys
diff --git a/lib/_emerge/UseFlagDisplay.py b/lib/_emerge/UseFlagDisplay.py
index 6f6e27fb8..275397fea 100644
--- a/lib/_emerge/UseFlagDisplay.py
+++ b/lib/_emerge/UseFlagDisplay.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import collections
diff --git a/lib/_emerge/UserQuery.py b/lib/_emerge/UserQuery.py
index a9b3a4865..96cac4649 100644
--- a/lib/_emerge/UserQuery.py
+++ b/lib/_emerge/UserQuery.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
diff --git a/lib/_emerge/resolver/DbapiProvidesIndex.py b/lib/_emerge/resolver/DbapiProvidesIndex.py
index 9d122a7e5..140c8256b 100644
--- a/lib/_emerge/resolver/DbapiProvidesIndex.py
+++ b/lib/_emerge/resolver/DbapiProvidesIndex.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Gentoo Foundation
+# Copyright 2015-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import bisect
diff --git a/lib/portage/_emirrordist/Config.py b/lib/portage/_emirrordist/Config.py
index d5dea7ab4..736ce655e 100644
--- a/lib/portage/_emirrordist/Config.py
+++ b/lib/portage/_emirrordist/Config.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2019 Gentoo Authors
+# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import copy
diff --git a/lib/portage/output.py b/lib/portage/output.py
index 8bfcd91c2..26880adca 100644
--- a/lib/portage/output.py
+++ b/lib/portage/output.py
@@ -1,4 +1,4 @@
-# Copyright 1998-2015 Gentoo Foundation
+# Copyright 1998-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
from __future__ import division
diff --git a/lib/portage/proxy/objectproxy.py b/lib/portage/proxy/objectproxy.py
index e3bf4f75a..a1f1b6ed6 100644
--- a/lib/portage/proxy/objectproxy.py
+++ b/lib/portage/proxy/objectproxy.py
@@ -1,4 +1,4 @@
-# Copyright 2008-2012 Gentoo Foundation
+# Copyright 2008-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import sys