Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spdx-licenses-list: update to 3.10.
@ 2020-08-04 15:34 mobinmob
  2020-08-04 16:36 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2020-08-04 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages spdx-licenses-list
https://github.com/void-linux/void-packages/pull/24050

spdx-licenses-list: update to 3.10.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spdx-licenses-list-24050.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From 0f27a19efadaae503148bba33835c57ab2460f70 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 4 Aug 2020 18:30:37 +0300
Subject: [PATCH] spdx-licenses-list: update to 3.10.

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

diff --git a/srcpkgs/spdx-licenses-list/template b/srcpkgs/spdx-licenses-list/template
index 3e09ff5eb38..67856be2935 100644
--- a/srcpkgs/spdx-licenses-list/template
+++ b/srcpkgs/spdx-licenses-list/template
@@ -1,6 +1,6 @@
 # Template file for 'spdx-licenses-list'
 pkgname=spdx-licenses-list
-version=3.9
+version=3.10
 revision=1
 archs=noarch
 wrksrc="license-list-data-${version}"
@@ -9,7 +9,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://spdx.org"
 distfiles="https://github.com/spdx/license-list-data/archive/v${version}.tar.gz"
-checksum=759fad360a6c1b0c2cf8cd851b65cd1027848dbf4c8541a25f7cebb29182c290
+checksum=d41b2fd17127393a5a938dd016c566fadc5a0c4c4095106e4f5f4b71f983004c
 
 do_install() {
 	vmkdir usr/share/spdx

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

* Re: spdx-licenses-list: update to 3.10.
  2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
@ 2020-08-04 16:36 ` Chocimier
  2020-08-04 16:46 ` mobinmob
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-08-04 16:36 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24050#issuecomment-668700665

Comment:
common/travis/license.lst should be updated with package, as licenses are checked against common/ on travis and against package locally. You can even add note to template.

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

* Re: spdx-licenses-list: update to 3.10.
  2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
  2020-08-04 16:36 ` Chocimier
@ 2020-08-04 16:46 ` mobinmob
  2020-08-05 17:08 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-08-04 16:46 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24050#issuecomment-668706052

Comment:
> common/travis/license.lst should be updated with package, as licenses are checked against common/ on travis and against package locally. You can even add note to template.

Oh, I see, thank you! 

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

* Re: [PR PATCH] [Updated] spdx-licenses-list: update to 3.10.
  2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
  2020-08-04 16:36 ` Chocimier
  2020-08-04 16:46 ` mobinmob
@ 2020-08-05 17:08 ` mobinmob
  2020-08-05 17:08 ` mobinmob
  2020-08-05 17:24 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-08-05 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages spdx-licenses-list
https://github.com/void-linux/void-packages/pull/24050

spdx-licenses-list: update to 3.10.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spdx-licenses-list-24050.patch --]
[-- Type: text/x-diff, Size: 4476 bytes --]

From c01c0283b9c37520e106dc3357c0d7e224ca1fba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 4 Aug 2020 18:30:37 +0300
Subject: [PATCH 1/2] spdx-licenses-list: update to 3.10.

---
 srcpkgs/spdx-licenses-list/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spdx-licenses-list/template b/srcpkgs/spdx-licenses-list/template
index 3e09ff5eb38..98b05b520d8 100644
--- a/srcpkgs/spdx-licenses-list/template
+++ b/srcpkgs/spdx-licenses-list/template
@@ -1,6 +1,8 @@
 # Template file for 'spdx-licenses-list'
+
+# common/travis/license.lst should be updated in sync with this package
 pkgname=spdx-licenses-list
-version=3.9
+version=3.10
 revision=1
 archs=noarch
 wrksrc="license-list-data-${version}"
@@ -9,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://spdx.org"
 distfiles="https://github.com/spdx/license-list-data/archive/v${version}.tar.gz"
-checksum=759fad360a6c1b0c2cf8cd851b65cd1027848dbf4c8541a25f7cebb29182c290
+checksum=d41b2fd17127393a5a938dd016c566fadc5a0c4c4095106e4f5f4b71f983004c
 
 do_install() {
 	vmkdir usr/share/spdx

From 7ce51396ad84ad5adf32da80e9583ace683a44cd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 5 Aug 2020 20:07:40 +0300
Subject: [PATCH 2/2] common/travis/license.lst: update to 3.10

---
 common/travis/license.lst | 40 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

diff --git a/common/travis/license.lst b/common/travis/license.lst
index 359db2a7d61..6c0935b1014 100644
--- a/common/travis/license.lst
+++ b/common/travis/license.lst
@@ -36,9 +36,8 @@ Artistic-2.0
 Autoconf-exception-2.0
 Autoconf-exception-3.0
 BSD-1-Clause
-BSD-2-Clause-FreeBSD
-BSD-2-Clause-NetBSD
 BSD-2-Clause-Patent
+BSD-2-Clause-Views
 BSD-2-Clause
 BSD-3-Clause-Attribution
 BSD-3-Clause-Clear
@@ -62,10 +61,13 @@ BitTorrent-1.1
 BlueOak-1.0.0
 Bootloader-exception
 Borceux
+CAL-1.0-Combined-Work-Exception
+CAL-1.0
 CATOSL-1.1
 CC-BY-1.0
 CC-BY-2.0
 CC-BY-2.5
+CC-BY-3.0-AT
 CC-BY-3.0
 CC-BY-4.0
 CC-BY-NC-1.0
@@ -76,6 +78,7 @@ CC-BY-NC-4.0
 CC-BY-NC-ND-1.0
 CC-BY-NC-ND-2.0
 CC-BY-NC-ND-2.5
+CC-BY-NC-ND-3.0-IGO
 CC-BY-NC-ND-3.0
 CC-BY-NC-ND-4.0
 CC-BY-NC-SA-1.0
@@ -91,6 +94,7 @@ CC-BY-ND-4.0
 CC-BY-SA-1.0
 CC-BY-SA-2.0
 CC-BY-SA-2.5
+CC-BY-SA-3.0-AT
 CC-BY-SA-3.0
 CC-BY-SA-4.0
 CC-PDDC
@@ -107,6 +111,9 @@ CECILL-B
 CECILL-C
 CERN-OHL-1.1
 CERN-OHL-1.2
+CERN-OHL-P-2.0
+CERN-OHL-S-2.0
+CERN-OHL-W-2.0
 CLISP-exception-2.0
 CNRI-Jython
 CNRI-Python-GPL-Compatible
@@ -131,6 +138,7 @@ ECL-1.0
 ECL-2.0
 EFL-1.0
 EFL-2.0
+EPICS
 EPL-1.0
 EPL-2.0
 EUDatagrid
@@ -152,13 +160,26 @@ Frameworx-1.0
 FreeImage
 GCC-exception-2.0
 GCC-exception-3.1
+GFDL-1.1-invariants-only
+GFDL-1.1-invariants-or-later
+GFDL-1.1-no-invariants-only
+GFDL-1.1-no-invariants-or-later
 GFDL-1.1-only
 GFDL-1.1-or-later
+GFDL-1.2-invariants-only
+GFDL-1.2-invariants-or-later
+GFDL-1.2-no-invariants-only
+GFDL-1.2-no-invariants-or-later
 GFDL-1.2-only
 GFDL-1.2-or-later
+GFDL-1.3-invariants-only
+GFDL-1.3-invariants-or-later
+GFDL-1.3-no-invariants-only
+GFDL-1.3-no-invariants-or-later
 GFDL-1.3-only
 GFDL-1.3-or-later
 GL2PS
+GLWTPL
 GPL-1.0-only
 GPL-1.0-or-later
 GPL-2.0-only
@@ -174,6 +195,7 @@ Glulxe
 HPND-sell-variant
 HPND
 HaskellReport
+Hippocratic-2.1
 IBM-pibs
 ICU
 IJG
@@ -195,6 +217,7 @@ LGPL-2.0-only
 LGPL-2.0-or-later
 LGPL-2.1-only
 LGPL-2.1-or-later
+LGPL-3.0-linking-exception
 LGPL-3.0-only
 LGPL-3.0-or-later
 LGPLLR
@@ -234,12 +257,16 @@ MakeIndex
 MirOS
 Motosoto
 MulanPSL-1.0
+MulanPSL-2.0
 Multics
 Mup
 NASA-1.3
 NBPL-1.0
+NCGL-UK-2.0
 NCSA
 NGPL
+NIST-PD-fallback
+NIST-PD
 NLOD-1.0
 NLPL
 NOSL
@@ -256,6 +283,7 @@ Newsletr
 Nokia-Qt-exception-1.1
 Nokia
 Noweb
+O-UDA-1.0
 OCCT-PL
 OCCT-exception-1.0
 OCLC-2.0
@@ -268,6 +296,7 @@ OFL-1.0
 OFL-1.1-RFN
 OFL-1.1-no-RFN
 OFL-1.1
+OGC-1.0
 OGL-Canada-2.0
 OGL-UK-1.0
 OGL-UK-2.0
@@ -305,7 +334,10 @@ PHP-3.01
 PS-or-PDF-font-exception-20170817
 PSF-2.0
 Parity-6.0.0
+Parity-7.0.0
 Plexus
+PolyForm-Noncommercial-1.0.0
+PolyForm-Small-Business-1.0.0
 PostgreSQL
 Python-2.0
 QPL-1.0
@@ -328,6 +360,8 @@ SGI-B-1.1
 SGI-B-2.0
 SHL-0.5
 SHL-0.51
+SHL-2.0
+SHL-2.1
 SISSL-1.2
 SISSL
 SMLNJ
@@ -396,6 +430,8 @@ copyleft-next-0.3.1
 curl
 deprecated_AGPL-1.0
 deprecated_AGPL-3.0
+deprecated_BSD-2-Clause-FreeBSD
+deprecated_BSD-2-Clause-NetBSD
 deprecated_GFDL-1.1
 deprecated_GFDL-1.2
 deprecated_GFDL-1.3

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

* Re: spdx-licenses-list: update to 3.10.
  2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
                   ` (2 preceding siblings ...)
  2020-08-05 17:08 ` [PR PATCH] [Updated] " mobinmob
@ 2020-08-05 17:08 ` mobinmob
  2020-08-05 17:24 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-08-05 17:08 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24050#issuecomment-669316138

Comment:
@Chocimier : Done ;)

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

* Re: [PR PATCH] [Merged]: spdx-licenses-list: update to 3.10.
  2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
                   ` (3 preceding siblings ...)
  2020-08-05 17:08 ` mobinmob
@ 2020-08-05 17:24 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-08-05 17:24 UTC (permalink / raw)
  To: ml

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

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

spdx-licenses-list: update to 3.10.
https://github.com/void-linux/void-packages/pull/24050

Description:


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

end of thread, other threads:[~2020-08-05 17:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 15:34 [PR PATCH] spdx-licenses-list: update to 3.10 mobinmob
2020-08-04 16:36 ` Chocimier
2020-08-04 16:46 ` mobinmob
2020-08-05 17:08 ` [PR PATCH] [Updated] " mobinmob
2020-08-05 17:08 ` mobinmob
2020-08-05 17:24 ` [PR PATCH] [Merged]: " Chocimier

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