git-dummy
git-dummy copied to clipboard
Inconsistent LICENCE
LICENSE file says GPL-2.0, but setup.py has it as MIT:
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
Which one should it be packaged under?
Ah, I assume the same as https://github.com/initialcommit-com/git-sim/issues/103 applies here?