git.fiddlerwoaroof.com
Browse code

chore(license): fix license in ASD

Edward Langley authored on 30/03/2022 05:37:15
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@
6 6
                          "composable functions, modeled on lenses and"
7 7
                          "transducers")
8 8
   :author "Edward Langley <el-cl@elangley.org>"
9
-  :license "MIT"
9
+  :license "Apache v2"
10 10
   :depends-on (:cl-ppcre
11 11
                :alexandria)
12 12
   :serial t
... ...
@@ -18,7 +18,7 @@
18 18
   :description #.(format nil "~@{~a~^ ~}"
19 19
                          "A collection of transducers to reduce stream-manipulation overhead")
20 20
   :author "Edward Langley <el-cl@elangley.org>"
21
-  :license "MIT"
21
+  :license "Apache v2"
22 22
   :depends-on (:data-lens
23 23
                :alexandria
24 24
                :serapeum)
... ...
@@ -32,7 +32,7 @@
32 32
 (asdf:defsystem #:data-lens/transducers/test
33 33
   :description "tests for the transducers"
34 34
   :author "Edward Langley <el-cl@elangley.org>"
35
-  :license "MIT"
35
+  :license "Apache v2"
36 36
   :depends-on (:data-lens/beta/transducers
37 37
                :fiveam)
38 38
   :serial t