aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vectorproduct/gnunet_vectorproduct.h2
-rw-r--r--src/vectorproduct/test_vectorproduct_api_regression.c1
-rw-r--r--src/vectorproduct/vectorproduct_testing.h27
3 files changed, 25 insertions, 5 deletions
diff --git a/src/vectorproduct/gnunet_vectorproduct.h b/src/vectorproduct/gnunet_vectorproduct.h
index 4b116646b..ee1f6baaa 100644
--- a/src/vectorproduct/gnunet_vectorproduct.h
+++ b/src/vectorproduct/gnunet_vectorproduct.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_vectorproduct.h 22 * @file vectorproduct/gnunet_vectorproduct.h
23 * @brief API to the vectorproduct service 23 * @brief API to the vectorproduct service
24 * @author Christian M. Fuchs 24 * @author Christian M. Fuchs
25 */ 25 */
diff --git a/src/vectorproduct/test_vectorproduct_api_regression.c b/src/vectorproduct/test_vectorproduct_api_regression.c
index 2bc0adec6..00df8414e 100644
--- a/src/vectorproduct/test_vectorproduct_api_regression.c
+++ b/src/vectorproduct/test_vectorproduct_api_regression.c
@@ -1,4 +1,3 @@
1
2/* 1/*
3 This file is part of GNUnet. 2 This file is part of GNUnet.
4 (C) 2013 Christian Grothoff (and other contributing authors) 3 (C) 2013 Christian Grothoff (and other contributing authors)
diff --git a/src/vectorproduct/vectorproduct_testing.h b/src/vectorproduct/vectorproduct_testing.h
index 19e4f6163..a437a5ad2 100644
--- a/src/vectorproduct/vectorproduct_testing.h
+++ b/src/vectorproduct/vectorproduct_testing.h
@@ -1,6 +1,27 @@
1/* 1/*
2 * File: vectorproduct_testing.h 2 This file is part of GNUnet.
3 * Author: gnunet 3 (C) 2013 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20/**
21 * @file vectorproduct/vectorproduct_testing.h
22 * @brief VectorProduct testcase common declarations
23 * @author Gaurav Kukreja
24 * @author Christian Fuchs
4 * 25 *
5 * Created on June 29, 2013, 7:39 PM 26 * Created on June 29, 2013, 7:39 PM
6 */ 27 */