diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-01 09:43:19 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-01 09:43:19 -0700 |
| commit | c6587944a116ae8516b79a24f6161539c52c0f7e (patch) | |
| tree | 4db15f8d11daf177920f30c2dc5c177f4ff671ac | |
| parent | 5f3eee1d89b52458e372875bbf71efb0cc5e3fcf (diff) | |
| parent | b2e99509a4eb1bd1906831ed8617602dc193c9dd (diff) | |
| download | pyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.tar.gz pyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.tar.bz2 pyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.zip | |
Merge pull request #958 from tshepang/rip
remove copyright bits from the scaffolds
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> |
