From 31adcb0e020b7861ee7f306a6e2fac0df9b10290 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 14 Jan 2019 18:07:04 +0000 Subject: src: for every AGPL3.0 file, add SPDX identifier. --- src/transport/communicator.h | 2 ++ src/transport/gnunet-communicator-unix.c | 2 ++ src/transport/gnunet-helper-transport-bluetooth.c | 2 ++ src/transport/gnunet-helper-transport-wlan-dummy.c | 2 ++ src/transport/gnunet-helper-transport-wlan.c | 2 ++ src/transport/gnunet-service-tng.c | 2 ++ src/transport/gnunet-service-transport.c | 2 ++ src/transport/gnunet-service-transport.h | 2 ++ src/transport/gnunet-service-transport_ats.c | 2 ++ src/transport/gnunet-service-transport_ats.h | 2 ++ src/transport/gnunet-service-transport_hello.c | 2 ++ src/transport/gnunet-service-transport_hello.h | 2 ++ src/transport/gnunet-service-transport_manipulation.c | 2 ++ src/transport/gnunet-service-transport_manipulation.h | 2 ++ src/transport/gnunet-service-transport_neighbours.c | 2 ++ src/transport/gnunet-service-transport_neighbours.h | 2 ++ src/transport/gnunet-service-transport_plugins.c | 2 ++ src/transport/gnunet-service-transport_plugins.h | 2 ++ src/transport/gnunet-service-transport_validation.c | 2 ++ src/transport/gnunet-service-transport_validation.h | 2 ++ src/transport/gnunet-transport-certificate-creation.c | 2 ++ src/transport/gnunet-transport-profiler.c | 2 ++ src/transport/gnunet-transport-wlan-receiver.c | 2 ++ src/transport/gnunet-transport-wlan-sender.c | 2 ++ src/transport/gnunet-transport.c | 2 ++ src/transport/plugin_transport_http.h | 2 ++ src/transport/plugin_transport_http_client.c | 2 ++ src/transport/plugin_transport_http_common.c | 2 ++ src/transport/plugin_transport_http_common.h | 2 ++ src/transport/plugin_transport_http_server.c | 2 ++ src/transport/plugin_transport_smtp.c | 2 ++ src/transport/plugin_transport_tcp.c | 2 ++ src/transport/plugin_transport_template.c | 2 ++ src/transport/plugin_transport_udp.c | 2 ++ src/transport/plugin_transport_udp.h | 2 ++ src/transport/plugin_transport_udp_broadcasting.c | 2 ++ src/transport/plugin_transport_unix.c | 2 ++ src/transport/plugin_transport_wlan.c | 2 ++ src/transport/plugin_transport_wlan.h | 2 ++ src/transport/plugin_transport_xt.c | 2 ++ src/transport/plugin_transport_xu.c | 2 ++ src/transport/plugin_transport_xu.h | 2 ++ src/transport/tcp_connection_legacy.c | 2 ++ src/transport/tcp_server_legacy.c | 2 ++ src/transport/tcp_server_mst_legacy.c | 2 ++ src/transport/tcp_service_legacy.c | 2 ++ src/transport/test_http_common.c | 2 ++ src/transport/test_plugin_transport.c | 2 ++ src/transport/test_quota_compliance.c | 2 ++ src/transport/test_transport_address_switch.c | 2 ++ src/transport/test_transport_api.c | 2 ++ src/transport/test_transport_api_blacklisting.c | 2 ++ src/transport/test_transport_api_disconnect.c | 2 ++ src/transport/test_transport_api_limited_sockets.c | 2 ++ src/transport/test_transport_api_manipulation_cfg.c | 2 ++ src/transport/test_transport_api_manipulation_recv_tcp.c | 2 ++ src/transport/test_transport_api_manipulation_send_tcp.c | 2 ++ src/transport/test_transport_api_monitor_peers.c | 2 ++ src/transport/test_transport_api_reliability.c | 2 ++ src/transport/test_transport_api_restart_reconnect.c | 2 ++ src/transport/test_transport_api_timeout.c | 2 ++ src/transport/test_transport_blacklisting.c | 2 ++ src/transport/test_transport_testing_restart.c | 2 ++ src/transport/test_transport_testing_startstop.c | 2 ++ src/transport/transport-testing-filenames.c | 2 ++ src/transport/transport-testing-loggers.c | 2 ++ src/transport/transport-testing-main.c | 2 ++ src/transport/transport-testing-send.c | 2 ++ src/transport/transport-testing.c | 2 ++ src/transport/transport-testing.h | 2 ++ src/transport/transport.h | 2 ++ src/transport/transport_api2_communication.c | 2 ++ src/transport/transport_api2_core.c | 2 ++ src/transport/transport_api2_monitor.c | 2 ++ src/transport/transport_api_address_to_string.c | 2 ++ src/transport/transport_api_blacklist.c | 2 ++ src/transport/transport_api_core.c | 2 ++ src/transport/transport_api_hello_get.c | 2 ++ src/transport/transport_api_manipulation.c | 2 ++ src/transport/transport_api_monitor_peers.c | 2 ++ src/transport/transport_api_monitor_plugins.c | 2 ++ src/transport/transport_api_offer_hello.c | 2 ++ 82 files changed, 164 insertions(+) (limited to 'src/transport') diff --git a/src/transport/communicator.h b/src/transport/communicator.h index 38b9f93b1..e238c168c 100644 --- a/src/transport/communicator.h +++ b/src/transport/communicator.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c index 57fa22ecf..5d4032834 100644 --- a/src/transport/gnunet-communicator-unix.c +++ b/src/transport/gnunet-communicator-unix.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c index 27d862f22..217022190 100644 --- a/src/transport/gnunet-helper-transport-bluetooth.c +++ b/src/transport/gnunet-helper-transport-bluetooth.c @@ -16,6 +16,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ #include "gnunet_config.h" diff --git a/src/transport/gnunet-helper-transport-wlan-dummy.c b/src/transport/gnunet-helper-transport-wlan-dummy.c index 7b24caf4e..dbd9014cb 100644 --- a/src/transport/gnunet-helper-transport-wlan-dummy.c +++ b/src/transport/gnunet-helper-transport-wlan-dummy.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-helper-transport-wlan-dummy.c diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c index 59a2d8b56..6cd45ead8 100644 --- a/src/transport/gnunet-helper-transport-wlan.c +++ b/src/transport/gnunet-helper-transport-wlan.c @@ -16,6 +16,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file src/transport/gnunet-helper-transport-wlan.c diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c index 85ac3da83..5a335f447 100644 --- a/src/transport/gnunet-service-tng.c +++ b/src/transport/gnunet-service-tng.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-service-tng.c diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 2c1ee12fe..d3d2a86a3 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-service-transport.c diff --git a/src/transport/gnunet-service-transport.h b/src/transport/gnunet-service-transport.h index 253b785e3..467469064 100644 --- a/src/transport/gnunet-service-transport.h +++ b/src/transport/gnunet-service-transport.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_ats.c b/src/transport/gnunet-service-transport_ats.c index 358ed95c3..f8756c750 100644 --- a/src/transport/gnunet-service-transport_ats.c +++ b/src/transport/gnunet-service-transport_ats.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-service-transport_ats.c diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h index 139c04c3b..c8f2c309f 100644 --- a/src/transport/gnunet-service-transport_ats.h +++ b/src/transport/gnunet-service-transport_ats.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-service-transport_ats.h diff --git a/src/transport/gnunet-service-transport_hello.c b/src/transport/gnunet-service-transport_hello.c index cfd8c0f66..2d7440650 100644 --- a/src/transport/gnunet-service-transport_hello.c +++ b/src/transport/gnunet-service-transport_hello.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_hello.h b/src/transport/gnunet-service-transport_hello.h index e4e35167f..f96b2a84d 100644 --- a/src/transport/gnunet-service-transport_hello.h +++ b/src/transport/gnunet-service-transport_hello.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/gnunet-service-transport_hello.h diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c index 013b14cce..0b042dd6a 100644 --- a/src/transport/gnunet-service-transport_manipulation.c +++ b/src/transport/gnunet-service-transport_manipulation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h index ee72478b6..87e71329a 100644 --- a/src/transport/gnunet-service-transport_manipulation.h +++ b/src/transport/gnunet-service-transport_manipulation.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 68344bcf4..72c425591 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index c8da98423..92ad62be9 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_plugins.c b/src/transport/gnunet-service-transport_plugins.c index 6ea59e29c..c6c5e0444 100644 --- a/src/transport/gnunet-service-transport_plugins.c +++ b/src/transport/gnunet-service-transport_plugins.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_plugins.h b/src/transport/gnunet-service-transport_plugins.h index 3cc3bb901..cfb72dfed 100644 --- a/src/transport/gnunet-service-transport_plugins.h +++ b/src/transport/gnunet-service-transport_plugins.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c index fc02da5b4..8d22d0c7a 100644 --- a/src/transport/gnunet-service-transport_validation.c +++ b/src/transport/gnunet-service-transport_validation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h index 8d11413db..f6ae764b7 100644 --- a/src/transport/gnunet-service-transport_validation.h +++ b/src/transport/gnunet-service-transport_validation.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-transport-certificate-creation.c b/src/transport/gnunet-transport-certificate-creation.c index 8b536ba49..288652566 100644 --- a/src/transport/gnunet-transport-certificate-creation.c +++ b/src/transport/gnunet-transport-certificate-creation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-transport-profiler.c b/src/transport/gnunet-transport-profiler.c index 951975f03..9160a78b2 100644 --- a/src/transport/gnunet-transport-profiler.c +++ b/src/transport/gnunet-transport-profiler.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-transport-wlan-receiver.c b/src/transport/gnunet-transport-wlan-receiver.c index 930d29e9e..04f30a683 100644 --- a/src/transport/gnunet-transport-wlan-receiver.c +++ b/src/transport/gnunet-transport-wlan-receiver.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-transport-wlan-sender.c b/src/transport/gnunet-transport-wlan-sender.c index 0c0326b8f..36d26f8dc 100644 --- a/src/transport/gnunet-transport-wlan-sender.c +++ b/src/transport/gnunet-transport-wlan-sender.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c index 6c589307b..c3c1afc38 100644 --- a/src/transport/gnunet-transport.c +++ b/src/transport/gnunet-transport.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index a21904edd..6867d3b9d 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index e88e2c69f..3c8dc21e5 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c index 3f0452d0b..0a0545dd6 100644 --- a/src/transport/plugin_transport_http_common.c +++ b/src/transport/plugin_transport_http_common.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h index f758015e1..0410be8e9 100644 --- a/src/transport/plugin_transport_http_common.h +++ b/src/transport/plugin_transport_http_common.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/plugin_transport_http_common.c diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index 8c657503a..c522904d3 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c index 8898bd827..705c91b85 100644 --- a/src/transport/plugin_transport_smtp.c +++ b/src/transport/plugin_transport_smtp.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index c056946b6..5afea593f 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/plugin_transport_tcp.c diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c index be2dfb1c8..8ec2c3992 100644 --- a/src/transport/plugin_transport_template.c +++ b/src/transport/plugin_transport_template.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 9fed9b429..30a54cb17 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h index 7a6e09329..cccb3ceb3 100644 --- a/src/transport/plugin_transport_udp.h +++ b/src/transport/plugin_transport_udp.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_udp_broadcasting.c b/src/transport/plugin_transport_udp_broadcasting.c index c802304aa..0c26aa624 100644 --- a/src/transport/plugin_transport_udp_broadcasting.c +++ b/src/transport/plugin_transport_udp_broadcasting.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 19961d792..5d095236d 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index e34143c59..e1a93bf88 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h index ad16a267e..926e16e6f 100644 --- a/src/transport/plugin_transport_wlan.h +++ b/src/transport/plugin_transport_wlan.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_xt.c b/src/transport/plugin_transport_xt.c index 08f59bd70..df5e8a127 100644 --- a/src/transport/plugin_transport_xt.c +++ b/src/transport/plugin_transport_xt.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/plugin_transport_xt.c diff --git a/src/transport/plugin_transport_xu.c b/src/transport/plugin_transport_xu.c index 639b38671..b716c6878 100644 --- a/src/transport/plugin_transport_xu.c +++ b/src/transport/plugin_transport_xu.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/plugin_transport_xu.h b/src/transport/plugin_transport_xu.h index cbf9706b6..dd3dcd738 100644 --- a/src/transport/plugin_transport_xu.h +++ b/src/transport/plugin_transport_xu.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/tcp_connection_legacy.c b/src/transport/tcp_connection_legacy.c index 66902c6a0..6ecf50b79 100644 --- a/src/transport/tcp_connection_legacy.c +++ b/src/transport/tcp_connection_legacy.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/tcp_server_legacy.c b/src/transport/tcp_server_legacy.c index 4744e20d8..d66cb8387 100644 --- a/src/transport/tcp_server_legacy.c +++ b/src/transport/tcp_server_legacy.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/tcp_server_mst_legacy.c b/src/transport/tcp_server_mst_legacy.c index 5bd9ba35e..868f64d7c 100644 --- a/src/transport/tcp_server_mst_legacy.c +++ b/src/transport/tcp_server_mst_legacy.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/tcp_service_legacy.c b/src/transport/tcp_service_legacy.c index b7ea9b20a..641d0195a 100644 --- a/src/transport/tcp_service_legacy.c +++ b/src/transport/tcp_service_legacy.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/test_http_common.c b/src/transport/test_http_common.c index bad06b89d..70ad04719 100644 --- a/src/transport/test_http_common.c +++ b/src/transport/test_http_common.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_http_common.c diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index 47ba7aed4..fe0840041 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_plugin_transport.c diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 6309c3278..0c94fa5c9 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_quota_compliance.c diff --git a/src/transport/test_transport_address_switch.c b/src/transport/test_transport_address_switch.c index 0414673f4..fa977a364 100644 --- a/src/transport/test_transport_address_switch.c +++ b/src/transport/test_transport_address_switch.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_address_switch.c diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 847b9f56a..0b458a317 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api.c diff --git a/src/transport/test_transport_api_blacklisting.c b/src/transport/test_transport_api_blacklisting.c index 427240b29..f0cc9b6d2 100644 --- a/src/transport/test_transport_api_blacklisting.c +++ b/src/transport/test_transport_api_blacklisting.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/test_transport_api_disconnect.c b/src/transport/test_transport_api_disconnect.c index 85bfb7368..8522a3a88 100644 --- a/src/transport/test_transport_api_disconnect.c +++ b/src/transport/test_transport_api_disconnect.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_disconnect.c diff --git a/src/transport/test_transport_api_limited_sockets.c b/src/transport/test_transport_api_limited_sockets.c index bba695bb5..d5c6934b5 100644 --- a/src/transport/test_transport_api_limited_sockets.c +++ b/src/transport/test_transport_api_limited_sockets.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_limited_sockets.c diff --git a/src/transport/test_transport_api_manipulation_cfg.c b/src/transport/test_transport_api_manipulation_cfg.c index 350dc8eab..2d17cca45 100644 --- a/src/transport/test_transport_api_manipulation_cfg.c +++ b/src/transport/test_transport_api_manipulation_cfg.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_manipulation_cfg.c diff --git a/src/transport/test_transport_api_manipulation_recv_tcp.c b/src/transport/test_transport_api_manipulation_recv_tcp.c index 40e0b6a4d..bf7eb1666 100644 --- a/src/transport/test_transport_api_manipulation_recv_tcp.c +++ b/src/transport/test_transport_api_manipulation_recv_tcp.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_manipulation_recv_tcp.c diff --git a/src/transport/test_transport_api_manipulation_send_tcp.c b/src/transport/test_transport_api_manipulation_send_tcp.c index 278ec45c5..408301b0f 100644 --- a/src/transport/test_transport_api_manipulation_send_tcp.c +++ b/src/transport/test_transport_api_manipulation_send_tcp.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_manipulation_send_tcp.c diff --git a/src/transport/test_transport_api_monitor_peers.c b/src/transport/test_transport_api_monitor_peers.c index 8a01b15a3..9c3e535fe 100644 --- a/src/transport/test_transport_api_monitor_peers.c +++ b/src/transport/test_transport_api_monitor_peers.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_monitor_peers.c diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c index c6e77bae0..8442b92e8 100644 --- a/src/transport/test_transport_api_reliability.c +++ b/src/transport/test_transport_api_reliability.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_reliability.c diff --git a/src/transport/test_transport_api_restart_reconnect.c b/src/transport/test_transport_api_restart_reconnect.c index fc0c20233..5a6c10f8a 100644 --- a/src/transport/test_transport_api_restart_reconnect.c +++ b/src/transport/test_transport_api_restart_reconnect.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_restart_reconnect.c diff --git a/src/transport/test_transport_api_timeout.c b/src/transport/test_transport_api_timeout.c index 0185b690b..a00e0aeb6 100644 --- a/src/transport/test_transport_api_timeout.c +++ b/src/transport/test_transport_api_timeout.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_api_timeout.c diff --git a/src/transport/test_transport_blacklisting.c b/src/transport/test_transport_blacklisting.c index 6871d01b1..1cd244115 100644 --- a/src/transport/test_transport_blacklisting.c +++ b/src/transport/test_transport_blacklisting.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/test_transport_testing_restart.c b/src/transport/test_transport_testing_restart.c index 0afa08fd0..4df8b2d6d 100644 --- a/src/transport/test_transport_testing_restart.c +++ b/src/transport/test_transport_testing_restart.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_testing_restart.c diff --git a/src/transport/test_transport_testing_startstop.c b/src/transport/test_transport_testing_startstop.c index d307f8722..57b6840a5 100644 --- a/src/transport/test_transport_testing_startstop.c +++ b/src/transport/test_transport_testing_startstop.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/test_transport_testing_startstop.c diff --git a/src/transport/transport-testing-filenames.c b/src/transport/transport-testing-filenames.c index ac42388fb..4c2fbd3f5 100644 --- a/src/transport/transport-testing-filenames.c +++ b/src/transport/transport-testing-filenames.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport-testing-filenames.c diff --git a/src/transport/transport-testing-loggers.c b/src/transport/transport-testing-loggers.c index 4feba1d42..6ad181e87 100644 --- a/src/transport/transport-testing-loggers.c +++ b/src/transport/transport-testing-loggers.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport-testing-loggers.c diff --git a/src/transport/transport-testing-main.c b/src/transport/transport-testing-main.c index 1fa4b2731..6cef20ba1 100644 --- a/src/transport/transport-testing-main.c +++ b/src/transport/transport-testing-main.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport-testing-main.c diff --git a/src/transport/transport-testing-send.c b/src/transport/transport-testing-send.c index 8dac9453e..cb4be57de 100644 --- a/src/transport/transport-testing-send.c +++ b/src/transport/transport-testing-send.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport-testing-send.c diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c index 4295446d2..1ff1ec9f8 100644 --- a/src/transport/transport-testing.c +++ b/src/transport/transport-testing.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport-testing.c diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h index 3a638580d..4629d6125 100644 --- a/src/transport/transport-testing.h +++ b/src/transport/transport-testing.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport.h b/src/transport/transport.h index 3c5fe72de..670a8d32d 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c index a8237f18f..1a176e68f 100644 --- a/src/transport/transport_api2_communication.c +++ b/src/transport/transport_api2_communication.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api2_core.c b/src/transport/transport_api2_core.c index d81a6f730..607f26777 100644 --- a/src/transport/transport_api2_core.c +++ b/src/transport/transport_api2_core.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api2_monitor.c b/src/transport/transport_api2_monitor.c index ca9832e45..315001bad 100644 --- a/src/transport/transport_api2_monitor.c +++ b/src/transport/transport_api2_monitor.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c index 258bf19c9..006e81f29 100644 --- a/src/transport/transport_api_address_to_string.c +++ b/src/transport/transport_api_address_to_string.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file transport/transport_api_address_to_string.c diff --git a/src/transport/transport_api_blacklist.c b/src/transport/transport_api_blacklist.c index 87fdce724..63fee8781 100644 --- a/src/transport/transport_api_blacklist.c +++ b/src/transport/transport_api_blacklist.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_core.c b/src/transport/transport_api_core.c index 06d459f4e..b144ef6b6 100644 --- a/src/transport/transport_api_core.c +++ b/src/transport/transport_api_core.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_hello_get.c b/src/transport/transport_api_hello_get.c index 183135458..a4d55b430 100644 --- a/src/transport/transport_api_hello_get.c +++ b/src/transport/transport_api_hello_get.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_manipulation.c b/src/transport/transport_api_manipulation.c index e7ecd2e42..8e85a365c 100644 --- a/src/transport/transport_api_manipulation.c +++ b/src/transport/transport_api_manipulation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_monitor_peers.c b/src/transport/transport_api_monitor_peers.c index c48a0e4bb..ce4d9ae9e 100644 --- a/src/transport/transport_api_monitor_peers.c +++ b/src/transport/transport_api_monitor_peers.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_monitor_plugins.c b/src/transport/transport_api_monitor_plugins.c index c349144aa..f0acc2408 100644 --- a/src/transport/transport_api_monitor_plugins.c +++ b/src/transport/transport_api_monitor_plugins.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/transport/transport_api_offer_hello.c b/src/transport/transport_api_offer_hello.c index b976a0272..c4432af93 100644 --- a/src/transport/transport_api_offer_hello.c +++ b/src/transport/transport_api_offer_hello.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** -- cgit v1.2.3