summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/wasm/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-03 13:13:24 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-15 06:48:01 +0000
commit29351315115df46ec2ceec6a853ea40ea6c82246 (patch)
treee2907e8590b09b3e4c64d7f4a37859a30a0ddfe9 /src/3rdparty/wasm/qt_attribution.json
parent27f54076cd26f57ef815ba1e11fe25f35c5c7b20 (diff)
Fix attributions for wasm fonts
Change-Id: I83251f49f62f502ac2cc21048e9d4e079cee5e99 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/3rdparty/wasm/qt_attribution.json')
-rw-r--r--src/3rdparty/wasm/qt_attribution.json31
1 files changed, 22 insertions, 9 deletions
diff --git a/src/3rdparty/wasm/qt_attribution.json b/src/3rdparty/wasm/qt_attribution.json
index 2724008157..5d89e4adfa 100644
--- a/src/3rdparty/wasm/qt_attribution.json
+++ b/src/3rdparty/wasm/qt_attribution.json
@@ -1,20 +1,33 @@
+[
{
"Id": "vera_font",
- "Name": "Vera",
- "QDocModule": "qtcore",
+ "Name": "Bitstream Vera Font",
+ "QDocModule": "qtgui",
"QtUsage": "Used for WebAssembly platform.",
+ "Files": "Vera.ttf",
+ "Description": "Vera is a group typeface (font) with a liberal license.",
- "License": "Bitstream",
- "LicenseFile": "LICENSE",
+ "Homepage": "https://www.gnome.org/fonts/",
+ "Version": "1.10",
+ "DownloadLocation": "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.bz2",
+ "License": "Bitstream Vera Font License",
+ "LicenseId": "bitstream-vera",
+ "LicenseFile": "VERA-LICENSE",
"Copyright": "Copyright (C) 2003 Bitstream,Inc"
},
{
"Id": "dejayvu",
- "Name": "DejaVuSans",
- "QDocModule": "qtcore",
+ "Name": "DejaVu Fonts",
+ "QDocModule": "qtgui",
"QtUsage": "Used for WebAssembly platform.",
+ "Files": "DejaVuSans.ttf",
+ "Description": "The DejaVu fonts are a font family based on the Vera Fonts.",
- "License": "Bitstream",
- "LicenseFile": "LICENSE",
- "Copyright": "Copyright (C) 2003 Bitstream,Inc"
+ "Homepage": "https://dejavu-fonts.github.io/",
+ "License": "Bitstream Vera Font License",
+ "LicenseFile": "DEJAVU-LICENSE",
+ "Copyright": "Copyright (C) 2003 Bitstream,Inc
+Copyright (c) 2006 by Tavmjong Bah
+(c) American Mathematical Society"
}
+] \ No newline at end of file