From patchwork Wed Aug 22 07:08:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 179248 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 4E5252C00A2 for ; Wed, 22 Aug 2012 17:09:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5CE228D6B3; Wed, 22 Aug 2012 07:09:01 +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 vMjtyfjIIyyx; Wed, 22 Aug 2012 07:08:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 586CB8D69A; Wed, 22 Aug 2012 07:08:54 +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 598188F75B for ; Wed, 22 Aug 2012 07:08:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4C3118D69A for ; Wed, 22 Aug 2012 07:08:53 +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 aFo93vO52sT3 for ; Wed, 22 Aug 2012 07:08:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1EFB28D698 for ; Wed, 22 Aug 2012 07:08:47 +0000 (UTC) Received: by wgbfm10 with SMTP id fm10so409966wgb.10 for ; Wed, 22 Aug 2012 00:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=cL9DPI5A5vSrxh5mcVvAgD+Lt6Ys/muf5sGO8pxL9MI=; b=LX2Kc7CLSIUbhEKFHlA8dQUmZw47XkrqKzlk0pNQ1dUlSUkJOhjszsNhfoWXMqLtFm ZgAjXHbSfNLgbKI36Mu0AzIODepQIAwzkk2Q08vo+K6W37sjCOt25vwoYdjGzTJt2AFN iqdQDEm+jcHlh055g3N70e1WuUTpOpGDHu9mYUUPkuZArH576QZYW0uirHnZM1C7/Ls/ UKJX1ESfvrnMR4vb4m6Tt6Sg9ZlE1JolcI+XUhDqe46RfBm1VuDGnCajEC93YNymCpFx m6+Wpv0jm8Hrnf7fmakWcrs+aX9G5LRsriNwPBDHBH1s80MzwD0QKDiO/EklmioBjyng wY0A== Received: by 10.180.84.1 with SMTP id u1mr3385273wiy.15.1345619326238; Wed, 22 Aug 2012 00:08:46 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id r9sm880304wia.2.2012.08.22.00.08.44 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2012 00:08:45 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 22 Aug 2012 08:08:40 +0100 Message-Id: <1345619321-4644-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] inotify-tools: 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/inotify-tools/inotify-tools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index 52a1701..7c37929 100644 --- a/package/inotify-tools/inotify-tools.mk +++ b/package/inotify-tools/inotify-tools.mk @@ -6,3 +6,5 @@ INOTIFY_TOOLS_VERSION = 3.14 INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/ $(eval $(autotools-package)) +INOTIFY_TOOLS_LICENSE = GPLv2+ +INOTIFY_TOOLS_LICENSE_FILES = COPYING