solve licence issues with gpl and apache

This commit is contained in:
2025-12-15 21:03:27 +02:00
parent 754c390b67
commit 8ca921715e
4 changed files with 9 additions and 3 deletions

1
LICENCE.txt Normal file
View File

@@ -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.

View File

@@ -139,7 +139,7 @@ jrnl uninstall
## License ## License
MIT GPL 2.0
## Development ## Development

5
THIRD_PARTY_NOTICES.txt Normal file
View File

@@ -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.

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "jrnl-dev" name = "jrnl"
version = "0.1.0" version = "0.1.0"
description = "A CLI tool for developers to track work for daily standups using git hooks and LLM-powered summaries" description = "A CLI tool for developers to track work for daily standups using git hooks and LLM-powered summaries"
readme = "README.md" readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Topic :: Software Development :: Version Control :: Git", "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",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",