summaryrefslogtreecommitdiff
path: root/recipes/schroedinger.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/schroedinger.recipe
parentf1b5cf39a222be7993869504b9546939ddd7c538 (diff)
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r--recipes/schroedinger.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/schroedinger.recipe b/recipes/schroedinger.recipe
index 15d2f697..e5b457b4 100644
--- a/recipes/schroedinger.recipe
+++ b/recipes/schroedinger.recipe
@@ -4,7 +4,8 @@
class Recipe(recipe.Recipe):
name = 'schroedinger'
version = '1.0.11'
- license = License.LGPLv2
+ # either LGPLv2 or GPLv2 or MPLv1.1 or MIT
+ licenses = [License.LGPLv2]
files_libs = ['libschroedinger-1.0']
files_devel = ['include/schroedinger-1.0', 'lib/pkgconfig/schroedinger-1.0.pc']