aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/extra_opts.c5
-rw-r--r--lib/parse_ini.c4
-rw-r--r--lib/tests/test_base64.c1
-rw-r--r--lib/tests/test_cmd.c1
-rw-r--r--lib/tests/test_disk.c1
-rw-r--r--lib/tests/test_ini.c1
-rw-r--r--lib/tests/test_opts.c2
-rw-r--r--lib/tests/test_tcp.c1
-rw-r--r--lib/tests/test_utils.c1
-rw-r--r--lib/utils_base.c3
-rw-r--r--lib/utils_cmd.c3
-rw-r--r--lib/utils_disk.c3
-rw-r--r--lib/utils_tcp.c3
13 files changed, 0 insertions, 29 deletions
diff --git a/lib/extra_opts.c b/lib/extra_opts.c
index 7e50c178..2939c7a1 100644
--- a/lib/extra_opts.c
+++ b/lib/extra_opts.c
@@ -5,9 +5,6 @@
* License: GPL
* Copyright (c) 2007 Nagios Plugins Development Team
*
-* Last Modified: $Date: 2008-03-15 18:42:01 -0400 (Sat, 15 Mar 2008) $
-*
-*
* 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
@@ -21,8 +18,6 @@
* 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: parse_ini.c 1950 2008-03-15 22:42:01Z dermoth $
-*
*****************************************************************************/
#include "common.h"
diff --git a/lib/parse_ini.c b/lib/parse_ini.c
index c19952db..1d64a506 100644
--- a/lib/parse_ini.c
+++ b/lib/parse_ini.c
@@ -5,9 +5,6 @@
* 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
@@ -21,7 +18,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_base64.c b/lib/tests/test_base64.c
index 12b92686..5103d10d 100644
--- a/lib/tests/test_base64.c
+++ b/lib/tests/test_base64.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_cmd.c b/lib/tests/test_cmd.c
index 961da644..29ca42ac 100644
--- a/lib/tests/test_cmd.c
+++ b/lib/tests/test_cmd.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_disk.c b/lib/tests/test_disk.c
index 06c9baa9..d6042222 100644
--- a/lib/tests/test_disk.c
+++ b/lib/tests/test_disk.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_ini.c b/lib/tests/test_ini.c
index 76a948b4..c0853d7c 100644
--- a/lib/tests/test_ini.c
+++ b/lib/tests/test_ini.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c
index 6d6167eb..ad9a8548 100644
--- a/lib/tests/test_opts.c
+++ b/lib/tests/test_opts.c
@@ -13,8 +13,6 @@
* 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: test_ini.c 1951 2008-03-16 18:10:47Z dermoth $
-*
*****************************************************************************/
#include "common.h"
diff --git a/lib/tests/test_tcp.c b/lib/tests/test_tcp.c
index 96947076..6cf93946 100644
--- a/lib/tests/test_tcp.c
+++ b/lib/tests/test_tcp.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/tests/test_utils.c b/lib/tests/test_utils.c
index b2a9e69c..64efca23 100644
--- a/lib/tests/test_utils.c
+++ b/lib/tests/test_utils.c
@@ -13,7 +13,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/utils_base.c b/lib/utils_base.c
index 68f45675..d6437fc8 100644
--- a/lib/utils_base.c
+++ b/lib/utils_base.c
@@ -5,8 +5,6 @@
* License: GPL
* Copyright (c) 2006 Nagios Plugins Development Team
*
-* Last Modified: $Date$
-*
* Library of useful functions for plugins
*
*
@@ -23,7 +21,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/utils_cmd.c b/lib/utils_cmd.c
index 5ba2f55e..e10ab918 100644
--- a/lib/utils_cmd.c
+++ b/lib/utils_cmd.c
@@ -5,8 +5,6 @@
* License: GPL
* Copyright (c) 2005-2006 Nagios Plugins Development Team
*
-* Last Modified: $Date$
-*
* Description :
*
* A simple interface to executing programs from other programs, using an
@@ -35,7 +33,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/utils_disk.c b/lib/utils_disk.c
index ba2b21d7..3d20f4d4 100644
--- a/lib/utils_disk.c
+++ b/lib/utils_disk.c
@@ -5,8 +5,6 @@
* License: GPL
* Copyright (c) 1999-2007 Nagios Plugins Development Team
*
-* Last Modified: $Date$
-*
* Description:
*
* This file contains utilities for check_disk. These are tested by libtap
@@ -25,7 +23,6 @@
* 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$
*
*****************************************************************************/
diff --git a/lib/utils_tcp.c b/lib/utils_tcp.c
index 58d50b6a..8589ce67 100644
--- a/lib/utils_tcp.c
+++ b/lib/utils_tcp.c
@@ -5,8 +5,6 @@
* License: GPL
* Copyright (c) 1999-2007 Nagios Plugins Development Team
*
-* Last Modified: $Date$
-*
* Description:
*
* This file contains utilities for check_tcp. These are tested by libtap
@@ -25,7 +23,6 @@
* 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$
*
*****************************************************************************/