XKNX / xknxproject

ETS project parser written in python
GNU General Public License v2.0
84 stars 17 forks source link

Use SPDX license identifier #436

Closed cdce8p closed 2 months ago

cdce8p commented 2 months ago

Use the SPDX license identifier for ~GPL-2.0-or-later~ GPL-2.0-only instead of the whole license file inside the project metadata. This will make it easier to correctly identify the project license. See also PEP-639 which is close to being finalized.

https://spdx.org/licenses/

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.36%. Comparing base (04b0d38) to head (e6cebfc).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/XKNX/xknxproject/pull/436/graphs/tree.svg?width=650&height=150&src=pr&token=LgPvZpKK3k&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XKNX)](https://app.codecov.io/gh/XKNX/xknxproject/pull/436?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XKNX) ```diff @@ Coverage Diff @@ ## main #436 +/- ## ======================================= Coverage 97.36% 97.36% ======================================= Files 22 22 Lines 1177 1177 ======================================= Hits 1146 1146 Misses 31 31 ```
cdce8p commented 2 months ago

Changed the license identifier to GPL-2.0-only as or-later needs to be stated explicitly which it isn't.