diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:21:45 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:21:45 +0200 |
commit | 9a73d523ebd6035fac8deaa347ce41e4eda13232 (patch) | |
tree | 3ff104a138ac0326a98ca873ee640816a08f8d26 /app-from-scratch.sh | |
parent | 0dd134b71539f38d84db3b023ba42d2650df278a (diff) | |
download | chd_gestion-9a73d523ebd6035fac8deaa347ce41e4eda13232.zip chd_gestion-9a73d523ebd6035fac8deaa347ce41e4eda13232.tar.gz chd_gestion-9a73d523ebd6035fac8deaa347ce41e4eda13232.tar.bz2 |
Add Copyright & GPL3+ notice to Templates
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 7 |
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" |