diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/extra_opts.c | 5 | ||||
-rw-r--r-- | lib/parse_ini.c | 4 | ||||
-rw-r--r-- | lib/tests/test_base64.c | 1 | ||||
-rw-r--r-- | lib/tests/test_cmd.c | 1 | ||||
-rw-r--r-- | lib/tests/test_disk.c | 1 | ||||
-rw-r--r-- | lib/tests/test_ini.c | 1 | ||||
-rw-r--r-- | lib/tests/test_opts.c | 2 | ||||
-rw-r--r-- | lib/tests/test_tcp.c | 1 | ||||
-rw-r--r-- | lib/tests/test_utils.c | 1 | ||||
-rw-r--r-- | lib/utils_base.c | 3 | ||||
-rw-r--r-- | lib/utils_cmd.c | 3 | ||||
-rw-r--r-- | lib/utils_disk.c | 3 | ||||
-rw-r--r-- | lib/utils_tcp.c | 3 |
13 files changed, 0 insertions, 29 deletions
diff --git a/lib/extra_opts.c b/lib/extra_opts.c index 7e50c17..2939c7a 100644 --- a/lib/extra_opts.c +++ b/lib/extra_opts.c | |||
@@ -5,9 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2007 Nagios Plugins Development Team | 6 | * Copyright (c) 2007 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date: 2008-03-15 18:42:01 -0400 (Sat, 15 Mar 2008) $ | ||
9 | * | ||
10 | * | ||
11 | * This program is free software: you can redistribute it and/or modify | 8 | * This program is free software: you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
13 | * the Free Software Foundation, either version 3 of the License, or | 10 | * the Free Software Foundation, either version 3 of the License, or |
@@ -21,8 +18,6 @@ | |||
21 | * You should have received a copy of the GNU General Public License | 18 | * You should have received a copy of the GNU General Public License |
22 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
23 | * | 20 | * |
24 | * $Id: parse_ini.c 1950 2008-03-15 22:42:01Z dermoth $ | ||
25 | * | ||
26 | *****************************************************************************/ | 21 | *****************************************************************************/ |
27 | 22 | ||
28 | #include "common.h" | 23 | #include "common.h" |
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index c19952d..1d64a50 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
@@ -5,9 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2007 Nagios Plugins Development Team | 6 | * Copyright (c) 2007 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * | ||
11 | * This program is free software: you can redistribute it and/or modify | 8 | * This program is free software: you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
13 | * the Free Software Foundation, either version 3 of the License, or | 10 | * the Free Software Foundation, either version 3 of the License, or |
@@ -21,7 +18,6 @@ | |||
21 | * You should have received a copy of the GNU General Public License | 18 | * You should have received a copy of the GNU General Public License |
22 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
23 | * | 20 | * |
24 | * $Id$ | ||
25 | * | 21 | * |
26 | *****************************************************************************/ | 22 | *****************************************************************************/ |
27 | 23 | ||
diff --git a/lib/tests/test_base64.c b/lib/tests/test_base64.c index 12b9268..5103d10 100644 --- a/lib/tests/test_base64.c +++ b/lib/tests/test_base64.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/tests/test_cmd.c b/lib/tests/test_cmd.c index 961da64..29ca42a 100644 --- a/lib/tests/test_cmd.c +++ b/lib/tests/test_cmd.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/tests/test_disk.c b/lib/tests/test_disk.c index 06c9baa..d604222 100644 --- a/lib/tests/test_disk.c +++ b/lib/tests/test_disk.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/tests/test_ini.c b/lib/tests/test_ini.c index 76a948b..c0853d7 100644 --- a/lib/tests/test_ini.c +++ b/lib/tests/test_ini.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c index 6d6167e..ad9a854 100644 --- a/lib/tests/test_opts.c +++ b/lib/tests/test_opts.c | |||
@@ -13,8 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id: test_ini.c 1951 2008-03-16 18:10:47Z dermoth $ | ||
17 | * | ||
18 | *****************************************************************************/ | 16 | *****************************************************************************/ |
19 | 17 | ||
20 | #include "common.h" | 18 | #include "common.h" |
diff --git a/lib/tests/test_tcp.c b/lib/tests/test_tcp.c index 9694707..6cf9394 100644 --- a/lib/tests/test_tcp.c +++ b/lib/tests/test_tcp.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/tests/test_utils.c b/lib/tests/test_utils.c index b2a9e69..64efca2 100644 --- a/lib/tests/test_utils.c +++ b/lib/tests/test_utils.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | * | 15 | * |
16 | * $Id$ | ||
17 | * | 16 | * |
18 | *****************************************************************************/ | 17 | *****************************************************************************/ |
19 | 18 | ||
diff --git a/lib/utils_base.c b/lib/utils_base.c index 68f4567..d6437fc 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2006 Nagios Plugins Development Team | 6 | * Copyright (c) 2006 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * Library of useful functions for plugins | 8 | * Library of useful functions for plugins |
11 | * | 9 | * |
12 | * | 10 | * |
@@ -23,7 +21,6 @@ | |||
23 | * You should have received a copy of the GNU General Public License | 21 | * You should have received a copy of the GNU General Public License |
24 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 22 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
25 | * | 23 | * |
26 | * $Id$ | ||
27 | * | 24 | * |
28 | *****************************************************************************/ | 25 | *****************************************************************************/ |
29 | 26 | ||
diff --git a/lib/utils_cmd.c b/lib/utils_cmd.c index 5ba2f55..e10ab91 100644 --- a/lib/utils_cmd.c +++ b/lib/utils_cmd.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2005-2006 Nagios Plugins Development Team | 6 | * Copyright (c) 2005-2006 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * Description : | 8 | * Description : |
11 | * | 9 | * |
12 | * A simple interface to executing programs from other programs, using an | 10 | * A simple interface to executing programs from other programs, using an |
@@ -35,7 +33,6 @@ | |||
35 | * You should have received a copy of the GNU General Public License | 33 | * You should have received a copy of the GNU General Public License |
36 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 34 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
37 | * | 35 | * |
38 | * $Id$ | ||
39 | * | 36 | * |
40 | *****************************************************************************/ | 37 | *****************************************************************************/ |
41 | 38 | ||
diff --git a/lib/utils_disk.c b/lib/utils_disk.c index ba2b21d..3d20f4d 100644 --- a/lib/utils_disk.c +++ b/lib/utils_disk.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team | 6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * Description: | 8 | * Description: |
11 | * | 9 | * |
12 | * This file contains utilities for check_disk. These are tested by libtap | 10 | * This file contains utilities for check_disk. These are tested by libtap |
@@ -25,7 +23,6 @@ | |||
25 | * You should have received a copy of the GNU General Public License | 23 | * You should have received a copy of the GNU General Public License |
26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 24 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
27 | * | 25 | * |
28 | * $Id$ | ||
29 | * | 26 | * |
30 | *****************************************************************************/ | 27 | *****************************************************************************/ |
31 | 28 | ||
diff --git a/lib/utils_tcp.c b/lib/utils_tcp.c index 58d50b6..8589ce6 100644 --- a/lib/utils_tcp.c +++ b/lib/utils_tcp.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team | 6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * Description: | 8 | * Description: |
11 | * | 9 | * |
12 | * This file contains utilities for check_tcp. These are tested by libtap | 10 | * This file contains utilities for check_tcp. These are tested by libtap |
@@ -25,7 +23,6 @@ | |||
25 | * You should have received a copy of the GNU General Public License | 23 | * You should have received a copy of the GNU General Public License |
26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 24 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
27 | * | 25 | * |
28 | * $Id$ | ||
29 | * | 26 | * |
30 | *****************************************************************************/ | 27 | *****************************************************************************/ |
31 | 28 | ||