diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-31 11:45:28 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-31 11:45:28 +0000 |
commit | 2ce5fce834763325021d1e491f89bd253aeb8b8c (patch) | |
tree | c766e5d1c6ae2bbf02cdd930806fe767f77b93f1 /plugins/popen.h | |
parent | 184ce9f6a38f5ee3355fdb8a6e557c3dc7811482 (diff) | |
download | monitoring-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.h | 8 |
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 *); |