Skip to content

Commit

Permalink
Merge pull request #23 from yfukai/fix_license
Browse files Browse the repository at this point in the history
Fix_license
  • Loading branch information
yfukai authored Sep 20, 2021
2 parents 960561a + 12d68f4 commit 03bb89f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "[email protected]",
"friendly_name": "LapTrack",
"github_user": "yfukai",
"license": "MIT",
"license": "GPL-3.0-only",
"package_name": "laptrack",
"project_name": "laptrack",
"version": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Contributor Guide
=================

Thank you for your interest in improving this project.
This project is open-source under the `MIT license`_ and
This project is open-source under the `GNU General Public License version 3`_ and
welcomes contributions in the form of bug reports, feature requests, and pull requests.

Here is a list of important resources for contributors:
Expand All @@ -12,7 +12,7 @@ Here is a list of important resources for contributors:
- `Issue Tracker`_
- `Code of Conduct`_

.. _MIT license: https://opensource.org/licenses/MIT
.. _GNU General Public License version 3: https://opensource.org/licenses/GPL-3.0
.. _Source Code: https://github.com/yfukai/laptrack
.. _Documentation: https://laptrack.readthedocs.io/
.. _Issue Tracker: https://github.com/yfukai/laptrack/issues
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "laptrack"
version = "0.1.0"
description = "LapTrack"
authors = ["Yohsuke Fukai <[email protected]>"]
license = "MIT"
license = "GPL-3.0-only"
readme = "README.rst"
homepage = "https://github.com/yfukai/laptrack"
repository = "https://github.com/yfukai/laptrack"
Expand Down

0 comments on commit 03bb89f

Please sign in to comment.