Skip to content

Commit 7d4ba9c

Browse files
committed
meson: use SPDX licenses
1 parent 9c35dc3 commit 7d4ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('libspng', 'c',
22
version : '0.6.2',
3-
license : [ 'bsd', 'libpng2' ],
3+
license : [ 'BSD-2-Clause', 'libpng-2.0' ],
44
default_options : 'c_std=c99'
55
)
66

0 commit comments

Comments
 (0)