diff options
Diffstat (limited to 'tests/portable')
-rw-r--r-- | tests/portable/asprintf-t.c | 3 | ||||
-rw-r--r-- | tests/portable/snprintf-t.c | 3 | ||||
-rw-r--r-- | tests/portable/strlcat-t.c | 3 | ||||
-rw-r--r-- | tests/portable/strlcpy-t.c | 3 |
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 |