diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-01-28 17:20:36 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-02-04 18:49:30 +0000 |
commit | 24fa840854a56d67e0324a460db3bbea8928ec32 (patch) | |
tree | ff2ef77edea845ff8fb62e4e30dce8d74949366f /recipes/libnice.recipe | |
parent | 3e9e273aa619ee13a7c440ddfb963a803a1eb561 (diff) |
licenses: Fix a couple of licenses and remove unused enums
freetype: You have to pick between FTL and GPLv2
frei0r-plugins: It's GPLv2+, not LGPL
openssl: Obviously, OpenSSL not BSD
harfbuzz: Actually BSD, not LGPLv2+
lame: transitioned to LGPL2, no longer GPL
nettle/gmp: licensed under all three licenses
osx-framework: No license, just copying of files from other recipes
gst-shell, vsintegration, etc: Match with gstreamer's license
toolchain: All LGPLv2+, GPLv2+, or GPLv3+
other recipes: verified by `diff -uw` on license
Remove most unused license enums, except Proprietary
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r-- | recipes/libnice.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe index 9a91e465..9365242a 100644 --- a/recipes/libnice.recipe +++ b/recipes/libnice.recipe @@ -8,6 +8,7 @@ class Recipe(recipe.Recipe): btype = BuildType.MESON url = 'https://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz' tarball_checksum = 'f7280f3f58f594409c719a03009aa819c599078b410796f408251277807587da' + # Either LGPL-2.1+ or MPL-1.1 licenses = [License.LGPLv2_1Plus, License.MPLv1_1] meson_options = {'tests' : 'disabled', 'gstreamer' : 'enabled', |