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 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * | 2 | * |
3 | * utils_base.c | 3 | * utils_base.c |
4 | * | 4 | * |
5 | * Library of useful functions for plugins | 5 | * License: GPL |
6 | * These functions are tested with libtap. See tests/ directory | 6 | * Copyright (c) 2006 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Copyright (c) 2006 Nagios Plugin Development Team | 8 | * Last Modified: $Date$ |
9 | * License: GPL | 9 | * |
10 | * | 10 | * Library of useful functions for plugins |
11 | * $Revision$ | 11 | * |
12 | * $Date$ | 12 | * |
13 | ****************************************************************************/ | 13 | * This program is free software: you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation, either version 3 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
25 | * | ||
26 | * $Id$ | ||
27 | * | ||
28 | *****************************************************************************/ | ||
14 | 29 | ||
15 | #include <stdarg.h> | 30 | #include <stdarg.h> |
16 | #include "common.h" | 31 | #include "common.h" |