FreeType: address font license issues (#5230)
authorAuke Kok <sofar+github@foo-projects.org>
Tue, 14 Feb 2017 09:08:17 +0000 (01:08 -0800)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2017 09:08:17 +0000 (01:08 -0800)
commiteb49009d023e6e3b5d59a97b8fb5fed5eee83296
treee36fa040aee7bcaf033548b3fef0afc9ad5ba01c
parentf17c9c45dc30a388675d46418d278a4a029206e2
FreeType: address font license issues (#5230)

It appears we were shipping font files without license text, and I
had my doubts about the bitmap fonts being usable directly.

This replaces existing TTF fonts with Apache-2.0 licensed fonts from
chome core (Cousine, Arimo, Tinos). Include the full license file
for all three fonts.

The Lucida Sans font bitmap is removed entirely for non-freetype
builds. There is therefore only mono fonts for non-freetype builds.
46 files changed:
fonts/Arimo-LICENSE.txt [new file with mode: 0644]
fonts/Arimo-Regular.ttf [new file with mode: 0644]
fonts/Cousine-LICENSE.txt [new file with mode: 0644]
fonts/Cousine-Regular.ttf [new file with mode: 0644]
fonts/DroidSansFallbackFull.ttf [deleted file]
fonts/Tinos-LICENSE.txt [new file with mode: 0644]
fonts/Tinos-Regular.ttf [new file with mode: 0644]
fonts/liberationmono.ttf [deleted file]
fonts/liberationsans.ttf [deleted file]
fonts/lucida_sans_10.xml [deleted file]
fonts/lucida_sans_100.png [deleted file]
fonts/lucida_sans_11.xml [deleted file]
fonts/lucida_sans_110.png [deleted file]
fonts/lucida_sans_12.xml [deleted file]
fonts/lucida_sans_120.png [deleted file]
fonts/lucida_sans_14.xml [deleted file]
fonts/lucida_sans_140.png [deleted file]
fonts/lucida_sans_16.xml [deleted file]
fonts/lucida_sans_160.png [deleted file]
fonts/lucida_sans_18.xml [deleted file]
fonts/lucida_sans_180.png [deleted file]
fonts/lucida_sans_20.xml [deleted file]
fonts/lucida_sans_200.png [deleted file]
fonts/lucida_sans_22.xml [deleted file]
fonts/lucida_sans_220.png [deleted file]
fonts/lucida_sans_24.xml [deleted file]
fonts/lucida_sans_240.png [deleted file]
fonts/lucida_sans_26.xml [deleted file]
fonts/lucida_sans_260.png [deleted file]
fonts/lucida_sans_28.xml [deleted file]
fonts/lucida_sans_280.png [deleted file]
fonts/lucida_sans_36.xml [deleted file]
fonts/lucida_sans_360.png [deleted file]
fonts/lucida_sans_4.xml [deleted file]
fonts/lucida_sans_40.png [deleted file]
fonts/lucida_sans_48.xml [deleted file]
fonts/lucida_sans_480.png [deleted file]
fonts/lucida_sans_56.xml [deleted file]
fonts/lucida_sans_560.png [deleted file]
fonts/lucida_sans_6.xml [deleted file]
fonts/lucida_sans_60.png [deleted file]
fonts/lucida_sans_8.xml [deleted file]
fonts/lucida_sans_80.png [deleted file]
fonts/lucida_sans_9.xml [deleted file]
fonts/lucida_sans_90.png [deleted file]
src/defaultsettings.cpp