diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2012-08-22 22:03:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-22 23:21:16 +0200 |
commit | b502930374bb6b179d4cfb42bf1db06e051bc8fd (patch) | |
tree | b725f0e1a942f84ef945812d01bfa90b37bfa1e8 | |
parent | d10c263b7fe6c389561ead92ce0c8453c3a77fa9 (diff) | |
download | buildroot-novena-b502930374bb6b179d4cfb42bf1db06e051bc8fd.tar.gz buildroot-novena-b502930374bb6b179d4cfb42bf1db06e051bc8fd.zip |
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 <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/inotify-tools/inotify-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index b53efaddc..deb8a8c0b 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)) |