From c7db962467feb2c87e274b891dc4d6e2eee14b6c Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 29 Apr 2026 20:37:58 +0200 Subject: [PATCH] Update licenses --- LICENSE | 2 +- deploy.sh | 2 +- docs/CHANGELOG.md | 3 +++ pyproject.toml | 2 +- src/jeb_utils/__init__.py | 2 +- src/jeb_utils/auth_utils.py | 2 +- src/jeb_utils/crypto_utils.py | 2 +- src/jeb_utils/exceptions.py | 2 +- src/jeb_utils/jeb_utils.py | 2 +- src/jeb_utils/jebp_utils.py | 2 +- src/jeb_utils/utils.py | 2 +- 11 files changed, 13 insertions(+), 10 deletions(-) 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/deploy.sh b/deploy.sh index 51516f3..92819ff 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/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8849e5a..deabcb6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.4.0 +- Update licenses + ## Version 0.3.3 - Update package configuration diff --git a/pyproject.toml b/pyproject.toml index 0538259..936c0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jeb-utils" -version = "0.3.3" +version = "0.4.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 1ee5ca7..945aa74 100644 --- a/src/jeb_utils/__init__.py +++ b/src/jeb_utils/__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/jeb_utils/auth_utils.py b/src/jeb_utils/auth_utils.py index 3bd1089..18199d4 100644 --- a/src/jeb_utils/auth_utils.py +++ b/src/jeb_utils/auth_utils.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/jeb_utils/crypto_utils.py b/src/jeb_utils/crypto_utils.py index bda44e2..e659f1d 100644 --- a/src/jeb_utils/crypto_utils.py +++ b/src/jeb_utils/crypto_utils.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/jeb_utils/exceptions.py b/src/jeb_utils/exceptions.py index d661caa..0da5dba 100644 --- a/src/jeb_utils/exceptions.py +++ b/src/jeb_utils/exceptions.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/jeb_utils/jeb_utils.py b/src/jeb_utils/jeb_utils.py index 296d2d8..cb2bd4f 100644 --- a/src/jeb_utils/jeb_utils.py +++ b/src/jeb_utils/jeb_utils.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/jeb_utils/jebp_utils.py b/src/jeb_utils/jebp_utils.py index 271407e..106a90d 100644 --- a/src/jeb_utils/jebp_utils.py +++ b/src/jeb_utils/jebp_utils.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/jeb_utils/utils.py b/src/jeb_utils/utils.py index b8c7970..81935ef 100644 --- a/src/jeb_utils/utils.py +++ b/src/jeb_utils/utils.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.