unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64677] Add Arphic Public License to Guix
@ 2023-07-16 18:43 pat-hwaki--- via Guix-patches via
  2023-07-18  1:24 ` Christian Miller via Guix-patches via
  2023-07-18  5:39 ` [bug#64677] fixed typo pat-hwaki--- via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: pat-hwaki--- via Guix-patches via @ 2023-07-16 18:43 UTC (permalink / raw)
  To: 64677


[-- Attachment #1.1: Type: text/plain, Size: 126 bytes --]

Hi guys, this is my first time trying to send a patch, if I did something wrong, please point out my wrongdoings if necessary.

[-- Attachment #1.2: Type: text/html, Size: 319 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-add-Aprhic-Public-license.patch --]
[-- Type: text/x-patch; name=0001-add-Aprhic-Public-license.patch, Size: 1951 bytes --]

From 259ceb68943480667904aa6fe7c905d58cb9aa1f Mon Sep 17 00:00:00 2001
From: walky_talky <pat-hwaki@proton.me>
Date: Sun, 16 Jul 2023 23:44:28 +0800
Subject: [PATCH] add Aprhic Public license

---
 guix/import/utils.scm | 1 +
 guix/licenses.scm     | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index e9a0a7ecd7..a54eaa4adb 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -179,6 +179,7 @@ (define %spdx-license-identifiers
     ("AGPL-3.0"                   . license:agpl3)
     ("AGPL-3.0-only"              . license:agpl3)
     ("AGPL-3.0-or-later"          . license:agpl3+)
+    ("Arphic-1999"                . license:arphic-1999)
     ("Apache-1.1"                 . license:asl1.1)
     ("Apache-2.0"                 . license:asl2.0)
     ("APSL-2.0"                   . license:apsl2)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index e7e6ef3545..39076b03cb 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -41,6 +41,7 @@ (define-module (guix licenses)
   #:export (license? license-name license-uri license-comment
             agpl1 agpl3 agpl3+
             apsl2
+            arphic-1999
             asl1.1 asl2.0
             boost1.0
             bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
@@ -191,6 +192,13 @@ (define apsl2
            "https://directory.fsf.org/wiki/License:APSL-2.0"
            "https://www.gnu.org/licenses/license-list.html#apsl2"))
 
+(define arphic-1999
+  (licnese "Arphic Public License"
+           ;;This is a copyleft free software license, incompatible with the GPL.
+           ;;Its normal use is for fonts, and in that use, the incompatibility does not cause a problem.
+           "https://directory.fsf.org/wiki/License:Arphic-PL"
+           "https://www.gnu.org/licenses/license-list.html#Arphic"))
+
 (define asl1.1
   (license "ASL 1.1"
            "http://directory.fsf.org/wiki/License:Apache1.1"
-- 
2.41.0


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

* [bug#64677] Add Arphic Public License to Guix
  2023-07-16 18:43 [bug#64677] Add Arphic Public License to Guix pat-hwaki--- via Guix-patches via
@ 2023-07-18  1:24 ` Christian Miller via Guix-patches via
  2023-07-18  5:39 ` [bug#64677] fixed typo pat-hwaki--- via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Miller via Guix-patches via @ 2023-07-18  1:24 UTC (permalink / raw)
  To: 64677@debbugs.gnu.org

Hi,

you have a typo.  You wrote "licnese" instead of "license".




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

* [bug#64677] fixed typo
  2023-07-16 18:43 [bug#64677] Add Arphic Public License to Guix pat-hwaki--- via Guix-patches via
  2023-07-18  1:24 ` Christian Miller via Guix-patches via
@ 2023-07-18  5:39 ` pat-hwaki--- via Guix-patches via
  2023-08-01 11:42   ` bug#64677: Add Arphic Public License to Guix 宋文武 via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: pat-hwaki--- via Guix-patches via @ 2023-07-18  5:39 UTC (permalink / raw)
  To: 64677@debbugs.gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 21 bytes --]

Thank you, Christian.

[-- Attachment #1.2: Type: text/html, Size: 114 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-add-Aprhic-Public-license.patch --]
[-- Type: text/x-patch; name=0001-add-Aprhic-Public-license.patch, Size: 1951 bytes --]

From f6e41b1938859466192412291894504e055175a8 Mon Sep 17 00:00:00 2001
From: walky_talky <pat-hwaki@proton.me>
Date: Tue, 18 Jul 2023 13:36:11 +0800
Subject: [PATCH] add Aprhic Public license

---
 guix/import/utils.scm | 1 +
 guix/licenses.scm     | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index e9a0a7ecd7..a54eaa4adb 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -179,6 +179,7 @@ (define %spdx-license-identifiers
     ("AGPL-3.0"                   . license:agpl3)
     ("AGPL-3.0-only"              . license:agpl3)
     ("AGPL-3.0-or-later"          . license:agpl3+)
+    ("Arphic-1999"                . license:arphic-1999)
     ("Apache-1.1"                 . license:asl1.1)
     ("Apache-2.0"                 . license:asl2.0)
     ("APSL-2.0"                   . license:apsl2)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index e7e6ef3545..828e8afbc8 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -41,6 +41,7 @@ (define-module (guix licenses)
   #:export (license? license-name license-uri license-comment
             agpl1 agpl3 agpl3+
             apsl2
+            arphic-1999
             asl1.1 asl2.0
             boost1.0
             bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
@@ -191,6 +192,13 @@ (define apsl2
            "https://directory.fsf.org/wiki/License:APSL-2.0"
            "https://www.gnu.org/licenses/license-list.html#apsl2"))
 
+(define arphic-1999
+  (license "Arphic Public License"
+           ;;This is a copyleft free software license, incompatible with the GPL.
+           ;;Its normal use is for fonts, and in that use, the incompatibility does not cause a problem.
+           "https://directory.fsf.org/wiki/License:Arphic-PL"
+           "https://www.gnu.org/licenses/license-list.html#Arphic"))
+
 (define asl1.1
   (license "ASL 1.1"
            "http://directory.fsf.org/wiki/License:Apache1.1"
-- 
2.41.0


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

* bug#64677: Add Arphic Public License to Guix
  2023-07-18  5:39 ` [bug#64677] fixed typo pat-hwaki--- via Guix-patches via
@ 2023-08-01 11:42   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-01 11:42 UTC (permalink / raw)
  To: pat-hwaki; +Cc: 64677-done

pat-hwaki@proton.me writes:

> Thank you, Christian.
>
> From f6e41b1938859466192412291894504e055175a8 Mon Sep 17 00:00:00 2001
> From: walky_talky <pat-hwaki@proton.me>
> Date: Tue, 18 Jul 2023 13:36:11 +0800
> Subject: [PATCH] add Aprhic Public license

Applied with following commit message:

    licenses: Add Arphic-1999 (Aprhic Public License).
    
    * guix/licenses.scm (arphic-1999): New variable.
    * guix/import/utils.scm (%spdx-license-identifiers): Add Arphic-1999.

Closing, thank you!




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

end of thread, other threads:[~2023-08-01 11:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16 18:43 [bug#64677] Add Arphic Public License to Guix pat-hwaki--- via Guix-patches via
2023-07-18  1:24 ` Christian Miller via Guix-patches via
2023-07-18  5:39 ` [bug#64677] fixed typo pat-hwaki--- via Guix-patches via
2023-08-01 11:42   ` bug#64677: Add Arphic Public License to Guix 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).