Skip to content

Commit

Permalink
COPYING: Rename file to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 9, 2013
1 parent 5b06ca8 commit 11996c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion skylines/views/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def skylines_team():
@about_blueprint.route('/license')
def license():
path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
'..', '..', 'COPYING')
'..', '..', 'LICENSE')
with open(path) as f:
content = f.read().decode('utf-8')

Expand Down

0 comments on commit 11996c8

Please sign in to comment.