All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information
@ 2022-05-01  8:42 Thomas Huth
  2022-05-01 19:36 ` Yann E. MORIN
  2022-05-28  6:34 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2022-05-01  8:42 UTC (permalink / raw)
  To: buildroot; +Cc: Cyril Bur, Matt Weber

The kvm-unit-tests are licensed under the GPL v2 nowadays, see:

 https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/commit/b29b222beb424a00

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
 package/kvm-unit-tests/kvm-unit-tests.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kvm-unit-tests/kvm-unit-tests.mk b/package/kvm-unit-tests/kvm-unit-tests.mk
index e56436f802..0bdbca70ac 100644
--- a/package/kvm-unit-tests/kvm-unit-tests.mk
+++ b/package/kvm-unit-tests/kvm-unit-tests.mk
@@ -7,7 +7,7 @@
 KVM_UNIT_TESTS_VERSION = 2022-03-08
 KVM_UNIT_TESTS_SOURCE = kvm-unit-tests-v$(KVM_UNIT_TESTS_VERSION).tar.bz2
 KVM_UNIT_TESTS_SITE = https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v$(KVM_UNIT_TESTS_VERSION)
-KVM_UNIT_TESTS_LICENSE = LGPL-2.0
+KVM_UNIT_TESTS_LICENSE = GPL-2.0
 KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
 
 ifeq ($(BR2_aarch64),y)
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information
  2022-05-01  8:42 [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information Thomas Huth
@ 2022-05-01 19:36 ` Yann E. MORIN
  2022-05-28  6:34 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-05-01 19:36 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Matt Weber, Cyril Bur, buildroot

Thomas, All,

On 2022-05-01 10:42 +0200, Thomas Huth spake thusly:
> The kvm-unit-tests are licensed under the GPL v2 nowadays, see:
> 
>  https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/commit/b29b222beb424a00
> 
> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
> ---
>  package/kvm-unit-tests/kvm-unit-tests.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/kvm-unit-tests/kvm-unit-tests.mk b/package/kvm-unit-tests/kvm-unit-tests.mk
> index e56436f802..0bdbca70ac 100644
> --- a/package/kvm-unit-tests/kvm-unit-tests.mk
> +++ b/package/kvm-unit-tests/kvm-unit-tests.mk
> @@ -7,7 +7,7 @@
>  KVM_UNIT_TESTS_VERSION = 2022-03-08
>  KVM_UNIT_TESTS_SOURCE = kvm-unit-tests-v$(KVM_UNIT_TESTS_VERSION).tar.bz2
>  KVM_UNIT_TESTS_SITE = https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v$(KVM_UNIT_TESTS_VERSION)
> -KVM_UNIT_TESTS_LICENSE = LGPL-2.0
> +KVM_UNIT_TESTS_LICENSE = GPL-2.0

In fact, lots of files in kvm-unit0test are still LGPL-2.0, so it is
still a relevant license to be listed here.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
>  
>  ifeq ($(BR2_aarch64),y)
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information
  2022-05-01  8:42 [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information Thomas Huth
  2022-05-01 19:36 ` Yann E. MORIN
@ 2022-05-28  6:34 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-28  6:34 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Matt Weber, Cyril Bur, buildroot

>>>>> "Thomas" == Thomas Huth <huth@tuxfamily.org> writes:

 > The kvm-unit-tests are licensed under the GPL v2 nowadays, see:
 >  https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/commit/b29b222beb424a00

 > Signed-off-by: Thomas Huth <huth@tuxfamily.org>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-28  6:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01  8:42 [Buildroot] [PATCH] package/kvm-unit-tests: Fix license information Thomas Huth
2022-05-01 19:36 ` Yann E. MORIN
2022-05-28  6:34 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.