summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-04-29 18:18:35 +0200
committerMarcel Hellkamp <marc@gsites.de>2011-04-29 18:18:35 +0200
commit6c151597e22b763af2174c257e6e4af47a0839f8 (patch)
tree102724207cf243023713566ae8755aa4352082cd /plugins
parent00ddd452d975ee2effdd43151b95fb1ee19a258c (diff)
downloadbottle-6c151597e22b763af2174c257e6e4af47a0839f8.tar.gz
docs: licence -> license and 2009/2010 -> 2011
Diffstat (limited to 'plugins')
-rw-r--r--plugins/werkzeug/bottle_werkzeug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/werkzeug/bottle_werkzeug.py b/plugins/werkzeug/bottle_werkzeug.py
index 844bbfa..61fbfe8 100644
--- a/plugins/werkzeug/bottle_werkzeug.py
+++ b/plugins/werkzeug/bottle_werkzeug.py
@@ -32,7 +32,7 @@ Example::
__autor__ = "Marcel Hellkamp"
__version__ = '0.1'
-__licence__ = 'MIT'
+__license__ = 'MIT'
import werkzeug
from werkzeug import *