| Submitter | Luca Ceresoli |
|---|---|
| Date | Aug. 22, 2012, 8:03 p.m. |
| Message ID | <1345665819-12251-1-git-send-email-luca@lucaceresoli.net> |
| Download | mbox | patch |
| Permalink | /patch/179399/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index b53efad..deb8a8c 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))
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> --- package/inotify-tools/inotify-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)