Added LICENSE.
[idzebra-moved-to-github.git] / dfa / bset.c
index 1bd65e8..2f326c9 100644 (file)
@@ -1,10 +1,19 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: bset.c,v $
- * Revision 1.2  1995-01-24 16:00:21  adam
+ * Revision 1.5  1999-02-02 14:50:04  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.4  1996/10/29 13:57:20  adam
+ * Include of zebrautl.h instead of alexutil.h.
+ *
+ * Revision 1.3  1995/09/04 12:33:25  adam
+ * Various cleanup. YAZ util used instead.
+ *
+ * Revision 1.2  1995/01/24  16:00:21  adam
  * Added -ansi to CFLAGS.
  * Some changes to the dfa module.
  *
@@ -19,7 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <util.h>
+#include <zebrautl.h>
 #include <bset.h>
 #include "imalloc.h"