Add AGPL license and references to it
[wolf] / src / main / package.lisp
1 ; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
2 (defpackage #:wolf (:use :cl)
3  (:export #:check-file #:check-directory #:pretty-print-check-directory)
4  (:documentation
5   "Enforces arbitrary set of style guidelines.
6
7 This package walks over common lisp code to make sure it adheres to a set
8 of syntactic guidelines designed to ensure a semblance of uniformity.  No
9 current one was found that could be configured to work the way this one does,
10 so instead of writing a configurable tool, another unconfigurable one was born."))