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 50e8c67..25ac1a1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ pip install text-table --index-url https://repo.jcloud-services.ddns.net/simple/ ## Changelog +### Version 0.2.0 +- update licenses + ### Version 0.1.5 - Update package configuration @@ -36,7 +39,7 @@ pip install text-table --index-url https://repo.jcloud-services.ddns.net/simple/ - First release ## Notice -Copyright for this documentation 2026 jCloud Services GbR +Copyright for this documentation 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/deploy.sh b/deploy.sh index 1ae0e4c..662aefd 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 3dc1c82..88defe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "text_table" -version = "0.1.5" +version = "0.2.0" description = "A simple library for creating text tables." readme = "README.md" license = "Apache-2.0" diff --git a/src/text_table/__init__.py b/src/text_table/__init__.py index 0ba98e6..f1b7453 100644 --- a/src/text_table/__init__.py +++ b/src/text_table/__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/text_table/_core.py b/src/text_table/_core.py index 1d65ee1..b051132 100644 --- a/src/text_table/_core.py +++ b/src/text_table/_core.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.