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/NOTICE b/NOTICE index 62e4f2e..27522f6 100644 --- a/NOTICE +++ b/NOTICE @@ -4,12 +4,12 @@ jCloud Third-Party Notices This software uses the following third-party libraries. Full license texts are available in the 'licenses/' directory. 1. config-parser 1.2.1 - Author: jCloud Services + Author: jCloud License: Apache License 2.0 See licenses/config-parser.txt for full license text. 2. jeb-utils 0.1.4 - Author: jCloud Services + Author: jCloud License: Apache License 2.0 See licenses/jeb-utils.txt for full license text. diff --git a/README.md b/README.md index f9e41f7..accc0ef 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ For more details, see the function and method docstrings. ## Changelog +### Version 0.3.0 +- update licenses + ### Version 0.2.0 - update licenses diff --git a/deploy.sh b/deploy.sh index cd1d957..ba1fc61 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/licenses/config-parser.txt b/licenses/config-parser.txt index db84ebd..2864cf4 100644 --- a/licenses/config-parser.txt +++ b/licenses/config-parser.txt @@ -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/licenses/jeb-utils.txt b/licenses/jeb-utils.txt index db84ebd..2864cf4 100644 --- a/licenses/jeb-utils.txt +++ b/licenses/jeb-utils.txt @@ -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/pyproject.toml b/pyproject.toml index 2cc3807..9f3ab2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jeb_core" -version = "0.2.0" +version = "0.3.0" description = "The core for jeb" dependencies = ["config-parser", "jeb-utils"] license = "Apache-2.0" diff --git a/src/jeb_core/__init__.py b/src/jeb_core/__init__.py index 9515ba5..7d55fd8 100644 --- a/src/jeb_core/__init__.py +++ b/src/jeb_core/__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/jeb_core/_core.py b/src/jeb_core/_core.py index bf7f608..1a25e27 100644 --- a/src/jeb_core/_core.py +++ b/src/jeb_core/_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.