mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/openthread: define PKG_LICENSE to BSD 3-Clause
The 'BSD 3-Clause "New" or "Revised" License' is the value found by
github
3a248f649a/LICENSE
> A permissive license similar to the BSD 2-Clause License, but with a 3rd
> clause that prohibits others from using the name of the project or its
> contributors to promote derived products without written consent.
This commit is contained in:
parent
c5b4064267
commit
0e6b22dd2e
@ -1,6 +1,7 @@
|
||||
PKG_NAME=openthread
|
||||
PKG_URL=https://github.com/openthread/openthread.git
|
||||
PKG_VERSION=thread-reference-20180926
|
||||
PKG_LICENSE=BSD-3-Clause
|
||||
PKG_BUILDDIR ?= $(PKGDIRBASE)/$(PKG_NAME)
|
||||
|
||||
ifneq (,$(filter openthread-ftd,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user