From 801bc1e0331f19fdc38be314c86ccac9362fde78 Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Tue, 29 Mar 2022 22:37:15 -0700 Subject: [PATCH] chore(license): fix license in ASD --- data-lens.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data-lens.asd b/data-lens.asd index 33f3fd7..03c8e11 100644 --- a/data-lens.asd +++ b/data-lens.asd @@ -6,7 +6,7 @@ "composable functions, modeled on lenses and" "transducers") :author "Edward Langley " - :license "MIT" + :license "Apache v2" :depends-on (:cl-ppcre :alexandria) :serial t @@ -18,7 +18,7 @@ :description #.(format nil "~@{~a~^ ~}" "A collection of transducers to reduce stream-manipulation overhead") :author "Edward Langley " - :license "MIT" + :license "Apache v2" :depends-on (:data-lens :alexandria :serapeum) @@ -32,7 +32,7 @@ (asdf:defsystem #:data-lens/transducers/test :description "tests for the transducers" :author "Edward Langley " - :license "MIT" + :license "Apache v2" :depends-on (:data-lens/beta/transducers :fiveam) :serial t