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

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).