Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jan 7, 2014
1 parent 7be617d commit 4fcb649
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013, Hsiaoming Yang.
Copyright (c) 2013 - 2014, Hsiaoming Yang.

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
project = u'Flask-OAuthlib'

import datetime
copyright = u'%i, <a href="http://lepture.com/">Hsiaoming Yang</a>' % datetime.datetime.utcnow().year
copyright = u'2013 - %i, <a href="http://lepture.com/">Hsiaoming Yang</a>' % datetime.datetime.utcnow().year

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
remote OAuth enabled applications, and also helps you creating your own
OAuth servers.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
:license: BSD, see LICENSE for more details.
"""

Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Implemnts OAuth1 and OAuth2 support for Flask.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
"""

import logging
Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
Contributions for Flask OAuthlib.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
"""
2 changes: 1 addition & 1 deletion flask_oauthlib/provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Implemnts OAuth1 and OAuth2 providers support for Flask.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
"""

# flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/provider/oauth1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Implemnts OAuth1 provider support for Flask.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
"""

import logging
Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/provider/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Implemnts OAuth2 provider support for Flask.
:copyright: (c) 2013 by Hsiaoming Yang.
:copyright: (c) 2013 - 2014 by Hsiaoming Yang.
"""

import os
Expand Down

0 comments on commit 4fcb649

Please sign in to comment.