diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-29 20:40:48 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-29 20:40:48 +0200 |
| commit | b2e99509a4eb1bd1906831ed8617602dc193c9dd (patch) | |
| tree | 1e4c5e19951c9e134e7ebec8e5c4bd20468b0437 | |
| parent | bd10de6b53905fa260b44ae6f468bac1ea30b91b (diff) | |
| download | pyramid-b2e99509a4eb1bd1906831ed8617602dc193c9dd.tar.gz pyramid-b2e99509a4eb1bd1906831ed8617602dc193c9dd.tar.bz2 pyramid-b2e99509a4eb1bd1906831ed8617602dc193c9dd.zip | |
remove copyright bits from the scaffolds
see https://github.com/Pylons/pyramid/pull/953#issuecomment-15650552
3 files changed, 0 insertions, 9 deletions
diff --git a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl index 99606fe0e..99b3fe31c 100644 --- a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl @@ -69,8 +69,5 @@ </div> </div> </div> - <div id="footer"> - <div class="footer">© Copyright 2008-2012, Agendaless Consulting.</div> - </div> </body> </html> diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl index 4a71dd992..34706ec2f 100644 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -69,8 +69,5 @@ </div> </div> </div> - <div id="footer"> - <div class="footer">© Copyright 2008-2012, Agendaless Consulting.</div> - </div> </body> </html> diff --git a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt index 5391509fe..200dac6d0 100644 --- a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt +++ b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt @@ -69,8 +69,5 @@ </div> </div> </div> - <div id="footer"> - <div class="footer">© Copyright 2008-2012, Agendaless Consulting.</div> - </div> </body> </html> |
