From 5508643b52093b039374617dfe62c05e6e6ef857 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 May 2012 19:51:47 +0800 Subject: [PATCH] wget: Be more specific about the version of GPL --- recipes-extra/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/wget/wget.inc b/recipes-extra/wget/wget.inc index 25f36c8..450d519 100644 --- a/recipes-extra/wget/wget.inc +++ b/recipes-extra/wget/wget.inc @@ -1,6 +1,6 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" -LICENSE = "GPL" +LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "openssl"