diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-27 09:07:27 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-27 09:09:36 +0200 |
commit | 14e55a96446b17f3a3daabfeaafe26e55ef06641 (patch) | |
tree | c57ac3c5b07602694b6dd3ed999302f888078f54 | |
parent | Fix launcher location in Gentoo-prefix installations (diff) | |
download | java-config-14e55a96446b17f3a3daabfeaafe26e55ef06641.tar.gz java-config-14e55a96446b17f3a3daabfeaafe26e55ef06641.tar.bz2 java-config-14e55a96446b17f3a3daabfeaafe26e55ef06641.zip |
Update copyright year
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rwxr-xr-x | src/depend-java-query | 4 | ||||
-rwxr-xr-x | src/gjl | 4 | ||||
-rwxr-xr-x | src/java-config | 4 | ||||
-rw-r--r-- | src/java_config_2/EnvironmentManager.py | 2 | ||||
-rw-r--r-- | src/java_config_2/Errors.py | 2 | ||||
-rw-r--r-- | src/java_config_2/FileParser.py | 2 | ||||
-rw-r--r-- | src/java_config_2/OutputFormatter.py | 2 | ||||
-rw-r--r-- | src/java_config_2/Package.py | 2 | ||||
-rw-r--r-- | src/java_config_2/VM.py | 2 | ||||
-rw-r--r-- | src/java_config_2/VersionManager.py | 2 | ||||
-rw-r--r-- | src/java_config_2/Virtual.py | 2 |
11 files changed, 14 insertions, 14 deletions
diff --git a/src/depend-java-query b/src/depend-java-query index f1feefa..93131e2 100755 --- a/src/depend-java-query +++ b/src/depend-java-query @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from java_config_2.OutputFormatter import OutputFormatter @@ -70,7 +70,7 @@ if __name__ == '__main__': usage = "depend-java-query [options]\n\n" usage += f"Java Dep Query Utility Version {java_config_2.version}\n" - usage += "Copyright 2004-2023 Gentoo Authors\n" + usage += "Copyright 2004-2024 Gentoo Authors\n" usage += "Distributed under the terms of the GNU General Public License v2\n" usage += "Please contact the Gentoo Java Project <java@gentoo.org> with problems." @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from java_config_2.OutputFormatter import * @@ -94,7 +94,7 @@ if __name__ == '__main__': import java_config_2 usage = "%prog [options]\n\n" usage += f"Java Utility Version {java_config_2.version}\n" - usage += "Copyright 2004-2023 Gentoo Authors\n" + usage += "Copyright 2004-2024 Gentoo Authors\n" usage += "Distributed under the terms of the GNU General Public License v2\n" usage += "Please contact the Gentoo Java Project <java@gentoo.org> with problems." diff --git a/src/java-config b/src/java-config index 5914de4..53df91b 100755 --- a/src/java-config +++ b/src/java-config @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from java_config_2.OutputFormatter import OutputFormatter @@ -190,7 +190,7 @@ if __name__ == '__main__': usage = f"""java-config [options] Java Configuration Utility Version {java_config_2.version} -Copyright 2004-2023 Gentoo Authors +Copyright 2004-2024 Gentoo Authors Distributed under the terms of the GNU General Public License v2 Please contact the Gentoo Java Project <java@gentoo.org> with problems.""" diff --git a/src/java_config_2/EnvironmentManager.py b/src/java_config_2/EnvironmentManager.py index a862a04..45deb8e 100644 --- a/src/java_config_2/EnvironmentManager.py +++ b/src/java_config_2/EnvironmentManager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from .OutputFormatter import * diff --git a/src/java_config_2/Errors.py b/src/java_config_2/Errors.py index 940ebb0..387b4ae 100644 --- a/src/java_config_2/Errors.py +++ b/src/java_config_2/Errors.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/src/java_config_2/FileParser.py b/src/java_config_2/FileParser.py index adc6aba..707e570 100644 --- a/src/java_config_2/FileParser.py +++ b/src/java_config_2/FileParser.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/src/java_config_2/OutputFormatter.py b/src/java_config_2/OutputFormatter.py index fffd751..6be26ae 100644 --- a/src/java_config_2/OutputFormatter.py +++ b/src/java_config_2/OutputFormatter.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 import sys diff --git a/src/java_config_2/Package.py b/src/java_config_2/Package.py index 6328efa..df1f411 100644 --- a/src/java_config_2/Package.py +++ b/src/java_config_2/Package.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from .FileParser import * diff --git a/src/java_config_2/VM.py b/src/java_config_2/VM.py index 4efbee5..47d5313 100644 --- a/src/java_config_2/VM.py +++ b/src/java_config_2/VM.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from .FileParser import * diff --git a/src/java_config_2/VersionManager.py b/src/java_config_2/VersionManager.py index 0fdfe67..6666ab9 100644 --- a/src/java_config_2/VersionManager.py +++ b/src/java_config_2/VersionManager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap: -# Copyright 2005-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public license v2 from . import VM, Errors diff --git a/src/java_config_2/Virtual.py b/src/java_config_2/Virtual.py index bc1aba0..cbe5313 100644 --- a/src/java_config_2/Virtual.py +++ b/src/java_config_2/Virtual.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2004-2023 Gentoo Authors +# Copyright 2004-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 |