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 d001bbe..e83873b 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ No Exceptions. ## Changelog +### Version 0.3.0 +- update licenses + ### Version 0.2.0 - update licenses diff --git a/deploy.sh b/deploy.sh index 7d7dc29..91b4de8 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 bc343a7..d642953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jcloud-cachelib" -version = "0.2.0" +version = "0.3.0" description = "A simple library for caching data." license = "Apache-2.0" diff --git a/src/jcloud_cachelib/__init__.py b/src/jcloud_cachelib/__init__.py index e23d938..88de7bd 100644 --- a/src/jcloud_cachelib/__init__.py +++ b/src/jcloud_cachelib/__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.