From 11cd9beb9b1d0f3dfe5ca860d5deba422a42c179 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sun, 29 Dec 2024 12:58:59 +0100 Subject: [PATCH] wireless: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- wireless/CMakeLists.txt | 2 ++ wireless/Make.defs | 2 ++ wireless/Makefile | 2 ++ wireless/bluetooth/CMakeLists.txt | 2 ++ wireless/bluetooth/Make.defs | 2 ++ wireless/bluetooth/Makefile | 2 ++ wireless/bluetooth/btsak/CMakeLists.txt | 2 ++ wireless/bluetooth/btsak/Make.defs | 2 ++ wireless/bluetooth/btsak/Makefile | 2 ++ wireless/bluetooth/btsak/btsak.h | 2 ++ wireless/bluetooth/btsak/btsak_advertise.c | 2 ++ wireless/bluetooth/btsak/btsak_features.c | 2 ++ wireless/bluetooth/btsak/btsak_gatt.c | 2 ++ wireless/bluetooth/btsak/btsak_info.c | 2 ++ wireless/bluetooth/btsak/btsak_main.c | 2 ++ wireless/bluetooth/btsak/btsak_scan.c | 2 ++ wireless/bluetooth/btsak/btsak_security.c | 2 ++ wireless/bluetooth/nimble/CMakeLists.txt | 2 ++ wireless/bluetooth/nimble/Make.defs | 2 ++ wireless/bluetooth/nimble/Makefile | 2 ++ wireless/bluetooth/nimble/Makefile.nimble | 2 ++ wireless/bluetooth/nimble/include/logcfg/logcfg.h | 2 ++ wireless/bluetooth/nimble/include/syscfg/syscfg.h | 2 ++ wireless/gs2200m/Make.defs | 2 ++ wireless/gs2200m/Makefile | 2 ++ wireless/gs2200m/gs2200m_main.c | 2 ++ wireless/ieee802154/CMakeLists.txt | 2 ++ wireless/ieee802154/Make.defs | 2 ++ wireless/ieee802154/Makefile | 2 ++ wireless/ieee802154/i8sak/CMakeLists.txt | 2 ++ wireless/ieee802154/i8sak/Make.defs | 2 ++ wireless/ieee802154/i8sak/Makefile | 2 ++ wireless/ieee802154/i8sak/i8sak.h | 2 ++ wireless/ieee802154/i8sak/i8sak_acceptassoc.c | 2 ++ wireless/ieee802154/i8sak/i8sak_assoc.c | 2 ++ wireless/ieee802154/i8sak/i8sak_blaster.c | 2 ++ wireless/ieee802154/i8sak/i8sak_events.c | 2 ++ wireless/ieee802154/i8sak/i8sak_events.h | 2 ++ wireless/ieee802154/i8sak/i8sak_get.c | 2 ++ wireless/ieee802154/i8sak/i8sak_main.c | 2 ++ wireless/ieee802154/i8sak/i8sak_poll.c | 2 ++ wireless/ieee802154/i8sak/i8sak_regdump.c | 2 ++ wireless/ieee802154/i8sak/i8sak_reset.c | 2 ++ wireless/ieee802154/i8sak/i8sak_scan.c | 2 ++ wireless/ieee802154/i8sak/i8sak_set.c | 2 ++ wireless/ieee802154/i8sak/i8sak_sniffer.c | 2 ++ wireless/ieee802154/i8sak/i8sak_startpan.c | 2 ++ wireless/ieee802154/i8sak/i8sak_tracedump.c | 2 ++ wireless/ieee802154/i8sak/i8sak_tx.c | 2 ++ wireless/ieee802154/i8shark/CMakeLists.txt | 2 ++ wireless/ieee802154/i8shark/Make.defs | 2 ++ wireless/ieee802154/i8shark/Makefile | 2 ++ wireless/ieee802154/i8shark/i8shark_main.c | 2 ++ wireless/ieee802154/libmac/CMakeLists.txt | 2 ++ wireless/ieee802154/libmac/Make.defs | 2 ++ wireless/ieee802154/libmac/Makefile | 2 ++ wireless/ieee802154/libmac/ieee802154_assocreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_assocresp.c | 2 ++ .../ieee802154/libmac/ieee802154_disassocreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_getreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_gtsreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_orphanresp.c | 2 ++ wireless/ieee802154/libmac/ieee802154_pollreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_resetreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_rxenabreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_scanreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_setreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_startreq.c | 2 ++ wireless/ieee802154/libmac/ieee802154_syncreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_assocreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_assocresp.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_disassocreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_getpromisc.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_getreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_gtsreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_orphanresp.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_pollreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_resetreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_rxenabreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_scanreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_setreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_startreq.c | 2 ++ wireless/ieee802154/libmac/sixlowpan_syncreq.c | 2 ++ wireless/ieee802154/libutils/CMakeLists.txt | 2 ++ wireless/ieee802154/libutils/Make.defs | 2 ++ wireless/ieee802154/libutils/Makefile | 2 ++ .../ieee802154/libutils/ieee802154_addrtostr.c | 2 ++ wireless/iwpan/Make.defs | 2 ++ wireless/iwpan/Makefile | 2 ++ wireless/iwpan/src/Make.defs | 2 ++ wireless/iwpan/src/iwpan.c | 2 ++ wireless/wapi/CMakeLists.txt | 2 ++ wireless/wapi/Make.defs | 2 ++ wireless/wapi/Makefile | 2 ++ wireless/wapi/src/Make.defs | 2 ++ wireless/wapi/src/driver_wext.c | 14 +++++--------- wireless/wapi/src/network.c | 11 ++++------- wireless/wapi/src/util.c | 11 ++++------- wireless/wapi/src/util.h | 11 ++++------- wireless/wapi/src/wapi.c | 12 ++++-------- wireless/wapi/src/wireless.c | 11 ++++------- 101 files changed, 215 insertions(+), 45 deletions(-) diff --git a/wireless/CMakeLists.txt b/wireless/CMakeLists.txt index bf1036719..a812059c8 100644 --- a/wireless/CMakeLists.txt +++ b/wireless/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/Make.defs b/wireless/Make.defs index 276c3edbb..dacc6fa3e 100644 --- a/wireless/Make.defs +++ b/wireless/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/Makefile b/wireless/Makefile index 1e6af2a42..55d0f7e87 100644 --- a/wireless/Makefile +++ b/wireless/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/CMakeLists.txt b/wireless/bluetooth/CMakeLists.txt index ef322d1da..7f9ea25e3 100644 --- a/wireless/bluetooth/CMakeLists.txt +++ b/wireless/bluetooth/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/bluetooth/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/bluetooth/Make.defs b/wireless/bluetooth/Make.defs index ec059f75c..78ddbcc34 100644 --- a/wireless/bluetooth/Make.defs +++ b/wireless/bluetooth/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/Makefile b/wireless/bluetooth/Makefile index fd9310f35..f22646dde 100644 --- a/wireless/bluetooth/Makefile +++ b/wireless/bluetooth/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/CMakeLists.txt b/wireless/bluetooth/btsak/CMakeLists.txt index ee599fc02..adc34ce0d 100644 --- a/wireless/bluetooth/btsak/CMakeLists.txt +++ b/wireless/bluetooth/btsak/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/bluetooth/btsak/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/bluetooth/btsak/Make.defs b/wireless/bluetooth/btsak/Make.defs index f8cad29b4..c33133d63 100644 --- a/wireless/bluetooth/btsak/Make.defs +++ b/wireless/bluetooth/btsak/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/btsak/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/Makefile b/wireless/bluetooth/btsak/Makefile index cd483f8f5..4b244ac6d 100644 --- a/wireless/bluetooth/btsak/Makefile +++ b/wireless/bluetooth/btsak/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/btsak/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak.h b/wireless/bluetooth/btsak/btsak.h index a07b4cd2b..d2601f5f0 100644 --- a/wireless/bluetooth/btsak/btsak.h +++ b/wireless/bluetooth/btsak/btsak.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_advertise.c b/wireless/bluetooth/btsak/btsak_advertise.c index c36ed0291..0418f0670 100644 --- a/wireless/bluetooth/btsak/btsak_advertise.c +++ b/wireless/bluetooth/btsak/btsak_advertise.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_advertise.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_features.c b/wireless/bluetooth/btsak/btsak_features.c index 5072d586c..5647f7b89 100644 --- a/wireless/bluetooth/btsak/btsak_features.c +++ b/wireless/bluetooth/btsak/btsak_features.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_features.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_gatt.c b/wireless/bluetooth/btsak/btsak_gatt.c index 641e42edc..614782a9a 100644 --- a/wireless/bluetooth/btsak/btsak_gatt.c +++ b/wireless/bluetooth/btsak/btsak_gatt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_gatt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_info.c b/wireless/bluetooth/btsak/btsak_info.c index 1175506e5..13e30389e 100644 --- a/wireless/bluetooth/btsak/btsak_info.c +++ b/wireless/bluetooth/btsak/btsak_info.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_info.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_main.c b/wireless/bluetooth/btsak/btsak_main.c index 3da320c82..c33f42564 100644 --- a/wireless/bluetooth/btsak/btsak_main.c +++ b/wireless/bluetooth/btsak/btsak_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_scan.c b/wireless/bluetooth/btsak/btsak_scan.c index 69ead7a83..a12d1a86a 100644 --- a/wireless/bluetooth/btsak/btsak_scan.c +++ b/wireless/bluetooth/btsak/btsak_scan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_scan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/btsak/btsak_security.c b/wireless/bluetooth/btsak/btsak_security.c index e177277e8..33967bc8b 100644 --- a/wireless/bluetooth/btsak/btsak_security.c +++ b/wireless/bluetooth/btsak/btsak_security.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/btsak/btsak_security.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/nimble/CMakeLists.txt b/wireless/bluetooth/nimble/CMakeLists.txt index 586019767..177439447 100644 --- a/wireless/bluetooth/nimble/CMakeLists.txt +++ b/wireless/bluetooth/nimble/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/bluetooth/nimble/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/bluetooth/nimble/Make.defs b/wireless/bluetooth/nimble/Make.defs index c3c321011..61310c41d 100644 --- a/wireless/bluetooth/nimble/Make.defs +++ b/wireless/bluetooth/nimble/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/nimble/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/nimble/Makefile b/wireless/bluetooth/nimble/Makefile index 5aba9a4be..10133c2cd 100644 --- a/wireless/bluetooth/nimble/Makefile +++ b/wireless/bluetooth/nimble/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/nimble/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/nimble/Makefile.nimble b/wireless/bluetooth/nimble/Makefile.nimble index adef4563b..8a4281dfa 100644 --- a/wireless/bluetooth/nimble/Makefile.nimble +++ b/wireless/bluetooth/nimble/Makefile.nimble @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/bluetooth/nimble/Makefile.nimble # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/nimble/include/logcfg/logcfg.h b/wireless/bluetooth/nimble/include/logcfg/logcfg.h index 458ea624c..419c1373d 100644 --- a/wireless/bluetooth/nimble/include/logcfg/logcfg.h +++ b/wireless/bluetooth/nimble/include/logcfg/logcfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/nimble/include/logcfg/logcfg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/bluetooth/nimble/include/syscfg/syscfg.h b/wireless/bluetooth/nimble/include/syscfg/syscfg.h index e49e65cd0..a10f5f3d3 100644 --- a/wireless/bluetooth/nimble/include/syscfg/syscfg.h +++ b/wireless/bluetooth/nimble/include/syscfg/syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/bluetooth/nimble/include/syscfg/syscfg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/gs2200m/Make.defs b/wireless/gs2200m/Make.defs index b2bf0012f..8b989b125 100644 --- a/wireless/gs2200m/Make.defs +++ b/wireless/gs2200m/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/gs2200m/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/gs2200m/Makefile b/wireless/gs2200m/Makefile index 7152fdecd..b52a7a062 100644 --- a/wireless/gs2200m/Makefile +++ b/wireless/gs2200m/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/gs2200m/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/gs2200m/gs2200m_main.c b/wireless/gs2200m/gs2200m_main.c index 577d289fa..f58cf882c 100644 --- a/wireless/gs2200m/gs2200m_main.c +++ b/wireless/gs2200m/gs2200m_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/gs2200m/gs2200m_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/CMakeLists.txt b/wireless/ieee802154/CMakeLists.txt index ad006cbac..c4379afe0 100644 --- a/wireless/ieee802154/CMakeLists.txt +++ b/wireless/ieee802154/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/ieee802154/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/ieee802154/Make.defs b/wireless/ieee802154/Make.defs index 6a6f8db55..2c0cafe44 100644 --- a/wireless/ieee802154/Make.defs +++ b/wireless/ieee802154/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/Makefile b/wireless/ieee802154/Makefile index ce0b87c14..1f6f8b98e 100644 --- a/wireless/ieee802154/Makefile +++ b/wireless/ieee802154/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/CMakeLists.txt b/wireless/ieee802154/i8sak/CMakeLists.txt index 8a753bb75..0eca9516c 100644 --- a/wireless/ieee802154/i8sak/CMakeLists.txt +++ b/wireless/ieee802154/i8sak/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/ieee802154/i8sak/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/ieee802154/i8sak/Make.defs b/wireless/ieee802154/i8sak/Make.defs index 6d35ba553..dadff85e1 100644 --- a/wireless/ieee802154/i8sak/Make.defs +++ b/wireless/ieee802154/i8sak/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/i8sak/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/Makefile b/wireless/ieee802154/i8sak/Makefile index d938a0e78..f2d3b50b5 100644 --- a/wireless/ieee802154/i8sak/Makefile +++ b/wireless/ieee802154/i8sak/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/i8sak/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak.h b/wireless/ieee802154/i8sak/i8sak.h index 8a6bd5ed5..385d2c1b9 100644 --- a/wireless/ieee802154/i8sak/i8sak.h +++ b/wireless/ieee802154/i8sak/i8sak.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_acceptassoc.c b/wireless/ieee802154/i8sak/i8sak_acceptassoc.c index e927f2d18..42d54288d 100644 --- a/wireless/ieee802154/i8sak/i8sak_acceptassoc.c +++ b/wireless/ieee802154/i8sak/i8sak_acceptassoc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_acceptassoc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_assoc.c b/wireless/ieee802154/i8sak/i8sak_assoc.c index 934741a55..52894c0ec 100644 --- a/wireless/ieee802154/i8sak/i8sak_assoc.c +++ b/wireless/ieee802154/i8sak/i8sak_assoc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_assoc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_blaster.c b/wireless/ieee802154/i8sak/i8sak_blaster.c index c5d89cd21..cbb403703 100644 --- a/wireless/ieee802154/i8sak/i8sak_blaster.c +++ b/wireless/ieee802154/i8sak/i8sak_blaster.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_blaster.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_events.c b/wireless/ieee802154/i8sak/i8sak_events.c index b6d22d1dc..12e4758b9 100644 --- a/wireless/ieee802154/i8sak/i8sak_events.c +++ b/wireless/ieee802154/i8sak/i8sak_events.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_events.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_events.h b/wireless/ieee802154/i8sak/i8sak_events.h index 71c951820..49a9cb766 100644 --- a/wireless/ieee802154/i8sak/i8sak_events.h +++ b/wireless/ieee802154/i8sak/i8sak_events.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_events.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_get.c b/wireless/ieee802154/i8sak/i8sak_get.c index 5716562ff..2b04fb769 100644 --- a/wireless/ieee802154/i8sak/i8sak_get.c +++ b/wireless/ieee802154/i8sak/i8sak_get.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_get.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_main.c b/wireless/ieee802154/i8sak/i8sak_main.c index 315b93163..1d48777a7 100644 --- a/wireless/ieee802154/i8sak/i8sak_main.c +++ b/wireless/ieee802154/i8sak/i8sak_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_poll.c b/wireless/ieee802154/i8sak/i8sak_poll.c index 052cfc4a7..014c9daed 100644 --- a/wireless/ieee802154/i8sak/i8sak_poll.c +++ b/wireless/ieee802154/i8sak/i8sak_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_poll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_regdump.c b/wireless/ieee802154/i8sak/i8sak_regdump.c index 26f426f6b..aa32767c0 100644 --- a/wireless/ieee802154/i8sak/i8sak_regdump.c +++ b/wireless/ieee802154/i8sak/i8sak_regdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_regdump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_reset.c b/wireless/ieee802154/i8sak/i8sak_reset.c index 15dfab3b8..f9f30ae57 100644 --- a/wireless/ieee802154/i8sak/i8sak_reset.c +++ b/wireless/ieee802154/i8sak/i8sak_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_scan.c b/wireless/ieee802154/i8sak/i8sak_scan.c index e70aef073..2ed1bb645 100644 --- a/wireless/ieee802154/i8sak/i8sak_scan.c +++ b/wireless/ieee802154/i8sak/i8sak_scan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_scan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_set.c b/wireless/ieee802154/i8sak/i8sak_set.c index d2759dcf4..2caf6b270 100644 --- a/wireless/ieee802154/i8sak/i8sak_set.c +++ b/wireless/ieee802154/i8sak/i8sak_set.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_set.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_sniffer.c b/wireless/ieee802154/i8sak/i8sak_sniffer.c index 5bca97cd2..2fea25678 100644 --- a/wireless/ieee802154/i8sak/i8sak_sniffer.c +++ b/wireless/ieee802154/i8sak/i8sak_sniffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_sniffer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_startpan.c b/wireless/ieee802154/i8sak/i8sak_startpan.c index 61f271a96..0954d49d9 100644 --- a/wireless/ieee802154/i8sak/i8sak_startpan.c +++ b/wireless/ieee802154/i8sak/i8sak_startpan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_startpan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_tracedump.c b/wireless/ieee802154/i8sak/i8sak_tracedump.c index 3b1031c7a..e1253446e 100644 --- a/wireless/ieee802154/i8sak/i8sak_tracedump.c +++ b/wireless/ieee802154/i8sak/i8sak_tracedump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_tracedump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8sak/i8sak_tx.c b/wireless/ieee802154/i8sak/i8sak_tx.c index 59b99f46d..fe0661426 100644 --- a/wireless/ieee802154/i8sak/i8sak_tx.c +++ b/wireless/ieee802154/i8sak/i8sak_tx.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8sak/i8sak_tx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8shark/CMakeLists.txt b/wireless/ieee802154/i8shark/CMakeLists.txt index 6c43fa9eb..fcb9b52b1 100644 --- a/wireless/ieee802154/i8shark/CMakeLists.txt +++ b/wireless/ieee802154/i8shark/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/ieee802154/i8shark/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/ieee802154/i8shark/Make.defs b/wireless/ieee802154/i8shark/Make.defs index bae703e6d..1420f250f 100644 --- a/wireless/ieee802154/i8shark/Make.defs +++ b/wireless/ieee802154/i8shark/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/i8shark/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8shark/Makefile b/wireless/ieee802154/i8shark/Makefile index 47cc8505b..904bfb04d 100644 --- a/wireless/ieee802154/i8shark/Makefile +++ b/wireless/ieee802154/i8shark/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/i8shark/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/i8shark/i8shark_main.c b/wireless/ieee802154/i8shark/i8shark_main.c index d7992a9bd..8d7af6f7f 100644 --- a/wireless/ieee802154/i8shark/i8shark_main.c +++ b/wireless/ieee802154/i8shark/i8shark_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/i8shark/i8shark_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/CMakeLists.txt b/wireless/ieee802154/libmac/CMakeLists.txt index fe2c964c2..7a7c1d09f 100644 --- a/wireless/ieee802154/libmac/CMakeLists.txt +++ b/wireless/ieee802154/libmac/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/ieee802154/libmac/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/ieee802154/libmac/Make.defs b/wireless/ieee802154/libmac/Make.defs index 909dc7d2b..933a5f984 100644 --- a/wireless/ieee802154/libmac/Make.defs +++ b/wireless/ieee802154/libmac/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/libmac/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/Makefile b/wireless/ieee802154/libmac/Makefile index 4508ff205..31dab62d1 100644 --- a/wireless/ieee802154/libmac/Makefile +++ b/wireless/ieee802154/libmac/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/libmac/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_assocreq.c b/wireless/ieee802154/libmac/ieee802154_assocreq.c index 8db5e677b..0d392c4a5 100644 --- a/wireless/ieee802154/libmac/ieee802154_assocreq.c +++ b/wireless/ieee802154/libmac/ieee802154_assocreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_assocreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_assocresp.c b/wireless/ieee802154/libmac/ieee802154_assocresp.c index 4c38de076..d695394a6 100644 --- a/wireless/ieee802154/libmac/ieee802154_assocresp.c +++ b/wireless/ieee802154/libmac/ieee802154_assocresp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_assocresp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_disassocreq.c b/wireless/ieee802154/libmac/ieee802154_disassocreq.c index 81cd90b18..2f459b826 100644 --- a/wireless/ieee802154/libmac/ieee802154_disassocreq.c +++ b/wireless/ieee802154/libmac/ieee802154_disassocreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_disassocreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_getreq.c b/wireless/ieee802154/libmac/ieee802154_getreq.c index 9d2bd211f..6ea946c11 100644 --- a/wireless/ieee802154/libmac/ieee802154_getreq.c +++ b/wireless/ieee802154/libmac/ieee802154_getreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_getreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_gtsreq.c b/wireless/ieee802154/libmac/ieee802154_gtsreq.c index 51bfdccea..909e6fb76 100644 --- a/wireless/ieee802154/libmac/ieee802154_gtsreq.c +++ b/wireless/ieee802154/libmac/ieee802154_gtsreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_gtsreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_orphanresp.c b/wireless/ieee802154/libmac/ieee802154_orphanresp.c index af63cc9ac..b997091d5 100644 --- a/wireless/ieee802154/libmac/ieee802154_orphanresp.c +++ b/wireless/ieee802154/libmac/ieee802154_orphanresp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_orphanresp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_pollreq.c b/wireless/ieee802154/libmac/ieee802154_pollreq.c index 4a5107442..49e64fd40 100644 --- a/wireless/ieee802154/libmac/ieee802154_pollreq.c +++ b/wireless/ieee802154/libmac/ieee802154_pollreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_pollreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_resetreq.c b/wireless/ieee802154/libmac/ieee802154_resetreq.c index 20175af99..f5c4e2434 100644 --- a/wireless/ieee802154/libmac/ieee802154_resetreq.c +++ b/wireless/ieee802154/libmac/ieee802154_resetreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_resetreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_rxenabreq.c b/wireless/ieee802154/libmac/ieee802154_rxenabreq.c index f83739cf4..18e8e33f8 100644 --- a/wireless/ieee802154/libmac/ieee802154_rxenabreq.c +++ b/wireless/ieee802154/libmac/ieee802154_rxenabreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_rxenabreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_scanreq.c b/wireless/ieee802154/libmac/ieee802154_scanreq.c index 0744c9eae..73f3ac7ff 100644 --- a/wireless/ieee802154/libmac/ieee802154_scanreq.c +++ b/wireless/ieee802154/libmac/ieee802154_scanreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_scanreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_setreq.c b/wireless/ieee802154/libmac/ieee802154_setreq.c index feaf4c773..bb7d67d95 100644 --- a/wireless/ieee802154/libmac/ieee802154_setreq.c +++ b/wireless/ieee802154/libmac/ieee802154_setreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_setreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_startreq.c b/wireless/ieee802154/libmac/ieee802154_startreq.c index 67ae849b4..dd9424919 100644 --- a/wireless/ieee802154/libmac/ieee802154_startreq.c +++ b/wireless/ieee802154/libmac/ieee802154_startreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_startreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/ieee802154_syncreq.c b/wireless/ieee802154/libmac/ieee802154_syncreq.c index 18efd0bee..7e2c834ce 100644 --- a/wireless/ieee802154/libmac/ieee802154_syncreq.c +++ b/wireless/ieee802154/libmac/ieee802154_syncreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/ieee802154_syncreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_assocreq.c b/wireless/ieee802154/libmac/sixlowpan_assocreq.c index d81a61e6f..734d2aa35 100644 --- a/wireless/ieee802154/libmac/sixlowpan_assocreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_assocreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_assocreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_assocresp.c b/wireless/ieee802154/libmac/sixlowpan_assocresp.c index f6c325af4..e67f6c7b3 100644 --- a/wireless/ieee802154/libmac/sixlowpan_assocresp.c +++ b/wireless/ieee802154/libmac/sixlowpan_assocresp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_assocresp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_disassocreq.c b/wireless/ieee802154/libmac/sixlowpan_disassocreq.c index e17939fb4..8582379d3 100644 --- a/wireless/ieee802154/libmac/sixlowpan_disassocreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_disassocreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_disassocreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_getpromisc.c b/wireless/ieee802154/libmac/sixlowpan_getpromisc.c index 893369831..e524d038c 100644 --- a/wireless/ieee802154/libmac/sixlowpan_getpromisc.c +++ b/wireless/ieee802154/libmac/sixlowpan_getpromisc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_getpromisc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_getreq.c b/wireless/ieee802154/libmac/sixlowpan_getreq.c index 3d246a274..5bdad58d0 100644 --- a/wireless/ieee802154/libmac/sixlowpan_getreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_getreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_getreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_gtsreq.c b/wireless/ieee802154/libmac/sixlowpan_gtsreq.c index d33742c2f..e8d205396 100644 --- a/wireless/ieee802154/libmac/sixlowpan_gtsreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_gtsreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_gtsreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_orphanresp.c b/wireless/ieee802154/libmac/sixlowpan_orphanresp.c index 25116c421..decb4b58d 100644 --- a/wireless/ieee802154/libmac/sixlowpan_orphanresp.c +++ b/wireless/ieee802154/libmac/sixlowpan_orphanresp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_orphanresp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_pollreq.c b/wireless/ieee802154/libmac/sixlowpan_pollreq.c index 84dc31a53..4e8a4d601 100644 --- a/wireless/ieee802154/libmac/sixlowpan_pollreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_pollreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_pollreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_resetreq.c b/wireless/ieee802154/libmac/sixlowpan_resetreq.c index 84e182942..824c802e8 100644 --- a/wireless/ieee802154/libmac/sixlowpan_resetreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_resetreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_resetreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_rxenabreq.c b/wireless/ieee802154/libmac/sixlowpan_rxenabreq.c index 4165661cc..d7fff0347 100644 --- a/wireless/ieee802154/libmac/sixlowpan_rxenabreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_rxenabreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_rxenabreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_scanreq.c b/wireless/ieee802154/libmac/sixlowpan_scanreq.c index b39124bdc..04061d872 100644 --- a/wireless/ieee802154/libmac/sixlowpan_scanreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_scanreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_scanreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_setreq.c b/wireless/ieee802154/libmac/sixlowpan_setreq.c index f115a74ba..86255930f 100644 --- a/wireless/ieee802154/libmac/sixlowpan_setreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_setreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_setreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_startreq.c b/wireless/ieee802154/libmac/sixlowpan_startreq.c index 36203e7bc..8d4c529b9 100644 --- a/wireless/ieee802154/libmac/sixlowpan_startreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_startreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_startreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libmac/sixlowpan_syncreq.c b/wireless/ieee802154/libmac/sixlowpan_syncreq.c index f3f5af819..a4fe76517 100644 --- a/wireless/ieee802154/libmac/sixlowpan_syncreq.c +++ b/wireless/ieee802154/libmac/sixlowpan_syncreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libmac/sixlowpan_syncreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libutils/CMakeLists.txt b/wireless/ieee802154/libutils/CMakeLists.txt index 0a09e76af..2c869dc80 100644 --- a/wireless/ieee802154/libutils/CMakeLists.txt +++ b/wireless/ieee802154/libutils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/wireless/ieee802154/libutils/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/ieee802154/libutils/Make.defs b/wireless/ieee802154/libutils/Make.defs index 3963e4aa5..ed20e714d 100644 --- a/wireless/ieee802154/libutils/Make.defs +++ b/wireless/ieee802154/libutils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/libutils/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libutils/Makefile b/wireless/ieee802154/libutils/Makefile index 164379ef9..666e7c842 100644 --- a/wireless/ieee802154/libutils/Makefile +++ b/wireless/ieee802154/libutils/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/ieee802154/libutils/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/ieee802154/libutils/ieee802154_addrtostr.c b/wireless/ieee802154/libutils/ieee802154_addrtostr.c index 60b480431..2cf71afd0 100644 --- a/wireless/ieee802154/libutils/ieee802154_addrtostr.c +++ b/wireless/ieee802154/libutils/ieee802154_addrtostr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/ieee802154/libutils/ieee802154_addrtostr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/iwpan/Make.defs b/wireless/iwpan/Make.defs index 97e6cd906..07667b524 100644 --- a/wireless/iwpan/Make.defs +++ b/wireless/iwpan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/iwpan/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/iwpan/Makefile b/wireless/iwpan/Makefile index f8f527043..2d50f2239 100644 --- a/wireless/iwpan/Makefile +++ b/wireless/iwpan/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/iwpan/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/iwpan/src/Make.defs b/wireless/iwpan/src/Make.defs index 3725a4110..bfc7937c6 100644 --- a/wireless/iwpan/src/Make.defs +++ b/wireless/iwpan/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/iwpan/src/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/iwpan/src/iwpan.c b/wireless/iwpan/src/iwpan.c index d4114a03b..db13f251d 100644 --- a/wireless/iwpan/src/iwpan.c +++ b/wireless/iwpan/src/iwpan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/wireless/iwpan/src/iwpan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/wireless/wapi/CMakeLists.txt b/wireless/wapi/CMakeLists.txt index 440e9a477..08980c461 100644 --- a/wireless/wapi/CMakeLists.txt +++ b/wireless/wapi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # wireless/wapi/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/wireless/wapi/Make.defs b/wireless/wapi/Make.defs index af7e33d43..bec2872af 100644 --- a/wireless/wapi/Make.defs +++ b/wireless/wapi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/wapi/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/wapi/Makefile b/wireless/wapi/Makefile index 0515c2a4b..4f5964cb7 100644 --- a/wireless/wapi/Makefile +++ b/wireless/wapi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/wapi/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/wapi/src/Make.defs b/wireless/wapi/src/Make.defs index f8691e50b..57efc2f7c 100644 --- a/wireless/wapi/src/Make.defs +++ b/wireless/wapi/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/wireless/wapi/src/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/wireless/wapi/src/driver_wext.c b/wireless/wapi/src/driver_wext.c index dc18610fe..23b158328 100644 --- a/wireless/wapi/src/driver_wext.c +++ b/wireless/wapi/src/driver_wext.c @@ -1,15 +1,11 @@ /**************************************************************************** * apps/wireless/wapi/src/driver_wext.c - * Driver interaction with generic Wireless Extensions * - * Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved. - * Author: Simon Piriou - * Gregory Nutt - * - * Adapted for NuttX from the driver_ext.c of WPA suplicant written - * originally by Jouni Malinen - * - * Copyright (c) 2003-2015, Jouni Malinen + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017, 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2003-2015 Jouni Malinen + * SPDX-FileContributor: Simon Piriou + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/wireless/wapi/src/network.c b/wireless/wapi/src/network.c index 7a4141ef9..0521a45f3 100644 --- a/wireless/wapi/src/network.c +++ b/wireless/wapi/src/network.c @@ -1,13 +1,10 @@ /**************************************************************************** * apps/wireless/wapi/src/network.c * - * Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Adapted for NuttX from WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2011, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010, Volkan YAZICI + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/wireless/wapi/src/util.c b/wireless/wapi/src/util.c index e22b8c18e..b2c6b93d3 100644 --- a/wireless/wapi/src/util.c +++ b/wireless/wapi/src/util.c @@ -1,13 +1,10 @@ /**************************************************************************** * apps/wireless/wapi/src/util.c * - * Copyright (C) 2011, 2017Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Adapted for NuttX from WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2011, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010 Volkan YAZICI + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/wireless/wapi/src/util.h b/wireless/wapi/src/util.h index 56a513ab7..4639d3159 100644 --- a/wireless/wapi/src/util.h +++ b/wireless/wapi/src/util.h @@ -1,13 +1,10 @@ /**************************************************************************** * apps/wireless/wapi/src/util.h * - * Copyright (C) 2011, 2017Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Adapted for NuttX from WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2011, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010 Volkan YAZICI + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/wireless/wapi/src/wapi.c b/wireless/wapi/src/wapi.c index 053d50698..e61274c84 100644 --- a/wireless/wapi/src/wapi.c +++ b/wireless/wapi/src/wapi.c @@ -1,14 +1,10 @@ /**************************************************************************** * apps/wireless/wapi/src/wapi.c * - * Copyright (C) 2011, 2017, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Largely and original work, but highly influenced by sampled code provided - * with WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2011,2017,2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010 Volkan YAZICI + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/wireless/wapi/src/wireless.c b/wireless/wapi/src/wireless.c index 56f67fc81..fe31c7851 100644 --- a/wireless/wapi/src/wireless.c +++ b/wireless/wapi/src/wireless.c @@ -1,13 +1,10 @@ /**************************************************************************** * apps/wireless/wapi/src/wireless.c * - * Copyright (C) 2011, 2017, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Adapted for NuttX from WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2011,2017,2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010, Volkan YAZICI + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are