From: Florian Forster Date: Sun, 13 Sep 2009 14:23:04 +0000 (+0200) Subject: src/utils_threshold.c: Update copyright information. X-Git-Tag: collectd-4.8.0~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=38c054b41b069e970dc0af98a1be51f95b046b47;p=collectd.git src/utils_threshold.c: Update copyright information. --- diff --git a/src/utils_threshold.c b/src/utils_threshold.c index bfa868ce..090cc752 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -1,6 +1,9 @@ /** * collectd - src/utils_threshold.c * Copyright (C) 2007-2009 Florian octo Forster + * Copyright (C) 2008-2009 Sebastian Harl + * Copyright (C) 2009 Andrés J. Díaz + * * * 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 +20,8 @@ * * Author: * Florian octo Forster + * Sebastian Harl + * Andrés J. Díaz **/ #include "collectd.h"