From d04f03b41e042181292ba9dbf567e26dcb85460e Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Wed, 4 Sep 2024 13:14:03 +0000 Subject: [PATCH] Change the license from LLGPL -> BSD 3-Clause. --- README.markdown | 2 +- lack-middleware-mito.asd | 2 +- mito-core.asd | 2 +- mito-migration.asd | 2 +- mito-test.asd | 2 +- mito.asd | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index a077aa2..b9e0cf3 100644 --- a/README.markdown +++ b/README.markdown @@ -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. diff --git a/lack-middleware-mito.asd b/lack-middleware-mito.asd index 4fabd75..cae0f49 100644 --- a/lack-middleware-mito.asd +++ b/lack-middleware-mito.asd @@ -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" diff --git a/mito-core.asd b/mito-core.asd index 6cd1017..9ced7b8 100644 --- a/mito-core.asd +++ b/mito-core.asd @@ -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" diff --git a/mito-migration.asd b/mito-migration.asd index a852f05..20b1b73 100644 --- a/mito-migration.asd +++ b/mito-migration.asd @@ -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" diff --git a/mito-test.asd b/mito-test.asd index 7695a88..a6110c6 100644 --- a/mito-test.asd +++ b/mito-test.asd @@ -1,6 +1,6 @@ (defsystem "mito-test" :author "Eitaro Fukamachi" - :license "LLGPL" + :license "BSD 3-Clause" :depends-on ("mito" "dbd-mysql" "dbd-postgres" diff --git a/mito.asd b/mito.asd index 5a64a45..7cd542c 100644 --- a/mito.asd +++ b/mito.asd @@ -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"