From 5f01e9ce55892778c9fed23b7250497d72f6d6ea Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 29 Apr 2026 20:29:32 +0200 Subject: [PATCH] Update licenses --- LICENSE | 2 +- NOTICE | 4 ++-- README.md | 3 +++ deploy.sh | 2 +- licenses/config-parser.txt | 2 +- licenses/jeb-utils.txt | 2 +- pyproject.toml | 2 +- src/jeb_core/__init__.py | 2 +- src/jeb_core/_core.py | 2 +- 9 files changed, 12 insertions(+), 9 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/NOTICE b/NOTICE index 5ed03cd..62e4f2e 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 GbR + Author: jCloud Services License: Apache License 2.0 See licenses/config-parser.txt for full license text. 2. jeb-utils 0.1.4 - Author: jCloud Services GbR + Author: jCloud Services License: Apache License 2.0 See licenses/jeb-utils.txt for full license text. diff --git a/README.md b/README.md index bec8186..f9e41f7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ For more details, see the function and method docstrings. ## Changelog +### Version 0.2.0 +- update licenses + ### Version 0.1.1 - update package configuration diff --git a/deploy.sh b/deploy.sh index 4b2893b..cd1d957 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/licenses/config-parser.txt b/licenses/config-parser.txt index cc1733c..db84ebd 100644 --- a/licenses/config-parser.txt +++ b/licenses/config-parser.txt @@ -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/licenses/jeb-utils.txt b/licenses/jeb-utils.txt index cc1733c..db84ebd 100644 --- a/licenses/jeb-utils.txt +++ b/licenses/jeb-utils.txt @@ -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/pyproject.toml b/pyproject.toml index d18ac93..2cc3807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jeb_core" -version = "0.1.1" +version = "0.2.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 3429074..9515ba5 100644 --- a/src/jeb_core/__init__.py +++ b/src/jeb_core/__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_core/_core.py b/src/jeb_core/_core.py index 96e19c8..bf7f608 100644 --- a/src/jeb_core/_core.py +++ b/src/jeb_core/_core.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.