File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ project(
77 # Carlogo, STIX and Computer Modern is OFL
88 # DejaVu is Bitstream Vera and Public Domain
99 license : ' PSF-2.0 AND MIT AND CC0-1.0 AND OFL-1.1 AND Bitstream-Vera AND Public-Domain' ,
10+ license_files : [
11+ ' LICENSE/LICENSE' ,
12+ ' LICENSE/LICENSE_AMSFONTS' ,
13+ ' LICENSE/LICENSE_BAKOMA' ,
14+ ' LICENSE/LICENSE_CARLOGO' ,
15+ ' LICENSE/LICENSE_COLORBREWER' ,
16+ ' LICENSE/LICENSE_COURIERTEN' ,
17+ ' LICENSE/LICENSE_JSXTOOLS_RESIZE_OBSERVER' ,
18+ ' LICENSE/LICENSE_QT4_EDITOR' ,
19+ ' LICENSE/LICENSE_SOLARIZED' ,
20+ ' LICENSE/LICENSE_STIX' ,
21+ ' LICENSE/LICENSE_YORICK' ,
22+ ],
1023 meson_version : ' >=1.1.0' ,
1124 default_options : [
1225 ' b_lto=true' ,
Original file line number Diff line number Diff line change 11project (' freetype2' , ' c' ,
2- license : [' FTL' , ' GPL2' ],
3- version : ' 2.6.1' )
2+ version : ' 2.6.1' ,
3+ license : ' (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND Zlib' ,
4+ license_files : [
5+ ' docs/LICENSE.TXT' ,
6+ ' docs/FTL.TXT' ,
7+ ' docs/GPLv2.TXT' ,
8+ ],
9+ meson_version : ' >=1.1.0' )
410
511# NOTE about FreeType versions
612# There are 3 versions numbers associated with each releases:
Original file line number Diff line number Diff line change 11project (' qhull' , ' c' ,
22 version : ' 8.0.2' ,
3- license : ' Qhull' )
3+ license : ' Qhull' ,
4+ license_files : [
5+ ' COPYING.txt' ,
6+ ],
7+ meson_version : ' >=1.1.0' )
48
59qhull_inc = include_directories (' src' )
610qhull_lib = static_library (' qhull_r' ,
You can’t perform that action at this time.
0 commit comments