- fix coverity
[oweals/gnunet.git] / src / template / test_template_api.c
index 8d53a15dace9eced4ec6095d53c8043f499ce7d0..3263612910726780ef381243fcb1b966e8f980b1 100644 (file)
@@ -1,10 +1,10 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 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
+     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
 
      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 template/test_template.c
+ * @file template/test_template_api.c
  * @brief testcase for template.c
  */
 #include "platform.h"
-#include "gnunet_common.h"
-
-#define VERBOSE GNUNET_NO
 
 static int
 check ()
@@ -42,4 +39,4 @@ main (int argc, char *argv[])
   return ret;
 }
 
-/* end of test_template.c */
+/* end of test_template_api.c */