solve licence issues with gpl and apache
This commit is contained in:
1
LICENCE.txt
Normal file
1
LICENCE.txt
Normal 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.
|
||||
5
THIRD_PARTY_NOTICES.txt
Normal file
5
THIRD_PARTY_NOTICES.txt
Normal 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.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user