diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-17 08:55:39 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-17 08:56:05 +0100 |
commit | 596a444b7e25d5716d2c4c5579b61b95647eb116 (patch) | |
tree | ce636bfb141b78e3e32f1a5b086b29908e49f73f /src/java-config | |
parent | Rename bin/java-config-2 → bin/java-config (diff) | |
download | java-config-596a444b7e25d5716d2c4c5579b61b95647eb116.tar.gz java-config-596a444b7e25d5716d2c4c5579b61b95647eb116.tar.bz2 java-config-596a444b7e25d5716d2c4c5579b61b95647eb116.zip |
Update copyright header and other minor text updates
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'src/java-config')
-rwxr-xr-x | src/java-config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java-config b/src/java-config index 3f140b8..5914de4 100755 --- a/src/java-config +++ b/src/java-config @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright 2004-2018 Gentoo Authors +# Copyright 2004-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from java_config_2.OutputFormatter import OutputFormatter @@ -190,9 +190,9 @@ if __name__ == '__main__': usage = f"""java-config [options] Java Configuration Utility Version {java_config_2.version} -Copyright 2004-2013 Gentoo Foundation +Copyright 2004-2023 Gentoo Authors Distributed under the terms of the GNU General Public License v2 -Please contact the Gentoo Java Herd <java@gentoo.org> with problems.""" +Please contact the Gentoo Java Project <java@gentoo.org> with problems.""" parser = OptionParser(usage) parser.add_option("-V", "--version", |