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 /introspection | |
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 'introspection')
-rw-r--r-- | introspection/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/introspection/meson.build b/introspection/meson.build index f25251fd78..dc7841799c 100644 --- a/introspection/meson.build +++ b/introspection/meson.build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1+ + ifaces_secret_agent_xml = files('org.freedesktop.NetworkManager.SecretAgent.xml') ifaces_vpn_plugin_xml = files('org.freedesktop.NetworkManager.VPN.Plugin.xml') |