X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2Ftestbed.h;h=5b01a8e7fa015e60d23005834a9f22b1722697d3;hb=9d1e77b9331acb9bd8b6c99aa942f62b9759e650;hp=bc93ed8a878af83424caa4a938b75ce9dac71300;hpb=3971743af72d4517e9cf5cc2e08645e11b917331;p=oweals%2Fgnunet.git diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h index bc93ed8a8..5b01a8e7f 100644 --- a/src/testbed/testbed.h +++ b/src/testbed/testbed.h @@ -2,20 +2,18 @@ This file is part of GNUnet Copyright (C) 2008--2013 GNUnet e.V. - GNUnet is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your - option) any later version. + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ /** @@ -103,7 +101,7 @@ struct GNUNET_TESTBED_AddHostMessage /* followed by non 0-terminated host name */ /* followed by gzip compressed configuration to start or connect to a - controller on this host. While starting the controller this configration + controller on this host. While starting the controller this configuration is used as a template */ }; @@ -877,8 +875,8 @@ struct GNUNET_TESTBED_BarrierStatusMsg uint16_t name_len GNUNET_PACKED; /** - * the barrier name (NULL terminated) concatenated with an error message (NULL - * terminated) if the status were to indicate an error + * the barrier name (0-terminated) concatenated with an error message + * (0-terminated) if the status were to indicate an error */ char data[0]; };