Skip to content

Commit

Permalink
Change the license from LLGPL -> BSD 3-Clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Sep 4, 2024
1 parent da68315 commit d04f03b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,4 @@ Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)

## License

Licensed under the LLGPL License.
Licensed under the BSD 3-Clause License.
2 changes: 1 addition & 1 deletion lack-middleware-mito.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem "lack-middleware-mito"
:version "0.1"
:author "Eitaro Fukamachi"
:license "LLGPL"
:license "BSD 3-Clause"
:depends-on ("mito-core"
"dbi")
:components ((:module "src"
Expand Down
2 changes: 1 addition & 1 deletion mito-core.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem "mito-core"
:version "0.2.0"
:author "Eitaro Fukamachi"
:license "LLGPL"
:license "BSD 3-Clause"
:depends-on ((:version "dbi" "0.11.1")
"sxql"
"cl-ppcre"
Expand Down
2 changes: 1 addition & 1 deletion mito-migration.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem "mito-migration"
:version "0.2.0"
:author "Eitaro Fukamachi"
:license "LLGPL"
:license "BSD 3-Clause"
:depends-on ("mito-core"
"sxql"
"dbi"
Expand Down
2 changes: 1 addition & 1 deletion mito-test.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defsystem "mito-test"
:author "Eitaro Fukamachi"
:license "LLGPL"
:license "BSD 3-Clause"
:depends-on ("mito"
"dbd-mysql"
"dbd-postgres"
Expand Down
2 changes: 1 addition & 1 deletion mito.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem "mito"
:version "0.2.0"
:author "Eitaro Fukamachi"
:license "LLGPL"
:license "BSD 3-Clause"
:depends-on ("mito-core"
"mito-migration"
"lack-middleware-mito"
Expand Down

0 comments on commit d04f03b

Please sign in to comment.