Add Licensing and Contributing
[clnl] / src / main / clnl-gltk / button.lisp
index 79c9788e74c20e8db10abf573e70b314410ecb8e..ef858604f95d66080e7871686dceea164295c74b 100644 (file)
@@ -1,3 +1,4 @@
+; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
 (in-package #:clnl-gltk)
 
 (defstruct button x y width height text callback hover click forever toggled)