Happy New Year 2014

This commit is contained in:
Daniel Neuhäuser 2014-01-02 19:21:07 +01:00
parent a3a2f521f1
commit 52098e1e4f
45 changed files with 45 additions and 45 deletions

View file

@ -16,7 +16,7 @@
the most common patterns at least. The diff it generates should be
hand reviewed and not applied blindly without making backups.
:copyright: (c) Copyright 2011 by Armin Ronacher.
:copyright: (c) Copyright 2014 by Armin Ronacher.
:license: see LICENSE for more details.
"""
import re

View file

@ -12,7 +12,7 @@
flaskext_compat.activate()
from flask.ext import foo
:copyright: (c) 2011 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import sys

View file

@ -5,7 +5,7 @@
Tests the Flask extensions.
:copyright: (c) 2010 by Ali Afshar.
:copyright: (c) 2014 by Ali Afshar.
:license: BSD, see LICENSE for more details.
"""

View file

@ -7,7 +7,7 @@
Helper script that performs a release. Does pretty much everything
automatically for us.
:copyright: (c) 2011 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import sys