diff --git a/LICENCE.txt b/LICENCE.txt new file mode 100644 index 0000000..f5490dc --- /dev/null +++ b/LICENCE.txt @@ -0,0 +1 @@ +This project is not yet released and can not be used freely. It is intended to be released with GPL v2 after licence incompatibilities are resolved. \ No newline at end of file diff --git a/README.md b/README.md index 736bca3..d47a2cb 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ jrnl uninstall ## License -MIT +GPL 2.0 ## Development diff --git a/THIRD_PARTY_NOTICES.txt b/THIRD_PARTY_NOTICES.txt new file mode 100644 index 0000000..89fcbe1 --- /dev/null +++ b/THIRD_PARTY_NOTICES.txt @@ -0,0 +1,5 @@ +This project is licensed under the GNU General Public License v2. + +This project depends on third-party software licensed under the MIT License +and the Mozilla Public License 2.0. These components are distributed under +their own licenses by their respective authors. diff --git a/pyproject.toml b/pyproject.toml index 609389b..3fe667b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "jrnl-dev" +name = "jrnl" version = "0.1.0" description = "A CLI tool for developers to track work for daily standups using git hooks and LLM-powered summaries" readme = "README.md" @@ -15,7 +15,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GPL 2.0", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",