summaryrefslogtreecommitdiffstats
path: root/lib/parse_ini.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-30 09:33:43 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-30 09:33:43 (GMT)
commitfafb8ead9d68b671f754c8c5089f127058dc6916 (patch)
tree6ea058bad0e65de9d4cefb4eb70eeaed79565924 /lib/parse_ini.c
parent60b672d49687b71400275bab010fe779a71c9345 (diff)
downloadmonitoring-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/parse_ini.c')
-rw-r--r--lib/parse_ini.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c
index f22a147..ef56be9 100644
--- a/lib/parse_ini.c
+++ b/lib/parse_ini.c
@@ -1,30 +1,29 @@
1/***************************************************************************** 1/*****************************************************************************
2* 2*
3* Nagios-plugins parse_ini library 3* Nagios-plugins parse_ini library
4* 4*
5* License: GPL 5* License: GPL
6* Copyright (c) 2007 nagios-plugins team 6* Copyright (c) 2007 Nagios Plugins Development Team
7* 7*
8* Last Modified: $Date$ 8* Last Modified: $Date$
9*
10* This file is part of Nagios-plugins.
11* 9*
12* Nagios-plugins is free software: you can redistribute it and/or modify 10*
11* This program is free software: you can redistribute it and/or modify
13* it under the terms of the GNU General Public License as published by 12* 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 13* the Free Software Foundation, either version 3 of the License, or
15* (at your option) any later version. 14* (at your option) any later version.
16* 15*
17* Nagios-plugins is distributed in the hope that it will be useful, 16* This program is distributed in the hope that it will be useful,
18* but WITHOUT ANY WARRANTY; without even the implied warranty of 17* but WITHOUT ANY WARRANTY; without even the implied warranty of
19* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20* GNU General Public License for more details. 19* GNU General Public License for more details.
21* 20*
22* You should have received a copy of the GNU General Public License 21* You should have received a copy of the GNU General Public License
23* along with Nagios-plugins. If not, see <http://www.gnu.org/licenses/>. 22* along with this program. If not, see <http://www.gnu.org/licenses/>.
24* 23*
25* $Id$ 24* $Id$
26* 25*
27****************************************************************************/ 26*****************************************************************************/
28 27
29#include "common.h" 28#include "common.h"
30#include "parse_ini.h" 29#include "parse_ini.h"