summaryrefslogtreecommitdiff
path: root/package/sam-ba
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-09-18 10:29:58 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-19 19:28:14 +0200
commita81d1cda3f77ce4f6a5b423815e3b7488ba681be (patch)
treedc8c44991949cf5ecfdcdbf7a6d61ea05092cc0b /package/sam-ba
parenteddb1bde5f7ec8a6b5650b43dcbc85d5aa1f917d (diff)
sam-ba: correct license
The sam-ba binary is distributed under a proprietary license. TCL and some applets code is under a BSD-2c like license, while some other applets are under BSD-4c. Also correct license files. Cc: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sam-ba')
-rw-r--r--package/sam-ba/sam-ba.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk
index aede615a3..7fc65c01a 100644
--- a/package/sam-ba/sam-ba.mk
+++ b/package/sam-ba/sam-ba.mk
@@ -7,8 +7,10 @@
SAM_BA_SITE = http://www.atmel.com/dyn/resources/prod_documents
SAM_BA_VERSION = 2.16
SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION)_linux.zip
-SAM_BA_LICENSE = BSD-like (partly binary-only)
-SAM_BA_LICENSE_FILES = doc/readme.txt
+SAM_BA_LICENSE = SAM-BA license (sam-ba executable), \
+ BSD-2c like, BSD-4c (TCL and applets code)
+SAM_BA_LICENSE_FILES = doc/license.txt tcl_lib/boards.tcl \
+ applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h
define HOST_SAM_BA_EXTRACT_CMDS
$(UNZIP) -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE)