From patchwork Wed Apr 17 08:04:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 237162 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 085EA2C0154 for ; Wed, 17 Apr 2013 18:04:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C3EEBA023F; Wed, 17 Apr 2013 08:04:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VT9d9b840T51; Wed, 17 Apr 2013 08:04:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5CCB7A023C; Wed, 17 Apr 2013 08:04:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9DD408F7A4 for ; Wed, 17 Apr 2013 08:04:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 059608143B for ; Wed, 17 Apr 2013 08:04:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cCJrpInhgKde for ; Wed, 17 Apr 2013 08:04:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id D80C08115A for ; Wed, 17 Apr 2013 08:04:20 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id l13so754345wie.10 for ; Wed, 17 Apr 2013 01:04:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=43w6viPOCj1xQM2iscKtgxTsfvo6y+4No/+zphrZHe0=; b=0je7rUam81x9aC6/Gij4m5mRBlwugfiO66h44Ts+GCg3yqXadkdBQ98J3lWcj+Lbc3 KktKHW+XyjJOTupGqUedjNjomghgp4ZxsPAxJtZPfZJEuYf9PZTkhmvF2jnXTTrKYc8l ufx62lH83Br9SG0pQ2hZ9SKgjpYLqlGbl7LE5zM2rrGTRqdl1MdVmglhHWou8+xKDL8L 8GBZniSDmNouZs5KbV2MEL1gecWT6jiYVKPrBGReBkJVxsKwnkqu84TDaSAXqxZJV9ef STivzuxjp1dMuIiglTYhHe+P2QPvah6jcqmSoZiF0mQf2h3W6F0FuXKZ97sUJGoU/u+Q b4Eg== X-Received: by 10.180.85.103 with SMTP id g7mr24218025wiz.23.1366185859089; Wed, 17 Apr 2013 01:04:19 -0700 (PDT) Received: from localhost.localdomain (host109-145-0-131.range109-145.btcentralplus.com. [109.145.0.131]) by mx.google.com with ESMTPS id g9sm7899946wix.1.2013.04.17.01.04.17 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Apr 2013 01:04:18 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 17 Apr 2013 09:04:15 +0100 Message-Id: <1366185855-15373-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH v2] sam-ba: add license information X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Simon Dawson Signed-off-by: Simon Dawson --- v2: Change the license type, as suggested by Arnout Vandecappelle and Thomas Petazzoni. package/sam-ba/sam-ba.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk index 067bdf1..dba653e 100644 --- a/package/sam-ba/sam-ba.mk +++ b/package/sam-ba/sam-ba.mk @@ -1,6 +1,14 @@ +############################################################# +# +# sam-ba +# +############################################################# + SAM_BA_SITE = http://www.atmel.com/dyn/resources/prod_documents/ SAM_BA_VERSION = 2.12 SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION).zip +SAM_BA_LICENSE = BSD-like (partly binary-only) +SAM_BA_LICENSE_FILES = doc/readme.txt define HOST_SAM_BA_EXTRACT_CMDS unzip -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE)