Code

memory plugin: Update copyright notice and AUTHORS.
authorFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:15:03 +0000 (13:15 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:15:50 +0000 (13:15 +0200)
AUTHORS
src/memory.c

diff --git a/AUTHORS b/AUTHORS
index 2c8c94bb676f4d8ea33b67b7cf904639c6ed7fa1..7b0a5142974ddb7efd57dfaf1b5ae161e667d50d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -113,6 +113,9 @@ Roman Klesel <roman.klesel at noris.de>
 Scott Garrett <sgarrett at technomancer.com>
  - tape plugin.
 
+Simon Kuhnle <simon at blarzwurst.de>
+ - OpenBSD code for the cpu and memory plugins.
+
 Sjoerd van der Berg <harekiet at gmail.com>
  - iptables plugin.
 
index d6c3c88837d2ca408440ee56d6bba2bf8f9b9d1c..3b9796aea92aff1e189ce44a4921292cbfacf1aa 100644 (file)
@@ -1,6 +1,7 @@
 /**
  * collectd - src/memory.c
  * Copyright (C) 2005-2008  Florian octo Forster
+ * Copyright (C) 2009       Simon Kuhnle
  *
  * 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>
+ *   Simon Kuhnle <simon at blarzwurst.de>
  **/
 
 #include "collectd.h"