aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/java-config')
-rwxr-xr-xsrc/java-config6
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",