From: Denys Dmytriyenko Date: Mon, 15 Mar 2010 21:18:24 +0000 (-0400) Subject: devmem2: update LICENSE to more specific GPLv2 X-Git-Tag: Release-2010-05/1~340^2~128^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92d53f0856d586e901193a3d3817a7566a2cfe9;p=openembedded.git devmem2: update LICENSE to more specific GPLv2 --- diff --git a/recipes/devmem2/devmem2.bb b/recipes/devmem2/devmem2.bb index 4888d333b1..6a18173329 100644 --- a/recipes/devmem2/devmem2.bb +++ b/recipes/devmem2/devmem2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Simple program to read/write from/to any location in memory." SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r3" S = "${WORKDIR}"