guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Fix license of several GNOME packages.


From: guix-commits
Subject: branch master updated: gnu: Fix license of several GNOME packages.
Date: Sat, 11 Jan 2020 18:39:06 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7bd000d  gnu: Fix license of several GNOME packages.
7bd000d is described below

commit 7bd000d104f79f2b1c51c48c9d01f247189f9935
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Jan 12 00:37:51 2020 +0100

    gnu: Fix license of several GNOME packages.
    
    * gnu/packages/gnome.scm (gnome-color-manager)[license]: Change to GPL2+.
    (gnome-online-miners)[license]: Likewise.
    (gnome-menus)[license]: Change to LGPL2.0+.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index efc6113..2e5f129 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -298,7 +298,7 @@ features to enable users to create their discs easily and 
quickly.")
 it easy to manage, install and generate color profiles
 in the GNOME desktop.")
    (home-page "https://gitlab.gnome.org/GNOME/gnome-color-manager";)
-   (license license:gpl2)))
+   (license license:gpl2+)))
 
 (define-public gnome-online-miners
   (package
@@ -333,7 +333,7 @@ in the GNOME desktop.")
 go through your online content and index them locally in Tracker.
 It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
     (home-page "https://wiki.gnome.org/Projects/GnomeOnlineMiners";)
-    (license license:gpl2)))
+    (license license:gpl2+)))
 
 (define-public libmediaart
   (package
@@ -385,7 +385,7 @@ extraction, and lookup for applications on the desktop.")
     (description "GNOME Menus contains the libgnome-menu library, the layout
 configuration files for the GNOME menu, as well as a simple menu editor.")
     (home-page "https://gitlab.gnome.org/GNOME/gnome-menus";)
-    (license license:gpl2)))
+    (license license:lgpl2.0+)))
 
 (define-public deja-dup
   (package



reply via email to

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