summaryrefslogtreecommitdiffstats
path: root/plugins/utils.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:27:22 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:27:22 (GMT)
commit184ce9f6a38f5ee3355fdb8a6e557c3dc7811482 (patch)
tree9129d107a71bd1140eaae454015e4023a147917d /plugins/utils.c
parent6c4468a728788676621d4c5948ae018fc9d7c917 (diff)
downloadmonitoring-plugins-184ce9f6a38f5ee3355fdb8a6e557c3dc7811482.tar.gz
Bump plugins/ to GPLv3 (non-plugind files)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1918 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.c')
-rw-r--r--plugins/utils.c38
1 files changed, 26 insertions, 12 deletions
diff --git a/plugins/utils.c b/plugins/utils.c
index 88b4411..c8f3a00 100644
--- a/plugins/utils.c
+++ b/plugins/utils.c
@@ -1,16 +1,30 @@
1/***************************************************************************** 1/*****************************************************************************
2 * 2*
3 * utils.c 3* Library of useful functions for plugins
4 * 4*
5 * Library of useful functions for plugins 5* License: GPL
6 * 6* Copyright (c) 2000 Karl DeBisschop (karl@debisschop.net)
7 * Copyright (c) 2000 Karl DeBisschop (karl@debisschop.net) 7* Copyright (c) 2002-2007 Nagios Plugin Development Team
8 * Copyright (c) 2006 Nagios Plugin Development Team 8*
9 * License: GPL 9* Last Modified: $Date$
10 * 10*
11 * $Revision$ 11*
12 * $Date$ 12* This program is free software: you can redistribute it and/or modify
13 ****************************************************************************/ 13* it under the terms of the GNU General Public License as published by
14* the Free Software Foundation, either version 3 of the License, or
15* (at your option) any later version.
16*
17* This program is distributed in the hope that it will be useful,
18* but WITHOUT ANY WARRANTY; without even the implied warranty of
19* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20* GNU General Public License for more details.
21*
22* You should have received a copy of the GNU General Public License
23* along with this program. If not, see <http://www.gnu.org/licenses/>.
24*
25* $Id$
26*
27*****************************************************************************/
14 28
15#define LOCAL_TIMEOUT_ALARM_HANDLER 29#define LOCAL_TIMEOUT_ALARM_HANDLER
16 30