Merge remote branch 'origin/master'
[sort-networks.git] / src / sn_comparator.h
index a2d34d7..09c2b57 100644 (file)
@@ -1,6 +1,10 @@
 /**
- * collectd - src/sn_comparator.h
- * Copyright (C) 2008  Florian octo Forster
+ * \file sn_comparator.h
+ * \brief The sn_comparator_t class and associated methods.
+ *
+ * \verbatim
+ * libsortnetwork - src/sn_comparator.h
+ * Copyright (C) 2008-2010  Florian octo Forster
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -16,7 +20,8 @@
  * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  *
  * Authors:
- *   Florian octo Forster <octo at verplant.org>
+ *   Florian octo Forster <ff at octo.it>
+ * \endverbatim
  **/
 
 #ifndef SN_COMPARATOR_H