Bump copyright year
[idzebra-moved-to-github.git] / test / mbox / mbox1.c
index ba3b53e..44f693f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2009 Index Data
+   Copyright (C) 2004-2013 Index Data
 
 Zebra 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
@@ -17,8 +17,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "testlib.h"
-       
+
 static void tst(int argc, char **argv)
 {
     char path[256];
@@ -46,7 +49,7 @@ static void tst(int argc, char **argv)
 
     YAZ_CHECK(zebra_end_trans(zh) == ZEBRA_OK);
     zebra_commit(zh);
-    
+
     YAZ_CHECK(tl_close_down(zh, zs));
 }