Code

write_mongodb plugin: Update copyright header.
authorFlorian Forster <octo@collectd.org>
Wed, 25 Jan 2012 10:24:28 +0000 (11:24 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 25 Jan 2012 10:24:28 +0000 (11:24 +0100)
Change-Id: Ie939a7f3df1db9fc2aa3493028e3b3d74cdaeb61

AUTHORS
src/write_mongodb.c

diff --git a/AUTHORS b/AUTHORS
index 0e0a5fedba5e39a892192a8e7b7ff8d9cb316610..14e96be887cefe99830a6dc399bd2be835b27c6e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,6 +15,9 @@ Sebastian "tokkee" Harl <sh at tokkee.org>
 Contributors (sorted alphabetically)
 ====================================
 
+Akkarit Sangpetch <asangpet at andrew.cmu.edu>
+ - write_mongodb plugin.
+
 Alessandro Iurlano <alessandro.iurlano at gmail.com>
  - Initial filecount plugin.
 
@@ -44,6 +47,9 @@ Bruno PrĂ©mont <bonbons at linux-vserver.org>
    especially a nasty bug in the network plugin.
  - Wireshark dissector.
 
+Chris Lundquist <clundquist at bluebox.net>
+ - Improvements to the write_mongodb plugin.
+
 Christophe Kalt <collectd at klb.taranis.org>
  - The version 3 `log' mode.
  - Many Solaris related hints and fixes.
index 23cca685acce15c7e37cf2ccdb0c2b2f5d358e88..510caf90bb5391b798b399dfc2c828d84e9e6c08 100644 (file)
@@ -1,6 +1,8 @@
 /**
  * collectd - src/write_mongodb.c
- * Copyright (C) 2010  Florian Forster, Akkarit Sangpetch
+ * Copyright (C) 2010  Florian Forster
+ * Copyright (C) 2010  Akkarit Sangpetch
+ * Copyright (C) 2012  Chris Lundquist
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -22,7 +24,8 @@
  *
  * Authors:
  *   Florian Forster <ff at octo.it>
- *   Akkarit Sangpetch <asangpet@andrew.cmu.edu>
+ *   Akkarit Sangpetch <asangpet at andrew.cmu.edu>
+ *   Chris Lundquist <clundquist at bluebox.net>
  **/
 
 #include "collectd.h"