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 /man | |
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 'man')
-rw-r--r-- | man/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build index f9130535c9..407d027e90 100644 --- a/man/meson.build +++ b/man/meson.build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1+ + common_ent_file = configure_file( input: 'common.ent.in', output: '@BASENAME@', |