From patchwork Mon Apr 15 07:51:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 236515 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 2D5902C00DA for ; Mon, 15 Apr 2013 17:57:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AE3ED10164C; Mon, 15 Apr 2013 07:57:01 +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 bVC-Fg3ErTKS; Mon, 15 Apr 2013 07:57:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1E4F310135C; Mon, 15 Apr 2013 07:57:00 +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 7B2D98F74B for ; Mon, 15 Apr 2013 07:57:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2B268BD71 for ; Mon, 15 Apr 2013 07:57:15 +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 AjaPs8UgnFoI for ; Mon, 15 Apr 2013 07:57:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 930D18BB3D for ; Mon, 15 Apr 2013 07:57:14 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t57so3396323wey.32 for ; Mon, 15 Apr 2013 00:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=1i9nRPHAaE0h7Fbtg+kcevu7RA06GvcoGnVIVq03byQ=; b=s+wpjZ8fjDp8pH5V9WBjnr6DwzzRwvQGiq0NhjTMfHrqV4ZDp84ldEOUpozJR5LfUy fxrXeHK8uXHotFtXUFAp9qo/8XeETyxMAtBCX3qhjJSKS+fXEEZpexA51ob2C5z+i6UJ BtEYVOXX5CEMAA9z5OQxdoBjNoUZGKFHnrGHM4Z0WuuAVgOyWNoS4X++OIqZ196dpN7y Ym7I/64ps7MJtctatZst2uFPDKnjFaHmzt65iGONrJMKN3GJLMjuN2yY9jtQAwwY6zp7 0zVBsyspjkbA+nF5sFyI4FJTXUkmTsdNUdNw7xxYySpVZpyZhyPXJc26aPjvRGiDJEKz EAgQ== X-Received: by 10.180.79.227 with SMTP id m3mr9959903wix.12.1366012303161; Mon, 15 Apr 2013 00:51:43 -0700 (PDT) Received: from localhost.localdomain (host109-145-0-131.range109-145.btcentralplus.com. [109.145.0.131]) by mx.google.com with ESMTPS id s2sm13193495wib.4.2013.04.15.00.51.41 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Apr 2013 00:51:42 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Mon, 15 Apr 2013 08:51:40 +0100 Message-Id: <1366012300-32665-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] libid3tag: 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/libid3tag/libid3tag.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libid3tag/libid3tag.mk b/package/libid3tag/libid3tag.mk index fc22976..fff8d8b 100644 --- a/package/libid3tag/libid3tag.mk +++ b/package/libid3tag/libid3tag.mk @@ -7,6 +7,8 @@ LIBID3TAG_VERSION = 0.15.1b LIBID3TAG_SOURCE = libid3tag-$(LIBID3TAG_VERSION).tar.gz LIBID3TAG_SITE = http://downloads.sourceforge.net/project/mad/libid3tag/$(LIBID3TAG_VERSION) +LIBID3TAG_LICENSE = GPLv2+ +LIBID3TAG_LICENSE_FILES = COPYING COPYRIGHT LIBID3TAG_INSTALL_STAGING = YES LIBID3TAG_DEPENDENCIES = zlib LIBID3TAG_LIBTOOL_PATCH = NO