diff options
author | Philipp Marek <phmarek@users.noreply.github.com> | 2017-01-19 08:22:46 +0100 |
---|---|---|
committer | Stas Boukarev <stassats@gmail.com> | 2017-01-19 13:32:23 +0400 |
commit | ab4c8ca5244197b02e308406e5a154d2cb938f5a (patch) | |
tree | 5c49c8290537f76fa008ac0a786b98fd9fb6390d | |
parent | f29086d5f0b1d505a92a355c022d8733b149b85e (diff) | |
download | tl-who-ab4c8ca5244197b02e308406e5a154d2cb938f5a.tar.gz tl-who-ab4c8ca5244197b02e308406e5a154d2cb938f5a.tar.bz2 tl-who-ab4c8ca5244197b02e308406e5a154d2cb938f5a.zip |
Add license information to the ASDF file
-rw-r--r-- | cl-who.asd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ :description "(X)HTML generation macros" :version "1.1.4" :serial t + :license "BSD" :components ((:file "packages") (:file "specials") (:file "util") |