diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 06:25:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 06:26:17 +0100 |
commit | a239275df515741aa20289d7fea067b83ab8daf8 (patch) | |
tree | 0f7d6ab3407fa3005c901dc9fd0944125e38f037 | |
parent | eclean: dist: fix typo in comment (diff) | |
download | gentoolkit-a239275df515741aa20289d7fea067b83ab8daf8.tar.gz gentoolkit-a239275df515741aa20289d7fea067b83ab8daf8.tar.bz2 gentoolkit-a239275df515741aa20289d7fea067b83ab8daf8.zip |
eclean: dist: fix copyright headers
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | pym/gentoolkit/eclean/clean.py | 2 | ||||
-rw-r--r-- | pym/gentoolkit/eclean/exclude.py | 2 | ||||
-rw-r--r-- | pym/gentoolkit/eclean/output.py | 2 | ||||
-rw-r--r-- | pym/gentoolkit/eclean/search.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pym/gentoolkit/eclean/clean.py b/pym/gentoolkit/eclean/clean.py index 0347f1d..918d4dc 100644 --- a/pym/gentoolkit/eclean/clean.py +++ b/pym/gentoolkit/eclean/clean.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright 2003-2010 Gentoo Foundation +# Copyright 2003-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/pym/gentoolkit/eclean/exclude.py b/pym/gentoolkit/eclean/exclude.py index c731ec0..c20574c 100644 --- a/pym/gentoolkit/eclean/exclude.py +++ b/pym/gentoolkit/eclean/exclude.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright 2003-2010 Gentoo Foundation +# Copyright 2003-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/pym/gentoolkit/eclean/output.py b/pym/gentoolkit/eclean/output.py index ebba499..75f7b02 100644 --- a/pym/gentoolkit/eclean/output.py +++ b/pym/gentoolkit/eclean/output.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright 2003-2010 Gentoo Foundation +# Copyright 2003-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py index d38b88e..aaa67dc 100644 --- a/pym/gentoolkit/eclean/search.py +++ b/pym/gentoolkit/eclean/search.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright 2003-2010 Gentoo Foundation +# Copyright 2003-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 |