From patchwork Sat Aug 11 20:12:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 176730 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 03DCD2C0088 for ; Sun, 12 Aug 2012 06:13:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E206710B8F1; Sat, 11 Aug 2012 20:13:13 +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 13S1cOgSAbmg; Sat, 11 Aug 2012 20:13:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0048E10B962; Sat, 11 Aug 2012 20:12:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 95F7A8F753 for ; Sat, 11 Aug 2012 20:12:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9246425795 for ; Sat, 11 Aug 2012 20:12:45 +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 rjwvILmlYsXp for ; Sat, 11 Aug 2012 20:12:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by silver.osuosl.org (Postfix) with ESMTP id 9795025259 for ; Sat, 11 Aug 2012 20:12:44 +0000 (UTC) Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by qmta05.westchester.pa.mail.comcast.net with comcast id lY9U1j0011YDfWL55YCnmH; Sat, 11 Aug 2012 20:12:47 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta20.westchester.pa.mail.comcast.net with comcast id lYCU1j0050s1VyU3gYCUiR; Sat, 11 Aug 2012 20:12:28 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Sat, 11 Aug 2012 16:12:41 -0400 Message-Id: <1344715961-9759-1-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 12/17] lighttpd: add license info 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 Signed-off-by: Danomi Manchego --- package/lighttpd/lighttpd.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index c9decb1..4bad5ba 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -6,6 +6,8 @@ LIGHTTPD_VERSION = 1.4.31 LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x +LIGHTTPD_LICENSE = BSD-3c +LIGHTTPD_LICENSE_FILES = COPYING LIGHTTPD_DEPENDENCIES = host-pkg-config LIGHTTPD_CONF_OPT = \ --libdir=/usr/lib/lighttpd \