summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-04-01 09:43:19 -0700
committerMichael Merickel <michael@merickel.org>2013-04-01 09:43:19 -0700
commitc6587944a116ae8516b79a24f6161539c52c0f7e (patch)
tree4db15f8d11daf177920f30c2dc5c177f4ff671ac
parent5f3eee1d89b52458e372875bbf71efb0cc5e3fcf (diff)
parentb2e99509a4eb1bd1906831ed8617602dc193c9dd (diff)
downloadpyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.tar.gz
pyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.tar.bz2
pyramid-c6587944a116ae8516b79a24f6161539c52c0f7e.zip
Merge pull request #958 from tshepang/rip
remove copyright bits from the scaffolds
-rw-r--r--pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl3
-rw-r--r--pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl3
-rw-r--r--pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt3
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">&copy; 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">&copy; 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">&copy; Copyright 2008-2012, Agendaless Consulting.</div>
- </div>
</body>
</html>