new licenses
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
(deflicense :apache2 "apache-2.0.txt"
|
||||
:notice-name "apache-2.0-notice.txt")
|
||||
|
||||
(deflicense :unlicense "unlicense.txt"
|
||||
:file-name "UNLICENSE")
|
||||
|
||||
(deflicense :bsd2 "bsd-2-clause.txt")
|
||||
|
||||
(deflicense :bsd3 "bsd-3-clause.txt")
|
||||
|
||||
(defmethod license-find-template ((license <license>))
|
||||
(with-slots (template-name) license
|
||||
(or (uiop:file-exists-p
|
||||
|
||||
Reference in New Issue
Block a user