diff mbox series

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

Message ID 20211120112253.2885766-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/qdecoder: set license to BSD-2-Clause | expand

Commit Message

Fabrice Fontaine Nov. 20, 2021, 11:22 a.m. UTC
Set license to BSD-2-Clause instead of BSD-2

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

Comments

Thomas Petazzoni Nov. 21, 2021, 8:37 p.m. UTC | #1
On Sat, 20 Nov 2021 12:22:53 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Set license to BSD-2-Clause instead of BSD-2
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/qdecoder/qdecoder.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Dec. 8, 2021, 8:38 a.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set license to BSD-2-Clause instead of BSD-2
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.08.x, thanks.
diff mbox series

Patch

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'