[Buildroot] [PATCH 1/1] package/qdecoder: set license to BSD-2-Clause

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Nov 20 11:22:53 UTC 2021


Set license to BSD-2-Clause instead of BSD-2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/qdecoder/qdecoder.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qdecoder/qdecoder.mk b/package/qdecoder/qdecoder.mk
index 12784fc451..8cb5d3bc97 100644
--- a/package/qdecoder/qdecoder.mk
+++ b/package/qdecoder/qdecoder.mk
@@ -6,7 +6,7 @@
 
 QDECODER_VERSION = 12.0.8
 QDECODER_SITE = $(call github,wolkykim,qdecoder,v$(QDECODER_VERSION))
-QDECODER_LICENSE = BSD-2
+QDECODER_LICENSE = BSD-2-Clause
 QDECODER_LICENSE_FILES = COPYING
 QDECODER_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 
-- 
2.33.0



More information about the buildroot mailing list