X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fstruc.lisp;h=b3012c7c4f732eafc53eddb1543589307e3e434b;hb=35b42c73638093521b3b08c8ea31e6d8ca71146e;hp=8c0efeb8e3aa87b4aa8d8ce93dac0e3c68177258;hpb=0629de913fe5fdc299cb388b4c73bc1f668beb86;p=sheep diff --git a/src/main/struc.lisp b/src/main/struc.lisp index 8c0efeb..b3012c7 100644 --- a/src/main/struc.lisp +++ b/src/main/struc.lisp @@ -1,3 +1,4 @@ +; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3. See distributed LICENSE.txt. (in-package #:sheep-struc) (defun fire-error (msg) (error (make-instance 'sheep:validation-failure :msg msg)))