From 9a73d523ebd6035fac8deaa347ce41e4eda13232 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 19 Jul 2018 00:21:45 +0200 Subject: Add Copyright & GPL3+ notice to Templates --- app-from-scratch.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app-from-scratch.sh') 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" -- cgit v1.1