inotify-tools: fix license
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 22 Aug 2012 20:03:38 +0000 (22:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 22 Aug 2012 21:21:16 +0000 (23:21 +0200)
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 <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/inotify-tools/inotify-tools.mk

index b53efaddcb297e65adb3331b1938b1d6f6f0ce56..deb8a8c0be5f5318e54010e0cbb2eed68fe80b6d 100644 (file)
@@ -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))