diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2013-02-12 18:00:04 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2013-02-12 18:00:04 +0000 |
commit | 789084e6dc3bfe4fe8799ba7ff85b3b883922fef (patch) | |
tree | 1294f90a364d19e581c237137ede452a0bf60c14 | |
parent | Add test command to setup.py (diff) | |
download | java-config-789084e6dc3bfe4fe8799ba7ff85b3b883922fef.tar.gz java-config-789084e6dc3bfe4fe8799ba7ff85b3b883922fef.tar.bz2 java-config-789084e6dc3bfe4fe8799ba7ff85b3b883922fef.zip |
Update year
svn path=/projects/java-config-2/trunk/; revision=9203
-rwxr-xr-x | src/depend-java-query | 4 | ||||
-rwxr-xr-x | src/gjl | 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 |
9 files changed, 10 insertions, 10 deletions
diff --git a/src/depend-java-query b/src/depend-java-query index a184be5..7e963fb 100755 --- a/src/depend-java-query +++ b/src/depend-java-query @@ -1,7 +1,7 @@ #!/@GENTOO_PORTAGE_EPREFIX@usr/bin/python -E # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -69,7 +69,7 @@ if __name__ == '__main__': usage = "depend-java-query [options]\n\n" usage += "Java Dep Query Utility Version @PACKAGE_VERSION@\n" - usage += "Copyright 2004-2006 Gentoo Foundation\n" + usage += "Copyright 2004-2013 Gentoo Foundation\n" usage += "Distributed under the terms of the GNU General Public License v2\n" usage += "Please contact the Gentoo Java Herd <java@gentoo.org> with problems." @@ -85,7 +85,7 @@ def normpath(mypath): if __name__ == '__main__': usage = "%prog [options]\n\n" usage += "Java Utility Version @PACKAGE_VERSION@\n" - usage += "Copyright 2004-2005 Gentoo Foundation\n" + usage += "Copyright 2004-2013 Gentoo Foundation\n" usage += "Distributed under the terms of the GNU General Public License v2\n" usage += "Please contact the Gentoo Java Herd <java@gentoo.org> with problems." diff --git a/src/java_config_2/Errors.py b/src/java_config_2/Errors.py index 564e874..0122e3e 100644 --- a/src/java_config_2/Errors.py +++ b/src/java_config_2/Errors.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/src/java_config_2/FileParser.py b/src/java_config_2/FileParser.py index 04943b0..244b025 100644 --- a/src/java_config_2/FileParser.py +++ b/src/java_config_2/FileParser.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/src/java_config_2/OutputFormatter.py b/src/java_config_2/OutputFormatter.py index f031481..d554fd0 100644 --- a/src/java_config_2/OutputFormatter.py +++ b/src/java_config_2/OutputFormatter.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/src/java_config_2/Package.py b/src/java_config_2/Package.py index 085e9d2..1733ea5 100644 --- a/src/java_config_2/Package.py +++ b/src/java_config_2/Package.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/src/java_config_2/VM.py b/src/java_config_2/VM.py index dbe32ae..2c1b407 100644 --- a/src/java_config_2/VM.py +++ b/src/java_config_2/VM.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2005 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/src/java_config_2/VersionManager.py b/src/java_config_2/VersionManager.py index f6f91d4..047c6f6 100644 --- a/src/java_config_2/VersionManager.py +++ b/src/java_config_2/VersionManager.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2005 Gentoo Foundation +# Copyright 2005-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public license v2 # $Header: $ diff --git a/src/java_config_2/Virtual.py b/src/java_config_2/Virtual.py index ea862d4..b865d05 100644 --- a/src/java_config_2/Virtual.py +++ b/src/java_config_2/Virtual.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- -# Copyright 2004-2007 Gentoo Foundation +# Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ |