X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_load_lib.h;h=e36821b3ed990301f1a5e2ba16101375a79df87a;hb=a67bd3630046d3a52195a13cbd4b4631c283d68d;hp=038c54fedb4951d74ecb73a4066f602330dbbd71;hpb=6db7b23f0be85c8fc263cb8380cb9a3d495be75a;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_load_lib.h b/src/include/gnunet_load_lib.h index 038c54fed..e36821b3e 100644 --- a/src/include/gnunet_load_lib.h +++ b/src/include/gnunet_load_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 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 @@ -14,14 +14,19 @@ 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_load_lib.h - * @brief functions related to load calculations * @author Christian Grothoff + * + * @file + * Functions related to load calculations + * + * @defgroup load Load library + * Load calculations. + * @{ */ #ifndef GNUNET_LOAD_LIB_H @@ -116,4 +121,7 @@ GNUNET_LOAD_update (struct GNUNET_LOAD_Value *load, uint64_t data); /* ifndef GNUNET_LOAD_LIB_H */ #endif + +/** @} */ /* end of group */ + /* end of gnunet_load_lib.h */