Skip to content

Commit

Permalink
Add license section to README
Browse files Browse the repository at this point in the history
It explains that the main license is LGPL-2.1-or-later and that
both GPL and LGPL texts are present as LGPL is an extension of GPL.
  • Loading branch information
igo95862 committed Feb 4, 2024
1 parent 60bd82c commit 540696b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ task_hello_world = loop.create_task(get_hello_world())

loop.run_forever()
```

## License

Python-sdbus is licensed under [LGPL-2.1-or-later](https://spdx.org/licenses/LGPL-2.1-or-later.html).

The LGPL license is an extension of GPL license therefore both licenses' texts are required.

0 comments on commit 540696b

Please sign in to comment.