From patchwork Thu Aug 2 07:18:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 174687 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 6B8292C0094 for ; Thu, 2 Aug 2012 17:18:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 27A7332BBE; Thu, 2 Aug 2012 07:18:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q5APkPWxc0HP; Thu, 2 Aug 2012 07:18:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5A93432B85; Thu, 2 Aug 2012 07:18:29 +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 16A358F753 for ; Thu, 2 Aug 2012 07:18:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0BD218DAC6 for ; Thu, 2 Aug 2012 07:18:28 +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 npEPXN4R-Dfp for ; Thu, 2 Aug 2012 07:18:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5ABC38DA9B for ; Thu, 2 Aug 2012 07:18:26 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so3664520wib.10 for ; Thu, 02 Aug 2012 00:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=BV67t7GW8hPCFP+PYR5TmCDggi1n1cUZmkWxg0c0jLc=; b=kNWV+IMkACutVx34VtsZ/gjpFaFBRyTERK+u2epV/fw7IWY3pWN2ly/mguYm5zwpG4 0aIUJkCMA2JhW3uyc5q8PyLPHzD86qxmM3pMer3E/r9TVnvJ7y/7X/CjsXfpcaP5LgUS ibjb1kN8BO09opYOXMZF9gpvT8UZIaRZJhMz0tat7eom42855gsq523S0b+8TAQLevlE 8iriydQpU85XizFyuoTmL3dupdVvzloAFX1PCfZ56jnsFwbhWgMNlvPQFlv3rSkq+epD fpMJ9yf2WvSgBqILLJaKpSIWJXPGV2JITwrZNVG7fZvpMFDkQnIWjjM7IJ/zDWmqjsF7 vRAA== Received: by 10.180.84.1 with SMTP id u1mr2237528wiy.15.1343891904421; Thu, 02 Aug 2012 00:18:24 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id z11sm15164779wiv.10.2012.08.02.00.18.22 (version=SSLv3 cipher=OTHER); Thu, 02 Aug 2012 00:18:23 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 2 Aug 2012 08:18:21 +0100 Message-Id: <1343891901-8678-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] empty: 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 --- package/empty/empty.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/empty/empty.mk b/package/empty/empty.mk index 97b1e7e..005f880 100644 --- a/package/empty/empty.mk +++ b/package/empty/empty.mk @@ -6,6 +6,8 @@ EMPTY_VERSION = 0.6.18b EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION) +EMPTY_LICENSE = BSD-3c +EMPTY_LICENSE_FILES = COPYRIGHT define EMPTY_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all