Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kmod: fix license
@ 2021-04-23 10:05 kawaiiamber
  2021-04-23 10:07 ` kawaiiamber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kawaiiamber @ 2021-04-23 10:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

There is a new pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages kmod
https://github.com/void-linux/void-packages/pull/30446

kmod: fix license
From the `README` file in the `wrksrc` for `kmod`:
```
License:
        LGPLv2.1+ for libkmod, testsuite and helper libraries
        GPLv2+ for tools/*
```
The `+` is meant to mean that one can redistribute it under a later version of the respective license.

A patch file from https://github.com/void-linux/void-packages/pull/30446.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kmod-30446.patch --]
[-- Type: text/x-diff, Size: 876 bytes --]

From 56a5a2b36e11146b7355fbec88cc0deefc1b646a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 23 Apr 2021 04:02:55 -0600
Subject: [PATCH] kmod: fix license

---
 srcpkgs/kmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template
index 4b96012b993d..00ddc8894d60 100644
--- a/srcpkgs/kmod/template
+++ b/srcpkgs/kmod/template
@@ -13,7 +13,7 @@ make_dirs="
  /usr/lib/modprobe.d 0755 root root"
 short_desc="Linux kernel module handling"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-only"
+license="GPL-2.0-or-later LGPL-2.1-or-later"
 homepage="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
 distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
 checksum=c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c

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

* Re: kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
@ 2021-04-23 10:07 ` kawaiiamber
  2021-04-23 10:09 ` kawaiiamber
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-04-23 10:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30446#issuecomment-825552168

Comment:
Not sure why the lint check is complaining about using SPDX fomat. Both `GPL-2.0-or-later` and `LGPL-2.1-or-later` ARE SPDX license IDs on https://spdx.org/licenses/

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

* Re: kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
  2021-04-23 10:07 ` kawaiiamber
@ 2021-04-23 10:09 ` kawaiiamber
  2021-04-23 10:09 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-04-23 10:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30446#issuecomment-825552168

Comment:
Granted, I tested this on version 28. Though I assume it is the same on version 27.

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

* Re: [PR PATCH] [Updated] kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
  2021-04-23 10:07 ` kawaiiamber
  2021-04-23 10:09 ` kawaiiamber
@ 2021-04-23 10:09 ` kawaiiamber
  2021-04-23 10:13 ` kawaiiamber
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-04-23 10:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

There is an updated pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages kmod
https://github.com/void-linux/void-packages/pull/30446

kmod: fix license
From the `README` file in the `wrksrc` for `kmod`:
```
License:
        LGPLv2.1+ for libkmod, testsuite and helper libraries
        GPLv2+ for tools/*
```
The `+` is meant to mean that one can redistribute it under a later version of the respective license.

A patch file from https://github.com/void-linux/void-packages/pull/30446.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kmod-30446.patch --]
[-- Type: text/x-diff, Size: 877 bytes --]

From 491406df045a807eb8c99788b261e7f06843be7b Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 23 Apr 2021 04:02:55 -0600
Subject: [PATCH] kmod: fix license

---
 srcpkgs/kmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template
index 4b96012b993d..15f826e64953 100644
--- a/srcpkgs/kmod/template
+++ b/srcpkgs/kmod/template
@@ -13,7 +13,7 @@ make_dirs="
  /usr/lib/modprobe.d 0755 root root"
 short_desc="Linux kernel module handling"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-only"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
 distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
 checksum=c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c

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

* Re: [PR PATCH] [Updated] kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
                   ` (2 preceding siblings ...)
  2021-04-23 10:09 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-04-23 10:13 ` kawaiiamber
  2021-04-23 14:35 ` ericonr
  2021-05-17  4:00 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-04-23 10:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

There is an updated pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages kmod
https://github.com/void-linux/void-packages/pull/30446

kmod: fix license
From the `README` file in the `wrksrc` for `kmod`:
```
License:
        LGPLv2.1+ for libkmod, testsuite and helper libraries
        GPLv2+ for tools/*
```
The `+` is meant to mean that one can redistribute it under a later version of the respective license.

A patch file from https://github.com/void-linux/void-packages/pull/30446.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kmod-30446.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From e2fcde97f35e0ab0b3d7eeb2840879546cbc8d8a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 23 Apr 2021 04:02:55 -0600
Subject: [PATCH] kmod: fix license

---
 srcpkgs/kmod/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template
index 4b96012b993d..e9b8c26161e8 100644
--- a/srcpkgs/kmod/template
+++ b/srcpkgs/kmod/template
@@ -1,7 +1,7 @@
 # Template file for 'kmod'
 pkgname=kmod
 version=27
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-zlib --with-xz"
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ make_dirs="
  /usr/lib/modprobe.d 0755 root root"
 short_desc="Linux kernel module handling"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-only"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
 distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
 checksum=c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c

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

* Re: kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
                   ` (3 preceding siblings ...)
  2021-04-23 10:13 ` kawaiiamber
@ 2021-04-23 14:35 ` ericonr
  2021-05-17  4:00 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-23 14:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30446#issuecomment-825702327

Comment:
@Gottox want to pull this into #30320?

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

* Re: [PR PATCH] [Merged]: kmod: fix license
  2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
                   ` (4 preceding siblings ...)
  2021-04-23 14:35 ` ericonr
@ 2021-05-17  4:00 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-17  4:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

There's a merged pull request on the void-packages repository

kmod: fix license
https://github.com/void-linux/void-packages/pull/30446

Description:
From the `README` file in the `wrksrc` for `kmod`:
```
License:
        LGPLv2.1+ for libkmod, testsuite and helper libraries
        GPLv2+ for tools/*
```
The `+` is meant to mean that one can redistribute it under a later version of the respective license (e.g. `GPLv2+ -> GPL-2.0-or-later`).

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

end of thread, other threads:[~2021-05-17  4:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 10:05 [PR PATCH] kmod: fix license kawaiiamber
2021-04-23 10:07 ` kawaiiamber
2021-04-23 10:09 ` kawaiiamber
2021-04-23 10:09 ` [PR PATCH] [Updated] " kawaiiamber
2021-04-23 10:13 ` kawaiiamber
2021-04-23 14:35 ` ericonr
2021-05-17  4:00 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).