guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: xonotic: Correct licenses.


From: Rutger Helling
Subject: 01/01: gnu: xonotic: Correct licenses.
Date: Sun, 27 May 2018 04:24:17 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 9b9db6c482a203ff8526a53460ab7308c2f4da81
Author: Rutger Helling <address@hidden>
Date:   Sun May 27 10:21:03 2018 +0200

    gnu: xonotic: Correct licenses.
    
    * gnu/packages/games.scm (xonotic-data)[license]: Refer to correct file.
    * gnu/packages/games.scm (xonotic)[license]: Refer to correct file.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8d84a36..3e84836 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4953,7 +4953,7 @@ quotation from a collection of quotes.")
     (description
      "Xonotic-data provides the data files required by the game Xonotic.")
     (license (list license:gpl2+
-                   license:x11)))) ; server/rcon.pl
+                   (license:x11-style "file://server/rcon.pl")))))
 
 (define-public xonotic
   (package
@@ -5152,4 +5152,4 @@ development between them, and it aims to become the best 
possible
 open-source FPS of its kind.")
     (license (list license:gpl2+
                    license:bsd-3 ; /source/d0_blind_id folder and others
-                   license:x11-style))))
+                   (license:x11-style "" "See file rcon.pl.")))))



reply via email to

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