diff options
Diffstat (limited to 'lib/utils_base.c')
-rw-r--r-- | lib/utils_base.c | 39 |
1 files changed, 27 insertions, 12 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index fbed3607..c0bc4dc5 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c @@ -1,16 +1,31 @@ /***************************************************************************** - * - * utils_base.c - * - * Library of useful functions for plugins - * These functions are tested with libtap. See tests/ directory - * - * Copyright (c) 2006 Nagios Plugin Development Team - * License: GPL - * - * $Revision$ - * $Date$ - ****************************************************************************/ +* +* utils_base.c +* +* License: GPL +* Copyright (c) 2006 Nagios Plugins Development Team +* +* Last Modified: $Date$ +* +* Library of useful functions for plugins +* +* +* 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 Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see <http://www.gnu.org/licenses/>. +* +* $Id$ +* +*****************************************************************************/ #include <stdarg.h> #include "common.h" |