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

* Re: [PR PATCH] [Updated] fix license: Field3D
  2022-01-14  2:54 [PR PATCH] fix license: Field3D kawaiiamber
@ 2022-01-14  3:11 ` kawaiiamber
  2022-01-14  3:12 ` kawaiiamber
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-14  3:11 UTC (permalink / raw)
  To: ml

[-- 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"

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

* Re: [PR PATCH] [Updated] fix license: Field3D
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-14  3:12 UTC (permalink / raw)
  To: ml

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

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

* Re: Field3D: fix license
  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 ` paper42
  2022-01-15  2:10 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-01-14 11:47 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35042#issuecomment-1013050838

Comment:
please increase the revision

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

* Re: [PR PATCH] [Updated] Field3D: fix license
  2022-01-14  2:54 [PR PATCH] fix license: Field3D kawaiiamber
                   ` (2 preceding siblings ...)
  2022-01-14 11:47 ` Field3D: fix license paper42
@ 2022-01-15  2:10 ` kawaiiamber
  2022-01-15  2:10 ` kawaiiamber
  2022-01-15 10:37 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-15  2:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 623 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

Field3D: fix license
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 BSD-3-Clause 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: 1203 bytes --]

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

---
 srcpkgs/Field3D/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Field3D/template b/srcpkgs/Field3D/template
index a9791dbfde40..62f0589e9e0b 100644
--- a/srcpkgs/Field3D/template
+++ b/srcpkgs/Field3D/template
@@ -1,16 +1,20 @@
 # Template file for 'Field3D'
 pkgname=Field3D
 version=1.7.3
-revision=1
+revision=2
 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

* Re: Field3D: fix license
  2022-01-14  2:54 [PR PATCH] fix license: Field3D kawaiiamber
                   ` (3 preceding siblings ...)
  2022-01-15  2:10 ` [PR PATCH] [Updated] " kawaiiamber
@ 2022-01-15  2:10 ` kawaiiamber
  2022-01-15 10:37 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-15  2:10 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/35042#issuecomment-1013584916

Comment:
> please increase the revision

Done

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

* Re: [PR PATCH] [Merged]: Field3D: fix license
  2022-01-14  2:54 [PR PATCH] fix license: Field3D kawaiiamber
                   ` (4 preceding siblings ...)
  2022-01-15  2:10 ` kawaiiamber
@ 2022-01-15 10:37 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-01-15 10:37 UTC (permalink / raw)
  To: ml

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

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

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

Description:
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 BSD-3-Clause license.

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