license update
This commit is contained in:
parent
c695999266
commit
ffc6e38c0c
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
(defsystem flute-test
|
(defsystem flute-test
|
||||||
:author "Your Name <your.name@example.com>"
|
:author "Bo Yao <icerove@gmail.com>"
|
||||||
:license "Specify license here"
|
:license "MIT"
|
||||||
:depends-on (:flute :fiveam)
|
:depends-on (:flute :fiveam)
|
||||||
:components ((:module "t"
|
:components ((:module "t"
|
||||||
:serial t
|
:serial t
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
(defsystem flute
|
(defsystem flute
|
||||||
:author "Bo Yao <icerove@gmail.com"
|
:author "Bo Yao <icerove@gmail.com>"
|
||||||
:license "BSD"
|
:license "MIT"
|
||||||
:version "0.1"
|
:version "0.1"
|
||||||
:components ((:module "src"
|
:components ((:module "src"
|
||||||
:serial t
|
:serial t
|
||||||
|
|
Loading…
Reference in a new issue