Skip to content

Commit

Permalink
pkg/openthread: define PKG_LICENSE to BSD 3-Clause
Browse files Browse the repository at this point in the history
The 'BSD 3-Clause "New" or "Revised" License' is the value found by
github

https://github.com/openthread/openthread/blob/3a248f649acd16448c7f27fe7f17f6f0bb6696f6/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.
  • Loading branch information
cladmi authored and basilfx committed Jan 5, 2020
1 parent c5b4064 commit 0e6b22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/openthread/Makefile
Original file line number Diff line number Diff line change
@@ -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)))
Expand Down

0 comments on commit 0e6b22d

Please sign in to comment.