X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_load_lib.h;h=f38b66b8897c936ae1a7003a73439676091bba87;hb=200d05b44a96d6fec00e28736038c838c679f650;hp=6dfe80cb24381c3fd2d69e60c3766ba133e0bf34;hpb=16a6919a9f98ee9fa1fee9dd262906c321004a19;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_load_lib.h b/src/include/gnunet_load_lib.h index 6dfe80cb2..f38b66b88 100644 --- a/src/include/gnunet_load_lib.h +++ b/src/include/gnunet_load_lib.h @@ -1,27 +1,32 @@ /* 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 - by the Free Software Foundation; either version 2, 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. + 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 . - 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. + SPDX-License-Identifier: AGPL3.0-or-later */ /** - * @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 */