print-licenses
Print the licenses used by the given project and its dependencies.
$ area51 add print-licensesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(print-licenses:some-function ...)