Skip to content

Commit

Permalink
Move licenses to right list (home-assistant#121986)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 15, 2024
1 parent 33cb674 commit 74f04a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
"asyncio", # PSF License
"chacha20poly1305", # LGPL
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
"commentjson", # https://github.com/vaidik/commentjson/pull/55
"crownstone-cloud", # https://github.com/crownstone/crownstone-lib-python-cloud/pull/5
"crownstone-core", # https://github.com/crownstone/crownstone-lib-python-core/pull/6
Expand All @@ -156,6 +157,7 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"nsw-fuel-api-client", # https://github.com/nickw444/nsw-fuel-api-client/pull/14
"pigpio", # https://github.com/joan2937/pigpio/pull/608
"pyEmby", # https://github.com/mezz64/pyEmby/pull/12
"pymitv", # MIT
"pyTibber", # https://github.com/Danielhiversen/pyTibber/pull/294
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
"pyeconet", # https://github.com/w1ll1am23/pyeconet/pull/41
Expand Down Expand Up @@ -184,7 +186,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"asterisk_mbox": AwesomeVersion(
"0.5.0"
), # No license, integration is deprecated and scheduled for removal in 2024.9.0
"chacha20poly1305-reuseable": AwesomeVersion("0.12.1"), # has 2 licenses
"concord232": AwesomeVersion(
"0.15"
), # No license https://github.com/JasonCarter80/concord232/issues/19
Expand All @@ -195,7 +196,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"1.2.3"
), # No License https://github.com/jafar-atili/pyElectra/issues/3
"pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal)
"pymitv": AwesomeVersion("1.4.3"), # Not sure why pip-licenses doesn't pick this up
"refoss_ha": AwesomeVersion(
"1.2.1"
), # No License https://github.com/ashionky/refoss_ha/issues/4
Expand Down

0 comments on commit 74f04a1

Please sign in to comment.