Skip to content

Commit ba6f92f

Browse files
phmarekstassats
authored andcommitted
Add license information to the ASDF file
1 parent 9fcd06f commit ba6f92f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cl-unicode.asd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
(defsystem :cl-unicode/base
3131
:depends-on (:cl-ppcre)
3232
:serial t
33+
:license "BSD-2-Clause"
3334
:components ((:file "packages")
3435
(:file "specials")
3536
(:file "util")))
3637

3738
(defsystem :cl-unicode/build
3839
;; FLEXI-STREAMS is only needed to /build/ CL-UNICODE
3940
:depends-on (:cl-unicode/base :flexi-streams)
41+
:license "BSD-2-Clause"
4042
:components ((:module "build"
4143
:serial t
4244
:components ((:file "util")
@@ -51,6 +53,7 @@
5153
:serial t
5254
:description "Portable Unicode Library"
5355
:depends-on (:cl-unicode/base)
56+
:license "BSD-2-Clause"
5457
:components ((:file "conditions")
5558
(:file "lists")
5659
(:file "hash-tables")

0 commit comments

Comments
 (0)