From patchwork Thu Nov 22 00:18:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200919 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 AA8172C0093 for ; Thu, 22 Nov 2012 11:22:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DC3B6A03A6; Thu, 22 Nov 2012 00:22:55 +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 y9nFiolZZ5e6; Thu, 22 Nov 2012 00:22:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4B3F0A036B; Thu, 22 Nov 2012 00:21:30 +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 43F948F74A for ; Thu, 22 Nov 2012 00:20:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EDE99818B2 for ; Thu, 22 Nov 2012 00:20:16 +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 bq8RtiLAEXPG for ; Thu, 22 Nov 2012 00:20:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 89B958A39D for ; Thu, 22 Nov 2012 00:19:33 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so578117wey.16 for ; Wed, 21 Nov 2012 16:19:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=rcc0d0m7ViFf2aJLQK7G33aLyCDJzL2PrdtJDU19jfo=; b=B7HmRt2Bt1UywXos9TaQxh/Q/DAIDNacGUv7R4GguRbnrmoaaWRDCFu6lkJJ1ElIm9 g8Y8Oye7aDBQ17zIhSGPncDmw0aAc5ZIHZXHflLtnbkJ3GdNzI3t5+pVlwWIc5KQ/0T+ KJMHkiV82aY5xbHhPnqFhzXFD6B9gjWOw+nS3JP3JI5emyNew/ibLlrnvQWlaEK23i/l 4RAGo0dM9Dx2MApBm8NCwWXkiHEpsK7XOXbC/LAokRbKOC5wLD/DZ55K9ljbMHoSRp7s sT0FN+dEzyK0q4w+i59t3KQUd4CTd7USehU0t0NoW3ZZxn2+nd7oZp1O3nawVLAf6ktt H76g== Received: by 10.216.26.138 with SMTP id c10mr8725210wea.76.1353543573668; Wed, 21 Nov 2012 16:19:33 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id r10sm1847697wiz.0.2012.11.21.16.19.32 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:19:32 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:18:23 +0100 Message-Id: <1353543503-8952-34-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> References: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 33/33] sylpheed: 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: Samuel Martin --- package/sylpheed/sylpheed.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk index 3ac2e1e..149c2a3 100644 --- a/package/sylpheed/sylpheed.mk +++ b/package/sylpheed/sylpheed.mk @@ -8,6 +8,8 @@ SYLPHEED_VERSION_MINOR = 0 SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR) SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2 SYLPHEED_SITE = http://sylpheed.sraoss.jp/sylpheed/v$(SYLPHEED_VERSION_MAJOR) +SYLPHEED_LICENSE = GPLv2, except the libraries which are released under LGPLv2.1 +SYLPHEED_LICENSE_FILES = COPIYNG COPYING.LIB SYLPHEED_CONF_OPT = --disable-gtkspell --disable-gpgme