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

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan Smith
  • Ludovic Courtès
Owner
unassigned
Submitted by
Morgan Smith
Severity
normal

Debbugs page

Morgan Smith wrote 2 years ago
(address . guix-patches@gnu.org)(address . davet@gnu.org)
DM5PR03MB31630E49D151F8587A90A04FC52DA@DM5PR03MB3163.namprd03.prod.outlook.com
* 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

The homepage at https://dthompson.us/projects/chickadee.htmlstill 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(-)

Toggle diff (14 lines)
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
Ludovic Courtès wrote 2 years ago
(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
87wmz64l25.fsf@gnu.org
Morgan Smith <Morgan.J.Smith@outlook.com> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64524@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64524
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help