From 6c736b7a7ef78de12bc835abffef39da31ee3788 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 1 May 2026 13:00:53 +0200 Subject: [PATCH] Update licenses --- LICENSE | 2 +- README.md | 5 ++++- deploy.sh | 2 +- pyproject.toml | 2 +- src/text_table/__init__.py | 2 +- src/text_table/_core.py | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) 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 25ac1a1..52a7244 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.3.0 +- update licenses + ### Version 0.2.0 - update licenses @@ -39,7 +42,7 @@ pip install text-table --index-url https://repo.jcloud-services.ddns.net/simple/ - First release ## Notice -Copyright for this documentation 2026 jCloud Services +Copyright for this documentation 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/deploy.sh b/deploy.sh index 662aefd..b3a854f 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 88defe2..ab1347c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "text_table" -version = "0.2.0" +version = "0.3.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 f1b7453..70c9c6b 100644 --- a/src/text_table/__init__.py +++ b/src/text_table/__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/text_table/_core.py b/src/text_table/_core.py index b051132..57702bb 100644 --- a/src/text_table/_core.py +++ b/src/text_table/_core.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.