Skip to content

Commit

Permalink
Add license information to the ASDF file
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek authored and stassats committed Jan 19, 2017
1 parent 9fcd06f commit ba6f92f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cl-unicode.asd
Expand Up @@ -30,13 +30,15 @@
(defsystem :cl-unicode/base
:depends-on (:cl-ppcre)
:serial t
:license "BSD-2-Clause"
:components ((:file "packages")
(:file "specials")
(:file "util")))

(defsystem :cl-unicode/build
;; FLEXI-STREAMS is only needed to /build/ CL-UNICODE
:depends-on (:cl-unicode/base :flexi-streams)
:license "BSD-2-Clause"
:components ((:module "build"
:serial t
:components ((:file "util")
Expand All @@ -51,6 +53,7 @@
:serial t
:description "Portable Unicode Library"
:depends-on (:cl-unicode/base)
:license "BSD-2-Clause"
:components ((:file "conditions")
(:file "lists")
(:file "hash-tables")
Expand Down

0 comments on commit ba6f92f

Please sign in to comment.