X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrdtool.c;h=ee5d70c8255ed7631e1c6f770ce5b74b7f5fd5f2;hb=0a73779531039d715e8ca405658c65ba03fad408;hp=811aea0aa2b13e65155816f600afd2908c6effe7;hpb=c35203c82560eba66bb901aa22c5170fb8c389fb;p=collectd.git diff --git a/src/rrdtool.c b/src/rrdtool.c index 811aea0a..ee5d70c8 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -1,6 +1,8 @@ /** * 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 @@ -17,6 +19,8 @@ * * Authors: * Florian octo Forster + * Sebastian Harl + * Mariusz Gronczewski **/ #include "collectd.h"