From: Luca Ceresoli Date: Wed, 22 Aug 2012 20:03:38 +0000 (+0200) Subject: inotify-tools: fix license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b502930374bb6b179d4cfb42bf1db06e051bc8fd;p=buildroot.git inotify-tools: fix license No specific GPL version is declared, so it defaults to "any version ever published", as clause 9 of the GPLv2 states. Fixes a05a1cc16b9b3. Signed-off-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index b53efaddcb..deb8a8c0be 100644 --- a/package/inotify-tools/inotify-tools.mk +++ b/package/inotify-tools/inotify-tools.mk @@ -5,7 +5,7 @@ ############################################################# INOTIFY_TOOLS_VERSION = 3.14 INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/ -INOTIFY_TOOLS_LICENSE = GPLv2+ +INOTIFY_TOOLS_LICENSE = GPL INOTIFY_TOOLS_LICENSE_FILES = COPYING $(eval $(autotools-package))