Code

Fix --local argument handling (Jan Wagner #1878971)
[nagiosplug.git] / lib / parse_ini.c
index b19537c2e886e7e283fe065d278963d032158f67..ef56be9516e339a146bdd17d45ae877ffcb87514 100644 (file)
@@ -1,3 +1,30 @@
+/*****************************************************************************
+* 
+* Nagios-plugins parse_ini library
+* 
+* License: GPL
+* Copyright (c) 2007 Nagios Plugins Development Team
+* 
+* Last Modified: $Date$
+* 
+* 
+* 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.
+* 
+* 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+* 
+* $Id$
+* 
+*****************************************************************************/
+
 #include "common.h"
 #include "parse_ini.h"
 #include "utils_base.h"