Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Feb 4, 2018
1 parent 5db06fa commit 0834f82
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
3-Clause BSD License

Copyright (c) 2017, Stephen McDowell
Copyright (c) 2017-2018, Stephen McDowell
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@ projects. If you require a different license, please raise an issue and I will
a dual license.

The full license is
`available here <https://github.com/svenevs/exhale/blob/master/LICENSE.md>`_.
`available here <https://github.com/svenevs/exhale/blob/master/LICENSE>`_.
4 changes: 2 additions & 2 deletions exhale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

from __future__ import unicode_literals
Expand Down
4 changes: 2 additions & 2 deletions exhale/configs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################
'''
The ``configs`` module exists to contain the Sphinx Application configurations specific
Expand Down
4 changes: 2 additions & 2 deletions exhale/deploy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

'''
Expand Down
4 changes: 2 additions & 2 deletions exhale/graph.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

from __future__ import unicode_literals
Expand Down
4 changes: 2 additions & 2 deletions exhale/parse.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

from __future__ import unicode_literals
Expand Down
4 changes: 2 additions & 2 deletions exhale/utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf8 -*-
########################################################################################
# This file is part of exhale. Copyright (c) 2017, Stephen McDowell. #
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE.md #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

from __future__ import unicode_literals
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
########################################################################################
# This file is part of exhale. Copyright (c) 2017-2018, Stephen McDowell. #
# Full BSD 3-Clause license available here: #
# #
# https://github.com/svenevs/exhale/blob/master/LICENSE #
########################################################################################

import os
import sys
# NOTE: full `setuptools` is required for this project
Expand Down

0 comments on commit 0834f82

Please sign in to comment.