Skip to content

Commit 6c9cd8c

Browse files
committed
Fix license to GPL-3.0 and bump version to 0.2.4
1 parent 401cde3 commit 6c9cd8c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[![PyPI version](https://img.shields.io/pypi/v/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
1919
[![Python versions](https://img.shields.io/pypi/pyversions/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
20-
[![License](https://img.shields.io/badge/license-CC%20BY--SA%204.0-blue.svg)](LICENSE.txt)
20+
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
2121

2222
</div>
2323

@@ -93,7 +93,7 @@ Examples of how you can use this package can be found in our [examples gallery](
9393
<!-- LICENSE -->
9494
## License
9595

96-
Distributed under the CC BY-SA 4.0 License. See `LICENSE.txt` for more information.
96+
Distributed under the GPL-3.0 License. See `LICENSE` for more information.
9797

9898
<!-- CONTACT -->
9999
## Contact

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "biosignal-device-interface"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications."
55
authors = ["Dominik I. Braun <dome.braun@fau.de>", "Raul C. Sîmpetru <raul.simpetru@fau.de>"]
6-
license = "CC BY-SA 4.0"
6+
license = "GPL-3.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)