Add Licensing and Contributing
[sheep] / src / main / pkg.lisp
index df9848f8e4c85cac2db749a2b364111d781de6f8..bd4e6bb8a73e391022901cea451430a8d9432d38 100644 (file)
@@ -1,6 +1,7 @@
-(in-package #:docgen-pkg)
+; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
+(in-package #:sheep-pkg)
 
-(defun fire-error (msg) (error (make-instance 'docgen:validation-failure :msg msg)))
+(defun fire-error (msg) (error (make-instance 'sheep:validation-failure :msg msg)))
 
 (defun doc->ast (pkg)
  (when (not (documentation pkg t)) (fire-error (format nil "Package ~A has no documentation" (package-name pkg))))