From 00772573e6a596dfd55d9cc78973ea8965dc58e8 Mon Sep 17 00:00:00 2001 From: pti Date: Tue, 3 Dec 2024 11:42:38 +0100 Subject: [PATCH] Update license in AOC --- aoc.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc.asd b/aoc.asd index 477fada..c55f78b 100644 --- a/aoc.asd +++ b/aoc.asd @@ -31,7 +31,7 @@ (defsystem "aoc/tests" :author "Peter Tillemans" - :license "MIT" + :license "GPL" :depends-on ("aoc" #:parachute) :components ((:module "tests"