all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64524] [PATCH] gnu: guile-chickadee: Change license to Apache 2.0.
@ 2023-07-07 20:34 Morgan Smith
  2023-07-11 13:47 ` bug#64524: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan Smith @ 2023-07-07 20:34 UTC (permalink / raw)
  To: 64524; +Cc: davet, Liliana Marie Prikler, 宋文武

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64524: [PATCH] gnu: guile-chickadee: Change license to Apache 2.0.
  2023-07-07 20:34 [bug#64524] [PATCH] gnu: guile-chickadee: Change license to Apache 2.0 Morgan Smith
@ 2023-07-11 13:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-11 13:47 UTC (permalink / raw)
  To: Morgan Smith
  Cc: 宋文武, Liliana Marie Prikler, 64524-done,
	davet

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-11 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 20:34 [bug#64524] [PATCH] gnu: guile-chickadee: Change license to Apache 2.0 Morgan Smith
2023-07-11 13:47 ` bug#64524: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.