From 8c94460d8c8f8b44ca9bcdebbf2906e84c969b19 Mon Sep 17 00:00:00 2001
From: Colin Okay <colin@cicadas.surf>
Date: Tue, 5 Jul 2022 09:36:53 -0500
Subject: [modify] [license] from artistic to gpl

---
 wheelwork-examples.asd | 2 +-
 wheelwork.asd          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd
index 60753fa..d2515ed 100644
--- a/wheelwork-examples.asd
+++ b/wheelwork-examples.asd
@@ -1,7 +1,7 @@
 (asdf:defsystem #:wheelwork-examples
   :description "Examples using wheelwork"
   :author "colin <colin@cicadas.surf>"
-  :license  "Artistic-2.0"
+  :license  "GPL-3.0"
   :version "0.0.1"
   :serial t
   :depends-on (#:wheelwork)
diff --git a/wheelwork.asd b/wheelwork.asd
index 8cec8d9..095c949 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -3,7 +3,7 @@
 (asdf:defsystem #:wheelwork
   :description "A sprite system for games and GUIs"
   :author "colin <colin@cicadas.surf>"
-  :license  "Artistic-2.0"
+  :license  "GPL-3.0"
   :version "0.0.1"
   :serial t
   :depends-on (#:cl-opengl
-- 
cgit v1.2.3