Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fd7709

Browse files
committed
Add all License files to Meson metadata
This doesn't get used for anything effectively, but perhaps meson-python will start using it eventually.
1 parent 81aad02 commit 7fd7709

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

meson.build

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

subprojects/packagefiles/freetype-2.6.1-meson/meson.build

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
project('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:

subprojects/packagefiles/qhull-8.0.2/meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
project('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

59
qhull_inc = include_directories('src')
610
qhull_lib = static_library('qhull_r',

0 commit comments

Comments
 (0)