From 8fdeaa85654a6d0064ee2fba59c376725ee9be72 Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 9 Oct 2024 15:53:50 -0400 Subject: [PATCH] remove dates --- templates/projects/clog-gui-panel/tmpl.lisp.lt | 2 +- templates/projects/clog-gui-sdi/tmpl.lisp.lt | 2 +- templates/projects/clog-gui/tmpl.lisp.lt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/projects/clog-gui-panel/tmpl.lisp.lt b/templates/projects/clog-gui-panel/tmpl.lisp.lt index 636e03a..6f7fa18 100644 --- a/templates/projects/clog-gui-panel/tmpl.lisp.lt +++ b/templates/projects/clog-gui-panel/tmpl.lisp.lt @@ -18,7 +18,7 @@
<%= (@ sys-name) %>
<%= (@ sys-name) %>

A New App
-
(c) 2022 - Some One

" +
(c) - Some One

" :hidden t :width 200 :height 200))) diff --git a/templates/projects/clog-gui-sdi/tmpl.lisp.lt b/templates/projects/clog-gui-sdi/tmpl.lisp.lt index 476fac2..102b9e0 100644 --- a/templates/projects/clog-gui-sdi/tmpl.lisp.lt +++ b/templates/projects/clog-gui-sdi/tmpl.lisp.lt @@ -12,7 +12,7 @@
<%= (@ sys-name) %>
<%= (@ sys-name) %>

A New App
-
(c) 2022 - Some One

" +
(c) - Some One

" :hidden t :width 200 :height 200))) diff --git a/templates/projects/clog-gui/tmpl.lisp.lt b/templates/projects/clog-gui/tmpl.lisp.lt index 265473f..0ccea4a 100644 --- a/templates/projects/clog-gui/tmpl.lisp.lt +++ b/templates/projects/clog-gui/tmpl.lisp.lt @@ -17,7 +17,7 @@
<%= (@ sys-name) %>
<%= (@ sys-name) %>

A New App
-
(c) 2022 - Some One

" +
(c) - Some One

" :hidden t :width 200 :height 200)))