summaryrefslogtreecommitdiffstats
path: root/lib/tests
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
commit6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch)
tree0c1f5a77cacc664eadd47216b70e3257337484db /lib/tests
parent56cf151ae91c5081a99365848a3f060dfe14a68c (diff)
downloadmonitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests')
-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
7 files changed, 0 insertions, 8 deletions
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