commit: a239275df515741aa20289d7fea067b83ab8daf8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 3 05:25:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 3 05:26:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a239275d
eclean: dist: fix copyright headers Signed-off-by: Sam James <sam <AT> gentoo.org> pym/gentoolkit/eclean/clean.py | 2 +- pym/gentoolkit/eclean/exclude.py | 2 +- pym/gentoolkit/eclean/output.py | 2 +- 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
