unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "48899@debbugs.gnu.org" <48899@debbugs.gnu.org>
Subject: [bug#48899] [PATCH v2 2/2] gnu: Update license.
Date: Fri, 05 Nov 2021 05:49:55 +0000	[thread overview]
Message-ID: <Fmd2Z4bFyhyHonsNdgyJZJftF4nimGVgRKxJLm7DQ-Hd4wfif9pv-yS8Cf5qWzrMLSCPyRhyFdoHkKJ0Ix20JarqeesVMr7tLygQYdml6VU=@protonmail.com> (raw)
In-Reply-To: <86czsxamoz.fsf@163.com>

* gnu/packages/markup.scm (hoedown, markdown, discount,
perl-text-markdown-discount, cmark, smu, md4c, python-mistletoe)
[license]: Add prefix license:.

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 720bdb178b..91aa7b8fa0 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -71,7 +71,7 @@ (define-public hoedown
     (description "Hoedown is a standards compliant, fast, secure markdown
 processing library written in C.")
     (home-page "https://github.com/hoedown/hoedown")
-    (license expat)))
+    (license license:expat)))

 (define-public markdown
   (package
@@ -115,7 +115,7 @@ (define-public markdown
      "Markdown is a text-to-HTML conversion tool for web writers.  It allows
 you to write using an easy-to-read, easy-to-write plain text format, then
 convert it to structurally valid XHTML (or HTML).")
-    (license (non-copyleft "file://License.text"
+    (license (license:non-copyleft "file://License.text"
                            "See License.text in the distribution."))))

 (define-public lowdown
@@ -192,7 +192,7 @@ (define-public discount
      "Discount is a markdown implementation, written in C.  It provides a
 @command{markdown} command, and a library.")
     (home-page "https://www.pell.portland.or.us/~orc/Code/discount/")
-    (license bsd-3)))
+    (license license:bsd-3)))

 (define-public perl-text-markdown-discount
   (package
@@ -237,7 +237,7 @@ (define-public perl-text-markdown-discount
   use Text::Markdown::Discount;
   my $html = markdown($text)
 @end example")
-    (license perl-license)))
+    (license license:perl-license)))

 (define-public cmark
   (package
@@ -277,7 +277,7 @@ (define-public cmark
     ;; cmark is distributed with a BSD-2 license, but some components are Expat
     ;; licensed. The CommonMark specification is Creative Commons CC-BY-SA 4.0
     ;; licensed. See 'COPYING' in the source distribution for more information.
-    (license (list bsd-2 expat cc-by-sa4.0))))
+    (license (list license:bsd-2 license:expat license:cc-by-sa4.0))))

 (define-public smu
   (package
@@ -313,7 +313,7 @@ (define-public smu
 Smu was started as a rewrite of Markdown but became something more
 lightweight and consistent.  The biggest difference between Markdown
 and smu is that smu doesn't support reference style links.")
-    (license x11)))
+    (license license:x11)))

 (define-public md4c
   (package
@@ -335,7 +335,7 @@ (define-public md4c
     (description "MD4C is a C Markdown parser with a
 SAX-like interface.  It is compliant to the CommonMark specification,
 with a few extensions.")
-    (license expat)))
+    (license license:expat)))

 (define-public python-mistletoe
   (package
@@ -357,4 +357,4 @@ (define-public python-mistletoe
 Parsing Markdown into an abstract syntax tree also allows @code{mistletoe} to
 swap out renderers for different output formats, without touching any of the
 core components.")
-    (license expat)))
+    (license license:expat)))
--
2.33.1




  parent reply	other threads:[~2021-11-05  5:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 12:22 [bug#48899] [PATCH]: gnu: Add lowdown Zhu Zihao
     [not found] ` <handler.48899.B.162306859022954.ack@debbugs.gnu.org>
2021-07-06  3:05   ` [bug#48899] Acknowledgement ([PATCH]: gnu: Add lowdown.) Zhu Zihao
2021-11-05  5:48 ` [bug#48899] [PATCH v2 1/2] gnu: Add lowdown phodina via Guix-patches via
2021-11-05 20:39   ` Liliana Marie Prikler
2021-11-05  5:49 ` phodina via Guix-patches via [this message]
2021-11-05 20:42   ` bug#48899: [PATCH v2 2/2] gnu: Update license Liliana Marie Prikler

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='Fmd2Z4bFyhyHonsNdgyJZJftF4nimGVgRKxJLm7DQ-Hd4wfif9pv-yS8Cf5qWzrMLSCPyRhyFdoHkKJ0Ix20JarqeesVMr7tLygQYdml6VU=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=48899@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /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.
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).