aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-18 22:05:53 +0200
committert3sserakt <t3ss@posteo.de>2021-08-18 22:05:53 +0200
commit69406e8930cccd2dcd32fa7067abb6937788bba7 (patch)
treee7a97654b687d9f73322bb65f054195c273384f7
parent71a70133ad41085750ee1018fe026838d0aab5ac (diff)
downloadgnunet-69406e8930cccd2dcd32fa7067abb6937788bba7.tar.gz
gnunet-69406e8930cccd2dcd32fa7067abb6937788bba7.zip
- fixed copyright year
-rw-r--r--src/testing/gnunet-cmds-helper.c2
-rw-r--r--src/testing/test_testing_plugin_testcmd.c2
-rw-r--r--src/transport/transport-testing-cmds.h13
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 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2008--2013, 2016 GNUnet e.V. 3 Copyright (C) 2021 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2013, 2014 GNUnet e.V. 3 Copyright (C) 2021 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2006, 2009, 2015, 2016 GNUnet e.V. 3 Copyright (C) 2021 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -44,10 +44,10 @@ GNUNET_TRANSPORT_cmd_connect_peers (const char *label,
44 44
45struct GNUNET_TESTING_Command 45struct GNUNET_TESTING_Command
46GNUNET_TRANSPORT_cmd_send_simple (const char *label, 46GNUNET_TRANSPORT_cmd_send_simple (const char *label,
47 char *m, 47 char *m,
48 char *n, 48 char *n,
49 uint32_t num, 49 uint32_t num,
50 const char *peer1_label, 50 const char *peer1_label,
51 const char *peer2_label); 51 const char *peer2_label);
52 52
53int 53int
@@ -60,7 +60,8 @@ GNUNET_TRANSPORT_get_trait_connected_peers_map (const struct
60 GNUNET_TESTING_Command 60 GNUNET_TESTING_Command
61 *cmd, 61 *cmd,
62 struct 62 struct
63 GNUNET_CONTAINER_MultiShortmap ** 63 GNUNET_CONTAINER_MultiShortmap *
64 *
64 connected_peers_map); 65 connected_peers_map);
65int 66int
66GNUNET_TRANSPORT_get_trait_hello_size (const struct 67GNUNET_TRANSPORT_get_trait_hello_size (const struct