File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/sw360/clipython/blob/master/License.md )
4
4
[ ![ Python Version] ( https://img.shields.io/badge/python-3.8%2C3.9%2C3.10%2C3.11-yellow?logo=python )] ( https://www.python.org/doc/versions/ )
5
- [ ![ PyPI version ] ( https://img. shields.io/badge/ pypi%20package-2.0.0-green )] ( https://pypi.org/project/cli-support )
5
+ [ ![ PyPI] ( https://shields.io/pypi/v/cli-support )] ( https://pypi.org/project/cli-support )
6
6
[ ![ Static checks] ( https://github.com/sw360/clipython/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/sw360/clipython/actions/workflows/python-package.yml )
7
7
[ ![ Unit tests] ( https://github.com/sw360/clipython/actions/workflows/unit-test.yml/badge.svg )] ( https://github.com/sw360/clipython/actions/workflows/unit-test.yml )
8
8
9
- Python library to read Component License Information (CLI) files. They can be
9
+ Python library to read and write Component License Information (CLI) files. They can be
10
10
created by [ FOSSology] ( https://www.fossology.org ) and stored in
11
11
[ SW360] ( https://www.eclipse.org/sw360/ ) .
12
12
@@ -86,5 +86,7 @@ python ./show_licenses.py ./test/testfiles/CLIXML_MIT_simple.xml
86
86
87
87
## License
88
88
89
+ Copyright 2019-2024 Siemens
90
+
89
91
The project is licensed under the MIT license.
90
92
SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------------
2
- # (c) 2019-2023 Siemens AG
2
+ # (c) 2019-2024 Siemens AG
3
3
# All Rights Reserved.
4
4
# Author: thomas.graf@siemens.com
5
5
#
6
6
# Licensed under the MIT license.
7
7
# SPDX-License-Identifier: MIT
8
8
# -------------------------------------------------------------------------------
9
9
10
- __version__ = (2 , 0 , 0 )
10
+ __version__ = (2 , 0 , 1 )
11
11
12
12
# isort: skip_file
13
13
from .cli_copyright import CliCopyright
You can’t perform that action at this time.
0 commit comments