1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/heatshrink: define PKG_LICENSE to ISC-License

This "ISC License" is the value found by github

7d419e1fa4/LICENSE

    A permissive license lets people do anything with your code with proper
    attribution and without warranty. The ISC license is functionally
    equivalent to the BSD 2-Clause and MIT licenses, removing some language
    that is no longer necessary.
This commit is contained in:
Gaëtan Harter 2019-10-04 13:48:18 +02:00 committed by Bas Stottelaar
parent 239f16a8f6
commit c5b4064267

View File

@ -1,6 +1,7 @@
PKG_NAME=heatshrink
PKG_URL=https://github.com/atomicobject/heatshrink.git
PKG_VERSION=7d419e1fa4830d0b919b9b6a91fe2fb786cf3280
PKG_LICENSE=ISC-License
.PHONY: all