From aee893fc3f18bfe8ed76036981e05eb38a07d43e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 01/21] pkg: aversiveplusplus: add license information --- pkg/aversiveplusplus/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/aversiveplusplus/Makefile b/pkg/aversiveplusplus/Makefile index 7a2ccef625..5b87b49136 100644 --- a/pkg/aversiveplusplus/Makefile +++ b/pkg/aversiveplusplus/Makefile @@ -1,6 +1,7 @@ PKG_NAME=aversiveplusplus PKG_URL=https://github.com/AversivePlusPlus/AversivePlusPlus.git PKG_VERSION=7189e63551fd156719528016d585d870996d8834 +PKG_LICENSE=BSD-3-Clause .PHONY: all From ab141c77cbbfce5068542a6f92815e08b9b1db57 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 02/21] pkg: ccn-lite: add license information --- pkg/ccn-lite/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ccn-lite/Makefile b/pkg/ccn-lite/Makefile index 8a038e856a..091dd79190 100644 --- a/pkg/ccn-lite/Makefile +++ b/pkg/ccn-lite/Makefile @@ -1,6 +1,7 @@ PKG_NAME=ccn-lite PKG_URL=https://github.com/cn-uofbasel/ccn-lite/ PKG_VERSION=0b1de2da1ef407ee5793c0e7eda420391ae056dc +PKG_LICENSE=ISC .PHONY: all From f3299f5309ad797730417c1e8254aae410dd7cde Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 03/21] pkg: cmsis-dsp: add license information --- pkg/cmsis-dsp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmsis-dsp/Makefile b/pkg/cmsis-dsp/Makefile index 845616c9be..2442a1362c 100644 --- a/pkg/cmsis-dsp/Makefile +++ b/pkg/cmsis-dsp/Makefile @@ -1,6 +1,7 @@ PKG_NAME=cmsis-dsp PKG_URL=https://github.com/gebart/CMSIS-DSP.git PKG_VERSION=v1.4.5a-riot2 +PKG_LICENSE=BSD-3-Clause ifneq ($(RIOTBASE),) include $(RIOTBASE)/Makefile.base From 9d89b265de07a069318543f81b4bc6139f6e9c8a Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 04/21] pkg: jsmn: add license information --- pkg/jsmn/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/jsmn/Makefile b/pkg/jsmn/Makefile index d582cc3ad4..18dfe2c5c1 100644 --- a/pkg/jsmn/Makefile +++ b/pkg/jsmn/Makefile @@ -1,6 +1,7 @@ PKG_NAME=jsmn PKG_URL=https://github.com/zserge/jsmn PKG_VERSION=b77d84ba48e057aa464b6c6b6f6209e632918cb3 +PKG_LICENSE=MIT .PHONY: all From d448a1567bdbb13bd3a80ea653c7cdfd17790de8 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 05/21] pkg: nanocoap: add license information --- pkg/nanocoap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/nanocoap/Makefile b/pkg/nanocoap/Makefile index e0349802eb..45c514c10e 100644 --- a/pkg/nanocoap/Makefile +++ b/pkg/nanocoap/Makefile @@ -1,6 +1,7 @@ PKG_NAME=nanocoap PKG_URL=https://github.com/kaspar030/sock PKG_VERSION=cf2aff1b4322cee06bb5b24d0215bb764372fba7 +PKG_LICENSE=LGPL-2.1 .PHONY: all From 21784128365d7458c93d9f2d670b4644c4808ae8 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 06/21] pkg: openwsn: add license information --- pkg/openwsn/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/openwsn/Makefile b/pkg/openwsn/Makefile index 5961ed7b67..a2b9d03633 100644 --- a/pkg/openwsn/Makefile +++ b/pkg/openwsn/Makefile @@ -1,6 +1,7 @@ PKG_NAME=openwsn PKG_URL=https://github.com/openwsn-berkeley/openwsn-fw.git PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8 +PKG_LICENSE=BSD-3-Clause .PHONY: all From 442711ed989592c87642e9e27f59c5371413aabb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:54:34 +0100 Subject: [PATCH 07/21] pkg: u8g2: add license information --- pkg/u8g2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/u8g2/Makefile b/pkg/u8g2/Makefile index 9fed0ba71e..45ff52946f 100644 --- a/pkg/u8g2/Makefile +++ b/pkg/u8g2/Makefile @@ -1,6 +1,7 @@ PKG_NAME=u8g2 PKG_URL=https://github.com/olikraus/u8g2 PKG_VERSION=2c9ca376e0e0eaa496494926ccfd77b035518c8d +PKG_LICENSE=BSD-2-Clause .PHONY: all From 5f9bb4eec9b7b05751e0add0e7a03c205448141b Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 08/21] pkg: emb6: add license information, cleanup --- pkg/emb6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/emb6/Makefile b/pkg/emb6/Makefile index 40d3bfaf07..8d2ade6db3 100644 --- a/pkg/emb6/Makefile +++ b/pkg/emb6/Makefile @@ -1,7 +1,7 @@ PKG_NAME=emb6 PKG_URL=https://github.com/hso-esk/emb6.git PKG_VERSION=14e4a3cfff01644e078870e14e16a1fe60dcc895 -PKG_BUILDDIR ?= $(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) +PKG_LICENSE=BSD-3-Clause .PHONY: all From 5468669389d96e8180a43f876ad38dd1d28b16f5 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 09/21] pkg: iotivity: add license information, cleanup --- pkg/iotivity/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/iotivity/Makefile b/pkg/iotivity/Makefile index 3d6fa0d9ac..b31bb9f2f3 100644 --- a/pkg/iotivity/Makefile +++ b/pkg/iotivity/Makefile @@ -1,11 +1,10 @@ PKG_NAME=iotivity-constrained PKG_URL=https://github.com/iotivity/iotivity-constrained PKG_VERSION=96b50da1762d016790ac7fa516d95a0252bb2f72 -PKG_DIR=$(CURDIR) +PKG_LICENSE=Apache-2.0 PKG_LIB=$(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) - MODULE_MAKEFILE := $(PKG_DIR)/Makefile.module export PKG_DIR From c413fca8c7d665c9b46cb787ab145a7ba02ba315 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 10/21] pkg: libcoap: add license information, cleanup --- pkg/libcoap/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/libcoap/Makefile b/pkg/libcoap/Makefile index 29948beda3..4fc4944dcd 100644 --- a/pkg/libcoap/Makefile +++ b/pkg/libcoap/Makefile @@ -1,11 +1,7 @@ PKG_NAME=libcoap PKG_URL=https://github.com/obgm/libcoap PKG_VERSION=ef41ce5d02d64cec0751882ae8fd95f6c32bc018 - -ifneq ($(RIOTBASE),) -INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ - -I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include -endif +PKG_LICENSE=BSD-2-Clause .PHONY: all From 0e61f97e9d7a82bba5e30ff6401ad44549b96c15 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 11/21] pkg: libfixmath: add license information, cleanup --- pkg/libfixmath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/libfixmath/Makefile b/pkg/libfixmath/Makefile index 6668796eb9..139fa3c7ac 100644 --- a/pkg/libfixmath/Makefile +++ b/pkg/libfixmath/Makefile @@ -1,7 +1,7 @@ PKG_NAME := libfixmath PKG_VERSION := ad9ed940e57d43432b276e95aee6ca9df6f23ccd -PKG_URL := git://github.com/PetteriAimonen/libfixmath -PKG_BUILDDIR ?= $(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) +PKG_URL := https://github.com/PetteriAimonen/libfixmath +PKG_LICENSE := MIT .PHONY: all From 21a58c9e88dbe6f25b43b487bcfc2ce0535bc263 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 12/21] pkg: lwip: add license information, cleanup --- pkg/lwip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lwip/Makefile b/pkg/lwip/Makefile index ea3d93ed5e..9aef775e40 100644 --- a/pkg/lwip/Makefile +++ b/pkg/lwip/Makefile @@ -1,7 +1,7 @@ PKG_NAME=lwip PKG_URL=git://git.savannah.nongnu.org/lwip.git PKG_VERSION=fd4a109ffa6513b28a0c780a952cef1110423717 -PKG_BUILDDIR ?= $(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) +PKG_LICENSE=BSD-3-Clause .PHONY: all From f037cd9a0b5412cc647d5d1a0895772fccbd01f4 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 13/21] pkg: micro-ecc: add license information, cleanup --- pkg/micro-ecc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/micro-ecc/Makefile b/pkg/micro-ecc/Makefile index c394db2f5a..5f138e8339 100644 --- a/pkg/micro-ecc/Makefile +++ b/pkg/micro-ecc/Makefile @@ -1,11 +1,7 @@ PKG_NAME=micro-ecc PKG_URL=https://github.com/kmackay/micro-ecc.git PKG_VERSION=b6c0cdbe7d20af48b0c2a909a66ff00b093d1542 - -ifneq ($(RIOTBASE),) -INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ - -I$(RIOTBASE)/sys/posix/include -endif +PKG_LICENSE=BSD-2-Clause .PHONY: all From 95ffb22a894505058fd5af7560a5671bffdc5e17 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 14/21] pkg: microcoap: add license information, cleanup --- pkg/microcoap/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkg/microcoap/Makefile b/pkg/microcoap/Makefile index be2f807393..b776bfd11d 100644 --- a/pkg/microcoap/Makefile +++ b/pkg/microcoap/Makefile @@ -1,11 +1,7 @@ PKG_NAME=microcoap -PKG_URL=git://github.com/1248/microcoap.git +PKG_URL=https://github.com/1248/microcoap.git PKG_VERSION=9cb1dcda2182a8dca8483b230cda8b591a924c82 - -ifneq ($(RIOTBASE),) -INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ - -I$(RIOTBASE)/sys/posix/include -endif +PKG_LICENSE=MIT .PHONY: all From e4fddaacf9990fad3f09a801ee196f69add0e6e0 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 15/21] pkg: nordic_softdevice_ble: add license information --- pkg/nordic_softdevice_ble/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/nordic_softdevice_ble/Makefile b/pkg/nordic_softdevice_ble/Makefile index 0e44c05d94..a10976f065 100644 --- a/pkg/nordic_softdevice_ble/Makefile +++ b/pkg/nordic_softdevice_ble/Makefile @@ -2,6 +2,7 @@ PKG_NAME = nordic_softdevice_ble PKG_VERSION = 3288530 PKG_FILE = nrf5_iot_sdk_$(PKG_VERSION).zip PKG_URL = https://developer.nordicsemi.com/nRF5_IoT_SDK/nRF5_IoT_SDK_v0.9.x/$(PKG_FILE) +PKG_LICENSE = nordic-bsd PKG_DIR=$(CURDIR) PKG_BUILDDIR=$(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) PKG_SRCDIR=$(PKG_BUILDDIR)/src From c1e738b74360af43f61a0cd73d44f2e165dab1e0 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 16/21] pkg: oonf_api: add license information, cleanup --- pkg/oonf_api/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/oonf_api/Makefile b/pkg/oonf_api/Makefile index 6b20b7797a..1a16ae79d9 100644 --- a/pkg/oonf_api/Makefile +++ b/pkg/oonf_api/Makefile @@ -1,11 +1,7 @@ PKG_NAME=oonf_api PKG_URL=https://github.com/OLSR/OONF.git PKG_VERSION=v0.3.0 - -ifneq ($(RIOTBASE),) -INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ - -I$(RIOTBASE)/sys/posix/include -endif +PKG_LICENSE=BSD-3-Clause MODULE:=$(PKG_NAME) From e151c038716b6f9c527aaba92c3e6858d4298c7d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 17/21] pkg: relic: add license information, cleanup --- pkg/relic/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkg/relic/Makefile b/pkg/relic/Makefile index 32a4a89d0c..7b26baba4f 100644 --- a/pkg/relic/Makefile +++ b/pkg/relic/Makefile @@ -1,11 +1,7 @@ PKG_NAME=relic -PKG_URL=http://github.com/relic-toolkit/relic.git +PKG_URL=https://github.com/relic-toolkit/relic.git PKG_VERSION=cdcfaeef101d18c3231c3b46359c519dd72682e8 - -ifneq ($(RIOTBASE),) -INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ - -I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include -endif +PKG_LICENSE=LGPL-2.1 .PHONY: all From 487e3e93454f8732990b23ef05b952a489fced7f Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:46 +0100 Subject: [PATCH 18/21] pkg: tiny-asn1: add license information, cleanup --- pkg/tiny-asn1/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/tiny-asn1/Makefile b/pkg/tiny-asn1/Makefile index ac6dfc1654..1611f412e8 100644 --- a/pkg/tiny-asn1/Makefile +++ b/pkg/tiny-asn1/Makefile @@ -1,6 +1,7 @@ PKG_NAME = tiny-asn1 PKG_URL = https://gitlab.com/matthegap/tiny-asn1.git PKG_VERSION = b09f058966c6296904487c3f8fc04c68fe83b2cc +PKG_LICENSE = LGPL-3 export TINYASN1_ROOT=$(CURDIR) INCLUDES+=-I$(TINYASN1_ROOT)/src @@ -9,4 +10,5 @@ INCLUDES+=-I$(TINYASN1_ROOT)/src all: git-download $(MAKE) -C $(PKG_BUILDDIR)/src + include $(RIOTBASE)/pkg/pkg.mk From 9700e96202c166401871f4542a7e028023a9ee59 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:47 +0100 Subject: [PATCH 19/21] pkg: tinydtls: add license information, cleanup --- pkg/tinydtls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/tinydtls/Makefile b/pkg/tinydtls/Makefile index cf06653a49..c4f2e4ce21 100644 --- a/pkg/tinydtls/Makefile +++ b/pkg/tinydtls/Makefile @@ -1,8 +1,8 @@ PKG_NAME=tinydtls -PKG_URL=git://github.com/rfuentess/TinyDTLS.git +PKG_URL=https://github.com/rfuentess/TinyDTLS.git # PKG_VERSION=RIOT-OS PKG_VERSION=d06ad84d3e8bd3e86f7557faee34b68d5f8c0129 -PKG_BUILDDIR ?= $(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) +PKG_LICENSE=EPL-1.0,EDL-1.0 .PHONY: all From 79d2f9e5749a39e6570abea221ec2cbd66a2b95d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:47 +0100 Subject: [PATCH 20/21] pkg: tlsf: add license information --- pkg/tlsf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tlsf/Makefile b/pkg/tlsf/Makefile index fb27fb2749..f32e946dd4 100644 --- a/pkg/tlsf/Makefile +++ b/pkg/tlsf/Makefile @@ -2,6 +2,7 @@ PKG_NAME = tlsf PKG_VERSION = 3.0 PKG_FILE = tlsf-$(PKG_VERSION).zip PKG_URL = http://download.riot-os.org/$(PKG_FILE) +PKG_LICENSE = PD PKG_DIR=$(CURDIR) PKG_BUILDDIR=$(BINDIRBASE)/pkg/$(BOARD)/$(PKG_NAME) PKG_SRCDIR=$(PKG_BUILDDIR)/src From 5dd690181b50da6baef03831f91942815f2d05cd Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 8 Jan 2017 21:55:47 +0100 Subject: [PATCH 21/21] pkg: wakaama: add license information, cleanup --- pkg/wakaama/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/wakaama/Makefile b/pkg/wakaama/Makefile index 7f29eb345f..250886c9ca 100644 --- a/pkg/wakaama/Makefile +++ b/pkg/wakaama/Makefile @@ -1,6 +1,7 @@ PKG_NAME=wakaama -PKG_URL=git://github.com/eclipse/wakaama.git +PKG_URL=https://github.com/eclipse/wakaama.git PKG_VERSION=69a32cfae39f66fe4eec4cc8d1cd48ced7ad447c +PKG_LICENSE=EDL-1.0,EPL-1.0 .PHONY: all