summaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-03-28 12:39:58 +0100
committerThomas Haller <thaller@redhat.com>2020-03-28 12:45:19 +0100
commit46dd4d0fbfe67860b1fd67a1b555fc25f5213159 (patch)
tree9d009b350e3a1c0e1fd73d64486d9967cd38ebe2 /src/devices
parentff814923ebfa434ba0ffaa13f0d61a4bb8ad6ec4 (diff)
parent648155e4a19b67b2098ed9e22c119d679d1600d2 (diff)
downloadNetworkManager-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 'src/devices')
-rw-r--r--src/devices/adsl/meson.build2
-rw-r--r--src/devices/bluetooth/meson.build2
-rw-r--r--src/devices/meson.build2
-rw-r--r--src/devices/ovs/meson.build2
-rw-r--r--src/devices/team/meson.build2
-rw-r--r--src/devices/tests/meson.build2
-rw-r--r--src/devices/wifi/meson.build2
-rw-r--r--src/devices/wwan/meson.build2
8 files changed, 16 insertions, 0 deletions
diff --git a/src/devices/adsl/meson.build b/src/devices/adsl/meson.build
index a5d1c4b474..79834d7faa 100644
--- a/src/devices/adsl/meson.build
+++ b/src/devices/adsl/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
sources = files(
'nm-atm-manager.c',
'nm-device-adsl.c',
diff --git a/src/devices/bluetooth/meson.build b/src/devices/bluetooth/meson.build
index f0507c232b..638a01a2fc 100644
--- a/src/devices/bluetooth/meson.build
+++ b/src/devices/bluetooth/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
sources = files(
'nm-bluez-manager.c',
'nm-bt-error.c',
diff --git a/src/devices/meson.build b/src/devices/meson.build
index 2d874659c7..40a5c9dcc3 100644
--- a/src/devices/meson.build
+++ b/src/devices/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
subdir('adsl')
if enable_modem_manager
diff --git a/src/devices/ovs/meson.build b/src/devices/ovs/meson.build
index 27e1b4d02c..8457e68aed 100644
--- a/src/devices/ovs/meson.build
+++ b/src/devices/ovs/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
sources = files(
'nm-device-ovs-bridge.c',
'nm-device-ovs-interface.c',
diff --git a/src/devices/team/meson.build b/src/devices/team/meson.build
index 0e63183b5e..c2b77cb910 100644
--- a/src/devices/team/meson.build
+++ b/src/devices/team/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
sources = files(
'nm-device-team.c',
'nm-team-factory.c',
diff --git a/src/devices/tests/meson.build b/src/devices/tests/meson.build
index bb53d1ee47..1ddd4f8553 100644
--- a/src/devices/tests/meson.build
+++ b/src/devices/tests/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
test_units = [
'test-acd',
'test-lldp',
diff --git a/src/devices/wifi/meson.build b/src/devices/wifi/meson.build
index 9f18a36b18..00404c71f0 100644
--- a/src/devices/wifi/meson.build
+++ b/src/devices/wifi/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
iwd_sources = files()
if enable_iwd
iwd_sources += files(
diff --git a/src/devices/wwan/meson.build b/src/devices/wwan/meson.build
index ed6f801058..97252edc08 100644
--- a/src/devices/wwan/meson.build
+++ b/src/devices/wwan/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
nm_service_providers_source = files('nm-service-providers.c')
sources = nm_service_providers_source + files(