civodul pushed a commit to branch master
in repository guix.
commit d06ce0466f2a9a12d2cb9529c1a6179c1f28d7ae
Author: Ludovic Courtès <[email protected]>
Date: Wed Sep 28 14:13:55 2016 +0200
gnu: dbus-c++: License has "or later" clause.
* gnu/packages/glib.scm (dbus-c++)[license]: Change to LGPL2.1+.
---
gnu/packages/glib.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9167c6d..9ac67c6 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -702,4 +702,4 @@ This package provides the library for GLib applications.")
programming langauage. It also contains the utility
@command{dbuscxx-xml2cpp}.")
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
- (license license:lgpl2.1)))
+ (license license:lgpl2.1+)))