Code

Merged revision 288 (addition of copyright messages to all *.[ch] files) from trunk...
[collectd.git] / src / processes.c
index 94e86dd5be8c8a570dd91147c68e4df5d0931aa4..fcf9197fd84dc8a2abd02cc9665c028396edb292 100644 (file)
@@ -1,8 +1,27 @@
-#include "processes.h"
+/**
+ * collectd - src/processes.c
+ * Copyright (C) 2005  Lyonel Vincent
+ *
+ * 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
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ *
+ * Authors:
+ *   Lyonel Vincent <lyonel at ezix.org>
+ *   Florian octo Forster <octo at verplant.org>
+ **/
 
-/*
- * Originally written by Lyonel Vincent
- */
+#include "processes.h"
 
 #if COLLECT_PROCESSES
 #define MODULE_NAME "processes"