]> mj.ucw.cz Git - libucw.git/blobdiff - lib/obj2buck.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / obj2buck.c
index 2a2fd1c97b1b98504e690faf81ed037b5e609c17..7fee3d54a145a663aad7ca1393697a2cdcd24d93 100644 (file)
@@ -1,13 +1,16 @@
 /*
- *     Generating V33 buckets
+ *     Generating Buckets from Objects
  *
  *     (c) 2004, Robert Spalek <robert@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
 #include "lib/fastbuf.h"
-#include "lib/obj2buck.h"
 #include "lib/bucket.h"
+#include "lib/object.h"
 #include "charset/unistream.h"
 
 #include <string.h>