diff --git a/net/CMakeLists.txt b/net/CMakeLists.txt index 7929a4c354a..0183728c9ca 100644 --- a/net/CMakeLists.txt +++ b/net/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/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/net/Makefile b/net/Makefile index 7d81fa8bc3a..5263eb1e62f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,8 @@ ############################################################################ # net/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/net/arp/CMakeLists.txt b/net/arp/CMakeLists.txt index eb65fbf8a26..be4990f4750 100644 --- a/net/arp/CMakeLists.txt +++ b/net/arp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/arp/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/net/arp/Make.defs b/net/arp/Make.defs index c090646baf8..fae0c886d6d 100644 --- a/net/arp/Make.defs +++ b/net/arp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/arp/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/net/arp/arp.h b/net/arp/arp.h index 03648007f45..ddeca71d626 100644 --- a/net/arp/arp.h +++ b/net/arp/arp.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp.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/net/arp/arp_acd.c b/net/arp/arp_acd.c index 20a182e8d86..60e591d8306 100644 --- a/net/arp/arp_acd.c +++ b/net/arp/arp_acd.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_acd.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/net/arp/arp_dump.c b/net/arp/arp_dump.c index c22573b5ef3..49a6f565e77 100644 --- a/net/arp/arp_dump.c +++ b/net/arp/arp_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_dump.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/arp/arp_format.c b/net/arp/arp_format.c index 6623b033d8e..331a17ed6f8 100644 --- a/net/arp/arp_format.c +++ b/net/arp/arp_format.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_format.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/arp/arp_input.c b/net/arp/arp_input.c index a76f48fa613..fdae1478e16 100644 --- a/net/arp/arp_input.c +++ b/net/arp/arp_input.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_input.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/arp/arp_ipin.c b/net/arp/arp_ipin.c index abb3fe8ec56..ba5ec7c94f2 100644 --- a/net/arp/arp_ipin.c +++ b/net/arp/arp_ipin.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_ipin.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/arp/arp_notify.c b/net/arp/arp_notify.c index 73cc52fa7f7..9691414e15e 100644 --- a/net/arp/arp_notify.c +++ b/net/arp/arp_notify.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_notify.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/net/arp/arp_out.c b/net/arp/arp_out.c index 2e964164c3c..3228f571d45 100644 --- a/net/arp/arp_out.c +++ b/net/arp/arp_out.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_out.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014-2015, 2017-2018 Gregory Nutt. All rights * reserved. * Author: Gregory Nutt diff --git a/net/arp/arp_poll.c b/net/arp/arp_poll.c index 9846c336527..3e3182448f1 100644 --- a/net/arp/arp_poll.c +++ b/net/arp/arp_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_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/net/arp/arp_send.c b/net/arp/arp_send.c index 6eb568b10b1..1080cf0173b 100644 --- a/net/arp/arp_send.c +++ b/net/arp/arp_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/arp/arp_send.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/net/arp/arp_table.c b/net/arp/arp_table.c index 5b4c691f3ce..1e3b854e8f5 100644 --- a/net/arp/arp_table.c +++ b/net/arp/arp_table.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/arp/arp_table.c - * Implementation of the ARP Address Resolution Protocol. + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009, 2011, 2014, 2018 Gregory Nutt. All rights * reserved. diff --git a/net/bluetooth/CMakeLists.txt b/net/bluetooth/CMakeLists.txt index 8cb13ae7cfa..7b6ac7f5e63 100644 --- a/net/bluetooth/CMakeLists.txt +++ b/net/bluetooth/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/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/net/bluetooth/Make.defs b/net/bluetooth/Make.defs index 90deae81274..9b8f8122f9b 100644 --- a/net/bluetooth/Make.defs +++ b/net/bluetooth/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/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/net/bluetooth/bluetooth.h b/net/bluetooth/bluetooth.h index 0dab176d9cb..c625d675789 100644 --- a/net/bluetooth/bluetooth.h +++ b/net/bluetooth/bluetooth.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth.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/net/bluetooth/bluetooth_callback.c b/net/bluetooth/bluetooth_callback.c index 05aba05f9f4..808ed9ee708 100644 --- a/net/bluetooth/bluetooth_callback.c +++ b/net/bluetooth/bluetooth_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_callback.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/net/bluetooth/bluetooth_conn.c b/net/bluetooth/bluetooth_conn.c index 38b3115ae55..f649943bd46 100644 --- a/net/bluetooth/bluetooth_conn.c +++ b/net/bluetooth/bluetooth_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_conn.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/net/bluetooth/bluetooth_container.c b/net/bluetooth/bluetooth_container.c index 00de4a69a5a..3a337b1454a 100644 --- a/net/bluetooth/bluetooth_container.c +++ b/net/bluetooth/bluetooth_container.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_container.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/net/bluetooth/bluetooth_finddev.c b/net/bluetooth/bluetooth_finddev.c index 9191cb859c3..9d2768226ba 100644 --- a/net/bluetooth/bluetooth_finddev.c +++ b/net/bluetooth/bluetooth_finddev.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_finddev.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/net/bluetooth/bluetooth_initialize.c b/net/bluetooth/bluetooth_initialize.c index 9a62830fdcd..92e71719c6c 100644 --- a/net/bluetooth/bluetooth_initialize.c +++ b/net/bluetooth/bluetooth_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_initialize.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/net/bluetooth/bluetooth_input.c b/net/bluetooth/bluetooth_input.c index e6f0bfb6f14..aeb365826e0 100644 --- a/net/bluetooth/bluetooth_input.c +++ b/net/bluetooth/bluetooth_input.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_input.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/net/bluetooth/bluetooth_poll.c b/net/bluetooth/bluetooth_poll.c index 2dc414c8efe..1505346430e 100644 --- a/net/bluetooth/bluetooth_poll.c +++ b/net/bluetooth/bluetooth_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_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/net/bluetooth/bluetooth_recvmsg.c b/net/bluetooth/bluetooth_recvmsg.c index bf591b3dbae..8de4323558e 100644 --- a/net/bluetooth/bluetooth_recvmsg.c +++ b/net/bluetooth/bluetooth_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_recvmsg.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/net/bluetooth/bluetooth_sendmsg.c b/net/bluetooth/bluetooth_sendmsg.c index d52b79129a4..b9c54ef8725 100644 --- a/net/bluetooth/bluetooth_sendmsg.c +++ b/net/bluetooth/bluetooth_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_sendmsg.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/net/bluetooth/bluetooth_sockif.c b/net/bluetooth/bluetooth_sockif.c index 4d239248d38..c5c12d460ec 100644 --- a/net/bluetooth/bluetooth_sockif.c +++ b/net/bluetooth/bluetooth_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/bluetooth/bluetooth_sockif.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/net/can/CMakeLists.txt b/net/can/CMakeLists.txt index d77a2cac72d..1c02c53f88b 100644 --- a/net/can/CMakeLists.txt +++ b/net/can/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/can/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/net/can/Make.defs b/net/can/Make.defs index 5283076424c..50dd7c9c9ea 100644 --- a/net/can/Make.defs +++ b/net/can/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/can/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/net/can/can.h b/net/can/can.h index 8224bd6e198..534f08fafcc 100644 --- a/net/can/can.h +++ b/net/can/can.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can.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/net/can/can_callback.c b/net/can/can_callback.c index 7fff08e8bc3..03e8af82836 100644 --- a/net/can/can_callback.c +++ b/net/can/can_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_callback.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/net/can/can_conn.c b/net/can/can_conn.c index a6cd63bc202..89be629af56 100644 --- a/net/can/can_conn.c +++ b/net/can/can_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_conn.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/net/can/can_getsockopt.c b/net/can/can_getsockopt.c index e116d9ee21e..8360a56cb45 100644 --- a/net/can/can_getsockopt.c +++ b/net/can/can_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_getsockopt.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/net/can/can_input.c b/net/can/can_input.c index 35d4a73fd1d..704ae04035f 100644 --- a/net/can/can_input.c +++ b/net/can/can_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/can/can_input.c - * Handling incoming packet input + * + * 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 diff --git a/net/can/can_notifier.c b/net/can/can_notifier.c index 688d150a872..bed3e130062 100644 --- a/net/can/can_notifier.c +++ b/net/can/can_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_notifier.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/net/can/can_poll.c b/net/can/can_poll.c index 2def213a5d6..00e37eb2d7d 100644 --- a/net/can/can_poll.c +++ b/net/can/can_poll.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/can/can_poll.c - * Poll for the availability of packet TX data + * + * 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 diff --git a/net/can/can_recvmsg.c b/net/can/can_recvmsg.c index e4b2fe75180..fdfa6be80fa 100644 --- a/net/can/can_recvmsg.c +++ b/net/can/can_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_recvmsg.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/net/can/can_sendmsg.c b/net/can/can_sendmsg.c index 31acea779f0..813be3586a8 100644 --- a/net/can/can_sendmsg.c +++ b/net/can/can_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_sendmsg.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/net/can/can_setsockopt.c b/net/can/can_setsockopt.c index dcebc1765c5..5584f18c700 100644 --- a/net/can/can_setsockopt.c +++ b/net/can/can_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_setsockopt.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/net/can/can_sockif.c b/net/can/can_sockif.c index 1ab0f8f5f0e..0bf27f67ebe 100644 --- a/net/can/can_sockif.c +++ b/net/can/can_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/can/can_sockif.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/net/devif/CMakeLists.txt b/net/devif/CMakeLists.txt index d7c0d17c36f..158da45c13c 100644 --- a/net/devif/CMakeLists.txt +++ b/net/devif/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/devif/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/net/devif/Make.defs b/net/devif/Make.defs index fa2d67a1a9c..1871c297517 100644 --- a/net/devif/Make.defs +++ b/net/devif/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/devif/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/net/devif/devif.h b/net/devif/devif.h index dafcc8ebab2..348de8636e6 100644 --- a/net/devif/devif.h +++ b/net/devif/devif.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif.h * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2009, 2013-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/devif/devif_callback.c b/net/devif/devif_callback.c index dc3bf13dad7..af4144e431a 100644 --- a/net/devif/devif_callback.c +++ b/net/devif/devif_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_callback.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/net/devif/devif_filesend.c b/net/devif/devif_filesend.c index b6b4198df0d..b971c3fde59 100644 --- a/net/devif/devif_filesend.c +++ b/net/devif/devif_filesend.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_filesend.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/net/devif/devif_forward.c b/net/devif/devif_forward.c index 6ea5146a5ef..92c00a0c014 100644 --- a/net/devif/devif_forward.c +++ b/net/devif/devif_forward.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_forward.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/net/devif/devif_initialize.c b/net/devif/devif_initialize.c index 30415c61403..302c76b4760 100644 --- a/net/devif/devif_initialize.c +++ b/net/devif/devif_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_initialize.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2014, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/devif/devif_iobsend.c b/net/devif/devif_iobsend.c index 87068f8bfe4..e4d28477430 100644 --- a/net/devif/devif_iobsend.c +++ b/net/devif/devif_iobsend.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_iobsend.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/net/devif/devif_loopback.c b/net/devif/devif_loopback.c index 6fa8e89adc2..8553810ca70 100644 --- a/net/devif/devif_loopback.c +++ b/net/devif/devif_loopback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_loopback.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/net/devif/devif_poll.c b/net/devif/devif_poll.c index b33a957c125..2d12606e942 100644 --- a/net/devif/devif_poll.c +++ b/net/devif/devif_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_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/net/devif/devif_send.c b/net/devif/devif_send.c index bb43f62a3c3..b4ddb8b38dd 100644 --- a/net/devif/devif_send.c +++ b/net/devif/devif_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/devif/devif_send.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/devif/ipv4_input.c b/net/devif/ipv4_input.c index 19c207b90ac..2cf2440169d 100644 --- a/net/devif/ipv4_input.c +++ b/net/devif/ipv4_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/devif/ipv4_input.c - * Device driver IPv4 packet receipt interface + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009, 2013-2015, 2018-2019 Gregory Nutt. All rights * reserved. diff --git a/net/devif/ipv6_input.c b/net/devif/ipv6_input.c index 41a662ce652..000528dc11d 100644 --- a/net/devif/ipv6_input.c +++ b/net/devif/ipv6_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/devif/ipv6_input.c - * Device driver IPv6 packet receipt interface + * + * 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 diff --git a/net/icmp/CMakeLists.txt b/net/icmp/CMakeLists.txt index 9adb17dbcf5..1b17c6f0db8 100644 --- a/net/icmp/CMakeLists.txt +++ b/net/icmp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/icmp/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/net/icmp/Make.defs b/net/icmp/Make.defs index f5f96b3ff69..b99257aef58 100644 --- a/net/icmp/Make.defs +++ b/net/icmp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/icmp/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/net/icmp/icmp.h b/net/icmp/icmp.h index e755ffe7029..57a80fd97d4 100644 --- a/net/icmp/icmp.h +++ b/net/icmp/icmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp.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/net/icmp/icmp_conn.c b/net/icmp/icmp_conn.c index efb4b83a15f..a4eac7cd3a8 100644 --- a/net/icmp/icmp_conn.c +++ b/net/icmp/icmp_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_conn.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/net/icmp/icmp_input.c b/net/icmp/icmp_input.c index f88310c0304..c8aa572c2c0 100644 --- a/net/icmp/icmp_input.c +++ b/net/icmp/icmp_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/icmp/icmp_input.c - * Handling incoming ICMP input + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009, 2012, 2014-2015, 2017, 2019 Gregory Nutt. All * rights reserved. diff --git a/net/icmp/icmp_ioctl.c b/net/icmp/icmp_ioctl.c index 8f1364b24e2..c114e7537ba 100644 --- a/net/icmp/icmp_ioctl.c +++ b/net/icmp/icmp_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_ioctl.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/net/icmp/icmp_netpoll.c b/net/icmp/icmp_netpoll.c index 28e7cd4647c..27d04e7a119 100644 --- a/net/icmp/icmp_netpoll.c +++ b/net/icmp/icmp_netpoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_netpoll.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/net/icmp/icmp_pmtu.c b/net/icmp/icmp_pmtu.c index ed6cd3f6d4d..39e84bccb3e 100644 --- a/net/icmp/icmp_pmtu.c +++ b/net/icmp/icmp_pmtu.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_pmtu.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/net/icmp/icmp_poll.c b/net/icmp/icmp_poll.c index 09d80d570f1..bebde2cff0f 100644 --- a/net/icmp/icmp_poll.c +++ b/net/icmp/icmp_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_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/net/icmp/icmp_recvmsg.c b/net/icmp/icmp_recvmsg.c index f629ea62d2f..d2da7402957 100644 --- a/net/icmp/icmp_recvmsg.c +++ b/net/icmp/icmp_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_recvmsg.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/net/icmp/icmp_reply.c b/net/icmp/icmp_reply.c index df65e9b6511..b505b945694 100644 --- a/net/icmp/icmp_reply.c +++ b/net/icmp/icmp_reply.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_reply.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/net/icmp/icmp_sendmsg.c b/net/icmp/icmp_sendmsg.c index 22f3836bef5..eb83a3301ae 100644 --- a/net/icmp/icmp_sendmsg.c +++ b/net/icmp/icmp_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_sendmsg.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/net/icmp/icmp_sockif.c b/net/icmp/icmp_sockif.c index 3334096152f..af05baaf366 100644 --- a/net/icmp/icmp_sockif.c +++ b/net/icmp/icmp_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmp/icmp_sockif.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/net/icmpv6/CMakeLists.txt b/net/icmpv6/CMakeLists.txt index f256f4f6fba..7c9871b3dad 100644 --- a/net/icmpv6/CMakeLists.txt +++ b/net/icmpv6/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/icmpv6/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/net/icmpv6/Make.defs b/net/icmpv6/Make.defs index 24f41feaa45..d40ba387316 100644 --- a/net/icmpv6/Make.defs +++ b/net/icmpv6/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/icmpv6/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/net/icmpv6/icmpv6.h b/net/icmpv6/icmpv6.h index 98e52a17090..5d4301892c1 100644 --- a/net/icmpv6/icmpv6.h +++ b/net/icmpv6/icmpv6.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6.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/net/icmpv6/icmpv6_advertise.c b/net/icmpv6/icmpv6_advertise.c index 5f1401dcef0..8d81fd894b5 100644 --- a/net/icmpv6/icmpv6_advertise.c +++ b/net/icmpv6/icmpv6_advertise.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/icmpv6/icmpv6_advertise.c - * Send an ICMPv6 Neighbor Advertisement + * + * 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 diff --git a/net/icmpv6/icmpv6_autoconfig.c b/net/icmpv6/icmpv6_autoconfig.c index d51492b939e..9856176a392 100644 --- a/net/icmpv6/icmpv6_autoconfig.c +++ b/net/icmpv6/icmpv6_autoconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_autoconfig.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/net/icmpv6/icmpv6_conn.c b/net/icmpv6/icmpv6_conn.c index 5da518c9fb7..ac3d65a4dbc 100644 --- a/net/icmpv6/icmpv6_conn.c +++ b/net/icmpv6/icmpv6_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_conn.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/net/icmpv6/icmpv6_initialize.c b/net/icmpv6/icmpv6_initialize.c index b49faee5072..796a4a05db7 100644 --- a/net/icmpv6/icmpv6_initialize.c +++ b/net/icmpv6/icmpv6_initialize.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/icmpv6/icmpv6_initialize.c - * ICMPv6 initialization logic + * + * 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 diff --git a/net/icmpv6/icmpv6_input.c b/net/icmpv6/icmpv6_input.c index 41c8a437e69..0855d1b9b11 100644 --- a/net/icmpv6/icmpv6_input.c +++ b/net/icmpv6/icmpv6_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/icmpv6/icmpv6_input.c - * Handling incoming ICMPv6 input + * + * 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 diff --git a/net/icmpv6/icmpv6_ioctl.c b/net/icmpv6/icmpv6_ioctl.c index 16ad6428009..588e9b92125 100644 --- a/net/icmpv6/icmpv6_ioctl.c +++ b/net/icmpv6/icmpv6_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_ioctl.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/net/icmpv6/icmpv6_linkipaddr.c b/net/icmpv6/icmpv6_linkipaddr.c index c7f2a2094c4..0116cc18586 100644 --- a/net/icmpv6/icmpv6_linkipaddr.c +++ b/net/icmpv6/icmpv6_linkipaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_linkipaddr.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/net/icmpv6/icmpv6_neighbor.c b/net/icmpv6/icmpv6_neighbor.c index b6bd1df0db3..3d6c602f9de 100644 --- a/net/icmpv6/icmpv6_neighbor.c +++ b/net/icmpv6/icmpv6_neighbor.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_neighbor.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/net/icmpv6/icmpv6_netpoll.c b/net/icmpv6/icmpv6_netpoll.c index a6f29ed8c93..3f2713b253c 100644 --- a/net/icmpv6/icmpv6_netpoll.c +++ b/net/icmpv6/icmpv6_netpoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_netpoll.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/net/icmpv6/icmpv6_notify.c b/net/icmpv6/icmpv6_notify.c index a2edf3135b7..18b29523b97 100644 --- a/net/icmpv6/icmpv6_notify.c +++ b/net/icmpv6/icmpv6_notify.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_notify.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/net/icmpv6/icmpv6_pmtu.c b/net/icmpv6/icmpv6_pmtu.c index 593dd846d53..996d7a80183 100644 --- a/net/icmpv6/icmpv6_pmtu.c +++ b/net/icmpv6/icmpv6_pmtu.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_pmtu.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/net/icmpv6/icmpv6_poll.c b/net/icmpv6/icmpv6_poll.c index 278c3f48b70..13e3773ee34 100644 --- a/net/icmpv6/icmpv6_poll.c +++ b/net/icmpv6/icmpv6_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_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/net/icmpv6/icmpv6_radvertise.c b/net/icmpv6/icmpv6_radvertise.c index 865170a0615..4e2f8927737 100644 --- a/net/icmpv6/icmpv6_radvertise.c +++ b/net/icmpv6/icmpv6_radvertise.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/icmpv6/icmpv6_radvertise.c - * Send an ICMPv6 Router Advertisement + * + * 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 diff --git a/net/icmpv6/icmpv6_recvmsg.c b/net/icmpv6/icmpv6_recvmsg.c index feb625b84f4..aa6ffa11c75 100644 --- a/net/icmpv6/icmpv6_recvmsg.c +++ b/net/icmpv6/icmpv6_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_recvmsg.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/net/icmpv6/icmpv6_reply.c b/net/icmpv6/icmpv6_reply.c index 3513a67aed1..a156fc89919 100644 --- a/net/icmpv6/icmpv6_reply.c +++ b/net/icmpv6/icmpv6_reply.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_reply.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/net/icmpv6/icmpv6_rnotify.c b/net/icmpv6/icmpv6_rnotify.c index 5d9e5d6f822..06092f78e2f 100644 --- a/net/icmpv6/icmpv6_rnotify.c +++ b/net/icmpv6/icmpv6_rnotify.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_rnotify.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/net/icmpv6/icmpv6_rsolicit.c b/net/icmpv6/icmpv6_rsolicit.c index 70d8d068db5..3c7768305b9 100644 --- a/net/icmpv6/icmpv6_rsolicit.c +++ b/net/icmpv6/icmpv6_rsolicit.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_rsolicit.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/net/icmpv6/icmpv6_sendmsg.c b/net/icmpv6/icmpv6_sendmsg.c index 90c025d663d..10ac178cebb 100644 --- a/net/icmpv6/icmpv6_sendmsg.c +++ b/net/icmpv6/icmpv6_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_sendmsg.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/net/icmpv6/icmpv6_sockif.c b/net/icmpv6/icmpv6_sockif.c index 9153fcc6a60..b8a0d41df69 100644 --- a/net/icmpv6/icmpv6_sockif.c +++ b/net/icmpv6/icmpv6_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_sockif.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/net/icmpv6/icmpv6_solicit.c b/net/icmpv6/icmpv6_solicit.c index 22d3ca3e9af..428537d1d9a 100644 --- a/net/icmpv6/icmpv6_solicit.c +++ b/net/icmpv6/icmpv6_solicit.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/icmpv6/icmpv6_solicit.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/net/ieee802154/CMakeLists.txt b/net/ieee802154/CMakeLists.txt index 7bb3d68f6de..c38c088676e 100644 --- a/net/ieee802154/CMakeLists.txt +++ b/net/ieee802154/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/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/net/ieee802154/Make.defs b/net/ieee802154/Make.defs index 5a21fc8bae0..84e0816461a 100644 --- a/net/ieee802154/Make.defs +++ b/net/ieee802154/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/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/net/ieee802154/ieee802154.h b/net/ieee802154/ieee802154.h index 40b3388e854..721a0f62185 100644 --- a/net/ieee802154/ieee802154.h +++ b/net/ieee802154/ieee802154.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154.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/net/ieee802154/ieee802154_callback.c b/net/ieee802154/ieee802154_callback.c index 4b552560e89..5b0f8336a79 100644 --- a/net/ieee802154/ieee802154_callback.c +++ b/net/ieee802154/ieee802154_callback.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ieee802154/ieee802154_callback.c - * Forward events to waiting PF_IEEE802154 sockets. + * + * 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 diff --git a/net/ieee802154/ieee802154_conn.c b/net/ieee802154/ieee802154_conn.c index 14769c2d66a..d30f05c14ba 100644 --- a/net/ieee802154/ieee802154_conn.c +++ b/net/ieee802154/ieee802154_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_conn.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/net/ieee802154/ieee802154_container.c b/net/ieee802154/ieee802154_container.c index c97436522b8..14f32ee2adb 100644 --- a/net/ieee802154/ieee802154_container.c +++ b/net/ieee802154/ieee802154_container.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_container.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/net/ieee802154/ieee802154_finddev.c b/net/ieee802154/ieee802154_finddev.c index ba67089065b..decc725c4ec 100644 --- a/net/ieee802154/ieee802154_finddev.c +++ b/net/ieee802154/ieee802154_finddev.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_finddev.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/net/ieee802154/ieee802154_initialize.c b/net/ieee802154/ieee802154_initialize.c index cef244cb37a..56e6352454d 100644 --- a/net/ieee802154/ieee802154_initialize.c +++ b/net/ieee802154/ieee802154_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_initialize.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/net/ieee802154/ieee802154_input.c b/net/ieee802154/ieee802154_input.c index 27d03ebe7c6..a0b0202b4c4 100644 --- a/net/ieee802154/ieee802154_input.c +++ b/net/ieee802154/ieee802154_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ieee802154/ieee802154_input.c - * Handle incoming IEEE 802.15.4 frame input + * + * 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 diff --git a/net/ieee802154/ieee802154_poll.c b/net/ieee802154/ieee802154_poll.c index 0ac358484d1..1b57cb68c25 100644 --- a/net/ieee802154/ieee802154_poll.c +++ b/net/ieee802154/ieee802154_poll.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ieee802154/ieee802154_poll.c - * Poll for the availability of ougoing IEEE 802.15.4 frames + * + * 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 diff --git a/net/ieee802154/ieee802154_recvmsg.c b/net/ieee802154/ieee802154_recvmsg.c index 526c2c7e46d..9654ddb5cc2 100644 --- a/net/ieee802154/ieee802154_recvmsg.c +++ b/net/ieee802154/ieee802154_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_recvmsg.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/net/ieee802154/ieee802154_sendmsg.c b/net/ieee802154/ieee802154_sendmsg.c index 2bdf63c1185..90037873f0a 100644 --- a/net/ieee802154/ieee802154_sendmsg.c +++ b/net/ieee802154/ieee802154_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_sendmsg.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/net/ieee802154/ieee802154_sockif.c b/net/ieee802154/ieee802154_sockif.c index 62120622607..30b65df72d1 100644 --- a/net/ieee802154/ieee802154_sockif.c +++ b/net/ieee802154/ieee802154_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ieee802154/ieee802154_sockif.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/net/igmp/CMakeLists.txt b/net/igmp/CMakeLists.txt index c9b2aafd8fc..3148c8bc205 100644 --- a/net/igmp/CMakeLists.txt +++ b/net/igmp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/igmp/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/net/igmp/Make.defs b/net/igmp/Make.defs index bad828829d1..27b3823d303 100644 --- a/net/igmp/Make.defs +++ b/net/igmp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/igmp/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/net/igmp/igmp.h b/net/igmp/igmp.h index 7fac4c9d361..c5784ccd733 100644 --- a/net/igmp/igmp.h +++ b/net/igmp/igmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp.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/net/igmp/igmp_group.c b/net/igmp/igmp_group.c index c05a6df02bc..1050a99e33a 100644 --- a/net/igmp/igmp_group.c +++ b/net/igmp/igmp_group.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/igmp/igmp_group.c - * IGMP group data structure management logic + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2010, 2013-2014, 2016, 2018 Gregory Nutt. * All rights reserved. diff --git a/net/igmp/igmp_initialize.c b/net/igmp/igmp_initialize.c index e53ab20b6b5..f08454b3670 100644 --- a/net/igmp/igmp_initialize.c +++ b/net/igmp/igmp_initialize.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/igmp/igmp_initialize.c - * IGMP initialization logic + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/net/igmp/igmp_input.c b/net/igmp/igmp_input.c index 7a554436732..fde87f782e0 100644 --- a/net/igmp/igmp_input.c +++ b/net/igmp/igmp_input.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_input.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010, 2014, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_join.c b/net/igmp/igmp_join.c index 32d1e840d56..38e3216845b 100644 --- a/net/igmp/igmp_join.c +++ b/net/igmp/igmp_join.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_join.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_leave.c b/net/igmp/igmp_leave.c index 62c57edbcba..03318a04daa 100644 --- a/net/igmp/igmp_leave.c +++ b/net/igmp/igmp_leave.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_leave.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010-2011, 2014, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_mcastmac.c b/net/igmp/igmp_mcastmac.c index aa70a802bed..db36300c4ef 100644 --- a/net/igmp/igmp_mcastmac.c +++ b/net/igmp/igmp_mcastmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_mcastmac.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_msg.c b/net/igmp/igmp_msg.c index cad7832189a..ccade2db6c2 100644 --- a/net/igmp/igmp_msg.c +++ b/net/igmp/igmp_msg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_msg.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010-2011, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_poll.c b/net/igmp/igmp_poll.c index b7f71f2fbeb..fbc0158de58 100644 --- a/net/igmp/igmp_poll.c +++ b/net/igmp/igmp_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_poll.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010, 2018-2019 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/igmp/igmp_send.c b/net/igmp/igmp_send.c index 3abd1704122..bde824f6514 100644 --- a/net/igmp/igmp_send.c +++ b/net/igmp/igmp_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_send.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/net/igmp/igmp_timer.c b/net/igmp/igmp_timer.c index d50cb9833a1..3227a4c32f9 100644 --- a/net/igmp/igmp_timer.c +++ b/net/igmp/igmp_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/igmp/igmp_timer.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010-2011, 2014, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/inet/CMakeLists.txt b/net/inet/CMakeLists.txt index 2cabfe5c752..8264b79667c 100644 --- a/net/inet/CMakeLists.txt +++ b/net/inet/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/inet/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/net/inet/Make.defs b/net/inet/Make.defs index 5f49ae2bcc4..83b6919c009 100644 --- a/net/inet/Make.defs +++ b/net/inet/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/inet/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/net/inet/inet.h b/net/inet/inet.h index 369ca8a11d0..b150ab1ab64 100644 --- a/net/inet/inet.h +++ b/net/inet/inet.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/inet.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/net/inet/inet_globals.c b/net/inet/inet_globals.c index 87e54825cee..6a0b6bea7a6 100644 --- a/net/inet/inet_globals.c +++ b/net/inet/inet_globals.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/inet_globals.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/net/inet/inet_sockif.c b/net/inet/inet_sockif.c index f6036c051a1..eb6117744d9 100644 --- a/net/inet/inet_sockif.c +++ b/net/inet/inet_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/inet_sockif.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/net/inet/inet_txdrain.c b/net/inet/inet_txdrain.c index 4924f9a3474..fccfc5e4911 100644 --- a/net/inet/inet_txdrain.c +++ b/net/inet/inet_txdrain.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/inet_txdrain.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/net/inet/ipv4_build_header.c b/net/inet/ipv4_build_header.c index 28b5dc7e07a..47f74ce8332 100644 --- a/net/inet/ipv4_build_header.c +++ b/net/inet/ipv4_build_header.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv4_build_header.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/net/inet/ipv4_getpeername.c b/net/inet/ipv4_getpeername.c index 12ccaab59c3..86a237c92cf 100644 --- a/net/inet/ipv4_getpeername.c +++ b/net/inet/ipv4_getpeername.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv4_getpeername.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/net/inet/ipv4_getsockname.c b/net/inet/ipv4_getsockname.c index 89df7adbafa..0f1f493f0bd 100644 --- a/net/inet/ipv4_getsockname.c +++ b/net/inet/ipv4_getsockname.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv4_getsockname.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/net/inet/ipv4_getsockopt.c b/net/inet/ipv4_getsockopt.c index bb1c6cf3a17..58e3f0069fa 100644 --- a/net/inet/ipv4_getsockopt.c +++ b/net/inet/ipv4_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv4_getsockopt.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/net/inet/ipv4_setsockopt.c b/net/inet/ipv4_setsockopt.c index 1399a88ac64..ff449e321f1 100644 --- a/net/inet/ipv4_setsockopt.c +++ b/net/inet/ipv4_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv4_setsockopt.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/net/inet/ipv6_build_header.c b/net/inet/ipv6_build_header.c index aa96e0b896a..ba4f7fdd4e8 100644 --- a/net/inet/ipv6_build_header.c +++ b/net/inet/ipv6_build_header.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv6_build_header.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/net/inet/ipv6_getpeername.c b/net/inet/ipv6_getpeername.c index 4f1cadf6c83..97ac26562dd 100644 --- a/net/inet/ipv6_getpeername.c +++ b/net/inet/ipv6_getpeername.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv6_getpeername.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/net/inet/ipv6_getsockname.c b/net/inet/ipv6_getsockname.c index ac642a0ab21..bbb7503b3df 100644 --- a/net/inet/ipv6_getsockname.c +++ b/net/inet/ipv6_getsockname.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv6_getsockname.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/net/inet/ipv6_getsockopt.c b/net/inet/ipv6_getsockopt.c index 92d2592bac6..0fa7289eea3 100644 --- a/net/inet/ipv6_getsockopt.c +++ b/net/inet/ipv6_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv6_getsockopt.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/net/inet/ipv6_setsockopt.c b/net/inet/ipv6_setsockopt.c index 8a9259d565d..99474824e3e 100644 --- a/net/inet/ipv6_setsockopt.c +++ b/net/inet/ipv6_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/inet/ipv6_setsockopt.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/net/ipfilter/CMakeLists.txt b/net/ipfilter/CMakeLists.txt index 4843a5f1148..778315b8471 100644 --- a/net/ipfilter/CMakeLists.txt +++ b/net/ipfilter/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/ipfilter/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/net/ipfilter/Make.defs b/net/ipfilter/Make.defs index 57b16b18656..5e5f66b6df8 100644 --- a/net/ipfilter/Make.defs +++ b/net/ipfilter/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/ipfilter/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/net/ipfilter/ipfilter.c b/net/ipfilter/ipfilter.c index 8bcc89864d4..56b67bcaca2 100644 --- a/net/ipfilter/ipfilter.c +++ b/net/ipfilter/ipfilter.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipfilter/ipfilter.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/net/ipfilter/ipfilter.h b/net/ipfilter/ipfilter.h index 7b99a436473..2860ee65bc8 100644 --- a/net/ipfilter/ipfilter.h +++ b/net/ipfilter/ipfilter.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipfilter/ipfilter.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/net/ipforward/CMakeLists.txt b/net/ipforward/CMakeLists.txt index e767775f268..d6dcf82e7f2 100644 --- a/net/ipforward/CMakeLists.txt +++ b/net/ipforward/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/ipforward/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/net/ipforward/Make.defs b/net/ipforward/Make.defs index 57f1853d883..8ba261fc9c0 100644 --- a/net/ipforward/Make.defs +++ b/net/ipforward/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/ipforward/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/net/ipforward/ipforward.h b/net/ipforward/ipforward.h index 29087c03aaf..894c96b26ef 100644 --- a/net/ipforward/ipforward.h +++ b/net/ipforward/ipforward.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipforward.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/net/ipforward/ipfwd_alloc.c b/net/ipforward/ipfwd_alloc.c index 692b07dcafa..b0b5536dea8 100644 --- a/net/ipforward/ipfwd_alloc.c +++ b/net/ipforward/ipfwd_alloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipfwd_alloc.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/net/ipforward/ipfwd_dropstats.c b/net/ipforward/ipfwd_dropstats.c index 781c5757e90..ff8d9bc0511 100644 --- a/net/ipforward/ipfwd_dropstats.c +++ b/net/ipforward/ipfwd_dropstats.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipfwd_dropstats.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/net/ipforward/ipfwd_forward.c b/net/ipforward/ipfwd_forward.c index 94a933c38a8..11f748ff2dd 100644 --- a/net/ipforward/ipfwd_forward.c +++ b/net/ipforward/ipfwd_forward.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipfwd_forward.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/net/ipforward/ipfwd_poll.c b/net/ipforward/ipfwd_poll.c index e47bb929b06..46733092ed4 100644 --- a/net/ipforward/ipfwd_poll.c +++ b/net/ipforward/ipfwd_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipfwd_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/net/ipforward/ipv4_forward.c b/net/ipforward/ipv4_forward.c index c7e77449414..2930defa44d 100644 --- a/net/ipforward/ipv4_forward.c +++ b/net/ipforward/ipv4_forward.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipv4_forward.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/net/ipforward/ipv6_forward.c b/net/ipforward/ipv6_forward.c index f5b5b79ee14..b3ab98ec11c 100644 --- a/net/ipforward/ipv6_forward.c +++ b/net/ipforward/ipv6_forward.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipforward/ipv6_forward.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/net/ipfrag/CMakeLists.txt b/net/ipfrag/CMakeLists.txt index 4f614075bb1..2bfeb85e64a 100644 --- a/net/ipfrag/CMakeLists.txt +++ b/net/ipfrag/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/ipfrag/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/net/ipfrag/Make.defs b/net/ipfrag/Make.defs index 8c7bf9549a5..089f235cc06 100644 --- a/net/ipfrag/Make.defs +++ b/net/ipfrag/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/ipfrag/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/net/ipfrag/ipfrag.c b/net/ipfrag/ipfrag.c index 9150ba577d8..00dc662fae1 100644 --- a/net/ipfrag/ipfrag.c +++ b/net/ipfrag/ipfrag.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ipfrag/ipfrag.c - * Handling incoming IPv4 and IPv6 fragment input + * + * 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 diff --git a/net/ipfrag/ipfrag.h b/net/ipfrag/ipfrag.h index 9e41c6b27c4..f02fc8dc960 100644 --- a/net/ipfrag/ipfrag.h +++ b/net/ipfrag/ipfrag.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/ipfrag/ipfrag.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/net/ipfrag/ipv4_frag.c b/net/ipfrag/ipv4_frag.c index c4cd5065141..1a7ec3192c8 100644 --- a/net/ipfrag/ipv4_frag.c +++ b/net/ipfrag/ipv4_frag.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ipfrag/ipv4_frag.c - * Handling incoming IPv4 fragment input + * + * 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 diff --git a/net/ipfrag/ipv6_frag.c b/net/ipfrag/ipv6_frag.c index 175c5031f59..c772fddd358 100644 --- a/net/ipfrag/ipv6_frag.c +++ b/net/ipfrag/ipv6_frag.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/ipfrag/ipv6_frag.c - * Handling incoming IPv6 fragment input + * + * 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 diff --git a/net/local/CMakeLists.txt b/net/local/CMakeLists.txt index 36108065a81..f82ca0029ba 100644 --- a/net/local/CMakeLists.txt +++ b/net/local/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/local/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/net/local/Make.defs b/net/local/Make.defs index d737e411c13..d5f16b5eaf9 100644 --- a/net/local/Make.defs +++ b/net/local/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/local/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/net/local/local.h b/net/local/local.h index 45c1d3d0cef..7093a830275 100644 --- a/net/local/local.h +++ b/net/local/local.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local.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/net/local/local_accept.c b/net/local/local_accept.c index b802cf5754f..f9fd72187c9 100644 --- a/net/local/local_accept.c +++ b/net/local/local_accept.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_accept.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/net/local/local_bind.c b/net/local/local_bind.c index 10c7220ed7a..6bcb8c221f5 100644 --- a/net/local/local_bind.c +++ b/net/local/local_bind.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_bind.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/net/local/local_conn.c b/net/local/local_conn.c index 02dbeea2816..661659a130a 100644 --- a/net/local/local_conn.c +++ b/net/local/local_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_conn.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/net/local/local_connect.c b/net/local/local_connect.c index d743832c087..dc493c2c558 100644 --- a/net/local/local_connect.c +++ b/net/local/local_connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_connect.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/net/local/local_fifo.c b/net/local/local_fifo.c index bb5cd14362a..be5acbdc9c3 100644 --- a/net/local/local_fifo.c +++ b/net/local/local_fifo.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_fifo.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/net/local/local_listen.c b/net/local/local_listen.c index c9c8a4ff808..1104760ee9f 100644 --- a/net/local/local_listen.c +++ b/net/local/local_listen.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_listen.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/net/local/local_netpoll.c b/net/local/local_netpoll.c index fa52c2e83b9..e68833aa9a7 100644 --- a/net/local/local_netpoll.c +++ b/net/local/local_netpoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_netpoll.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/net/local/local_recvmsg.c b/net/local/local_recvmsg.c index bcd406f42f7..4973dfb0536 100644 --- a/net/local/local_recvmsg.c +++ b/net/local/local_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_recvmsg.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/net/local/local_recvutils.c b/net/local/local_recvutils.c index 02082498794..4890e4ef651 100644 --- a/net/local/local_recvutils.c +++ b/net/local/local_recvutils.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_recvutils.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/net/local/local_release.c b/net/local/local_release.c index 172e8d241bb..f65bd81c24b 100644 --- a/net/local/local_release.c +++ b/net/local/local_release.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_release.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/net/local/local_sendmsg.c b/net/local/local_sendmsg.c index 670505dff50..7fb4be29e2d 100644 --- a/net/local/local_sendmsg.c +++ b/net/local/local_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_sendmsg.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/net/local/local_sendpacket.c b/net/local/local_sendpacket.c index 8debf03d664..dd28ce888d6 100644 --- a/net/local/local_sendpacket.c +++ b/net/local/local_sendpacket.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_sendpacket.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/net/local/local_sockif.c b/net/local/local_sockif.c index 1b7367ad986..acf4931e4bc 100644 --- a/net/local/local_sockif.c +++ b/net/local/local_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/local/local_sockif.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/net/mld/CMakeLists.txt b/net/mld/CMakeLists.txt index a7137f795c2..6c9169980c5 100644 --- a/net/mld/CMakeLists.txt +++ b/net/mld/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/mld/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/net/mld/Make.defs b/net/mld/Make.defs index 763324a18c6..8985183f68d 100644 --- a/net/mld/Make.defs +++ b/net/mld/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/mld/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/net/mld/mld.h b/net/mld/mld.h index 170b7220a69..50b5ebb99e4 100644 --- a/net/mld/mld.h +++ b/net/mld/mld.h @@ -1,6 +1,7 @@ /**************************************************************************** * net/mld/mld.h - * Multicast Listener Discovery (MLD) Definitions + * + * 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 diff --git a/net/mld/mld_done.c b/net/mld/mld_done.c index 091beafe0f5..a806118c29f 100644 --- a/net/mld/mld_done.c +++ b/net/mld/mld_done.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_done.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/net/mld/mld_group.c b/net/mld/mld_group.c index a30761edf8c..588de815665 100644 --- a/net/mld/mld_group.c +++ b/net/mld/mld_group.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_group.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/net/mld/mld_initialize.c b/net/mld/mld_initialize.c index d04a808cf31..26f82e24189 100644 --- a/net/mld/mld_initialize.c +++ b/net/mld/mld_initialize.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/mld/mld_initialize.c - * MLD initialization logic + * + * 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 diff --git a/net/mld/mld_join.c b/net/mld/mld_join.c index 80064da6674..5afe2911ba8 100644 --- a/net/mld/mld_join.c +++ b/net/mld/mld_join.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_join.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/net/mld/mld_leave.c b/net/mld/mld_leave.c index 33a141593d2..3a942406534 100644 --- a/net/mld/mld_leave.c +++ b/net/mld/mld_leave.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_leave.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/net/mld/mld_mcastmac.c b/net/mld/mld_mcastmac.c index c48c07573e4..0e184cdd278 100644 --- a/net/mld/mld_mcastmac.c +++ b/net/mld/mld_mcastmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_mcastmac.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/net/mld/mld_msg.c b/net/mld/mld_msg.c index 36afafaab4b..0b182ce7982 100644 --- a/net/mld/mld_msg.c +++ b/net/mld/mld_msg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_msg.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/net/mld/mld_poll.c b/net/mld/mld_poll.c index d706ffb29a3..9b14f9d8587 100644 --- a/net/mld/mld_poll.c +++ b/net/mld/mld_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_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/net/mld/mld_query.c b/net/mld/mld_query.c index 4014ab875a5..729fc4b053f 100644 --- a/net/mld/mld_query.c +++ b/net/mld/mld_query.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_query.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/net/mld/mld_report.c b/net/mld/mld_report.c index be6f9a5ee49..93613b524e1 100644 --- a/net/mld/mld_report.c +++ b/net/mld/mld_report.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_report.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/net/mld/mld_send.c b/net/mld/mld_send.c index a451f70b312..2c059061da3 100644 --- a/net/mld/mld_send.c +++ b/net/mld/mld_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_send.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/net/mld/mld_timer.c b/net/mld/mld_timer.c index 9b98165ffad..aab12951394 100644 --- a/net/mld/mld_timer.c +++ b/net/mld/mld_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/mld/mld_timer.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/net/nat/CMakeLists.txt b/net/nat/CMakeLists.txt index 9bb2c7443a4..07560cfc0c5 100644 --- a/net/nat/CMakeLists.txt +++ b/net/nat/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/nat/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/net/nat/Make.defs b/net/nat/Make.defs index b5316ca4c95..d0a9a4b3be2 100644 --- a/net/nat/Make.defs +++ b/net/nat/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/nat/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/net/nat/ipv4_nat.c b/net/nat/ipv4_nat.c index 60098a5a00b..9e6ddc75f53 100644 --- a/net/nat/ipv4_nat.c +++ b/net/nat/ipv4_nat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/ipv4_nat.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/net/nat/ipv4_nat_entry.c b/net/nat/ipv4_nat_entry.c index 6793ecfdcd3..2d61994c597 100644 --- a/net/nat/ipv4_nat_entry.c +++ b/net/nat/ipv4_nat_entry.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/ipv4_nat_entry.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/net/nat/ipv6_nat.c b/net/nat/ipv6_nat.c index a77132040c8..ab38f2ac78a 100644 --- a/net/nat/ipv6_nat.c +++ b/net/nat/ipv6_nat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/ipv6_nat.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/net/nat/ipv6_nat_entry.c b/net/nat/ipv6_nat_entry.c index c8f8493faf9..8e5367913d1 100644 --- a/net/nat/ipv6_nat_entry.c +++ b/net/nat/ipv6_nat_entry.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/ipv6_nat_entry.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/net/nat/nat.c b/net/nat/nat.c index 454efd516bb..773425035a2 100644 --- a/net/nat/nat.c +++ b/net/nat/nat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/nat.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/net/nat/nat.h b/net/nat/nat.h index 4ef2d40e803..b2be81c3e13 100644 --- a/net/nat/nat.h +++ b/net/nat/nat.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/nat/nat.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/net/neighbor/CMakeLists.txt b/net/neighbor/CMakeLists.txt index 055559a2c53..7d057e54a36 100644 --- a/net/neighbor/CMakeLists.txt +++ b/net/neighbor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/neighbor/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/net/neighbor/Make.defs b/net/neighbor/Make.defs index ce0c527f96b..ecf44c99783 100644 --- a/net/neighbor/Make.defs +++ b/net/neighbor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/neighbor/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/net/neighbor/neighbor.h b/net/neighbor/neighbor.h index ab78254026d..901d1bdf875 100644 --- a/net/neighbor/neighbor.h +++ b/net/neighbor/neighbor.h @@ -1,6 +1,7 @@ /**************************************************************************** * net/neighbor/neighbor.h - * Header file for database of link-local neighbors, used by IPv6 code. + * + * 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 diff --git a/net/neighbor/neighbor_add.c b/net/neighbor/neighbor_add.c index 6257f6abb20..6be9acc182a 100644 --- a/net/neighbor/neighbor_add.c +++ b/net/neighbor/neighbor_add.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_add.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/net/neighbor/neighbor_dumpentry.c b/net/neighbor/neighbor_dumpentry.c index 495afa7767f..e0e382e6898 100644 --- a/net/neighbor/neighbor_dumpentry.c +++ b/net/neighbor/neighbor_dumpentry.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_dumpentry.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/net/neighbor/neighbor_ethernet_out.c b/net/neighbor/neighbor_ethernet_out.c index 00b641e63a9..bfc8345d1c2 100644 --- a/net/neighbor/neighbor_ethernet_out.c +++ b/net/neighbor/neighbor_ethernet_out.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_ethernet_out.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/net/neighbor/neighbor_findentry.c b/net/neighbor/neighbor_findentry.c index b3f1009a908..64deda00c0c 100644 --- a/net/neighbor/neighbor_findentry.c +++ b/net/neighbor/neighbor_findentry.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_findentry.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/net/neighbor/neighbor_globals.c b/net/neighbor/neighbor_globals.c index 2ed2ea5f38d..ae5b4dd4cf3 100644 --- a/net/neighbor/neighbor_globals.c +++ b/net/neighbor/neighbor_globals.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_globals.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/net/neighbor/neighbor_lookup.c b/net/neighbor/neighbor_lookup.c index e1e194f546b..7c613cd0683 100644 --- a/net/neighbor/neighbor_lookup.c +++ b/net/neighbor/neighbor_lookup.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_lookup.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/net/neighbor/neighbor_out.c b/net/neighbor/neighbor_out.c index bb97ea20500..7326906afdd 100644 --- a/net/neighbor/neighbor_out.c +++ b/net/neighbor/neighbor_out.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_out.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/net/neighbor/neighbor_snapshot.c b/net/neighbor/neighbor_snapshot.c index a35fb543470..d51282c7fe5 100644 --- a/net/neighbor/neighbor_snapshot.c +++ b/net/neighbor/neighbor_snapshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_snapshot.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/net/neighbor/neighbor_update.c b/net/neighbor/neighbor_update.c index 388a73884b5..74462e0d3c6 100644 --- a/net/neighbor/neighbor_update.c +++ b/net/neighbor/neighbor_update.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/neighbor/neighbor_update.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/net/net_initialize.c b/net/net_initialize.c index 0fa25365987..d97f238d45d 100644 --- a/net/net_initialize.c +++ b/net/net_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/net_initialize.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/net/netdev/CMakeLists.txt b/net/netdev/CMakeLists.txt index 8f58adf1763..1ecdc0b9249 100644 --- a/net/netdev/CMakeLists.txt +++ b/net/netdev/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/netdev/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/net/netdev/Make.defs b/net/netdev/Make.defs index 08793b0723b..44a8c26533a 100644 --- a/net/netdev/Make.defs +++ b/net/netdev/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/netdev/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/net/netdev/netdev.h b/net/netdev/netdev.h index 18dc1843686..05a3866f891 100644 --- a/net/netdev/netdev.h +++ b/net/netdev/netdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev.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/net/netdev/netdev_carrier.c b/net/netdev/netdev_carrier.c index d767231aaac..378076d6b39 100644 --- a/net/netdev/netdev_carrier.c +++ b/net/netdev/netdev_carrier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_carrier.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/net/netdev/netdev_count.c b/net/netdev/netdev_count.c index 49c9b434051..e0e634d2b57 100644 --- a/net/netdev/netdev_count.c +++ b/net/netdev/netdev_count.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_count.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/net/netdev/netdev_default.c b/net/netdev/netdev_default.c index 07faab7cc35..6163197b402 100644 --- a/net/netdev/netdev_default.c +++ b/net/netdev/netdev_default.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_default.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/net/netdev/netdev_findbyaddr.c b/net/netdev/netdev_findbyaddr.c index bfe5745d9b8..88143b721a9 100644 --- a/net/netdev/netdev_findbyaddr.c +++ b/net/netdev/netdev_findbyaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_findbyaddr.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/net/netdev/netdev_findbyindex.c b/net/netdev/netdev_findbyindex.c index 44a5571cdb2..508422e9d9c 100644 --- a/net/netdev/netdev_findbyindex.c +++ b/net/netdev/netdev_findbyindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_findbyindex.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/net/netdev/netdev_findbyname.c b/net/netdev/netdev_findbyname.c index d27ab70596c..2c7eec2ac54 100644 --- a/net/netdev/netdev_findbyname.c +++ b/net/netdev/netdev_findbyname.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_findbyname.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/net/netdev/netdev_foreach.c b/net/netdev/netdev_foreach.c index bd30c9b6374..230d2859abf 100644 --- a/net/netdev/netdev_foreach.c +++ b/net/netdev/netdev_foreach.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_foreach.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/net/netdev/netdev_ifconf.c b/net/netdev/netdev_ifconf.c index 362c926b072..282df17b322 100644 --- a/net/netdev/netdev_ifconf.c +++ b/net/netdev/netdev_ifconf.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_ifconf.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/net/netdev/netdev_input.c b/net/netdev/netdev_input.c index 85aa6e7e572..eeed35fcb4d 100644 --- a/net/netdev/netdev_input.c +++ b/net/netdev/netdev_input.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_input.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/net/netdev/netdev_iob.c b/net/netdev/netdev_iob.c index a69fa26165d..bdaee0118da 100644 --- a/net/netdev/netdev_iob.c +++ b/net/netdev/netdev_iob.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_iob.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/net/netdev/netdev_ioctl.c b/net/netdev/netdev_ioctl.c index e9e64db692d..0aaa79badd8 100644 --- a/net/netdev/netdev_ioctl.c +++ b/net/netdev/netdev_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_ioctl.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/net/netdev/netdev_ipv6.c b/net/netdev/netdev_ipv6.c index 9bf2c2121a6..8a88eed294d 100644 --- a/net/netdev/netdev_ipv6.c +++ b/net/netdev/netdev_ipv6.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_ipv6.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/net/netdev/netdev_lladdrsize.c b/net/netdev/netdev_lladdrsize.c index ad99fcb145c..0e5fc81c42b 100644 --- a/net/netdev/netdev_lladdrsize.c +++ b/net/netdev/netdev_lladdrsize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_lladdrsize.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/net/netdev/netdev_notify_recvcpu.c b/net/netdev/netdev_notify_recvcpu.c index 18aac07cd8b..88f2f2a9ef3 100644 --- a/net/netdev/netdev_notify_recvcpu.c +++ b/net/netdev/netdev_notify_recvcpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_notify_recvcpu.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/net/netdev/netdev_register.c b/net/netdev/netdev_register.c index af3fa582b88..8fce60a85b4 100644 --- a/net/netdev/netdev_register.c +++ b/net/netdev/netdev_register.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_register.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/net/netdev/netdev_stats.c b/net/netdev/netdev_stats.c index ac55d93a8bf..bc7946249da 100644 --- a/net/netdev/netdev_stats.c +++ b/net/netdev/netdev_stats.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_stats.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/net/netdev/netdev_txnotify.c b/net/netdev/netdev_txnotify.c index 3bf5a080198..1320a871f74 100644 --- a/net/netdev/netdev_txnotify.c +++ b/net/netdev/netdev_txnotify.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_txnotify.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/net/netdev/netdev_unregister.c b/net/netdev/netdev_unregister.c index c0f9b219b63..fea06799588 100644 --- a/net/netdev/netdev_unregister.c +++ b/net/netdev/netdev_unregister.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_unregister.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/net/netdev/netdev_verify.c b/net/netdev/netdev_verify.c index ad0623c6bbd..b803430b4ff 100644 --- a/net/netdev/netdev_verify.c +++ b/net/netdev/netdev_verify.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdev_verify.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/net/netdev/netdown_notifier.c b/net/netdev/netdown_notifier.c index 54d05fbbd11..f007c94433a 100644 --- a/net/netdev/netdown_notifier.c +++ b/net/netdev/netdown_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netdev/netdown_notifier.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/net/netfilter/CMakeLists.txt b/net/netfilter/CMakeLists.txt index 7df9a00c322..13195ba4cf0 100644 --- a/net/netfilter/CMakeLists.txt +++ b/net/netfilter/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/netfilter/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/net/netfilter/Make.defs b/net/netfilter/Make.defs index 7c26b4eb5f8..2b554e58092 100644 --- a/net/netfilter/Make.defs +++ b/net/netfilter/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/netfilter/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/net/netfilter/ip6t_sockopt.c b/net/netfilter/ip6t_sockopt.c index c4804ba5d47..c322f3e907d 100644 --- a/net/netfilter/ip6t_sockopt.c +++ b/net/netfilter/ip6t_sockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netfilter/ip6t_sockopt.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/net/netfilter/ipt_filter.c b/net/netfilter/ipt_filter.c index 07822d31331..216778b5f6e 100644 --- a/net/netfilter/ipt_filter.c +++ b/net/netfilter/ipt_filter.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netfilter/ipt_filter.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/net/netfilter/ipt_nat.c b/net/netfilter/ipt_nat.c index 682f3018cef..11b8c30eb27 100644 --- a/net/netfilter/ipt_nat.c +++ b/net/netfilter/ipt_nat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netfilter/ipt_nat.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/net/netfilter/ipt_sockopt.c b/net/netfilter/ipt_sockopt.c index d1e6e0223d4..0672dbdb299 100644 --- a/net/netfilter/ipt_sockopt.c +++ b/net/netfilter/ipt_sockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netfilter/ipt_sockopt.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/net/netfilter/iptables.h b/net/netfilter/iptables.h index a172e2eba7c..87273dc98ba 100644 --- a/net/netfilter/iptables.h +++ b/net/netfilter/iptables.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/netfilter/iptables.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/net/netlink/CMakeLists.txt b/net/netlink/CMakeLists.txt index 6f525c6d576..7e45e73b21a 100644 --- a/net/netlink/CMakeLists.txt +++ b/net/netlink/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/netlink/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/net/netlink/Make.defs b/net/netlink/Make.defs index 363e9f2a931..b3627f91670 100644 --- a/net/netlink/Make.defs +++ b/net/netlink/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/netlink/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/net/netlink/netlink.h b/net/netlink/netlink.h index cdfd7287d89..5d7ea0c9c06 100644 --- a/net/netlink/netlink.h +++ b/net/netlink/netlink.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink.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/net/netlink/netlink_attr.c b/net/netlink/netlink_attr.c index a969e23cb0a..10d9a609685 100644 --- a/net/netlink/netlink_attr.c +++ b/net/netlink/netlink_attr.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_attr.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/net/netlink/netlink_conn.c b/net/netlink/netlink_conn.c index 8f7673850c6..8dec0b3f416 100644 --- a/net/netlink/netlink_conn.c +++ b/net/netlink/netlink_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_conn.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/net/netlink/netlink_netfilter.c b/net/netlink/netlink_netfilter.c index 1fbdc90003a..d1f6f1832ac 100644 --- a/net/netlink/netlink_netfilter.c +++ b/net/netlink/netlink_netfilter.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_netfilter.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/net/netlink/netlink_notifier.c b/net/netlink/netlink_notifier.c index 782a9a6f650..9b85ecf814b 100644 --- a/net/netlink/netlink_notifier.c +++ b/net/netlink/netlink_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_notifier.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/net/netlink/netlink_route.c b/net/netlink/netlink_route.c index 7d35e9f5436..697df182407 100644 --- a/net/netlink/netlink_route.c +++ b/net/netlink/netlink_route.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_route.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/net/netlink/netlink_sockif.c b/net/netlink/netlink_sockif.c index 72de037697b..dd2c6bc0bba 100644 --- a/net/netlink/netlink_sockif.c +++ b/net/netlink/netlink_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/netlink/netlink_sockif.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/net/pkt/CMakeLists.txt b/net/pkt/CMakeLists.txt index d1cb3e3f579..a658238b83f 100644 --- a/net/pkt/CMakeLists.txt +++ b/net/pkt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/pkt/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/net/pkt/Make.defs b/net/pkt/Make.defs index d6c378fad2f..628d5380798 100644 --- a/net/pkt/Make.defs +++ b/net/pkt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/pkt/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/net/pkt/pkt.h b/net/pkt/pkt.h index f7d193a48df..69102847784 100644 --- a/net/pkt/pkt.h +++ b/net/pkt/pkt.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt.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/net/pkt/pkt_callback.c b/net/pkt/pkt_callback.c index fe3a9ec3b8e..02ff88c7e28 100644 --- a/net/pkt/pkt_callback.c +++ b/net/pkt/pkt_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_callback.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/net/pkt/pkt_conn.c b/net/pkt/pkt_conn.c index bb5d3a6dbde..601dff89f39 100644 --- a/net/pkt/pkt_conn.c +++ b/net/pkt/pkt_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_conn.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/net/pkt/pkt_finddev.c b/net/pkt/pkt_finddev.c index 9ac3eeec24e..f7d7f813bf3 100644 --- a/net/pkt/pkt_finddev.c +++ b/net/pkt/pkt_finddev.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_finddev.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/net/pkt/pkt_input.c b/net/pkt/pkt_input.c index 3f06ce21d37..321d9eb8f5d 100644 --- a/net/pkt/pkt_input.c +++ b/net/pkt/pkt_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/pkt/pkt_input.c - * Handling incoming packet input + * + * 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 diff --git a/net/pkt/pkt_poll.c b/net/pkt/pkt_poll.c index 6901ee324b2..f4eee116c10 100644 --- a/net/pkt/pkt_poll.c +++ b/net/pkt/pkt_poll.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/pkt/pkt_poll.c - * Poll for the availability of packet TX data + * + * 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 diff --git a/net/pkt/pkt_recvmsg.c b/net/pkt/pkt_recvmsg.c index 400b8241b91..d1f355fc459 100644 --- a/net/pkt/pkt_recvmsg.c +++ b/net/pkt/pkt_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_recvmsg.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/net/pkt/pkt_sendmsg.c b/net/pkt/pkt_sendmsg.c index 09a23a502d4..3e9d670d02d 100644 --- a/net/pkt/pkt_sendmsg.c +++ b/net/pkt/pkt_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_sendmsg.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/net/pkt/pkt_sockif.c b/net/pkt/pkt_sockif.c index c7339cefd28..a19f57f67d3 100644 --- a/net/pkt/pkt_sockif.c +++ b/net/pkt/pkt_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/pkt/pkt_sockif.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/net/procfs/CMakeLists.txt b/net/procfs/CMakeLists.txt index 405b5d6a9ec..5b4cd5ae99d 100644 --- a/net/procfs/CMakeLists.txt +++ b/net/procfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/procfs/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/net/procfs/Make.defs b/net/procfs/Make.defs index cf7fb43bcf0..54b17babe31 100644 --- a/net/procfs/Make.defs +++ b/net/procfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/procfs/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/net/procfs/net_mld.c b/net/procfs/net_mld.c index 8a8d023da13..083da088f2d 100644 --- a/net/procfs/net_mld.c +++ b/net/procfs/net_mld.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_mld.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/net/procfs/net_procfs.c b/net/procfs/net_procfs.c index 80960ca2132..ade2c74653f 100644 --- a/net/procfs/net_procfs.c +++ b/net/procfs/net_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_procfs.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/net/procfs/net_procfs_route.c b/net/procfs/net_procfs_route.c index 19c4c794a8d..a8b38c741bd 100644 --- a/net/procfs/net_procfs_route.c +++ b/net/procfs/net_procfs_route.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_procfs_route.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/net/procfs/net_statistics.c b/net/procfs/net_statistics.c index 9ec64584236..e868e931950 100644 --- a/net/procfs/net_statistics.c +++ b/net/procfs/net_statistics.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_statistics.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/net/procfs/net_tcp.c b/net/procfs/net_tcp.c index 942b77f1142..95b9e417754 100644 --- a/net/procfs/net_tcp.c +++ b/net/procfs/net_tcp.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_tcp.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/net/procfs/net_udp.c b/net/procfs/net_udp.c index 04d616bed23..fa7e7e4a3a3 100644 --- a/net/procfs/net_udp.c +++ b/net/procfs/net_udp.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/net_udp.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/net/procfs/netdev_statistics.c b/net/procfs/netdev_statistics.c index 46d02daf443..8c7211df350 100644 --- a/net/procfs/netdev_statistics.c +++ b/net/procfs/netdev_statistics.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/netdev_statistics.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/net/procfs/procfs.h b/net/procfs/procfs.h index 39ad93e36d9..a1aac5e2e06 100644 --- a/net/procfs/procfs.h +++ b/net/procfs/procfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/procfs/procfs.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/net/route/CMakeLists.txt b/net/route/CMakeLists.txt index 274668792c2..1b891fa1335 100644 --- a/net/route/CMakeLists.txt +++ b/net/route/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/route/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/net/route/Make.defs b/net/route/Make.defs index f8e32d95968..ea45ef761a9 100644 --- a/net/route/Make.defs +++ b/net/route/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/route/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/net/route/cacheroute.h b/net/route/cacheroute.h index 20fceac6a2a..9ed7e796c07 100644 --- a/net/route/cacheroute.h +++ b/net/route/cacheroute.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/cacheroute.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/net/route/fileroute.h b/net/route/fileroute.h index 454aaa65424..a5e5ae41f45 100644 --- a/net/route/fileroute.h +++ b/net/route/fileroute.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/fileroute.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/net/route/net_add_fileroute.c b/net/route/net_add_fileroute.c index 51593ac47aa..f5ec86ed260 100644 --- a/net/route/net_add_fileroute.c +++ b/net/route/net_add_fileroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_add_fileroute.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/net/route/net_add_ramroute.c b/net/route/net_add_ramroute.c index 5f1907839dc..e0c95943d51 100644 --- a/net/route/net_add_ramroute.c +++ b/net/route/net_add_ramroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_add_ramroute.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/net/route/net_alloc_ramroute.c b/net/route/net_alloc_ramroute.c index 17d60f7f038..e5ec79ece31 100644 --- a/net/route/net_alloc_ramroute.c +++ b/net/route/net_alloc_ramroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_alloc_ramroute.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/net/route/net_cacheroute.c b/net/route/net_cacheroute.c index 9477ce59e37..4ca6f13702d 100644 --- a/net/route/net_cacheroute.c +++ b/net/route/net_cacheroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_cacheroute.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/net/route/net_del_fileroute.c b/net/route/net_del_fileroute.c index 5c232ec0309..b5db40fd139 100644 --- a/net/route/net_del_fileroute.c +++ b/net/route/net_del_fileroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_del_fileroute.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/net/route/net_del_ramroute.c b/net/route/net_del_ramroute.c index 71e8b067b72..3fdf00e940d 100644 --- a/net/route/net_del_ramroute.c +++ b/net/route/net_del_ramroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_del_ramroute.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/net/route/net_dumproute.c b/net/route/net_dumproute.c index 4c1267441df..feb52382c8a 100644 --- a/net/route/net_dumproute.c +++ b/net/route/net_dumproute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_dumproute.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/net/route/net_fileroute.c b/net/route/net_fileroute.c index 9d61a917c9d..9e2b109fcbd 100644 --- a/net/route/net_fileroute.c +++ b/net/route/net_fileroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_fileroute.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/net/route/net_foreach_fileroute.c b/net/route/net_foreach_fileroute.c index a6485575b92..c467415f7ae 100644 --- a/net/route/net_foreach_fileroute.c +++ b/net/route/net_foreach_fileroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_foreach_fileroute.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/net/route/net_foreach_ramroute.c b/net/route/net_foreach_ramroute.c index a751936aca7..97b2fcfe093 100644 --- a/net/route/net_foreach_ramroute.c +++ b/net/route/net_foreach_ramroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_foreach_ramroute.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/net/route/net_foreach_romroute.c b/net/route/net_foreach_romroute.c index fddbaace187..49c5e88cf31 100644 --- a/net/route/net_foreach_romroute.c +++ b/net/route/net_foreach_romroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_foreach_romroute.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/net/route/net_initroute.c b/net/route/net_initroute.c index 7af4464b190..aedaa758bac 100644 --- a/net/route/net_initroute.c +++ b/net/route/net_initroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_initroute.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/net/route/net_queue_ramroute.c b/net/route/net_queue_ramroute.c index c1ae77335fd..c0fac1f3371 100644 --- a/net/route/net_queue_ramroute.c +++ b/net/route/net_queue_ramroute.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_queue_ramroute.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/net/route/net_router.c b/net/route/net_router.c index c1a135685c8..3829e081e4a 100644 --- a/net/route/net_router.c +++ b/net/route/net_router.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/net_router.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/net/route/netdev_router.c b/net/route/netdev_router.c index 8ba711736e7..284a0cd5d2c 100644 --- a/net/route/netdev_router.c +++ b/net/route/netdev_router.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/netdev_router.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/net/route/ramroute.h b/net/route/ramroute.h index 164084ef96b..74aff0c0c67 100644 --- a/net/route/ramroute.h +++ b/net/route/ramroute.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/ramroute.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/net/route/romroute.h b/net/route/romroute.h index 76b175f50e2..2767817ed78 100644 --- a/net/route/romroute.h +++ b/net/route/romroute.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/romroute.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/net/route/route.h b/net/route/route.h index d018b166501..29adf7020b1 100644 --- a/net/route/route.h +++ b/net/route/route.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/route/route.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/net/rpmsg/CMakeLists.txt b/net/rpmsg/CMakeLists.txt index 4dae39a0af1..25186780062 100644 --- a/net/rpmsg/CMakeLists.txt +++ b/net/rpmsg/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/rpmsg/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/net/rpmsg/Make.defs b/net/rpmsg/Make.defs index cde7e6f766f..a86530b943b 100644 --- a/net/rpmsg/Make.defs +++ b/net/rpmsg/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/rpmsg/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/net/rpmsg/rpmsg.h b/net/rpmsg/rpmsg.h index 8d41bc9816d..21e74af7ba8 100644 --- a/net/rpmsg/rpmsg.h +++ b/net/rpmsg/rpmsg.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/rpmsg/rpmsg.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/net/rpmsg/rpmsg_sockif.c b/net/rpmsg/rpmsg_sockif.c index 46eadc27f48..f0626f7c8b3 100644 --- a/net/rpmsg/rpmsg_sockif.c +++ b/net/rpmsg/rpmsg_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/rpmsg/rpmsg_sockif.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/net/sixlowpan/CMakeLists.txt b/net/sixlowpan/CMakeLists.txt index 4677eed5bff..9dd49ea4f93 100644 --- a/net/sixlowpan/CMakeLists.txt +++ b/net/sixlowpan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/sixlowpan/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/net/sixlowpan/Make.defs b/net/sixlowpan/Make.defs index b945556681a..13371712ac5 100644 --- a/net/sixlowpan/Make.defs +++ b/net/sixlowpan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/sixlowpan/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/net/sixlowpan/sixlowpan.h b/net/sixlowpan/sixlowpan.h index d56e2e2c78f..add4d184b83 100644 --- a/net/sixlowpan/sixlowpan.h +++ b/net/sixlowpan/sixlowpan.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan.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/net/sixlowpan/sixlowpan_framelist.c b/net/sixlowpan/sixlowpan_framelist.c index ba517b9eb12..660b53177a0 100644 --- a/net/sixlowpan/sixlowpan_framelist.c +++ b/net/sixlowpan/sixlowpan_framelist.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_framelist.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2017-2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/sixlowpan/sixlowpan_framer.c b/net/sixlowpan/sixlowpan_framer.c index 2daab4b54d3..d1437dea383 100644 --- a/net/sixlowpan/sixlowpan_framer.c +++ b/net/sixlowpan/sixlowpan_framer.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_framer.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/net/sixlowpan/sixlowpan_globals.c b/net/sixlowpan/sixlowpan_globals.c index cd1205ae412..062f1f1fbce 100644 --- a/net/sixlowpan/sixlowpan_globals.c +++ b/net/sixlowpan/sixlowpan_globals.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_globals.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/net/sixlowpan/sixlowpan_hc06.c b/net/sixlowpan/sixlowpan_hc06.c index 906b92ca1a1..35596b2683e 100644 --- a/net/sixlowpan/sixlowpan_hc06.c +++ b/net/sixlowpan/sixlowpan_hc06.c @@ -1,7 +1,7 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_hc06.c - * 6lowpan HC06 implementation (draft-ietf-6lowpan-hc-06, updated to RFC - * 6282) + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2017, 2019-2020 Gregory Nutt, all rights reserved * Author: Gregory Nutt diff --git a/net/sixlowpan/sixlowpan_hc1.c b/net/sixlowpan/sixlowpan_hc1.c index b7a139c2ebc..503baba1081 100644 --- a/net/sixlowpan/sixlowpan_hc1.c +++ b/net/sixlowpan/sixlowpan_hc1.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_hc1.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2017, Gregory Nutt, all rights reserved * Author: Gregory Nutt * diff --git a/net/sixlowpan/sixlowpan_icmpv6send.c b/net/sixlowpan/sixlowpan_icmpv6send.c index 0e7448edcd2..94826d5a93c 100644 --- a/net/sixlowpan/sixlowpan_icmpv6send.c +++ b/net/sixlowpan/sixlowpan_icmpv6send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_icmpv6send.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/net/sixlowpan/sixlowpan_initialize.c b/net/sixlowpan/sixlowpan_initialize.c index c1d7ee83a5f..74e9aeb19bd 100644 --- a/net/sixlowpan/sixlowpan_initialize.c +++ b/net/sixlowpan/sixlowpan_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_initialize.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/net/sixlowpan/sixlowpan_input.c b/net/sixlowpan/sixlowpan_input.c index 0e7bb2ac4b9..d5277ed4668 100644 --- a/net/sixlowpan/sixlowpan_input.c +++ b/net/sixlowpan/sixlowpan_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_input.c - * 6LoWPAN implementation (RFC 4944 and RFC 6282) + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2017, Gregory Nutt, all rights reserved * Author: Gregory Nutt diff --git a/net/sixlowpan/sixlowpan_internal.h b/net/sixlowpan/sixlowpan_internal.h index a7abf9416ae..5c169b23204 100644 --- a/net/sixlowpan/sixlowpan_internal.h +++ b/net/sixlowpan/sixlowpan_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_internal.h * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/sixlowpan/sixlowpan_reassbuf.c b/net/sixlowpan/sixlowpan_reassbuf.c index 2eaef67d9df..a0fd268feb4 100644 --- a/net/sixlowpan/sixlowpan_reassbuf.c +++ b/net/sixlowpan/sixlowpan_reassbuf.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_reassbuf.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/net/sixlowpan/sixlowpan_send.c b/net/sixlowpan/sixlowpan_send.c index 6b4dead38d6..04696844888 100644 --- a/net/sixlowpan/sixlowpan_send.c +++ b/net/sixlowpan/sixlowpan_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_send.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/net/sixlowpan/sixlowpan_tcpsend.c b/net/sixlowpan/sixlowpan_tcpsend.c index e8f534c7006..4156d5b6e7b 100644 --- a/net/sixlowpan/sixlowpan_tcpsend.c +++ b/net/sixlowpan/sixlowpan_tcpsend.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_tcpsend.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/net/sixlowpan/sixlowpan_udpsend.c b/net/sixlowpan/sixlowpan_udpsend.c index 337ce95d05e..70ae8c5400d 100644 --- a/net/sixlowpan/sixlowpan_udpsend.c +++ b/net/sixlowpan/sixlowpan_udpsend.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_udpsend.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/net/sixlowpan/sixlowpan_utils.c b/net/sixlowpan/sixlowpan_utils.c index d5b382d7fb8..0b458dd3a45 100644 --- a/net/sixlowpan/sixlowpan_utils.c +++ b/net/sixlowpan/sixlowpan_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/sixlowpan/sixlowpan_utils.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/socket/CMakeLists.txt b/net/socket/CMakeLists.txt index ec45c8a9c20..776b190c725 100644 --- a/net/socket/CMakeLists.txt +++ b/net/socket/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/socket/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/net/socket/Make.defs b/net/socket/Make.defs index ca28a4edc74..84f9527633f 100644 --- a/net/socket/Make.defs +++ b/net/socket/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/socket/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/net/socket/accept.c b/net/socket/accept.c index 75e68031e6f..60e52f28416 100644 --- a/net/socket/accept.c +++ b/net/socket/accept.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/accept.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/net/socket/bind.c b/net/socket/bind.c index 8a74c1d0a23..23b9f9007b5 100644 --- a/net/socket/bind.c +++ b/net/socket/bind.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/bind.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/net/socket/connect.c b/net/socket/connect.c index 52abec96a0a..0b7ae98bfaf 100644 --- a/net/socket/connect.c +++ b/net/socket/connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/connect.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/net/socket/getpeername.c b/net/socket/getpeername.c index 5a0ec7ae112..0460a178af5 100644 --- a/net/socket/getpeername.c +++ b/net/socket/getpeername.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/getpeername.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/net/socket/getsockname.c b/net/socket/getsockname.c index c70a1d71ef0..0a8e7c1aafe 100644 --- a/net/socket/getsockname.c +++ b/net/socket/getsockname.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/getsockname.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/net/socket/getsockopt.c b/net/socket/getsockopt.c index fc38a9a9f56..790c019f874 100644 --- a/net/socket/getsockopt.c +++ b/net/socket/getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/getsockopt.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/net/socket/listen.c b/net/socket/listen.c index 94957c70fb7..480681c2b12 100644 --- a/net/socket/listen.c +++ b/net/socket/listen.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/listen.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/net/socket/net_close.c b/net/socket/net_close.c index 4ffc56b5c50..62a63e13ada 100644 --- a/net/socket/net_close.c +++ b/net/socket/net_close.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_close.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/net/socket/net_dup2.c b/net/socket/net_dup2.c index 53b5316a7f3..ad15503442b 100644 --- a/net/socket/net_dup2.c +++ b/net/socket/net_dup2.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_dup2.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/net/socket/net_fstat.c b/net/socket/net_fstat.c index a998ad99146..dcb72702a98 100644 --- a/net/socket/net_fstat.c +++ b/net/socket/net_fstat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_fstat.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/net/socket/net_poll.c b/net/socket/net_poll.c index 09fe852f5d6..11b47f79826 100644 --- a/net/socket/net_poll.c +++ b/net/socket/net_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_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/net/socket/net_sendfile.c b/net/socket/net_sendfile.c index 441dc0d8c3b..623dd860158 100644 --- a/net/socket/net_sendfile.c +++ b/net/socket/net_sendfile.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_sendfile.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/net/socket/net_sockif.c b/net/socket/net_sockif.c index e2bfc4736e1..4925bc19cec 100644 --- a/net/socket/net_sockif.c +++ b/net/socket/net_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_sockif.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/net/socket/net_timeo.c b/net/socket/net_timeo.c index b3c66aaec31..c9a757e9153 100644 --- a/net/socket/net_timeo.c +++ b/net/socket/net_timeo.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/net_timeo.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/net/socket/recv.c b/net/socket/recv.c index 5b8f7dabb93..772ba216dc0 100644 --- a/net/socket/recv.c +++ b/net/socket/recv.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/recv.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/net/socket/recvfrom.c b/net/socket/recvfrom.c index 5e24c3df95f..852aef7c798 100644 --- a/net/socket/recvfrom.c +++ b/net/socket/recvfrom.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/recvfrom.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/net/socket/recvmsg.c b/net/socket/recvmsg.c index 833d4d7cb0e..658f244e618 100644 --- a/net/socket/recvmsg.c +++ b/net/socket/recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/recvmsg.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/net/socket/send.c b/net/socket/send.c index b7b4108ad89..9ebe91cf52b 100644 --- a/net/socket/send.c +++ b/net/socket/send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/send.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/net/socket/sendmsg.c b/net/socket/sendmsg.c index ce889b7193f..9a905df534d 100644 --- a/net/socket/sendmsg.c +++ b/net/socket/sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/sendmsg.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/net/socket/sendto.c b/net/socket/sendto.c index c19dd259215..6f59de7a73a 100644 --- a/net/socket/sendto.c +++ b/net/socket/sendto.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/sendto.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/net/socket/setsockopt.c b/net/socket/setsockopt.c index 2e1e5df8099..00ae203f875 100644 --- a/net/socket/setsockopt.c +++ b/net/socket/setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/setsockopt.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/net/socket/shutdown.c b/net/socket/shutdown.c index fcf4db82e3f..0947a0aaf1e 100644 --- a/net/socket/shutdown.c +++ b/net/socket/shutdown.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/shutdown.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/net/socket/socket.c b/net/socket/socket.c index d6623137ad2..0e829912a71 100644 --- a/net/socket/socket.c +++ b/net/socket/socket.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/socket.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/net/socket/socket.h b/net/socket/socket.h index b824bc2aa1e..89f15284b75 100644 --- a/net/socket/socket.h +++ b/net/socket/socket.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/socket.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/net/socket/socketpair.c b/net/socket/socketpair.c index 75dabefe648..fb06d06daf5 100644 --- a/net/socket/socketpair.c +++ b/net/socket/socketpair.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/socket/socketpair.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/net/tcp/CMakeLists.txt b/net/tcp/CMakeLists.txt index 9954461b5ec..a9497569424 100644 --- a/net/tcp/CMakeLists.txt +++ b/net/tcp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/tcp/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/net/tcp/Make.defs b/net/tcp/Make.defs index 2adbc976fe3..1458e13be6c 100644 --- a/net/tcp/Make.defs +++ b/net/tcp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/tcp/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/net/tcp/tcp.h b/net/tcp/tcp.h index 7dd208ea375..a42696a6965 100644 --- a/net/tcp/tcp.h +++ b/net/tcp/tcp.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp.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/net/tcp/tcp_accept.c b/net/tcp/tcp_accept.c index 6b0e6b522e0..dd5beb97d89 100644 --- a/net/tcp/tcp_accept.c +++ b/net/tcp/tcp_accept.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_accept.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/net/tcp/tcp_appsend.c b/net/tcp/tcp_appsend.c index 04e6526ac1e..97b1cf16d7a 100644 --- a/net/tcp/tcp_appsend.c +++ b/net/tcp/tcp_appsend.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_appsend.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2010, 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/tcp/tcp_backlog.c b/net/tcp/tcp_backlog.c index 89f9e08c818..da73323b0dc 100644 --- a/net/tcp/tcp_backlog.c +++ b/net/tcp/tcp_backlog.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_backlog.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/net/tcp/tcp_callback.c b/net/tcp/tcp_callback.c index 89077bae8ea..245d724d98e 100644 --- a/net/tcp/tcp_callback.c +++ b/net/tcp/tcp_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_callback.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/net/tcp/tcp_cc.c b/net/tcp/tcp_cc.c index b143acd732e..f6207db541f 100644 --- a/net/tcp/tcp_cc.c +++ b/net/tcp/tcp_cc.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/tcp/tcp_cc.c - * Handling TCP congestion control + * + * 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 diff --git a/net/tcp/tcp_close.c b/net/tcp/tcp_close.c index a706de02e2e..d392d684b5d 100644 --- a/net/tcp/tcp_close.c +++ b/net/tcp/tcp_close.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_close.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/net/tcp/tcp_conn.c b/net/tcp/tcp_conn.c index cdcb2f30206..2cc05157f5b 100644 --- a/net/tcp/tcp_conn.c +++ b/net/tcp/tcp_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_conn.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011, 2013-2015, 2018 Gregory Nutt. All rights * reserved. * Author: Gregory Nutt diff --git a/net/tcp/tcp_connect.c b/net/tcp/tcp_connect.c index 1cbe5910f22..efd2af5d06d 100644 --- a/net/tcp/tcp_connect.c +++ b/net/tcp/tcp_connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_connect.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/net/tcp/tcp_devpoll.c b/net/tcp/tcp_devpoll.c index b01303d89c7..741b13ff72c 100644 --- a/net/tcp/tcp_devpoll.c +++ b/net/tcp/tcp_devpoll.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/tcp/tcp_devpoll.c - * Driver poll for the availability of TCP TX data + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009, 2016-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/net/tcp/tcp_dump.c b/net/tcp/tcp_dump.c index b8601a1f0ec..c273b394242 100644 --- a/net/tcp/tcp_dump.c +++ b/net/tcp/tcp_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_dump.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/net/tcp/tcp_finddev.c b/net/tcp/tcp_finddev.c index 07961cc8c23..921c2a44f79 100644 --- a/net/tcp/tcp_finddev.c +++ b/net/tcp/tcp_finddev.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_finddev.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/net/tcp/tcp_getsockopt.c b/net/tcp/tcp_getsockopt.c index e3cbdf7f0c8..8448787e18d 100644 --- a/net/tcp/tcp_getsockopt.c +++ b/net/tcp/tcp_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_getsockopt.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/net/tcp/tcp_input.c b/net/tcp/tcp_input.c index 3b1bedd6347..723cacf467e 100644 --- a/net/tcp/tcp_input.c +++ b/net/tcp/tcp_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/tcp/tcp_input.c - * Handling incoming TCP input + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2014, 2017-2019, 2020 Gregory Nutt. All rights * reserved. diff --git a/net/tcp/tcp_ioctl.c b/net/tcp/tcp_ioctl.c index f96254fc356..7e95eea4c7a 100644 --- a/net/tcp/tcp_ioctl.c +++ b/net/tcp/tcp_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_ioctl.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/net/tcp/tcp_ipselect.c b/net/tcp/tcp_ipselect.c index bb23bf825ea..600bc14345e 100644 --- a/net/tcp/tcp_ipselect.c +++ b/net/tcp/tcp_ipselect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_ipselect.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/net/tcp/tcp_listen.c b/net/tcp/tcp_listen.c index ad4397786df..d76829ec661 100644 --- a/net/tcp/tcp_listen.c +++ b/net/tcp/tcp_listen.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_listen.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/tcp/tcp_monitor.c b/net/tcp/tcp_monitor.c index 96e73883b20..bccd87349c2 100644 --- a/net/tcp/tcp_monitor.c +++ b/net/tcp/tcp_monitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_monitor.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/net/tcp/tcp_netpoll.c b/net/tcp/tcp_netpoll.c index 05d1acfc8fb..f31077bcf55 100644 --- a/net/tcp/tcp_netpoll.c +++ b/net/tcp/tcp_netpoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_netpoll.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/net/tcp/tcp_notifier.c b/net/tcp/tcp_notifier.c index 62dd4867737..edb8e9f2f12 100644 --- a/net/tcp/tcp_notifier.c +++ b/net/tcp/tcp_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_notifier.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/net/tcp/tcp_recvfrom.c b/net/tcp/tcp_recvfrom.c index 55c4a066d59..a67c49edbb5 100644 --- a/net/tcp/tcp_recvfrom.c +++ b/net/tcp/tcp_recvfrom.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_recvfrom.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/net/tcp/tcp_recvwindow.c b/net/tcp/tcp_recvwindow.c index 2777c86230c..382e9624e66 100644 --- a/net/tcp/tcp_recvwindow.c +++ b/net/tcp/tcp_recvwindow.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_recvwindow.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/net/tcp/tcp_send.c b/net/tcp/tcp_send.c index 08d16b175cd..06fb576e0fa 100644 --- a/net/tcp/tcp_send.c +++ b/net/tcp/tcp_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_send.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2010, 2012, 2015, 2018-2019 Gregory Nutt. All rights * reserved. * Author: Gregory Nutt diff --git a/net/tcp/tcp_send_buffered.c b/net/tcp/tcp_send_buffered.c index 090257ed1c6..02281861b66 100644 --- a/net/tcp/tcp_send_buffered.c +++ b/net/tcp/tcp_send_buffered.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_send_buffered.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/net/tcp/tcp_send_unbuffered.c b/net/tcp/tcp_send_unbuffered.c index 26c091d8044..45be95614bb 100644 --- a/net/tcp/tcp_send_unbuffered.c +++ b/net/tcp/tcp_send_unbuffered.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_send_unbuffered.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/net/tcp/tcp_sendfile.c b/net/tcp/tcp_sendfile.c index 6f27a806b2c..0268c16e89c 100644 --- a/net/tcp/tcp_sendfile.c +++ b/net/tcp/tcp_sendfile.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_sendfile.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/net/tcp/tcp_seqno.c b/net/tcp/tcp_seqno.c index d790b2243a0..15289af5f84 100644 --- a/net/tcp/tcp_seqno.c +++ b/net/tcp/tcp_seqno.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_seqno.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/tcp/tcp_setsockopt.c b/net/tcp/tcp_setsockopt.c index ba2bdf6522a..49fa51a5c80 100644 --- a/net/tcp/tcp_setsockopt.c +++ b/net/tcp/tcp_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_setsockopt.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/net/tcp/tcp_shutdown.c b/net/tcp/tcp_shutdown.c index 282c78a60c2..2f18a9814f2 100644 --- a/net/tcp/tcp_shutdown.c +++ b/net/tcp/tcp_shutdown.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_shutdown.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/net/tcp/tcp_timer.c b/net/tcp/tcp_timer.c index 8de0fa14474..1bfacfbb024 100644 --- a/net/tcp/tcp_timer.c +++ b/net/tcp/tcp_timer.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/tcp/tcp_timer.c - * Poll for the availability of TCP TX data + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2010, 2015-2016, 2018, 2020 Gregory Nutt. All rights * reserved. diff --git a/net/tcp/tcp_txdrain.c b/net/tcp/tcp_txdrain.c index 465b94a74c5..3339ec0233b 100644 --- a/net/tcp/tcp_txdrain.c +++ b/net/tcp/tcp_txdrain.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_txdrain.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/net/tcp/tcp_wrbuffer.c b/net/tcp/tcp_wrbuffer.c index 1ff8cf519b4..4e426736092 100644 --- a/net/tcp/tcp_wrbuffer.c +++ b/net/tcp/tcp_wrbuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/tcp/tcp_wrbuffer.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/net/udp/CMakeLists.txt b/net/udp/CMakeLists.txt index 7f7f3075fc9..ef115f7faf7 100644 --- a/net/udp/CMakeLists.txt +++ b/net/udp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/udp/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/net/udp/Make.defs b/net/udp/Make.defs index ed420578b8d..c638b7e3e54 100644 --- a/net/udp/Make.defs +++ b/net/udp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/udp/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/net/udp/udp.h b/net/udp/udp.h index f1f18ef00a3..f1315568169 100644 --- a/net/udp/udp.h +++ b/net/udp/udp.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp.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/net/udp/udp_callback.c b/net/udp/udp_callback.c index ff417b5d181..87dd776f0f8 100644 --- a/net/udp/udp_callback.c +++ b/net/udp/udp_callback.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_callback.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/net/udp/udp_close.c b/net/udp/udp_close.c index 42ade8f897b..ea0ee25abc3 100644 --- a/net/udp/udp_close.c +++ b/net/udp/udp_close.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_close.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/net/udp/udp_conn.c b/net/udp/udp_conn.c index 3fe130a2165..83a13e725ec 100644 --- a/net/udp/udp_conn.c +++ b/net/udp/udp_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_conn.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2009, 2011-2012, 2016, 2018 Gregory Nutt. All rights * reserved. * Author: Gregory Nutt diff --git a/net/udp/udp_devpoll.c b/net/udp/udp_devpoll.c index d317147f9ec..e35bc789349 100644 --- a/net/udp/udp_devpoll.c +++ b/net/udp/udp_devpoll.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/udp/udp_devpoll.c - * Network device poll for the availability of UDP TX data + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/net/udp/udp_finddev.c b/net/udp/udp_finddev.c index b4c2d92b504..2b953a0b0f5 100644 --- a/net/udp/udp_finddev.c +++ b/net/udp/udp_finddev.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_finddev.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/net/udp/udp_input.c b/net/udp/udp_input.c index 3359e3f612b..ef6a4fc4166 100644 --- a/net/udp/udp_input.c +++ b/net/udp/udp_input.c @@ -1,6 +1,7 @@ /**************************************************************************** * net/udp/udp_input.c - * Handling incoming UDP input + * + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 2007-2009, 2011, 2018-2019 Gregory Nutt. All rights * reserved. diff --git a/net/udp/udp_ioctl.c b/net/udp/udp_ioctl.c index 41392fa9a34..39b74cb1956 100644 --- a/net/udp/udp_ioctl.c +++ b/net/udp/udp_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_ioctl.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/net/udp/udp_ipselect.c b/net/udp/udp_ipselect.c index 8d0db11fe1a..6beb0001564 100644 --- a/net/udp/udp_ipselect.c +++ b/net/udp/udp_ipselect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_ipselect.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/net/udp/udp_netpoll.c b/net/udp/udp_netpoll.c index 2ff569f2ff1..0a64bb820c8 100644 --- a/net/udp/udp_netpoll.c +++ b/net/udp/udp_netpoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_netpoll.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/net/udp/udp_notifier.c b/net/udp/udp_notifier.c index b1726ab5127..82c78dad17c 100644 --- a/net/udp/udp_notifier.c +++ b/net/udp/udp_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_notifier.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/net/udp/udp_recvfrom.c b/net/udp/udp_recvfrom.c index afc77927cf2..4981e11e95a 100644 --- a/net/udp/udp_recvfrom.c +++ b/net/udp/udp_recvfrom.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_recvfrom.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/net/udp/udp_send.c b/net/udp/udp_send.c index bc5edafee6d..f4f4539f99d 100644 --- a/net/udp/udp_send.c +++ b/net/udp/udp_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_send.c * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2009, 2011, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * diff --git a/net/udp/udp_sendto_buffered.c b/net/udp/udp_sendto_buffered.c index 5b2cb67b977..2a746bbc42f 100644 --- a/net/udp/udp_sendto_buffered.c +++ b/net/udp/udp_sendto_buffered.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_sendto_buffered.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/net/udp/udp_sendto_unbuffered.c b/net/udp/udp_sendto_unbuffered.c index b45625b7a33..13460e8f23b 100644 --- a/net/udp/udp_sendto_unbuffered.c +++ b/net/udp/udp_sendto_unbuffered.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_sendto_unbuffered.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/net/udp/udp_setsockopt.c b/net/udp/udp_setsockopt.c index de449fb1623..a42a6508e75 100644 --- a/net/udp/udp_setsockopt.c +++ b/net/udp/udp_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_setsockopt.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/net/udp/udp_txdrain.c b/net/udp/udp_txdrain.c index 4bd0da23e24..791cc0a5188 100644 --- a/net/udp/udp_txdrain.c +++ b/net/udp/udp_txdrain.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_txdrain.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/net/udp/udp_wrbuffer.c b/net/udp/udp_wrbuffer.c index dbe8478d50d..0b9846c77f6 100644 --- a/net/udp/udp_wrbuffer.c +++ b/net/udp/udp_wrbuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_wrbuffer.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/net/udp/udp_wrbuffer_dump.c b/net/udp/udp_wrbuffer_dump.c index 34fefd9b513..cadaf40301a 100644 --- a/net/udp/udp_wrbuffer_dump.c +++ b/net/udp/udp_wrbuffer_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/udp/udp_wrbuffer_dump.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/net/usrsock/CMakeLists.txt b/net/usrsock/CMakeLists.txt index 969489e235c..f178ec9ff25 100644 --- a/net/usrsock/CMakeLists.txt +++ b/net/usrsock/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/usrsock/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/net/usrsock/Make.defs b/net/usrsock/Make.defs index 01402c83d2f..0310ff69ebb 100644 --- a/net/usrsock/Make.defs +++ b/net/usrsock/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/usrsock/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/net/usrsock/usrsock.h b/net/usrsock/usrsock.h index 4d486ad9e2e..ae8b86e5a09 100644 --- a/net/usrsock/usrsock.h +++ b/net/usrsock/usrsock.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock.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/net/usrsock/usrsock_accept.c b/net/usrsock/usrsock_accept.c index 4912fe14947..5d4bc98375c 100644 --- a/net/usrsock/usrsock_accept.c +++ b/net/usrsock/usrsock_accept.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_accept.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/net/usrsock/usrsock_bind.c b/net/usrsock/usrsock_bind.c index b3f24661f31..4ef2faea2f9 100644 --- a/net/usrsock/usrsock_bind.c +++ b/net/usrsock/usrsock_bind.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_bind.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/net/usrsock/usrsock_close.c b/net/usrsock/usrsock_close.c index 4a388d5cefd..d95fa5c85b4 100644 --- a/net/usrsock/usrsock_close.c +++ b/net/usrsock/usrsock_close.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_close.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/net/usrsock/usrsock_conn.c b/net/usrsock/usrsock_conn.c index 18b5eb5cbc7..72cc0319c24 100644 --- a/net/usrsock/usrsock_conn.c +++ b/net/usrsock/usrsock_conn.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_conn.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/net/usrsock/usrsock_connect.c b/net/usrsock/usrsock_connect.c index 2fbf0af52be..3e5d98a5458 100644 --- a/net/usrsock/usrsock_connect.c +++ b/net/usrsock/usrsock_connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_connect.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/net/usrsock/usrsock_devif.c b/net/usrsock/usrsock_devif.c index 3d1ad5d5913..31a9dbd1724 100644 --- a/net/usrsock/usrsock_devif.c +++ b/net/usrsock/usrsock_devif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_devif.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/net/usrsock/usrsock_event.c b/net/usrsock/usrsock_event.c index f365e16f45a..7b1b699be50 100644 --- a/net/usrsock/usrsock_event.c +++ b/net/usrsock/usrsock_event.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_event.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/net/usrsock/usrsock_getpeername.c b/net/usrsock/usrsock_getpeername.c index b2d3d7b9450..2a541e5ab82 100644 --- a/net/usrsock/usrsock_getpeername.c +++ b/net/usrsock/usrsock_getpeername.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_getpeername.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/net/usrsock/usrsock_getsockname.c b/net/usrsock/usrsock_getsockname.c index 63e80db4e0c..bea2890ab5b 100644 --- a/net/usrsock/usrsock_getsockname.c +++ b/net/usrsock/usrsock_getsockname.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_getsockname.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/net/usrsock/usrsock_getsockopt.c b/net/usrsock/usrsock_getsockopt.c index 69222f05be0..4826bb59260 100644 --- a/net/usrsock/usrsock_getsockopt.c +++ b/net/usrsock/usrsock_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_getsockopt.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/net/usrsock/usrsock_ioctl.c b/net/usrsock/usrsock_ioctl.c index d102f17d203..15592dae072 100644 --- a/net/usrsock/usrsock_ioctl.c +++ b/net/usrsock/usrsock_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_ioctl.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/net/usrsock/usrsock_listen.c b/net/usrsock/usrsock_listen.c index 8720ca3999d..d5fd825191f 100644 --- a/net/usrsock/usrsock_listen.c +++ b/net/usrsock/usrsock_listen.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_listen.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/net/usrsock/usrsock_poll.c b/net/usrsock/usrsock_poll.c index 06066e4498a..b5841184708 100644 --- a/net/usrsock/usrsock_poll.c +++ b/net/usrsock/usrsock_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_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/net/usrsock/usrsock_recvmsg.c b/net/usrsock/usrsock_recvmsg.c index 0bdc90c8c7a..e614d5c8f31 100644 --- a/net/usrsock/usrsock_recvmsg.c +++ b/net/usrsock/usrsock_recvmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_recvmsg.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/net/usrsock/usrsock_sendmsg.c b/net/usrsock/usrsock_sendmsg.c index f21c9e5acf6..04879119332 100644 --- a/net/usrsock/usrsock_sendmsg.c +++ b/net/usrsock/usrsock_sendmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_sendmsg.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/net/usrsock/usrsock_setsockopt.c b/net/usrsock/usrsock_setsockopt.c index 555db24c469..1a7fca43334 100644 --- a/net/usrsock/usrsock_setsockopt.c +++ b/net/usrsock/usrsock_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_setsockopt.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/net/usrsock/usrsock_shutdown.c b/net/usrsock/usrsock_shutdown.c index 1d8762a816c..6b22331edf6 100644 --- a/net/usrsock/usrsock_shutdown.c +++ b/net/usrsock/usrsock_shutdown.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_shutdown.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/net/usrsock/usrsock_socket.c b/net/usrsock/usrsock_socket.c index 313e7971aaf..980117ebbb7 100644 --- a/net/usrsock/usrsock_socket.c +++ b/net/usrsock/usrsock_socket.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_socket.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/net/usrsock/usrsock_sockif.c b/net/usrsock/usrsock_sockif.c index 059b168610b..220bad39034 100644 --- a/net/usrsock/usrsock_sockif.c +++ b/net/usrsock/usrsock_sockif.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/usrsock/usrsock_sockif.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/net/utils/CMakeLists.txt b/net/utils/CMakeLists.txt index 94dd7e70e43..bd4534b5d09 100644 --- a/net/utils/CMakeLists.txt +++ b/net/utils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # net/utils/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/net/utils/Make.defs b/net/utils/Make.defs index 5039a079803..7894dd947d4 100644 --- a/net/utils/Make.defs +++ b/net/utils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # net/utils/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/net/utils/net_chksum.c b/net/utils/net_chksum.c index 08cf72cd91f..169c4b7c1bf 100644 --- a/net/utils/net_chksum.c +++ b/net/utils/net_chksum.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_chksum.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/net/utils/net_cmsg.c b/net/utils/net_cmsg.c index e3e719866cf..c36c989c3ce 100644 --- a/net/utils/net_cmsg.c +++ b/net/utils/net_cmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_cmsg.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/net/utils/net_dsec2tick.c b/net/utils/net_dsec2tick.c index 9c6f80db044..97ff6f1bcb9 100644 --- a/net/utils/net_dsec2tick.c +++ b/net/utils/net_dsec2tick.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_dsec2tick.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/net/utils/net_dsec2timeval.c b/net/utils/net_dsec2timeval.c index 39af77131e4..5dae8757ae6 100644 --- a/net/utils/net_dsec2timeval.c +++ b/net/utils/net_dsec2timeval.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_dsec2timeval.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/net/utils/net_getrandom.c b/net/utils/net_getrandom.c index 00ed6fb8337..16502c30621 100644 --- a/net/utils/net_getrandom.c +++ b/net/utils/net_getrandom.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_getrandom.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/net/utils/net_icmpchksum.c b/net/utils/net_icmpchksum.c index 9645e30dc86..d32162e4c27 100644 --- a/net/utils/net_icmpchksum.c +++ b/net/utils/net_icmpchksum.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_icmpchksum.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/net/utils/net_incr32.c b/net/utils/net_incr32.c index ec36e390182..42f1bd80437 100644 --- a/net/utils/net_incr32.c +++ b/net/utils/net_incr32.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_incr32.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/net/utils/net_iob_concat.c b/net/utils/net_iob_concat.c index c2e9b292f59..6786d32019b 100644 --- a/net/utils/net_iob_concat.c +++ b/net/utils/net_iob_concat.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_iob_concat.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/net/utils/net_ipchksum.c b/net/utils/net_ipchksum.c index f1cd938a29f..ee2a8fcb09c 100644 --- a/net/utils/net_ipchksum.c +++ b/net/utils/net_ipchksum.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_ipchksum.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/net/utils/net_ipv6_maskcmp.c b/net/utils/net_ipv6_maskcmp.c index 0d431419731..968bcf2a1d3 100644 --- a/net/utils/net_ipv6_maskcmp.c +++ b/net/utils/net_ipv6_maskcmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_ipv6_maskcmp.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/net/utils/net_ipv6_payload.c b/net/utils/net_ipv6_payload.c index fc1c5d89621..4eb91946239 100644 --- a/net/utils/net_ipv6_payload.c +++ b/net/utils/net_ipv6_payload.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_ipv6_payload.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/net/utils/net_ipv6_pref2mask.c b/net/utils/net_ipv6_pref2mask.c index 880abc59851..c7ca5775153 100644 --- a/net/utils/net_ipv6_pref2mask.c +++ b/net/utils/net_ipv6_pref2mask.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_ipv6_pref2mask.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/net/utils/net_lock.c b/net/utils/net_lock.c index 05721477aef..033d99b0f09 100644 --- a/net/utils/net_lock.c +++ b/net/utils/net_lock.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_lock.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/net/utils/net_mask2pref.c b/net/utils/net_mask2pref.c index 252c1f6b727..1f8c0193838 100644 --- a/net/utils/net_mask2pref.c +++ b/net/utils/net_mask2pref.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_mask2pref.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/net/utils/net_snoop.c b/net/utils/net_snoop.c index 75ff4502d3d..bdbca71291b 100644 --- a/net/utils/net_snoop.c +++ b/net/utils/net_snoop.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_snoop.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/net/utils/net_tcpchksum.c b/net/utils/net_tcpchksum.c index 2922391257b..b1fed46096a 100644 --- a/net/utils/net_tcpchksum.c +++ b/net/utils/net_tcpchksum.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_tcpchksum.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/net/utils/net_timeval2dsec.c b/net/utils/net_timeval2dsec.c index 6124a13e9f7..f29ba506292 100644 --- a/net/utils/net_timeval2dsec.c +++ b/net/utils/net_timeval2dsec.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_timeval2dsec.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/net/utils/net_udpchksum.c b/net/utils/net_udpchksum.c index 7cd1d8e2673..503040526ad 100644 --- a/net/utils/net_udpchksum.c +++ b/net/utils/net_udpchksum.c @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/net_udpchksum.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/net/utils/utils.h b/net/utils/utils.h index 6cc68f89384..cfe7fcd6630 100644 --- a/net/utils/utils.h +++ b/net/utils/utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * net/utils/utils.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