diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /lib/tests | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-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.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 |
7 files changed, 0 insertions, 8 deletions
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$ * *****************************************************************************/ |