From 6888025180ab9baa604d3cfc03078ee794919d5a Mon Sep 17 00:00:00 2001 From: Yohsuke Fukai Date: Mon, 20 Sep 2021 21:02:04 +0900 Subject: [PATCH] changed license to GPLv3 --- .cookiecutter.json | 2 +- CONTRIBUTING.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 1a916178..4115fcce 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -5,7 +5,7 @@ "email": "ysk@yfukai.net", "friendly_name": "LapTrack", "github_user": "yfukai", - "license": "MIT", + "license": "GPL-3.0-only", "package_name": "laptrack", "project_name": "laptrack", "version": "0.0.0" diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f6dbbf27..4fe10247 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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: @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3214dc8e..c2a86959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "laptrack" version = "0.1.0" description = "LapTrack" authors = ["Yohsuke Fukai "] -license = "MIT" +license = "GPL-3.0-only" readme = "README.rst" homepage = "https://github.com/yfukai/laptrack" repository = "https://github.com/yfukai/laptrack"