license update

This commit is contained in:
Bo Yao 2018-07-01 15:13:53 -04:00
parent c695999266
commit ffc6e38c0c
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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