From: Denys Dmytriyenko Date: Mon, 15 Mar 2010 21:25:04 +0000 (-0400) Subject: i2c-tools: update LICENSE to more specific GPLv2 X-Git-Tag: Release-2010-05/1~340^2~128^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e3bfb5e7ccc9121fcddc948cf2dca1b5c174668;p=openembedded.git i2c-tools: update LICENSE to more specific GPLv2 --- diff --git a/recipes/i2c-tools/i2c-tools_3.0.1.bb b/recipes/i2c-tools/i2c-tools_3.0.1.bb index c8ea32a5f1..7bbad35272 100644 --- a/recipes/i2c-tools/i2c-tools_3.0.1.bb +++ b/recipes/i2c-tools/i2c-tools_3.0.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Set of i2c tools for linux" SECTION = "base" -LICENSE = "GPL" +LICENSE = "GPLv2" SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2" diff --git a/recipes/i2c-tools/i2c-tools_3.0.2.bb b/recipes/i2c-tools/i2c-tools_3.0.2.bb index c44af1e3ba..e86763d857 100644 --- a/recipes/i2c-tools/i2c-tools_3.0.2.bb +++ b/recipes/i2c-tools/i2c-tools_3.0.2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Set of i2c tools for linux" SECTION = "base" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r1"