public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/java-config:master commit in: src/, src/java_config_2/
@ 2024-06-27  7:09 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2024-06-27  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     14e55a96446b17f3a3daabfeaafe26e55ef06641
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 07:07:27 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 07:09:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/java-config.git/commit/?id=14e55a96

Update copyright year

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 src/depend-java-query                   | 4 ++--
 src/gjl                                 | 4 ++--
 src/java-config                         | 4 ++--
 src/java_config_2/EnvironmentManager.py | 2 +-
 src/java_config_2/Errors.py             | 2 +-
 src/java_config_2/FileParser.py         | 2 +-
 src/java_config_2/OutputFormatter.py    | 2 +-
 src/java_config_2/Package.py            | 2 +-
 src/java_config_2/VM.py                 | 2 +-
 src/java_config_2/VersionManager.py     | 2 +-
 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."
 

diff --git a/src/gjl b/src/gjl
index cca708a..da3d3d5 100755
--- a/src/gjl
+++ b/src/gjl
@@ -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
 
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-27  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27  7:09 [gentoo-commits] proj/java-config:master commit in: src/, src/java_config_2/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox