gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 892a5dd08ee9993a21e122c0bcc894eaadfd316e
parent ea51dd9c8e7621716864699cb5c6c52b3cff261a
Author: Christian Fuchs <christian.fuchs@cfuchs.net>
Date:   Fri, 23 Aug 2013 13:56:41 +0000

fixed a couple of doxygen keywords
added a missing license-header


Diffstat:
Msrc/vectorproduct/gnunet_vectorproduct.h | 2+-
Msrc/vectorproduct/test_vectorproduct_api_regression.c | 1-
Msrc/vectorproduct/vectorproduct_testing.h | 27++++++++++++++++++++++++---
3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/src/vectorproduct/gnunet_vectorproduct.h b/src/vectorproduct/gnunet_vectorproduct.h @@ -19,7 +19,7 @@ */ /** - * @file include/gnunet_vectorproduct.h + * @file vectorproduct/gnunet_vectorproduct.h * @brief API to the vectorproduct service * @author Christian M. Fuchs */ diff --git a/src/vectorproduct/test_vectorproduct_api_regression.c b/src/vectorproduct/test_vectorproduct_api_regression.c @@ -1,4 +1,3 @@ - /* This file is part of GNUnet. (C) 2013 Christian Grothoff (and other contributing authors) diff --git a/src/vectorproduct/vectorproduct_testing.h b/src/vectorproduct/vectorproduct_testing.h @@ -1,6 +1,27 @@ -/* - * File: vectorproduct_testing.h - * Author: gnunet +/* + This file is part of GNUnet. + (C) 2013 Christian Grothoff (and other contributing authors) + + 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 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., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. + */ +/** + * @file vectorproduct/vectorproduct_testing.h + * @brief VectorProduct testcase common declarations + * @author Gaurav Kukreja + * @author Christian Fuchs * * Created on June 29, 2013, 7:39 PM */