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/deploy.sh b/deploy.sh index 92819ff..b9111a4 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/docs/CHANGELOG.md b/docs/CHANGELOG.md index deabcb6..930aedc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.5.0 +- Update licenses + ## Version 0.4.0 - Update licenses diff --git a/pyproject.toml b/pyproject.toml index 936c0ae..ed4b1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jeb-utils" -version = "0.4.0" +version = "0.5.0" description = "Common utils for JEB client and server." dependencies = ["cryptography"] license = "Apache-2.0" diff --git a/src/jeb_utils/__init__.py b/src/jeb_utils/__init__.py index 945aa74..648a275 100644 --- a/src/jeb_utils/__init__.py +++ b/src/jeb_utils/__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_utils/auth_utils.py b/src/jeb_utils/auth_utils.py index 18199d4..62d28cd 100644 --- a/src/jeb_utils/auth_utils.py +++ b/src/jeb_utils/auth_utils.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_utils/crypto_utils.py b/src/jeb_utils/crypto_utils.py index e659f1d..16f29e5 100644 --- a/src/jeb_utils/crypto_utils.py +++ b/src/jeb_utils/crypto_utils.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_utils/exceptions.py b/src/jeb_utils/exceptions.py index 0da5dba..69d0777 100644 --- a/src/jeb_utils/exceptions.py +++ b/src/jeb_utils/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/jeb_utils/jeb_utils.py b/src/jeb_utils/jeb_utils.py index cb2bd4f..c958cd7 100644 --- a/src/jeb_utils/jeb_utils.py +++ b/src/jeb_utils/jeb_utils.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_utils/jebp_utils.py b/src/jeb_utils/jebp_utils.py index 106a90d..5770299 100644 --- a/src/jeb_utils/jebp_utils.py +++ b/src/jeb_utils/jebp_utils.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_utils/utils.py b/src/jeb_utils/utils.py index 81935ef..605ed6f 100644 --- a/src/jeb_utils/utils.py +++ b/src/jeb_utils/utils.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.