summaryrefslogtreecommitdiff
path: root/recipes/libvorbis.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/libvorbis.recipe
parentf1b5cf39a222be7993869504b9546939ddd7c538 (diff)
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/libvorbis.recipe')
-rw-r--r--recipes/libvorbis.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvorbis.recipe b/recipes/libvorbis.recipe
index a907f0a1..9434d3bc 100644
--- a/recipes/libvorbis.recipe
+++ b/recipes/libvorbis.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'libvorbis'
version = '1.3.2'
- license = License.BSD_like
+ licenses = [License.BSD_like]
deps = ['libogg']
files_libs = ['libvorbis', 'libvorbisenc', 'libvorbisfile']