X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_sensordashboard_service.h;h=bd4acb2719ce34731f92cfbfa4e2f7c97df45cff;hb=e933b0a58ab7b0f21faef0267c2cb835cabd5a03;hp=d881128c5428943a56f9b4224fd9dfd8c3d4cdaa;hpb=c2d9d1e64c9801122caaa6b429fc67706db5c9d7;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_sensordashboard_service.h b/src/include/gnunet_sensordashboard_service.h index d881128c5..bd4acb271 100644 --- a/src/include/gnunet_sensordashboard_service.h +++ b/src/include/gnunet_sensordashboard_service.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) + Copyright (C) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,19 +14,24 @@ 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file include/gnunet_sensordashboard_service.h - * @brief API to the sensordashboard service * @author Omar Tarabai + * + * @file + * API to the sensordashboard service + * + * @defgroup sensordashboard Sensor Dashboard service + * + * @{ */ #ifndef GNUNET_SENSORDASHBOARD_SERVICE_H #define GNUNET_SENSORDASHBOARD_SERVICE_H -#include "platform.h" +#include "gnunet_common.h" #include "gnunet_util_lib.h" #ifdef __cplusplus @@ -46,3 +51,5 @@ extern "C" #endif #endif + +/** @} */ /* end of group */