summaryrefslogtreecommitdiffstats
path: root/lib/parse_ini.c
diff options
context:
space:
mode:
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"