Revision: 1919
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1919&view=rev
Author: dermoth
Date: 2008-01-31 03:45:28 -0800 (Thu, 31 Jan 2008)
Log Message:
-----------
Bump plugins/ to GPLv3 (header files)
Modified Paths:
--------------
nagiosplug/trunk/plugins/common.h
nagiosplug/trunk/plugins/netutils.h
nagiosplug/trunk/plugins/popen.h
nagiosplug/trunk/plugins/runcmd.h
Modified: nagiosplug/trunk/plugins/common.h
===================================================================
--- nagiosplug/trunk/plugins/common.h 2008-01-31 11:27:22 UTC (rev 1918)
+++ nagiosplug/trunk/plugins/common.h 2008-01-31 11:45:28 UTC (rev 1919)
@@ -1,36 +1,35 @@
-/******************************************************************************
- *
- * Nagios plugins common include file
- *
- * License: GPL
- * Copyright (c) 1999 Ethan Galstad ([email protected])
- *
- * Last Modified: 11-05-1999
- *
- * Description:
- *
- * This file contains common include files and defines used in many of
- * the plugins.
- *
- * License Information:
- *
- * 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 2 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, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * $Id$
- *
- *****************************************************************************/
+/*****************************************************************************
+*
+* Nagios plugins common include file
+*
+* License: GPL
+* Copyright (c) 1999 Ethan Galstad ([email protected])
+* Copyright (c) 2003-2007 Nagios Plugins Development Team
+*
+* Last Modified: $Date$
+*
+* Description:
+*
+* This file contains common include files and defines used in many of
+* the plugins.
+*
+*
+* 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$
+*
+*****************************************************************************/
#ifndef _COMMON_H_
#define _COMMON_H_
Modified: nagiosplug/trunk/plugins/netutils.h
===================================================================
--- nagiosplug/trunk/plugins/netutils.h 2008-01-31 11:27:22 UTC (rev 1918)
+++ nagiosplug/trunk/plugins/netutils.h 2008-01-31 11:45:28 UTC (rev 1919)
@@ -1,36 +1,35 @@
-/******************************************************************************
-*
+/*****************************************************************************
+*
* Nagios plugins net utilities include file
-*
+*
* License: GPL
* Copyright (c) 1999 Ethan Galstad ([email protected])
-*
+* Copyright (c) 2003-2007 Nagios Plugins Development Team
+*
* Last Modified: $Date$
-*
+*
* Description:
-*
+*
* This file contains common include files and function definitions
* used in many of the plugins.
-*
-* License Information:
-*
-* This program 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 2 of the License, or
+* 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, write to the Free Software
-* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*
* $Id$
-*
-******************************************************************************/
+*
+*****************************************************************************/
#ifndef _NETUTILS_H_
#define _NETUTILS_H_
Modified: nagiosplug/trunk/plugins/popen.h
===================================================================
--- nagiosplug/trunk/plugins/popen.h 2008-01-31 11:27:22 UTC (rev 1918)
+++ nagiosplug/trunk/plugins/popen.h 2008-01-31 11:45:28 UTC (rev 1919)
@@ -1,8 +1,8 @@
/******************************************************************************
- *
- * $Id$
- *
- ******************************************************************************/
+*
+* $Id$
+*
+*****************************************************************************/
FILE *spopen (const char *);
int spclose (FILE *);
Modified: nagiosplug/trunk/plugins/runcmd.h
===================================================================
--- nagiosplug/trunk/plugins/runcmd.h 2008-01-31 11:27:22 UTC (rev 1918)
+++ nagiosplug/trunk/plugins/runcmd.h 2008-01-31 11:45:28 UTC (rev 1919)
@@ -1,11 +1,26 @@
-/*
- * $Id$
- *
- * Author: Andreas Ericsson <[email protected]>
- *
- * Copyright: GNU GPL v2 or any later version.
- *
- */
+/****************************************************************************
+*
+* License: GPL
+* Copyright (c) 2005 Nagios Plugins Development Team
+* Author: Andreas Ericsson <[email protected]>
+*
+*
+* 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$
+*
+*****************************************************************************/
#ifndef NAGIOSPLUG_RUNCMD_H
#define NAGIOSPLUG_RUNCMD_H
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.