diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:03:29 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:03:29 (GMT) |
commit | 60b672d49687b71400275bab010fe779a71c9345 (patch) | |
tree | daa2e7614a8038c7a6f74b306fa05daa94864141 /lib/parse_ini.c | |
parent | e097ee6953c29a2ec9ddd550f347c74e64c60286 (diff) | |
download | monitoring-plugins-60b672d49687b71400275bab010fe779a71c9345.tar.gz |
new standardized GPLv3 header (will be applied to all C files)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1912 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/parse_ini.c')
-rw-r--r-- | lib/parse_ini.c | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index b19537c..f22a147 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
@@ -1,3 +1,31 @@ | |||
1 | /***************************************************************************** | ||
2 | * | ||
3 | * Nagios-plugins parse_ini library | ||
4 | * | ||
5 | * License: GPL | ||
6 | * Copyright (c) 2007 nagios-plugins team | ||
7 | * | ||
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * This file is part of Nagios-plugins. | ||
11 | * | ||
12 | * Nagios-plugins is free software: you can redistribute it and/or modify | ||
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 | * Nagios-plugins 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 Nagios-plugins. If not, see <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * $Id$ | ||
26 | * | ||
27 | ****************************************************************************/ | ||
28 | |||
1 | #include "common.h" | 29 | #include "common.h" |
2 | #include "parse_ini.h" | 30 | #include "parse_ini.h" |
3 | #include "utils_base.h" | 31 | #include "utils_base.h" |