[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1912] nagiosplug/trunk/lib/parse_ini.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Wed Jan 30 10:03:30 CET 2008
Revision: 1912
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1912&view=rev
Author: dermoth
Date: 2008-01-30 01:03:29 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
new standardized GPLv3 header (will be applied to all C files)
Modified Paths:
--------------
nagiosplug/trunk/lib/parse_ini.c
Modified: nagiosplug/trunk/lib/parse_ini.c
===================================================================
--- nagiosplug/trunk/lib/parse_ini.c 2008-01-29 10:27:06 UTC (rev 1911)
+++ nagiosplug/trunk/lib/parse_ini.c 2008-01-30 09:03:29 UTC (rev 1912)
@@ -1,3 +1,31 @@
+/*****************************************************************************
+*
+* Nagios-plugins parse_ini library
+*
+* License: GPL
+* Copyright (c) 2007 nagios-plugins team
+*
+* Last Modified: $Date$
+*
+* This file is part of Nagios-plugins.
+*
+* Nagios-plugins 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,
+* 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/>.
+*
+* $Id$
+*
+****************************************************************************/
+
#include "common.h"
#include "parse_ini.h"
#include "utils_base.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list