From patchwork Fri Nov 5 05:49:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 34256 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8856727BBE3; Fri, 5 Nov 2021 05:51:11 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2463327BBE1 for ; Fri, 5 Nov 2021 05:51:11 +0000 (GMT) Received: from localhost ([::1]:48654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mis86-0003Qg-As for patchwork@mira.cbaines.net; Fri, 05 Nov 2021 01:51:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mis7y-0003Pv-QD for guix-patches@gnu.org; Fri, 05 Nov 2021 01:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32868) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mis7y-0007ZN-Hg for guix-patches@gnu.org; Fri, 05 Nov 2021 01:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mis7y-0002QJ-GF for guix-patches@gnu.org; Fri, 05 Nov 2021 01:51:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48899] [PATCH v2 2/2] gnu: Update license. References: <86czsxamoz.fsf@163.com> In-Reply-To: <86czsxamoz.fsf@163.com> Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Nov 2021 05:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48899 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "48899@debbugs.gnu.org" <48899@debbugs.gnu.org> Received: via spool by 48899-submit@debbugs.gnu.org id=B48899.16360914089242 (code B ref 48899); Fri, 05 Nov 2021 05:51:02 +0000 Received: (at 48899) by debbugs.gnu.org; 5 Nov 2021 05:50:08 +0000 Received: from localhost ([127.0.0.1]:44414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mis76-0002P0-6K for submit@debbugs.gnu.org; Fri, 05 Nov 2021 01:50:08 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:44869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mis74-0002OE-Bn for 48899@debbugs.gnu.org; Fri, 05 Nov 2021 01:50:06 -0400 Date: Fri, 05 Nov 2021 05:49:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1636091400; bh=Os0/yLEhMFbMYO05QMvjQkuSzn3Zm50wcUUwGe7VjDU=; h=Date:To:From:Reply-To:Subject:From; b=BBOodk7UtpAr+B/LtZXriCZnxfzXs/V/kMtW5LBX2ERDX6dmihmASXliHiZQZlwQT vJli4CFxhgdydFkYnSvguh5EX/K+pxSjUPRN6e74ARyCn/icutbU1t9T2N8z9vBhcC DWYlLBE13rHOoJ2/lfyWvg+dRFlt3K7mnUV6C3p0= Message-ID: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/markup.scm (hoedown, markdown, discount, perl-text-markdown-discount, cmark, smu, md4c, python-mistletoe) [license]: Add prefix license:. --- 2.33.1 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)))