all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28132] [PATCH 1/2] licenses: Add VOSTROM.
@ 2017-08-17 22:54 Marius Bakke
  2017-08-17 22:56 ` [bug#28132] [PATCH 2/2] gnu: Add LFT Marius Bakke
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marius Bakke @ 2017-08-17 22:54 UTC (permalink / raw)
  To: 28132

* guix/licenses.scm (vostrom): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index b7dadd975..9fbe719e3 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -85,6 +85,7 @@
             tcl/tk
             unlicense
             vim
+            vostrom
             x11 x11-style
             zpl2.1
             zlib
@@ -557,6 +558,11 @@ at URI, which may be a file:// URI pointing the package's tree."
            "http://directory.fsf.org/wiki/License:Vim7.2"
            "http://www.gnu.org/licenses/license-list.html#Vim"))
 
+(define vostrom
+  (license "VOSTROM"
+           "https://pwhois.org/license.who"
+           "Copyleft free software license from the Prefix WhoIs Project"))
+
 (define unlicense
   (license "Unlicense"
            "https://unlicense.org/"
-- 
2.14.1

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

end of thread, other threads:[~2017-08-31 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 22:54 [bug#28132] [PATCH 1/2] licenses: Add VOSTROM Marius Bakke
2017-08-17 22:56 ` [bug#28132] [PATCH 2/2] gnu: Add LFT Marius Bakke
2017-08-19 12:46 ` [bug#28132] [PATCH 1/2] licenses: Add VOSTROM Marius Bakke
2017-08-22 23:33 ` bug#28132: " Marius Bakke
2017-08-31 12:21   ` [bug#28132] " Ludovic Courtès

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.