diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-25 23:50:38 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-25 23:52:32 -0300 |
commit | 7a46b126697ac70dd24fa50a08c550a4c26e130e (patch) | |
tree | af0024642c01a13014cbabc268bce5412d6355f1 /recipes/tango-icon-theme.recipe | |
parent | f1b5cf39a222be7993869504b9546939ddd7c538 (diff) |
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/tango-icon-theme.recipe')
-rw-r--r-- | recipes/tango-icon-theme.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tango-icon-theme.recipe b/recipes/tango-icon-theme.recipe index b8173299..5cfda642 100644 --- a/recipes/tango-icon-theme.recipe +++ b/recipes/tango-icon-theme.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'tango-icon-theme' version = '0.8.1' - license = License.LGPL + licenses = [License.CC_BY_SA] configure_options = '--disable-icon-framing ' deps = ['icon-naming-utils'] |