Updated footer comment
[idzebra-moved-to-github.git] / include / idzebra / bfile.h
index 69fac64..3672cb1 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1995-2008 Index Data
+   Copyright (C) 1994-2009 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
@@ -53,7 +53,7 @@ BFiles bfs_create (const char *spec, const char *base);
     \param bfiles block files handle
    
     The files in the block files collection are not deleted. Only the
-    handle is 
+    handle is freed.
 */
 void bfs_destroy (BFiles bfiles);
 
@@ -260,6 +260,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab