generated from jCloud/repository-template
Update licenses
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2026 jCloud Services
|
Copyright 2026 jCloud
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -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.
|
This software uses the following third-party libraries. Full license texts are available in the 'licenses/' directory.
|
||||||
|
|
||||||
1. config-parser 1.2.1
|
1. config-parser 1.2.1
|
||||||
Author: jCloud Services
|
Author: jCloud
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
See licenses/config-parser.txt for full license text.
|
See licenses/config-parser.txt for full license text.
|
||||||
|
|
||||||
2. jeb-utils 0.1.4
|
2. jeb-utils 0.1.4
|
||||||
Author: jCloud Services
|
Author: jCloud
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
See licenses/jeb-utils.txt for full license text.
|
See licenses/jeb-utils.txt for full license text.
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,9 @@ For more details, see the function and method docstrings.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Version 0.3.0
|
||||||
|
- update licenses
|
||||||
|
|
||||||
### Version 0.2.0
|
### Version 0.2.0
|
||||||
- update licenses
|
- update licenses
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# Copyright 2026 jCloud Services
|
# Copyright 2026 jCloud
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2026 jCloud Services
|
Copyright 2026 jCloud
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2026 jCloud Services
|
Copyright 2026 jCloud
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "jeb_core"
|
name = "jeb_core"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "The core for jeb"
|
description = "The core for jeb"
|
||||||
dependencies = ["config-parser", "jeb-utils"]
|
dependencies = ["config-parser", "jeb-utils"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2026 jCloud Services
|
# Copyright 2026 jCloud
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2026 jCloud Services
|
# Copyright 2026 jCloud
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user