summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5bcdd49)
raw | patch | inline | side by side (parent: 5bcdd49)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Sep 2009 14:20:23 +0000 (16:20 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Sep 2009 14:20:23 +0000 (16:20 +0200) |
src/dns.c | patch | blob | history | |
src/network.c | patch | blob | history | |
src/rrdtool.c | patch | blob | history |
diff --git a/src/dns.c b/src/dns.c
index 8a2e87e6d25d2a16dfa425e4dda538333571b59a..f3280c0bed9f65ef37d3e8e554be640ca36ab83d 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
/**
* collectd - src/dns.c
* Copyright (C) 2006,2007 Florian octo Forster
+ * Copyright (C) 2009 Mirko Buffoni
*
* 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
*
* Authors:
* Florian octo Forster <octo at verplant.org>
+ * Mirko Buffoni <briareos at eswat.org>
**/
#define _BSD_SOURCE
diff --git a/src/network.c b/src/network.c
index 624078881daa345f39670c4246a7a602480be93a..109289e3a76d62924be53dce9902cd2e21c2273f 100644 (file)
--- a/src/network.c
+++ b/src/network.c
/**
* collectd - src/network.c
* Copyright (C) 2005-2009 Florian octo Forster
+ * Copyright (C) 2009 Aman Gupta
*
* 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
*
* Authors:
* Florian octo Forster <octo at verplant.org>
+ * Aman Gupta <aman at tmm1.net>
**/
#define _BSD_SOURCE /* For struct ip_mreq */
diff --git a/src/rrdtool.c b/src/rrdtool.c
index 811aea0aa2b13e65155816f600afd2908c6effe7..ee5d70c8255ed7631e1c6f770ce5b74b7f5fd5f2 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
/**
* collectd - src/rrdtool.c
* Copyright (C) 2006-2008 Florian octo Forster
+ * Copyright (C) 2008-2008 Sebastian Harl
+ * Copyright (C) 2009 Mariusz Gronczewski
*
* 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
*
* Authors:
* Florian octo Forster <octo at verplant.org>
+ * Sebastian Harl <sh at tokkee.org>
+ * Mariusz Gronczewski <xani666 at gmail.com>
**/
#include "collectd.h"