X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fusers.c;h=781e778734687b70ecbcbd24ffd73e1c6ff8545e;hp=b605ff84c9d7ab98cfb8abbd762b8d30207882fe;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=6e419a825c50f9c97471aba7d50521bfc7e19828 diff --git a/src/users.c b/src/users.c index b605ff84..781e7787 100644 --- a/src/users.c +++ b/src/users.c @@ -1,6 +1,9 @@ /** * 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 @@ -17,6 +20,9 @@ * * Authors: * Sebastian Harl + * Niki W. Waibel + * Florian octo Forster + * Oleg King **/ #include "collectd.h"