guix-patches
[Top][All Lists]
Advanced

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

[bug#64524] [PATCH] gnu: guile-chickadee: Change license to Apache 2.0.


From: Morgan Smith
Subject: [bug#64524] [PATCH] gnu: guile-chickadee: Change license to Apache 2.0.
Date: Fri, 7 Jul 2023 16:34:58 -0400

* gnu/packages/game-development.scm (guile-chickadee)[license]: Change to
Apache 2.0 (asl2.0).
---

As you can see from the files in the package, the license is Apache 2.0.  The
change was announced here: https://dthompson.us/chickadee-0100-released.html

The homepage at https://dthompson.us/projects/chickadee.html still mentions
gpl3+ though so I've CC'd David Thompson to alert them.

 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index aa99109cca..36b5156370 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2111,8 +2111,8 @@ (define-public guile-chickadee
 @item keyboard, mouse, controller input
 @item REPL-driven development model
 @end enumerate\n")
-    (license license:gpl3+)))
+    (license license:asl2.0)))
 
 (define-public bennu-game-development
   (package

--
2.40.1






reply via email to

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