summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index a168168..7d06a85 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -274,3 +274,10 @@ git add plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php
git add ../app-from-scratch.sh
git commit -m "bake: Add configurability, generate less actions"
+# 0dd134b71539f38d84db3b023ba42d2650df278a
+
+
+# Add Copyright & GPL3+ notice to Templates
+editor $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig
+git add $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig
+git commit -m "Add Copyright & GPL3+ notice to Templates"