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:
parent
f0e0954afc
commit
783abb6f2e
@ -8,7 +8,7 @@ What is this?
|
|||||||
project includes the TTX tool, that can convert TrueType and OpenType
|
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
|
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
|
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>`__.
|
licence <LICENSE>`__.
|
||||||
| Among other things this means you can use it free of charge.
|
| Among other things this means you can use it free of charge.
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -37,7 +37,7 @@ classifiers = {"classifiers": [
|
|||||||
"Environment :: Other Environment",
|
"Environment :: Other Environment",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
@ -316,7 +316,7 @@ setup(
|
|||||||
maintainer="Behdad Esfahbod",
|
maintainer="Behdad Esfahbod",
|
||||||
maintainer_email="behdad@behdad.org",
|
maintainer_email="behdad@behdad.org",
|
||||||
url="http://github.com/fonttools/fonttools",
|
url="http://github.com/fonttools/fonttools",
|
||||||
license="OpenSource, BSD-style",
|
license="MIT",
|
||||||
platforms=["Any"],
|
platforms=["Any"],
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
package_dir={'': 'Lib'},
|
package_dir={'': 'Lib'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user