Skip to content

Commit d04f03b

Browse files
committed
Change the license from LLGPL -> BSD 3-Clause.
1 parent da68315 commit d04f03b

6 files changed

+6
-6
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,4 +660,4 @@ Copyright (c) 2015 Eitaro Fukamachi ([email protected])
660660

661661
## License
662662

663-
Licensed under the LLGPL License.
663+
Licensed under the BSD 3-Clause License.

lack-middleware-mito.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defsystem "lack-middleware-mito"
22
:version "0.1"
33
:author "Eitaro Fukamachi"
4-
:license "LLGPL"
4+
:license "BSD 3-Clause"
55
:depends-on ("mito-core"
66
"dbi")
77
:components ((:module "src"

mito-core.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defsystem "mito-core"
22
:version "0.2.0"
33
:author "Eitaro Fukamachi"
4-
:license "LLGPL"
4+
:license "BSD 3-Clause"
55
:depends-on ((:version "dbi" "0.11.1")
66
"sxql"
77
"cl-ppcre"

mito-migration.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defsystem "mito-migration"
22
:version "0.2.0"
33
:author "Eitaro Fukamachi"
4-
:license "LLGPL"
4+
:license "BSD 3-Clause"
55
:depends-on ("mito-core"
66
"sxql"
77
"dbi"

mito-test.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defsystem "mito-test"
22
:author "Eitaro Fukamachi"
3-
:license "LLGPL"
3+
:license "BSD 3-Clause"
44
:depends-on ("mito"
55
"dbd-mysql"
66
"dbd-postgres"

mito.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defsystem "mito"
22
:version "0.2.0"
33
:author "Eitaro Fukamachi"
4-
:license "LLGPL"
4+
:license "BSD 3-Clause"
55
:depends-on ("mito-core"
66
"mito-migration"
77
"lack-middleware-mito"

0 commit comments

Comments
 (0)