From 179491118c952a320e2b7d13d93cba7d28503688 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 27 Jan 2010 16:56:30 +0100 Subject: [PATCH] Fix last commit. --- tests/test-count-one-bits.c | 2 +- tests/test-memchr.c | 2 +- tests/test-memchr2.c | 2 +- tests/test-memcmp.c | 2 +- tests/test-memmem.c | 2 +- tests/test-memrchr.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test-count-one-bits.c b/tests/test-count-one-bits.c index e1c242951..3147aa4b4 100644 --- a/tests/test-count-one-bits.c +++ b/tests/test-count-one-bits.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2007-2010 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test-memchr.c b/tests/test-memchr.c index f08c65cdd..bfab7b6d9 100644 --- a/tests/test-memchr.c +++ b/tests/test-memchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008-2010 Free Software Foundation, Inc. * Written by Eric Blake and Bruno Haible * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-memchr2.c b/tests/test-memchr2.c index 0bde545d1..2eb0fc9e2 100644 --- a/tests/test-memchr2.c +++ b/tests/test-memchr2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008-2010 Free Software Foundation, Inc. * Written by Eric Blake * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-memcmp.c b/tests/test-memcmp.c index 6ba5a318a..13918bee2 100644 --- a/tests/test-memcmp.c +++ b/tests/test-memcmp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008-2010 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-memmem.c b/tests/test-memmem.c index 6740460ad..0f228346a 100644 --- a/tests/test-memmem.c +++ b/tests/test-memmem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2004, 2007-2010 Free Software Foundation, Inc. * Written by Bruno Haible and Eric Blake * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-memrchr.c b/tests/test-memrchr.c index dbcb8993d..746603c54 100644 --- a/tests/test-memrchr.c +++ b/tests/test-memrchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008-2010 Free Software Foundation, Inc. * Written by Eric Blake and Bruno Haible * * This program is free software: you can redistribute it and/or modify -- 2.11.0