diff --git a/LICENSE b/LICENSE index db84ebd..2864cf4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2026 jCloud Services +Copyright 2026 jCloud 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 373ec96..b3642de 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings. ## Changelog +### Version 0.4.0 +- update licenses + ### Version 0.3.0 - update licenses diff --git a/deploy.sh b/deploy.sh index db65ebb..11a6fb1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 e15434c..fa0a415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jcloud-config-parser" -version = "0.3.0" +version = "0.4.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 608be9c..c54e462 100644 --- a/src/jcloud_config_parser/__init__.py +++ b/src/jcloud_config_parser/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 106d535..f324433 100644 --- a/src/jcloud_config_parser/_configuration.py +++ b/src/jcloud_config_parser/_configuration.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 cfc2c1b..f9fb739 100644 --- a/src/jcloud_config_parser/exceptions.py +++ b/src/jcloud_config_parser/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 a430ebf..1c826f9 100644 --- a/src/jcloud_config_parser/ini.py +++ b/src/jcloud_config_parser/ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 a6c492f..f5d0da0 100644 --- a/src/jcloud_config_parser/json.py +++ b/src/jcloud_config_parser/json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 fcf500d..fc14d35 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 +# Copyright 2026 jCloud # # 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 0ebdde4..7db1aac 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 +# Copyright 2026 jCloud # # 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 98a709d..4ab323e 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 +# Copyright 2026 jCloud # # 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 4c64dff..2aed2e1 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 +# Copyright 2026 jCloud # # 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 b8283f8..6145ff3 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 +# Copyright 2026 jCloud # # 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 ae597b8..ce916f9 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 +# Copyright 2026 jCloud # # 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 c7de6ca..ea2006b 100644 --- a/tests/ini/test_ini.py +++ b/tests/ini/test_ini.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 eba15b3..5d4b028 100644 --- a/tests/json/test_json.py +++ b/tests/json/test_json.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 240af5f..b106391 100644 --- a/tests/json/test_parser.py +++ b/tests/json/test_parser.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 8308566..3e60480 100644 --- a/tests/json/test_serializer.py +++ b/tests/json/test_serializer.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # 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 c2679ef..fc711ba 100644 --- a/tests/test_configuration_class.py +++ b/tests/test_configuration_class.py @@ -1,4 +1,4 @@ -# Copyright 2026 jCloud Services +# Copyright 2026 jCloud # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.