Add AGPL license and references to it
[wolf] / .candle
diff --git a/.candle b/.candle
index a69e7fd10d73b9285a0ef73c0eebd067535d644d..ea94ec00dcca89f9cef4eb58742355928df24381 100644 (file)
--- a/.candle
+++ b/.candle
@@ -1,11 +1,12 @@
-(:packages :style-checker :style-checker-test :docgen)
-(:name :style-checker
+(:packages :wolf :wolf-test :sheep)
+(:name :wolf
  :tasks
  ((:name :test
-   :directions (style-checker-test:run-all-tests))
-  (:name :checkstyle :directions
-   (syntax-checker:pretty-print-check-directory "src"))
-  (:name :docgen :directions
-   (docgen:pretty-print-validate-packages :syntax-checker))))
+   :directions (wolf-test:run-all-tests))
+  (:name :wolf :directions
+   (wolf:pretty-print-check-directory "src"
+    :copyright-notice "; Copyright .* Frank Duncan \\(frank@consxy.com\\) under AGPL3.  See distributed LICENSE.txt."))
+  (:name :sheep :directions
+   (sheep:pretty-print-validate-packages :wolf))))
 
 ; vim:ft=lisp