summaryrefslogtreecommitdiff
path: root/recipes/icon-naming-utils.recipe
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:50:38 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:52:32 -0300
commit7a46b126697ac70dd24fa50a08c550a4c26e130e (patch)
treeaf0024642c01a13014cbabc268bce5412d6355f1 /recipes/icon-naming-utils.recipe
parentf1b5cf39a222be7993869504b9546939ddd7c538 (diff)
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/icon-naming-utils.recipe')
-rw-r--r--recipes/icon-naming-utils.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/icon-naming-utils.recipe b/recipes/icon-naming-utils.recipe
index 8a4ffaa7..f56d48b3 100644
--- a/recipes/icon-naming-utils.recipe
+++ b/recipes/icon-naming-utils.recipe
@@ -3,5 +3,5 @@
class Recipe(recipe.Recipe):
name = 'icon-naming-utils'
version = '0.8.7'
- license = License.GPL
+ licenses = [License.GPLv2]
deps = ['XML-Simple']