aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portage/glsa.py')
-rw-r--r--lib/portage/glsa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/portage/glsa.py b/lib/portage/glsa.py
index 4066d6747..12b33f45d 100644
--- a/lib/portage/glsa.py
+++ b/lib/portage/glsa.py
@@ -1,4 +1,4 @@
-# Copyright 2003-2017 Gentoo Foundation
+# Copyright 2003-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
from __future__ import absolute_import
@@ -34,7 +34,7 @@ SPACE_ESCAPE = "!;_" # some random string to mark spaces that should be preserv
def get_applied_glsas(settings):
"""
Return a list of applied or injected GLSA IDs
-
+
@type settings: portage.config
@param settings: portage config instance
@rtype: list