all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Antero Mejr via Guix-patches via <guix-patches@gnu.org>
To: 59154@debbugs.gnu.org
Cc: Antero Mejr <antero@mailbox.org>, lars@6xq.net
Subject: [bug#59154] [PATCH] licenses: Add EUPL 1.1.
Date: Wed,  9 Nov 2022 18:42:25 +0000	[thread overview]
Message-ID: <20221109184225.11175-1-antero@mailbox.org> (raw)
In-Reply-To: <20221109183621.10818-1-antero@mailbox.org>

* guix/licenses.scm (eupl1.1): New variable.
---
Please apply this patch first.

 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 80cf0f1114..632c9174df 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -57,6 +57,7 @@ (define-module (guix licenses)
             edl1.0
             epl1.0
             epl2.0
+            eupl1.1
             eupl1.2
             expat expat-0
             freetype
@@ -344,6 +345,11 @@ (define epl2.0
            "https://www.eclipse.org/legal/epl-2.0/"
            "https://www.gnu.org/licenses/license-list#EPL2"))
 
+(define eupl1.1
+  (license "EUPL 1.1"
+           "https://directory.fsf.org/wiki/License:EUPL-1.1"
+           "https://www.gnu.org/licenses/license-list#EUPL-1.1"))
+
 (define eupl1.2
   (license "EUPL 1.2"
            "https://directory.fsf.org/wiki/License:EUPL-1.2"
-- 
2.38.0





  reply	other threads:[~2022-11-09 18:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 18:36 [bug#59154] [PATCH] gnu: Add python-xkcdpass Antero Mejr via Guix-patches via
2022-11-09 18:42 ` Antero Mejr via Guix-patches via [this message]
2022-11-26  8:57 ` bug#59154: " Lars-Dominik Braun

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

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

  git send-email \
    --in-reply-to=20221109184225.11175-1-antero@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=59154@debbugs.gnu.org \
    --cc=antero@mailbox.org \
    --cc=lars@6xq.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.