diff options
author | t3sserakt <t3ss@posteo.de> | 2021-08-18 22:05:53 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-08-18 22:05:53 +0200 |
commit | 69406e8930cccd2dcd32fa7067abb6937788bba7 (patch) | |
tree | e7a97654b687d9f73322bb65f054195c273384f7 /src | |
parent | 71a70133ad41085750ee1018fe026838d0aab5ac (diff) |
- fixed copyright year
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/gnunet-cmds-helper.c | 2 | ||||
-rw-r--r-- | src/testing/test_testing_plugin_testcmd.c | 2 | ||||
-rw-r--r-- | src/transport/transport-testing-cmds.h | 13 |
3 files changed, 9 insertions, 8 deletions
diff --git a/src/testing/gnunet-cmds-helper.c b/src/testing/gnunet-cmds-helper.c index d9fcf3541..5705f46c2 100644 --- a/src/testing/gnunet-cmds-helper.c +++ b/src/testing/gnunet-cmds-helper.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2008--2013, 2016 GNUnet e.V. + Copyright (C) 2021 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published diff --git a/src/testing/test_testing_plugin_testcmd.c b/src/testing/test_testing_plugin_testcmd.c index aeb0db5dc..444272fcd 100644 --- a/src/testing/test_testing_plugin_testcmd.c +++ b/src/testing/test_testing_plugin_testcmd.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2013, 2014 GNUnet e.V. + Copyright (C) 2021 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published diff --git a/src/transport/transport-testing-cmds.h b/src/transport/transport-testing-cmds.h index f171f833f..ece3b09a2 100644 --- a/src/transport/transport-testing-cmds.h +++ b/src/transport/transport-testing-cmds.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2006, 2009, 2015, 2016 GNUnet e.V. + Copyright (C) 2021 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -44,10 +44,10 @@ GNUNET_TRANSPORT_cmd_connect_peers (const char *label, struct GNUNET_TESTING_Command GNUNET_TRANSPORT_cmd_send_simple (const char *label, - char *m, - char *n, - uint32_t num, - const char *peer1_label, + char *m, + char *n, + uint32_t num, + const char *peer1_label, const char *peer2_label); int @@ -60,7 +60,8 @@ GNUNET_TRANSPORT_get_trait_connected_peers_map (const struct GNUNET_TESTING_Command *cmd, struct - GNUNET_CONTAINER_MultiShortmap ** + GNUNET_CONTAINER_MultiShortmap * + * connected_peers_map); int GNUNET_TRANSPORT_get_trait_hello_size (const struct |