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