diff --git a/tester.asd b/tester.asd index a4dadb1..bfa6057 100644 --- a/tester.asd +++ b/tester.asd @@ -3,7 +3,7 @@ (asdf:defsystem :tester :description "A test harness for Common Lisp." :author "Kevin Layer " - :license "LLGPL" + :license "LLGPL (http://opensource.franz.com/preamble.html)" :components ((:static-file "readme.txt") (:file "tester")))