summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/basiclayout
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-02 19:04:55 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-02 19:04:55 +0200
commitba6cb382803b03a74159a0adae3c8e3ea90551c5 (patch)
tree02c837ae1551c55cd10994568de5fed4733b5bed /docs/tutorials/wiki/src/basiclayout
parenta9bd7d058ec1399927ae19c1850ec15195319403 (diff)
downloadpyramid-ba6cb382803b03a74159a0adae3c8e3ea90551c5.tar.gz
pyramid-ba6cb382803b03a74159a0adae3c8e3ea90551c5.tar.bz2
pyramid-ba6cb382803b03a74159a0adae3c8e3ea90551c5.zip
remove copyright bits from the tutorial examples
We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314.
Diffstat (limited to 'docs/tutorials/wiki/src/basiclayout')
-rw-r--r--docs/tutorials/wiki/src/basiclayout/tutorial/templates/mytemplate.pt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/src/basiclayout/tutorial/templates/mytemplate.pt b/docs/tutorials/wiki/src/basiclayout/tutorial/templates/mytemplate.pt
index 84824f605..e8672104d 100644
--- a/docs/tutorials/wiki/src/basiclayout/tutorial/templates/mytemplate.pt
+++ b/docs/tutorials/wiki/src/basiclayout/tutorial/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>