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
|
||||
:author "Your Name <your.name@example.com>"
|
||||
:license "Specify license here"
|
||||
:author "Bo Yao <icerove@gmail.com>"
|
||||
:license "MIT"
|
||||
:depends-on (:flute :fiveam)
|
||||
:components ((:module "t"
|
||||
:serial t
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(defsystem flute
|
||||
:author "Bo Yao <icerove@gmail.com"
|
||||
:license "BSD"
|
||||
:author "Bo Yao <icerove@gmail.com>"
|
||||
:license "MIT"
|
||||
:version "0.1"
|
||||
:components ((:module "src"
|
||||
:serial t
|
||||
|
|
Loading…
Reference in a new issue