From patchwork Thu Dec 26 02:02:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 305160 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 1A2542C008F for ; Thu, 26 Dec 2013 13:02:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B0B2530070; Thu, 26 Dec 2013 02:02:38 +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 t70EWi3UxIEx; Thu, 26 Dec 2013 02:02:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D1F3626623; Thu, 26 Dec 2013 02:02:36 +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 EE7341BF977 for ; Thu, 26 Dec 2013 02:02:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E970B84956 for ; Thu, 26 Dec 2013 02:02:34 +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 YkExAv0B+aBr for ; Thu, 26 Dec 2013 02:02:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id ACCB8828D5 for ; Thu, 26 Dec 2013 02:02:33 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id fa1so7761715pad.31 for ; Wed, 25 Dec 2013 18:02:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=RgqLTsUBuZfvBnHUrBKSw6HRZObY+kUwtv3xpy1/aTw=; b=O8nz+j4028cSnz9UBsak3T2a/SRfkVumaeiFGhwAx+EqbPT90ZBrQIDYkQUOxO3+jc rnJO7S2Eqi3ZjzJF2q1B7GtBd44gbsF1wm5WrdWBBqjTx1t6CsxK1r7DYcxeBeYn9umD 5S74/L25tdEdIMf2CoaBJ0mS5KSdXrt5b46w/BMW21vnPkgg9GrNzIr4kiUV1/kG06fP VIIWKvdxG7cO/Rlvtx8QxRA/Ato/oNxCkhO/u3hTztfoIsJ4vh8/ZXVKiKcAB/2/4Yov rvUnYOQjVMrCmvMYUo1TBkkjDsyBf3ZQx4uW2Ku4FWTzspkHYIqabsGm3L6AtQZowt27 0vVQ== X-Gm-Message-State: ALoCoQmuPH6DvNKy/uzH2Yo0et6zXrKNnAvT2i6TeQfHz88bZ6gS4uTR4Dol0b36gbMz0rPALjYO X-Received: by 10.67.24.7 with SMTP id ie7mr40913303pad.112.1388023353306; Wed, 25 Dec 2013 18:02:33 -0800 (PST) Received: from [192.168.0.102] (218-164-137-100.dynamic.hinet.net. [218.164.137.100]) by mx.google.com with ESMTPSA id uf2sm51136581pbc.28.2013.12.25.18.02.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Dec 2013 18:02:32 -0800 (PST) Message-ID: <1388023346.6811.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard , Thomas Petazzoni Date: Thu, 26 Dec 2013 10:02:26 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] cramfs: add licensing 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/cramfs/cramfs.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/cramfs/cramfs.mk b/package/cramfs/cramfs.mk index 0f29dd0..710aaa8 100644 --- a/package/cramfs/cramfs.mk +++ b/package/cramfs/cramfs.mk @@ -6,6 +6,8 @@ CRAMFS_VERSION = 1.1 CRAMFS_SITE = http://downloads.sourceforge.net/project/cramfs/cramfs/$(CRAMFS_VERSION) +CRAMFS_LICENSE = GPLv2+ +CRAMFS_LICENSE_FILES = COPYING CRAMFS_DEPENDENCIES = zlib