Skip to content

Commit d1ef396

Browse files
committed
meson: Use SPDX identifier as license text
First it is recommended to use SPDX identifiers for the version field and second it clarifies which LGPL version this project is using. While at it, also use the SPDX identifier in the README. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 2ae2730 commit d1ef396

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ archived here:
2929
# License
3030

3131
Except where otherwise stated, all software contained within this repo
32-
is currently licensed LGPL, see COPYING for more information.
32+
is currently licensed LGPL-2.1-or-later, see COPYING for more
33+
information.
3334

3435
Keith Busch 2020-02-06
3536

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(
99
'libnvme', ['c', 'cpp'],
1010
meson_version: '>= 0.47.0',
1111
version: '1.0',
12-
license: 'LGPLv2+',
12+
license: 'LGPL-2.1-or-later',
1313
default_options: [
1414
'c_std=gnu99',
1515
'warning_level=1',

0 commit comments

Comments
 (0)