diff options
author | Thomas Haller <thaller@redhat.com> | 2020-03-28 12:39:58 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-03-28 12:45:19 +0100 |
commit | 46dd4d0fbfe67860b1fd67a1b555fc25f5213159 (patch) | |
tree | 9d009b350e3a1c0e1fd73d64486d9967cd38ebe2 /shared/nm-glib-aux/tests | |
parent | ff814923ebfa434ba0ffaa13f0d61a4bb8ad6ec4 (diff) | |
parent | 648155e4a19b67b2098ed9e22c119d679d1600d2 (diff) | |
download | NetworkManager-46dd4d0fbfe67860b1fd67a1b555fc25f5213159.tar.gz |
meson: merge branch 'inigomartinez/meson-license'
Add SPDX license headers for meson files.
As far as I can tell, according to RELICENSE.md file, almost everybody
who contributed to the meson files agreed to the LGPL-2.1+ licensing.
This entails the vast majority of code in question.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/397
Diffstat (limited to 'shared/nm-glib-aux/tests')
-rw-r--r-- | shared/nm-glib-aux/tests/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/nm-glib-aux/tests/meson.build b/shared/nm-glib-aux/tests/meson.build index 37c5c1b44d..f6328db916 100644 --- a/shared/nm-glib-aux/tests/meson.build +++ b/shared/nm-glib-aux/tests/meson.build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1+ + test_unit = 'test-shared-general' c_flags = [ |