clarify in docs and metadata that LICENSE is MIT and not BSD...

https://github.com/fonttools/fonttools/issues/1127

Thanks synapticarbors and CJ-Wright for spotting this!
This commit is contained in:
Cosimo Lupo 2017-12-13 17:42:34 +00:00
parent f0e0954afc
commit 783abb6f2e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ What is this?
project includes the TTX tool, that can convert TrueType and OpenType
fonts to and from an XML text format, which is also called TTX. It
supports TrueType, OpenType, AFM and to an extent Type 1 and some
Mac-specific formats. The project has a `BSD-style open-source
Mac-specific formats. The project has a `MIT open-source
licence <LICENSE>`__.
| Among other things this means you can use it free of charge.

View File

@ -37,7 +37,7 @@ classifiers = {"classifiers": [
"Environment :: Other Environment",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
@ -316,7 +316,7 @@ setup(
maintainer="Behdad Esfahbod",
maintainer_email="behdad@behdad.org",
url="http://github.com/fonttools/fonttools",
license="OpenSource, BSD-style",
license="MIT",
platforms=["Any"],
long_description=long_description,
package_dir={'': 'Lib'},