From patchwork Wed May 8 09:40:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 242528 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 CAD6E2C0118 for ; Wed, 8 May 2013 19:40:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 37C8AA00EE; Wed, 8 May 2013 09:40:23 +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 OnSD2ZAI55c9; Wed, 8 May 2013 09:40:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C4EB9A011A; Wed, 8 May 2013 09:40:17 +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 365848F753 for ; Wed, 8 May 2013 09:40:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A70CF8B689 for ; Wed, 8 May 2013 09:40:17 +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 S48Vg0BU-owX for ; Wed, 8 May 2013 09:40:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id D10858C761 for ; Wed, 8 May 2013 09:40:12 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id l13so4794907wie.10 for ; Wed, 08 May 2013 02:40:11 -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=kTbZONKxCg/mwOnrQidDrwGMhMaJAaMSL1Q5VCExN+0=; b=IML0mXCTBIO5S8mvu1gyi6Yu4VFcmEY3zqSQB4o3Nz12bNbKx+nIAzwhkC4pexJ2D3 d2rS08ND75SQ/MD92MZVzPJiQctW4ANC0fi9OzBijvpubL5cIaRyrf+85KbApw21vA/l kDRmhdJAHDzMid82+t+MRF8MmfkwqblU5aYaz861680HEu04/xojPsYFFA6mqwzDz/Vz /rGI4PdzVqoKJun0DV4a7eQbq4lmIoVOFbYYUqX/ZNZvcR+u9S8gKnKbKRQ+D9rAV5ts syvnVg2zOpMFNy3INPWDDWGUCo84uxVUxUfdBfaKmXsR1gnh6aPV7ibwt/OJDRheb34L +2Ag== X-Received: by 10.194.77.103 with SMTP id r7mr9309460wjw.12.1368006011200; Wed, 08 May 2013 02:40:11 -0700 (PDT) Received: from percy.lan (host-2-97-77-206.as13285.net. [2.97.77.206]) by mx.google.com with ESMTPSA id o3sm8723755wia.2.2013.05.08.02.40.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 02:40:09 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 8 May 2013 10:40:07 +0100 Message-Id: <1368006007-23708-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] patch: fix 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/patch/patch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/patch/patch.mk b/package/patch/patch.mk index badc431..5a421c7 100644 --- a/package/patch/patch.mk +++ b/package/patch/patch.mk @@ -7,6 +7,6 @@ PATCH_VERSION = 2.7.1 PATCH_SITE = $(BR2_GNU_MIRROR)/patch PATCH_LICENSE = GPLv3+ -PATCH_LICENSE_FILE = COPYING +PATCH_LICENSE_FILES = COPYING $(eval $(autotools-package))