From patchwork Fri May 29 09:38:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 477725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3B3C6140E60 for ; Fri, 29 May 2015 19:39:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Pohx5WGk; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7C3398B90D; Fri, 29 May 2015 09:39:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HPahv8o7TDWW; Fri, 29 May 2015 09:39:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 697208BDAD; Fri, 29 May 2015 09:39:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 61CED1C087D for ; Fri, 29 May 2015 09:38:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5D7BF8B935 for ; Fri, 29 May 2015 09:38:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m82PY1j2zFzh for ; Fri, 29 May 2015 09:38:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8B4678B928 for ; Fri, 29 May 2015 09:38:57 +0000 (UTC) Received: by wgez8 with SMTP id z8so57697994wge.0 for ; Fri, 29 May 2015 02:38:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zkORdi96+OcYxrWehaybZubkbrH2A8/oRgwpaolGyE0=; b=Pohx5WGkwQCOz8qHlIB7GBHisYRnocsK4E2Z6okjNr/h8DhpBzZPfvRhuxJSIzAZV8 fnwfV7YJN4EZT/OYjn2UN30Wpwr8HI8vkxsdWPxpeRSpai8JBNGvA458ULGhJMOONOb2 7DeJ3u0JQvZXrQehONtP5FUHmmcl1qZvTqZzua8hQnRvKD44xeS91tGlrQbhvMLgO9fS MvAT3vVundvI27oELMUDhoSqqH6LughymHIObFowVOCuxpshwYTrefnDd/GwdWhUCv0r BxN47TTF8rpdPjoiWbFiJllGgBV0LXmDsaYoeGu/Y6pKxWXyoxr1iBEQaRwPrZz2+HRV oLYQ== X-Received: by 10.194.175.65 with SMTP id by1mr13917818wjc.152.1432892336210; Fri, 29 May 2015 02:38:56 -0700 (PDT) Received: from localhost.localdomain ([89.202.204.100]) by mx.google.com with ESMTPSA id lz17sm2210670wic.24.2015.05.29.02.38.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 May 2015 02:38:55 -0700 (PDT) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Fri, 29 May 2015 11:38:44 +0200 Message-Id: <1432892326-10261-2-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1432892326-10261-1-git-send-email-angelo.compagnucci@gmail.com> References: <1432892326-10261-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH 1/3] boot/at91bootstrap3: add license information X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" This patch adds licensing informations to at91bootstrap3 Signed-off-by: Angelo Compagnucci --- boot/at91bootstrap3/at91bootstrap3.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/at91bootstrap3/at91bootstrap3.mk b/boot/at91bootstrap3/at91bootstrap3.mk index ff49e14..2164a74 100644 --- a/boot/at91bootstrap3/at91bootstrap3.mk +++ b/boot/at91bootstrap3/at91bootstrap3.mk @@ -6,6 +6,8 @@ AT91BOOTSTRAP3_VERSION = v3.7.1 AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION)) +AT91BOOTSTRAP3_LICENSE = BSD-2c +AT91BOOTSTRAP3_LICENSE_FILES = main.c AT91BOOTSTRAP3_INSTALL_IMAGES = YES AT91BOOTSTRAP3_INSTALL_TARGET = NO