diff --git a/clog.asd b/clog.asd index a04f2dc..d9ee335 100644 --- a/clog.asd +++ b/clog.asd @@ -6,7 +6,7 @@ :author "David Botton " :license "BSD" - :version "1.0.0" + :version "1.1.0" :serial t :pathname "source/" :depends-on (#:clack #:websocket-driver #:alexandria #:hunchentoot #:cl-ppcre diff --git a/source/clog-base.lisp b/source/clog-base.lisp index baf9b95..b1696d6 100644 --- a/source/clog-base.lisp +++ b/source/clog-base.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-base.lisp ;;;; diff --git a/source/clog-element-common.lisp b/source/clog-element-common.lisp index 802d28d..c97ed13 100644 --- a/source/clog-element-common.lisp +++ b/source/clog-element-common.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-element-commont.lisp ;;;; diff --git a/source/clog-element.lisp b/source/clog-element.lisp index 34d05e4..3292728 100644 --- a/source/clog-element.lisp +++ b/source/clog-element.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-element.lisp ;;;; diff --git a/source/clog-form.lisp b/source/clog-form.lisp index f0e6370..017ee56 100644 --- a/source/clog-form.lisp +++ b/source/clog-form.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-form.lisp ;;;; diff --git a/source/clog-gui.lisp b/source/clog-gui.lisp index fa48bb1..791e24d 100644 --- a/source/clog-gui.lisp +++ b/source/clog-gui.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-gui.lisp ;;;; diff --git a/source/clog-panel.lisp b/source/clog-panel.lisp index 51f1a7a..d982081 100644 --- a/source/clog-panel.lisp +++ b/source/clog-panel.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-panel.lisp ;;;; diff --git a/source/clog-web.lisp b/source/clog-web.lisp index a45574e..eab067d 100644 --- a/source/clog-web.lisp +++ b/source/clog-web.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog-web.lisp ;;;; diff --git a/source/clog.lisp b/source/clog.lisp index 9384c9a..9498ff7 100644 --- a/source/clog.lisp +++ b/source/clog.lisp @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; CLOG - The Common Lisp Omnificent GUI ;;;; -;;;; (c) 2020-2021 David Botton ;;;; +;;;; (c) 2020-2022 David Botton ;;;; ;;;; License BSD 3 Clause ;;;; ;;;; ;;;; ;;;; clog.lisp ;;;; diff --git a/tools/clog-builder-settings.lisp b/tools/clog-builder-settings.lisp index ebf6532..4810bd3 100644 --- a/tools/clog-builder-settings.lisp +++ b/tools/clog-builder-settings.lisp @@ -1,3 +1,10 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;; CLOG Builder - UI Design tool for CLOG ;;;; +;;;; (c) 2020-2022 David Botton ;;;; +;;;; License BSD 3 Clause ;;;; +;;;; ;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (in-package :clog-tools) (defparameter *import-types* diff --git a/tools/clog-builder.lisp b/tools/clog-builder.lisp index d75fbe2..bf165f8 100644 --- a/tools/clog-builder.lisp +++ b/tools/clog-builder.lisp @@ -1,3 +1,10 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;; CLOG Builder - UI Design tool for CLOG ;;;; +;;;; (c) 2020-2022 David Botton ;;;; +;;;; License BSD 3 Clause ;;;; +;;;; ;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (in-package :clog-tools) ;; Per instance app data diff --git a/tools/clog-db-admin.lisp b/tools/clog-db-admin.lisp index af6763a..6352111 100644 --- a/tools/clog-db-admin.lisp +++ b/tools/clog-db-admin.lisp @@ -1,3 +1,10 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;; CLOG Data - Database tool for CLOG ;;;; +;;;; (c) 2020-2022 David Botton ;;;; +;;;; License BSD 3 Clause ;;;; +;;;; ;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (in-package :clog-tools) (defclass app-data ()