summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 12f08ff)
raw | patch | inline | side by side (parent: 12f08ff)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 20 Apr 2009 14:16:33 +0000 (16:16 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 20 Apr 2009 14:16:33 +0000 (16:16 +0200) |
15 files changed:
src/apcups.c | patch | blob | history | |
src/battery.c | patch | blob | history | |
src/exec.c | patch | blob | history | |
src/hddtemp.c | patch | blob | history | |
src/ipmi.c | patch | blob | history | |
src/iptables.c | patch | blob | history | |
src/load.c | patch | blob | history | |
src/mbmon.c | patch | blob | history | |
src/memcached.c | patch | blob | history | |
src/nginx.c | patch | blob | history | |
src/processes.c | patch | blob | history | |
src/sensors.c | patch | blob | history | |
src/tcpconns.c | patch | blob | history | |
src/users.c | patch | blob | history | |
src/vserver.c | patch | blob | history |
diff --git a/src/apcups.c b/src/apcups.c
index ca026b9689907f49f7227c3ae612b54e4ff4cfef..d20bad3b2c50be97db1d185db9a14b46feb80a23 100644 (file)
--- a/src/apcups.c
+++ b/src/apcups.c
/*
* collectd - src/apcups.c
- * Copyright (C) 2007 Florian octo Forster
- * Copyright (C) 2006 Anthony Gialluca <tonyabg at charter.net>
- * Copyright (C) 2000-2004 Kern Sibbald
- * Copyright (C) 1996-99 Andre M. Hedrick <andre at suse.com>
- *
+ * Copyright (C) 2006-2007 Florian octo Forster
+ * Copyright (C) 2006 Anthony Gialluca <tonyabg at charter.net>
+ * Copyright (C) 2000-2004 Kern Sibbald
+ * Copyright (C) 1996-1999 Andre M. Hedrick <andre at suse.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General
*
* Authors:
* Anthony Gialluca <tonyabg at charter.net>
+ * Florian octo Forster <octo at verplant.org>
**/
#include "collectd.h"
diff --git a/src/battery.c b/src/battery.c
index 3e726991c76337421b9d126a886d041bd2a8d372..578884af6172b7bfced6bb442ab8e928ca9dcc4f 100644 (file)
--- a/src/battery.c
+++ b/src/battery.c
/**
* collectd - src/battery.c
* Copyright (C) 2006,2007 Florian octo Forster
+ * Copyright (C) 2008 Michał Mirosław
*
* 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>
+ * Michał Mirosław <mirq-linux at rere.qmqm.pl>
**/
#include "collectd.h"
diff --git a/src/exec.c b/src/exec.c
index afce839a058c5d528488e5e00bfcb04e2d4158f7..f5d2a6ddd0bcf7427f2b1c4df167f6755becab06 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
/**
* collectd - src/exec.c
- * Copyright (C) 2007,2008 Florian octo Forster
+ * Copyright (C) 2007-2009 Florian octo Forster
+ * Copyright (C) 2007-2009 Sebastian Harl
+ * Copyright (C) 2008 Peter Holik
*
* 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>
+ * Peter Holik <peter at holik.at>
**/
#include "collectd.h"
diff --git a/src/hddtemp.c b/src/hddtemp.c
index 9f4a7254feede2d27d057bdf5750bb1ee3f73ba2..b765e89be4e6a6200bdfe5be0019a4fb7c2d9743 100644 (file)
--- a/src/hddtemp.c
+++ b/src/hddtemp.c
/**
* collectd - src/hddtemp.c
* Copyright (C) 2005,2006 Vincent Stehlé
+ * Copyright (C) 2006,2007 Florian octo Forster
+ * Copyright (C) 2008 Sebastian Harl
*
* 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:
* Vincent Stehlé <vincent.stehle at free.fr>
* Florian octo Forster <octo at verplant.org>
+ * Sebastian Harl <sh at tokkee.org>
*
* TODO:
* Do a pass, some day, and spare some memory. We consume too much for now
diff --git a/src/ipmi.c b/src/ipmi.c
index 95f32bc441ea3a2c2e3ffd72b179583fb2db9048..c0a2c5f1d36c1e91d066a441f28bd7a86564c1c2 100644 (file)
--- a/src/ipmi.c
+++ b/src/ipmi.c
/**
* collectd - src/ipmi.c
- * Copyright (C) 2008 Florian octo Forster
- * Copyright (C) 2008 Peter Holik
+ * Copyright (C) 2008-2009 Florian octo Forster
+ * Copyright (C) 2008 Peter Holik
+ * Copyright (C) 2009 Bruno Prémont
*
* 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>
* Peter Holik <peter at holik.at>
+ * Bruno Prémont <bonbons at linux-vserver.org>
**/
#include "collectd.h"
diff --git a/src/iptables.c b/src/iptables.c
index e1694af3475407ae75ba98de73e8b48598e63a56..09ffda0bfa3cfd7f2d60da4666fc8f446d2ee174 100644 (file)
--- a/src/iptables.c
+++ b/src/iptables.c
/**
* collectd - src/iptables.c
* Copyright (C) 2007 Sjoerd van der Berg
+ * Copyright (C) 2007 Florian octo Forster
*
* 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:
* Sjoerd van der Berg <harekiet at users.sourceforge.net>
+ * Florian Forster <octo at verplant.org>
**/
#include "collectd.h"
diff --git a/src/load.c b/src/load.c
index 72c7756a34b27d325b82fcc084e3afdb77f02dc8..e1a4430026f29dabc12f9cc912deba753328d8f0 100644 (file)
--- a/src/load.c
+++ b/src/load.c
/**
* collectd - src/load.c
- * Copyright (C) 2005-2007 Florian octo Forster
+ * Copyright (C) 2005-2008 Florian octo Forster
*
* 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
diff --git a/src/mbmon.c b/src/mbmon.c
index 344caddffd91f286b94b96721d065b4c2751f652..43590a8bee041579524ceeffc1439f4cfb971fae 100644 (file)
--- a/src/mbmon.c
+++ b/src/mbmon.c
/**
* collectd - src/mbmon.c
- * Copyright (C) 2006 Flavio Stanchina
+ * Copyright (C) 2006 Flavio Stanchina
+ * Copyright (C) 2006-2007 Florian octo Forster
* Based on the hddtemp plugin.
*
* This program is free software; you can redistribute it and/or modify it
*
* Authors:
* Flavio Stanchina <flavio at stanchina.net>
+ * Florian Forster <octo at verplant.org>
**/
#include "collectd.h"
diff --git a/src/memcached.c b/src/memcached.c
index 7bdad0a01a475f42d7d5c9c37b07c1abf62a0144..23054aaf3802c60b1eab9d1da18671d20cea2049 100644 (file)
--- a/src/memcached.c
+++ b/src/memcached.c
/**
* collectd - src/memcached.c, based on src/hddtemp.c
- * Copyright (C) 2007 Antony Dovgal
- * Copyright (C) 2005,2006 Vincent Stehlé
+ * Copyright (C) 2007 Antony Dovgal
+ * Copyright (C) 2007-2009 Florian Forster
+ * Copyright (C) 2009 Doug MacEachern
*
* 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:
* Antony Dovgal <tony at daylessday dot org>
- * Vincent Stehlé <vincent.stehle at free.fr>
* Florian octo Forster <octo at verplant.org>
+ * Doug MacEachern <dougm at hyperic.com>
**/
#include "collectd.h"
diff --git a/src/nginx.c b/src/nginx.c
index 91bcf75404927bfcd708e16faf71b5b7606fe304..ea5c126318f05acdb4784ee9856ab8b5061003aa 100644 (file)
--- a/src/nginx.c
+++ b/src/nginx.c
/**
* collectd - src/nginx.c
* Copyright (C) 2006,2007 Florian octo Forster
+ * Copyright (C) 2008 Sebastian Harl
*
* 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>
**/
#include "collectd.h"
diff --git a/src/processes.c b/src/processes.c
index 387db5943c2569fdafccc2e2f1edbf7e05814843..e3e8f8580390ab0da3f88690425f0a98e5b269eb 100644 (file)
--- a/src/processes.c
+++ b/src/processes.c
/**
* collectd - src/processes.c
- * Copyright (C) 2005 Lyonel Vincent
- * Copyright (C) 2006-2008 Florian Forster (Mach code)
- * Copyright (C) 2008 Oleg King
+ * Copyright (C) 2005 Lyonel Vincent
+ * Copyright (C) 2006-2008 Florian octo Forster
+ * Copyright (C) 2008 Oleg King
+ * Copyright (C) 2009 Sebastian Harl
*
* 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
diff --git a/src/sensors.c b/src/sensors.c
index 5ed82a8c64836cf08e881743343877f04391d575..a92f33c8f0fb56dd1208c1fc0bd49edb51e2ddfc 100644 (file)
--- a/src/sensors.c
+++ b/src/sensors.c
/**
* collectd - src/sensors.c
* Copyright (C) 2005-2008 Florian octo Forster
+ * Copyright (C) 2006 Luboš Staněk
*
* 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
diff --git a/src/tcpconns.c b/src/tcpconns.c
index aa1fa38b037b08977efac02443f85cfb95cd9f49..e1bc88209569b7e8bf1f0ac8d4c69abe59d3321e 100644 (file)
--- a/src/tcpconns.c
+++ b/src/tcpconns.c
/**
* collectd - src/tcpconns.c
- * Copyright (C) 2007 Florian octo Forster
+ * Copyright (C) 2007,2008 Florian octo Forster
+ * Copyright (C) 2008 Michael Stapelberg
*
* 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
*
* Author:
* Florian octo Forster <octo at verplant.org>
+ * Michael Stapelberg <michael+git at stapelberg.de>
**/
/**
diff --git a/src/users.c b/src/users.c
index 1231075a324803bd3fa866396c62563763496e67..10de92b782f75db37c997de99fa027874bf50a90 100644 (file)
--- a/src/users.c
+++ b/src/users.c
/**
* collectd - src/users.c
* Copyright (C) 2005-2007 Sebastian Harl
+ * Copyright (C) 2005 Niki W. Waibel
+ * Copyright (C) 2005-2007 Florian octo Forster
+ * Copyright (C) 2008 Oleg King
*
* 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:
* Sebastian Harl <sh at tokkee.org>
+ * Niki W. Waibel <niki.waibel at newlogic.com>
+ * Florian octo Forster <octo at verplant.org>
+ * Oleg King <king2 at kaluga.ru>
**/
#include "collectd.h"
diff --git a/src/vserver.c b/src/vserver.c
index dac4392693159ad63dc1a095536b5a4cbefe9d09..f295e49a9daf46f81e63c62f734a74bd6ca0ce8e 100644 (file)
--- a/src/vserver.c
+++ b/src/vserver.c
/**
* collectd - src/vserver.c
* Copyright (C) 2006,2007 Sebastian Harl
+ * Copyright (C) 2007,2008 Florian octo Forster
*
* 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:
* Sebastian Harl <sh at tokkee.org>
+ * Florian octo Forster <octo at verplant.org>
**/
#include "collectd.h"