Remove 'and Mike Taylor' clause from copyright
[yazpp-moved-to-github.git] / zlint / test-init-02.cpp
index 499c3a8..cd4aa22 100644 (file)
@@ -1,8 +1,11 @@
 /* This file is part of the yazpp toolkit.
- * Copyright (C) 1998-2009 Index Data and Mike Taylor
+ * Copyright (C) Index Data 
  * See the file LICENSE for details.
  */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <yaz/log.h>
 
 #include <zlint.h>
@@ -26,7 +29,7 @@ Zlint_code Zlint_test_init_02::init(Zlint *z)
     ODR_MASK_ZERO(init->protocolVersion);
     ODR_MASK_SET(init->protocolVersion, Z_ProtocolVersion_1);
     ODR_MASK_SET(init->protocolVersion, Z_ProtocolVersion_2);
-    
+
     int r = z->send_Z_PDU(apdu, &len);
     if (r < 0)
     {