aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devmem2
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-15 17:18:24 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-03-15 17:18:24 -0400
commitc92d53f0856d586e901193a3d3817a7566a2cfe9 (patch)
tree993663b582250f1669c9e0cda7ef299150747247 /recipes/devmem2
parent48321673dbd1c2340d66008904e624ac44633b06 (diff)
downloadopenembedded-c92d53f0856d586e901193a3d3817a7566a2cfe9.tar.gz
devmem2: update LICENSE to more specific GPLv2
Diffstat (limited to 'recipes/devmem2')
-rw-r--r--recipes/devmem2/devmem2.bb2
1 files changed, 1 insertions, 1 deletions
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}"