aboutsummaryrefslogtreecommitdiff
path: root/plugins/popen.h
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-01-31 11:45:28 +0000
committerGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-01-31 11:45:28 +0000
commit2ce5fce834763325021d1e491f89bd253aeb8b8c (patch)
treec766e5d1c6ae2bbf02cdd930806fe767f77b93f1 /plugins/popen.h
parent184ce9f6a38f5ee3355fdb8a6e557c3dc7811482 (diff)
downloadmonitoring-plugins-2ce5fce834763325021d1e491f89bd253aeb8b8c.tar.gz
Bump plugins/ to GPLv3 (header files)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/popen.h')
-rw-r--r--plugins/popen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/popen.h b/plugins/popen.h
index c2a79df0..8b09edd9 100644
--- a/plugins/popen.h
+++ b/plugins/popen.h
@@ -1,8 +1,8 @@
/******************************************************************************
- *
- * $Id$
- *
- ******************************************************************************/
+*
+* $Id$
+*
+*****************************************************************************/
FILE *spopen (const char *);
int spclose (FILE *);