revert copyright year to project start

add copyright header to files
This commit is contained in:
David Lord 2018-02-08 10:57:40 -08:00
parent 9bf5c3b3a3
commit 310fbfcf64
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
52 changed files with 167 additions and 52 deletions

View file

@ -1,4 +1,12 @@
# -*- coding: utf-8 -*-
"""
flask.json
~~~~~~~~~~
:copyright: © 2010 by the Pallets team.
:license: BSD, see LICENSE for more details.
"""
import io
import uuid
from datetime import date, datetime

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Tagged JSON
~~~~~~~~~~~
@ -37,6 +38,8 @@ processes dicts first, so insert the new tag at the front of the order since
app.session_interface.serializer.register(TagOrderedDict, 0)
:copyright: © 2010 by the Pallets team.
:license: BSD, see LICENSE for more details.
"""
from base64 import b64decode, b64encode