diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2018-03-31 00:29:15 +0530 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-30 21:48:18 +0200 |
commit | 543261cd5303578a96ca154c4ece9d5e0d81eb1d (patch) | |
tree | d0fb31f96d4dbb9737e4edff9641fb1c350f1f4c | |
parent | 5ccd6958d54d194a623f23debeefce15c6aaccc7 (diff) | |
download | buildroot-543261cd5303578a96ca154c4ece9d5e0d81eb1d.tar.gz buildroot-543261cd5303578a96ca154c4ece9d5e0d81eb1d.zip |
opus-tools: update license
As per COPYING file, opusinfo is licensed under GPL version 2.
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/opus-tools/opus-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opus-tools/opus-tools.mk b/package/opus-tools/opus-tools.mk index a81e75eb0e..ab00ced705 100644 --- a/package/opus-tools/opus-tools.mk +++ b/package/opus-tools/opus-tools.mk @@ -6,7 +6,7 @@ OPUS_TOOLS_VERSION = 0.1.10 OPUS_TOOLS_SITE = https://downloads.xiph.org/releases/opus -OPUS_TOOLS_LICENSE = BSD-2-Clause +OPUS_TOOLS_LICENSE = BSD-2-Clause, GPL-2.0 (opusinfo) OPUS_TOOLS_LICENSE_FILES = COPYING OPUS_TOOLS_CONF_OPTS = --disable-oggtest --disable-opustest OPUS_TOOLS_DEPENDENCIES = opus libogg host-pkgconf |