feat: use SPDX license identifier by cdce8p · Pull Request #1425 · python-zeroconf/python-zeroconf

Conversation

@cdce8p

Poetry recommends the use of the official SPDX license expressions.
https://python-poetry.org/docs/pyproject/#license

Chose LGPL-2.1-or-later since that's referenced in the license headers.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

@bdraco bdraco changed the title Use SPDX license identifier feat: use SPDX license identifier

Oct 26, 2024

bdraco

@codecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.78%. Comparing base (1191229) to head (3668ad0).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1425   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          30       30           
  Lines        3252     3252           
  Branches      540      540           
=======================================
  Hits         3245     3245           
  Misses          5        5           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco

@cdce8p cdce8p deleted the spdx-license-identifier branch

October 26, 2024 01:18

2 participants

@cdce8p @bdraco