guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: sound-theme-freedesktop: Specify the applicable licenses.


From: Ludovic Courtès
Subject: 05/05: gnu: sound-theme-freedesktop: Specify the applicable licenses.
Date: Sun, 06 Sep 2015 10:37:01 +0000

civodul pushed a commit to branch master
in repository guix.

commit 386b0052f5ec05ef8bef8662ffa48c98cd80090a
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 6 12:34:38 2015 +0200

    gnu: sound-theme-freedesktop: Specify the applicable licenses.
    
    * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[license]:
      Specify the actual licenses that apply.
---
 gnu/packages/libcanberra.scm |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index 0ffae1f..3769e3f 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -18,7 +18,8 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages libcanberra)
-  #:use-module ((guix licenses) #:select (lgpl2.1+))
+  #:use-module ((guix licenses)
+                #:select (lgpl2.1+ gpl2 gpl2+ cc-by-sa4.0 cc-by3.0))
   #:use-module (gnu packages)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -112,5 +113,8 @@ null) and is designed to be portable.")
     (description
      "This package provides audio samples that can be used by libcanberra as
 sounds for various system events.")
-    (license #f)
+
+    ;; The license of the various sounds is given in the 'CREDITS' file.
+    (license (list cc-by-sa4.0 cc-by3.0 gpl2 gpl2+))
+
     (home-page 
"http://www.freedesktop.org/wiki/Specifications/sound-theme-spec/";)))



reply via email to

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