aboutsummaryrefslogtreecommitdiff
path: root/lib/parse_ini.c
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-01-30 09:33:43 +0000
committerGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-01-30 09:33:43 +0000
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 f22a1476..ef56be95 100644
--- a/lib/parse_ini.c
+++ b/lib/parse_ini.c
@@ -1,30 +1,29 @@
/*****************************************************************************
-*
+*
* Nagios-plugins parse_ini library
*
* License: GPL
-* Copyright (c) 2007 nagios-plugins team
+* Copyright (c) 2007 Nagios Plugins Development Team
*
* Last Modified: $Date$
-*
-* This file is part of Nagios-plugins.
*
-* Nagios-plugins is free software: you can redistribute it and/or modify
+*
+* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
-* Nagios-plugins is distributed in the hope that it will be useful,
+* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
-* along with Nagios-plugins. If not, see <http://www.gnu.org/licenses/>.
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
-*
-****************************************************************************/
+*
+*****************************************************************************/
#include "common.h"
#include "parse_ini.h"