aboutsummaryrefslogtreecommitdiff
path: root/tests/portable
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
committerRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
commit574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch)
tree299cb3b58751301e63b4f5a89f4eab03af9623c9 /tests/portable
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'tests/portable')
-rw-r--r--tests/portable/asprintf-t.c3
-rw-r--r--tests/portable/snprintf-t.c3
-rw-r--r--tests/portable/strlcat-t.c3
-rw-r--r--tests/portable/strlcpy-t.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/tests/portable/asprintf-t.c b/tests/portable/asprintf-t.c
index d42e740..689e7c7 100644
--- a/tests/portable/asprintf-t.c
+++ b/tests/portable/asprintf-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* asprintf and vasprintf test suite.
*
* Written by Russ Allbery <rra@stanford.edu>
diff --git a/tests/portable/snprintf-t.c b/tests/portable/snprintf-t.c
index c33e0e7..18c2326 100644
--- a/tests/portable/snprintf-t.c
+++ b/tests/portable/snprintf-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* snprintf test suite.
*
* Copyright (c) 2004, 2005, 2006
diff --git a/tests/portable/strlcat-t.c b/tests/portable/strlcat-t.c
index c860803..2f39925 100644
--- a/tests/portable/strlcat-t.c
+++ b/tests/portable/strlcat-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* strlcat test suite.
*
* Copyright (c) 2004, 2005, 2006
diff --git a/tests/portable/strlcpy-t.c b/tests/portable/strlcpy-t.c
index 8fb1f9c..74c9ecd 100644
--- a/tests/portable/strlcpy-t.c
+++ b/tests/portable/strlcpy-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* strlcpy test suite.
*
* Copyright (c) 2004, 2005, 2006