Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fix license: Field3D
Date: Fri, 14 Jan 2022 04:11:02 +0100	[thread overview]
Message-ID: <20220114031102.S0o74O91pS91NnUjkE_ntGzBO9mCC1wMQ53DxZ58ZU4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35042@inbox.vuxu.org>

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

There is an updated 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 49b52485788c53c49f479e2e756f5d56135524c5 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"

  reply	other threads:[~2022-01-14  3:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  2:54 [PR PATCH] " kawaiiamber
2022-01-14  3:11 ` kawaiiamber [this message]
2022-01-14  3:12 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220114031102.S0o74O91pS91NnUjkE_ntGzBO9mCC1wMQ53DxZ58ZU4@z \
    --to=kawaiiamber@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).