Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fix license: Field3D
@ 2022-01-14  2:54 kawaiiamber
  2022-01-14  3:11 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-14  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages Field3D
https://github.com/void-linux/void-packages/pull/35042

fix license: Field3D
From the [homepage](https://github.com/imageworks/Field3D/wiki/Field3D-Home):
> # License
>  Field3D is distributed under the New BSD License.
Looking at the COPYING file, it's clauses (distribute notice in source, in binary, and don't use their name to promote stuff) make it a 3-Clause-BSD license.

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

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

From b4d8e2082ccdd31c1ab3a69659d47d913d3c47aa Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Thu, 13 Jan 2022 19:54:17 -0700
Subject: [PATCH] fix license: Field3D

---
 srcpkgs/Field3D/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/Field3D/template b/srcpkgs/Field3D/template
index a9791dbfde40..8de3209fe244 100644
--- a/srcpkgs/Field3D/template
+++ b/srcpkgs/Field3D/template
@@ -6,11 +6,15 @@ build_style=cmake
 makedepends="boost-devel hdf5-devel ilmbase-devel"
 short_desc="Library for storing voxel data on disk and in memory"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
+license="BSD-3-Clause"
 homepage="https://github.com/imageworks/Field3D/wiki/Field3D-Home"
 distfiles="https://github.com/imageworks/Field3D/archive/refs/tags/v${version}.tar.gz"
 checksum=b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4
 
+post_install() {
+	vlicense COPYING
+}
+
 Field3D-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} $makedepends"
 	short_desc+=" - development files"

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

end of thread, other threads:[~2022-01-15 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14  2:54 [PR PATCH] fix license: Field3D kawaiiamber
2022-01-14  3:11 ` [PR PATCH] [Updated] " kawaiiamber
2022-01-14  3:12 ` kawaiiamber
2022-01-14 11:47 ` Field3D: fix license paper42
2022-01-15  2:10 ` [PR PATCH] [Updated] " kawaiiamber
2022-01-15  2:10 ` kawaiiamber
2022-01-15 10:37 ` [PR PATCH] [Merged]: " paper42

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