From faa28e929c345096f6445426ba9d256712ece3d9 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 29 Apr 2026 20:27:39 +0200 Subject: [PATCH] Update licenses --- LICENSE | 2 +- README.md | 3 +++ deploy.sh | 2 +- pyproject.toml | 2 +- src/jcloud_config_parser/__init__.py | 2 +- src/jcloud_config_parser/_configuration.py | 2 +- src/jcloud_config_parser/exceptions.py | 2 +- src/jcloud_config_parser/ini.py | 2 +- src/jcloud_config_parser/json.py | 2 +- src/jcloud_config_parser/parse/__init__.py | 2 +- src/jcloud_config_parser/parse/ini.py | 2 +- src/jcloud_config_parser/parse/json.py | 2 +- src/jcloud_config_parser/serialize/__init__.py | 2 +- src/jcloud_config_parser/serialize/ini.py | 2 +- src/jcloud_config_parser/serialize/json.py | 2 +- tests/ini/test_ini.py | 2 +- tests/json/test_json.py | 2 +- tests/json/test_parser.py | 2 +- tests/json/test_serializer.py | 2 +- tests/test_configuration_class.py | 2 +- 20 files changed, 22 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index cc1733c..db84ebd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2026 jCloud Services GbR +Copyright 2026 jCloud Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index c651289..373ec96 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings. ## Changelog +### Version 0.3.0 +- update licenses + ### Version 0.2.2 - update package configuration diff --git a/deploy.sh b/deploy.sh index 1ea7e15..db65ebb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 9c3168e..e15434c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jcloud-config-parser" -version = "0.2.2" +version = "0.3.0" description = "A configuration file parser." license = "Apache-2.0" diff --git a/src/jcloud_config_parser/__init__.py b/src/jcloud_config_parser/__init__.py index da5917c..608be9c 100644 --- a/src/jcloud_config_parser/__init__.py +++ b/src/jcloud_config_parser/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/_configuration.py b/src/jcloud_config_parser/_configuration.py index 9fd5fba..106d535 100644 --- a/src/jcloud_config_parser/_configuration.py +++ b/src/jcloud_config_parser/_configuration.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/exceptions.py b/src/jcloud_config_parser/exceptions.py index 83eb5e3..cfc2c1b 100644 --- a/src/jcloud_config_parser/exceptions.py +++ b/src/jcloud_config_parser/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/ini.py b/src/jcloud_config_parser/ini.py index 8b7ab58..a430ebf 100644 --- a/src/jcloud_config_parser/ini.py +++ b/src/jcloud_config_parser/ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/json.py b/src/jcloud_config_parser/json.py index 99b596a..a6c492f 100644 --- a/src/jcloud_config_parser/json.py +++ b/src/jcloud_config_parser/json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/parse/__init__.py b/src/jcloud_config_parser/parse/__init__.py index fd284e3..fcf500d 100644 --- a/src/jcloud_config_parser/parse/__init__.py +++ b/src/jcloud_config_parser/parse/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/parse/ini.py b/src/jcloud_config_parser/parse/ini.py index ed747b6..0ebdde4 100644 --- a/src/jcloud_config_parser/parse/ini.py +++ b/src/jcloud_config_parser/parse/ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/parse/json.py b/src/jcloud_config_parser/parse/json.py index 01e4c5b..98a709d 100644 --- a/src/jcloud_config_parser/parse/json.py +++ b/src/jcloud_config_parser/parse/json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/serialize/__init__.py b/src/jcloud_config_parser/serialize/__init__.py index a89b6e0..4c64dff 100644 --- a/src/jcloud_config_parser/serialize/__init__.py +++ b/src/jcloud_config_parser/serialize/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/serialize/ini.py b/src/jcloud_config_parser/serialize/ini.py index 09f3863..b8283f8 100644 --- a/src/jcloud_config_parser/serialize/ini.py +++ b/src/jcloud_config_parser/serialize/ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/jcloud_config_parser/serialize/json.py b/src/jcloud_config_parser/serialize/json.py index cd7a05f..ae597b8 100644 --- a/src/jcloud_config_parser/serialize/json.py +++ b/src/jcloud_config_parser/serialize/json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/ini/test_ini.py b/tests/ini/test_ini.py index d7a34bd..c7de6ca 100644 --- a/tests/ini/test_ini.py +++ b/tests/ini/test_ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/json/test_json.py b/tests/json/test_json.py index 7327472..eba15b3 100644 --- a/tests/json/test_json.py +++ b/tests/json/test_json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/json/test_parser.py b/tests/json/test_parser.py index ff9f72e..240af5f 100644 --- a/tests/json/test_parser.py +++ b/tests/json/test_parser.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/json/test_serializer.py b/tests/json/test_serializer.py index 08285f5..8308566 100644 --- a/tests/json/test_serializer.py +++ b/tests/json/test_serializer.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_configuration_class.py b/tests/test_configuration_class.py index 5946fa1..c2679ef 100644 --- a/tests/test_configuration_class.py +++ b/tests/test_configuration_class.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services GbR +# Copyright 2026 jCloud Services # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.