2005-10-01 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / tests / t-version.c
index e674c2c0287e3a64c2293edc22311633b70915ee..06bff60aebc58e86c437f9695ff981bb78bcb152 100644 (file)
@@ -1,33 +1,33 @@
-/* t-version.c  - regression test
*      Copyright (C) 2001 g10 Code GmbH
- *
* This file is part of GPGME.
- *
- * GPGME 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 of the License, or
* (at your option) any later version.
- *
- * GPGME 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 this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+/* t-version.c - Regression test.
  Copyright (C) 2001, 2004 g10 Code GmbH
+
  This file is part of GPGME.
+
+   GPGME is free software; you can redistribute it and/or modify it
+   under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of
  the License, or (at your option) any later version.
+   
+   GPGME 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
  Lesser General Public License for more details.
+   
+   You should have received a copy of the GNU Lesser General Public
  License along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  02111-1307, USA.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#include <gpgme.h>
+#include <string.h>
 
-static const char version[] = VERSION;
+#include <gpgme.h>
 
 int 
-main (int argc, char **argv )
+main (int argc, char **argv)
 {
   const char *null_result;
   const char *current_result;