libtheora: add SPDX license information
authorIan Leonard <antonlacon@gmail.com>
Wed, 26 Nov 2014 07:29:26 +0000 (23:29 -0800)
committerIan Leonard <antonlacon@gmail.com>
Wed, 26 Nov 2014 07:29:26 +0000 (23:29 -0800)
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
libs/libtheora/Makefile

index ae258868d636a228a6f8ded28d7f34f67910b619..d5db86c70ba7d52db2a2dfdb21fcfc0f26febca9 100644 (file)
@@ -13,8 +13,11 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/theora/
 PKG_MD5SUM:=292ab65cedd5021d6b7ddd117e07cd8e
-PKG_FIXUP:=autoreconf
 
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=COPYING LICENSE
+
+PKG_FIXUP:=autoreconf
 PKG_BUILD_DEPENDS:=libvorbis
 
 include $(INCLUDE_DIR)/package.mk