df plugin, AUTHORS: Add Paul.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 30 Jul 2009 07:05:08 +0000 (09:05 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 30 Jul 2009 07:05:08 +0000 (09:05 +0200)
AUTHORS
src/df.c

diff --git a/AUTHORS b/AUTHORS
index eedf3f0..8b35c64 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -105,6 +105,7 @@ Oleg King <king2 at kaluga.ru>
 
 Paul Sadauskas <psadauskas at gmail.com>
  - tokyotyrant plugin.
+ - `ReportByDevice' option of the df plugin.
 
 Peter Holik <peter at holik.at>
  - cpufreq plugin.
index 73b3b5f..7982985 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -1,6 +1,7 @@
 /**
  * collectd - src/df.c
  * Copyright (C) 2005-2007  Florian octo Forster
+ * Copyright (C) 2009       Paul Sadauskas
  *
  * 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
@@ -17,6 +18,7 @@
  *
  * Authors:
  *   Florian octo Forster <octo at verplant.org>
+ *   Paul Sadauskas <psadauskas at gmail.com>
  **/
 
 #include "collectd.h"