diff mbox series

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

Message ID DM5PR03MB31630E49D151F8587A90A04FC52DA@DM5PR03MB3163.namprd03.prod.outlook.com
State New
Headers show
Series [bug#64524] gnu: guile-chickadee: Change license to Apache 2.0. | expand

Commit Message

Morgan Smith July 7, 2023, 8:34 p.m. UTC
* 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(-)

--
2.40.1

Comments

Ludovic Courtès July 11, 2023, 1:47 p.m. UTC | #1
Morgan Smith <Morgan.J.Smith@outlook.com> skribis:

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

Applied, thanks!
diff mbox series

Patch

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