From 783abb6f2ed581e37c3c68f7daea344f1097bb5a Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 13 Dec 2017 17:42:34 +0000 Subject: [PATCH] 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! --- README.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 08ef951cd..34d640958 100644 --- a/README.rst +++ b/README.rst @@ -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 `__. | Among other things this means you can use it free of charge. diff --git a/setup.py b/setup.py index 30826a746..457d4a4bd 100755 --- a/setup.py +++ b/setup.py @@ -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'},