guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libffcall: Correct license field.


From: Mark H. Weaver
Subject: 01/01: gnu: libffcall: Correct license field.
Date: Wed, 04 Feb 2015 09:33:34 +0000

mhw pushed a commit to branch master
in repository guix.

commit 6a070700df00e8248cb397af44ee76e83a164df6
Author: Mark H Weaver <address@hidden>
Date:   Wed Feb 4 04:31:40 2015 -0500

    gnu: libffcall: Correct license field.
    
    Suggested by Ludovic Courtès <address@hidden>.
    
    * gnu/packages/libffcall.scm (libffcall): Change license to gpl2+.
---
 gnu/packages/libffcall.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/libffcall.scm b/gnu/packages/libffcall.scm
index 2e787a4..010c22e 100644
--- a/gnu/packages/libffcall.scm
+++ b/gnu/packages/libffcall.scm
@@ -46,4 +46,4 @@
      "GNU Libffcall is a collection of libraries that can be used to build
 foreign function call interfaces in embedded interpreters.")
     (home-page "http://www.gnu.org/software/libffcall/";)
-    (license l:gpl2)))
+    (license l:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]