convert fs publish to MQ
[oweals/gnunet.git] / src / include / block_fs.h
index 3f904caeb7619fa09b2cecade08e6844e07fbdb6..b7c358c3d8819c6d20c25e232a37b079e4a6130b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
- * @file include/block_fs.h
- * @brief fs block formats (shared between fs and block)
  * @author Christian Grothoff
+ *
+ * @file
+ * FS block formats (shared between FS and Block)
+ *
+ * @defgroup block-fs  FS block formats
+ * Shared between the [FS service](@ref fs) and the [Block library](@ref block).
+ * @{
  */
 #ifndef BLOCK_FS_H
 #define BLOCK_FS_H
@@ -95,3 +100,5 @@ struct OnDemandBlock
 GNUNET_NETWORK_STRUCT_END
 
 #endif
+
+/** @} */  /* end of group */