diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:33:43 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:33:43 (GMT) |
commit | fafb8ead9d68b671f754c8c5089f127058dc6916 (patch) | |
tree | 6ea058bad0e65de9d4cefb4eb70eeaed79565924 /lib/utils_base.c | |
parent | 60b672d49687b71400275bab010fe779a71c9345 (diff) | |
download | monitoring-plugins-fafb8ead9d68b671f754c8c5089f127058dc6916.tar.gz |
Bump /lib to GPLv3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c
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 fbed360..c0bc4dc 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" |