From fb4a9aa847c5e660adda65e9e2b9752aabfeeaf3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jan 2010 17:12:30 +0100 Subject: [PATCH] maint: normalize copyright notices Normalize some copyright comments: change the two spaces before "Free Software..." to one: git grep -l -E '[0-9]{4} *Free Software' \ | xargs perl -pi -e 's/ +(Free Software)/ $1/' --- build-aux/compile | 2 +- build-aux/git-version-gen | 2 +- build-aux/gnupload | 2 +- tests/test-arcfour.c | 2 +- tests/test-arctwo.c | 2 +- tests/test-count-one-bits.c | 2 +- tests/test-crc.c | 2 +- tests/test-des.c | 2 +- tests/test-gc-arcfour.c | 2 +- tests/test-gc-arctwo.c | 2 +- tests/test-gc-des.c | 2 +- tests/test-gc-hmac-md5.c | 2 +- tests/test-gc-hmac-sha1.c | 2 +- tests/test-gc-md2.c | 2 +- tests/test-gc-md4.c | 2 +- tests/test-gc-md5.c | 2 +- tests/test-gc-pbkdf2-sha1.c | 2 +- tests/test-gc-rijndael.c | 2 +- tests/test-gc-sha1.c | 2 +- tests/test-gc.c | 2 +- tests/test-gethostname.c | 2 +- tests/test-gettimeofday.c | 2 +- tests/test-hash.c | 2 +- tests/test-hmac-md5.c | 2 +- tests/test-hmac-sha1.c | 2 +- tests/test-md2.c | 2 +- tests/test-md4.c | 2 +- tests/test-md5.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 +- tests/test-rawmemchr.c | 2 +- tests/test-read-file.c | 2 +- tests/test-rijndael.c | 2 +- tests/test-sockets.c | 2 +- tests/test-strchrnul.c | 2 +- tests/test-strstr.c | 2 +- tests/test-strtod.c | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/build-aux/compile b/build-aux/compile index c0096a7b5..fa0bd9dd4 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -3,7 +3,7 @@ scriptversion=2009-10-06.20; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey . # diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index d20f41e07..5f2f1cc71 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -2,7 +2,7 @@ # Print a version string. scriptversion=2010-01-27.16 -# Copyright (C) 2007-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/build-aux/gnupload b/build-aux/gnupload index fca5c47b5..432364793 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -3,7 +3,7 @@ scriptversion=2010-01-27.15; # UTC -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 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-arcfour.c b/tests/test-arcfour.c index 9acc19194..9291f528d 100644 --- a/tests/test-arcfour.c +++ b/tests/test-arcfour.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-arctwo.c b/tests/test-arctwo.c index ef07f1355..e2c8d661e 100644 --- a/tests/test-arctwo.c +++ b/tests/test-arctwo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-count-one-bits.c b/tests/test-count-one-bits.c index 3147aa4b4..ad811aced 100644 --- a/tests/test-count-one-bits.c +++ b/tests/test-count-one-bits.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-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-crc.c b/tests/test-crc.c index 1c74c2ea7..19b66daf3 100644 --- a/tests/test-crc.c +++ b/tests/test-crc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006, 2007, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2006, 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-des.c b/tests/test-des.c index be20be836..94ba0de79 100644 --- a/tests/test-des.c +++ b/tests/test-des.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2007, 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-gc-arcfour.c b/tests/test-gc-arcfour.c index 30382d82d..e84903ad5 100644 --- a/tests/test-gc-arcfour.c +++ b/tests/test-gc-arcfour.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-arctwo.c b/tests/test-gc-arctwo.c index 9c24e144d..e46b38ee1 100644 --- a/tests/test-gc-arctwo.c +++ b/tests/test-gc-arctwo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-des.c b/tests/test-gc-des.c index 732f43410..69b17acd3 100644 --- a/tests/test-gc-des.c +++ b/tests/test-gc-des.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-hmac-md5.c b/tests/test-gc-hmac-md5.c index 12bb1043d..f843eed52 100644 --- a/tests/test-gc-hmac-md5.c +++ b/tests/test-gc-hmac-md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-hmac-sha1.c b/tests/test-gc-hmac-sha1.c index a90260572..3da319695 100644 --- a/tests/test-gc-hmac-sha1.c +++ b/tests/test-gc-hmac-sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-md2.c b/tests/test-gc-md2.c index 7fff37c50..8cb1ffa26 100644 --- a/tests/test-gc-md2.c +++ b/tests/test-gc-md2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-md4.c b/tests/test-gc-md4.c index 51d21d9df..9d8083a99 100644 --- a/tests/test-gc-md4.c +++ b/tests/test-gc-md4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-md5.c b/tests/test-gc-md5.c index 30b47707e..5a12e485c 100644 --- a/tests/test-gc-md5.c +++ b/tests/test-gc-md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-pbkdf2-sha1.c b/tests/test-gc-pbkdf2-sha1.c index b0ef14cb7..d0e6189ee 100644 --- a/tests/test-gc-pbkdf2-sha1.c +++ b/tests/test-gc-pbkdf2-sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2010 Free Software Foundation, Inc. + * Copyright (C) 2002, 2003, 2004, 2005, 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-gc-rijndael.c b/tests/test-gc-rijndael.c index 01e691528..33981d024 100644 --- a/tests/test-gc-rijndael.c +++ b/tests/test-gc-rijndael.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc-sha1.c b/tests/test-gc-sha1.c index 4db5d1244..0bdae5e74 100644 --- a/tests/test-gc-sha1.c +++ b/tests/test-gc-sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-gc.c b/tests/test-gc.c index 6a325d10c..b5bc27a84 100644 --- a/tests/test-gc.c +++ b/tests/test-gc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2006, 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-gethostname.c b/tests/test-gethostname.c index e462f8212..c500f4160 100644 --- a/tests/test-gethostname.c +++ b/tests/test-gethostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008, 2009, 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-gettimeofday.c b/tests/test-gettimeofday.c index b884214e0..2a07814bb 100644 --- a/tests/test-gettimeofday.c +++ b/tests/test-gettimeofday.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc. * Written by Jim Meyering. * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-hash.c b/tests/test-hash.c index 24833514f..171503331 100644 --- a/tests/test-hash.c +++ b/tests/test-hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2009, 2010 Free Software Foundation, Inc. * Written by Jim Meyering * * This program is free software: you can redistribute it and/or modify diff --git a/tests/test-hmac-md5.c b/tests/test-hmac-md5.c index 4db9cf7bd..4b6e43ab1 100644 --- a/tests/test-hmac-md5.c +++ b/tests/test-hmac-md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-hmac-sha1.c b/tests/test-hmac-sha1.c index 16db99e24..536d1e186 100644 --- a/tests/test-hmac-sha1.c +++ b/tests/test-hmac-sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-md2.c b/tests/test-md2.c index dddc39ea1..d0c4d4b82 100644 --- a/tests/test-md2.c +++ b/tests/test-md2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-md4.c b/tests/test-md4.c index 83c7635f1..960268356 100644 --- a/tests/test-md4.c +++ b/tests/test-md4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-md5.c b/tests/test-md5.c index b1cceb364..2392850f5 100644 --- a/tests/test-md5.c +++ b/tests/test-md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2009, 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-memchr.c b/tests/test-memchr.c index bfab7b6d9..a80161407 100644 --- a/tests/test-memchr.c +++ b/tests/test-memchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-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 2eb0fc9e2..bb81c0b45 100644 --- a/tests/test-memchr2.c +++ b/tests/test-memchr2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-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 13918bee2..28b8274d4 100644 --- a/tests/test-memcmp.c +++ b/tests/test-memcmp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-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 0f228346a..a9d3558c2 100644 --- a/tests/test-memmem.c +++ b/tests/test-memmem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-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 746603c54..820024438 100644 --- a/tests/test-memrchr.c +++ b/tests/test-memrchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-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-rawmemchr.c b/tests/test-rawmemchr.c index da09c6d0d..94768183e 100644 --- a/tests/test-rawmemchr.c +++ b/tests/test-rawmemchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008, 2009, 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-read-file.c b/tests/test-read-file.c index 96f33214b..0a0bf6882 100644 --- a/tests/test-read-file.c +++ b/tests/test-read-file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007, 2010 Free Software Foundation, Inc. + * Copyright (C) 2006-2007, 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-rijndael.c b/tests/test-rijndael.c index a1545743d..e27a9dbb3 100644 --- a/tests/test-rijndael.c +++ b/tests/test-rijndael.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 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-sockets.c b/tests/test-sockets.c index e82cb3a3f..ab5460ad4 100644 --- a/tests/test-sockets.c +++ b/tests/test-sockets.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008, 2009, 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-strchrnul.c b/tests/test-strchrnul.c index 0920a5e8a..49d8278c3 100644 --- a/tests/test-strchrnul.c +++ b/tests/test-strchrnul.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008, 2009, 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-strstr.c b/tests/test-strstr.c index ce70407d0..b6845ab7d 100644 --- a/tests/test-strstr.c +++ b/tests/test-strstr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2004, 2007, 2008, 2009, 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-strtod.c b/tests/test-strtod.c index 8a79e0508..cdb57b221 100644 --- a/tests/test-strtod.c +++ b/tests/test-strtod.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. * Written by Eric Blake * * This program is free software: you can redistribute it and/or modify -- 2.11.0