Fix copyright statement.
authorSimon Josefsson <simon@josefsson.org>
Wed, 27 Jan 2010 15:13:04 +0000 (16:13 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 27 Jan 2010 15:13:04 +0000 (16:13 +0100)
40 files changed:
ChangeLog
build-aux/git-version-gen
build-aux/gnupload
tests/test-arcfour.c
tests/test-arctwo.c
tests/test-count-one-bits.c
tests/test-crc.c
tests/test-des.c
tests/test-gc-arcfour.c
tests/test-gc-arctwo.c
tests/test-gc-des.c
tests/test-gc-hmac-md5.c
tests/test-gc-hmac-sha1.c
tests/test-gc-md2.c
tests/test-gc-md4.c
tests/test-gc-md5.c
tests/test-gc-pbkdf2-sha1.c
tests/test-gc-rijndael.c
tests/test-gc-sha1.c
tests/test-gc.c
tests/test-gethostname.c
tests/test-gettimeofday.c
tests/test-hash.c
tests/test-hmac-md5.c
tests/test-hmac-sha1.c
tests/test-md2.c
tests/test-md4.c
tests/test-md5.c
tests/test-memchr.c
tests/test-memchr2.c
tests/test-memcmp.c
tests/test-memmem.c
tests/test-memrchr.c
tests/test-rawmemchr.c
tests/test-read-file.c
tests/test-rijndael.c
tests/test-sockets.c
tests/test-strchrnul.c
tests/test-strstr.c
tests/test-strtod.c

index 4da7107f4f0ccc7b1e9c175da35dd54ad2dc4744..17ad81d9bc730a4a18b194cc88d5403f720bdfc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2010-01-27  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/git-version-gen: Fix copyright statement.
+       * build-aux/gnupload: Likewise.
+       * tests/test-arcfour.c: Likewise.
+       * tests/test-arctwo.c: Likewise.
+       * tests/test-count-one-bits.c: Likewise.
+       * tests/test-crc.c: Likewise.
+       * tests/test-des.c: Likewise.
+       * tests/test-gc-arcfour.c: Likewise.
+       * tests/test-gc-arctwo.c: Likewise.
+       * tests/test-gc-des.c: Likewise.
+       * tests/test-gc-hmac-md5.c: Likewise.
+       * tests/test-gc-hmac-sha1.c: Likewise.
+       * tests/test-gc-md2.c: Likewise.
+       * tests/test-gc-md4.c: Likewise.
+       * tests/test-gc-md5.c: Likewise.
+       * tests/test-gc-pbkdf2-sha1.c: Likewise.
+       * tests/test-gc-rijndael.c: Likewise.
+       * tests/test-gc-sha1.c: Likewise.
+       * tests/test-gc.c: Likewise.
+       * tests/test-gethostname.c: Likewise.
+       * tests/test-gettimeofday.c: Likewise.
+       * tests/test-hash.c: Likewise.
+       * tests/test-hmac-md5.c: Likewise.
+       * tests/test-hmac-sha1.c: Likewise.
+       * tests/test-md2.c: Likewise.
+       * tests/test-md4.c: Likewise.
+       * tests/test-md5.c: Likewise.
+       * tests/test-memchr.c: Likewise.
+       * tests/test-memchr2.c: Likewise.
+       * tests/test-memcmp.c: Likewise.
+       * tests/test-memmem.c: Likewise.
+       * tests/test-memrchr.c: Likewise.
+       * tests/test-rawmemchr.c: Likewise.
+       * tests/test-read-file.c: Likewise.
+       * tests/test-rijndael.c: Likewise.
+       * tests/test-sockets.c: Likewise.
+       * tests/test-strchrnul.c: Likewise.
+       * tests/test-strstr.c: Likewise.
+       * tests/test-strtod.c: Likewise.
+
 2010-01-26  Eric Blake  <ebb9@byu.net>
 
        ignore-value: update recommended header name
index 8317604f8fd5eb07d46a8a3c4e2a2ca24b5b442b..d20f41e0711b0260115a5f319bd568b8ed7506d4 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2009-09-09.22
+scriptversion=2010-01-27.16
 
-# Copyright (C) 2007-2009 Free Software Foundation
+# 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
index bd120e8ebe956081a0c3599829ccd2dcc1b97b97..fca5c47b55887079d0caaff190566d218f151364 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2009-12-21.21; # UTC
+scriptversion=2010-01-27.15; # UTC
 
-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation
+# 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
index ad683fb3618f57daa3ea2efc39e10e40a1fdb912..9acc19194bf9c74aa34fa73ae7a747112672e40b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software: you can redistribute it and/or modify
index 7f97daeaab2b37631bcccb6f05e13263d07efa84..ef07f13552f91bbcb7a024f6d1ded0bbf95ad2e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software: you can redistribute it and/or modify
index aec49e15862dd45c0577effb4d0ad6140d2a894a..e1c242951a20329a08aa90598e7fedd1be62d41f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2009 Free Software Foundation
+ * Copyright (C) 2007-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
index 7f74ec81cf24493087b529eb7b4cd8ab860fa92a..1c74c2ea7b474971fc84bd1e1a726edf6316ab5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2006, 2007 Free Software Foundation
+ * 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
index cbb8178172999d9c48cb14ced51c0db42145c623..be20be8360011b931d79b518cc1051bbe765cdce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007 Free Software Foundation
+ * 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
index 3de2e67266a0329f8813a19793579915a7253cd1..30382d82d79b451c7fcc33b6046f499109247cdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index c6dfe95ff23bbfdfb1a311c6b58cb9b0e667423b..9c24e144dfe4e61f38044e8bdf0816e7cd2afe30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 6b078956e88ac32c29744bbf806f45e8c2e2839e..732f43410702b2a53753dd78c43148ebd6f41706 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 9ed1991853165153c745050662f08dfdc3522b35..12bb1043d7c94cc0e5b07fe9a91d47832787f57d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 7f5404981d34617bda849f73a810164ed91f255a..a9026057205252fc9a0baf70bd2877389b86f71d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index db853118b7b99e5cb2a623b4f6990c4b616c335a..7fff37c5059db09d6f5419cfa14afdf028a7c8b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 00c8434d3c3fd6302617517a9c62cca88b54e702..51d21d9dfb3827980080e0ded5ae9baa0b257b34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index fdaa6a896bc1238c8c93ab88012c9d72a61696d5..30b47707e7a34bf23620e04d023d413fc26162cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 4726aa6992174a91f997d2d2ea1f615edb68e622..b0ef14cb72b388269605ef342abaf4bca3e34a89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007  Free Software Foundation
+ * 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
index ddbbe0b53cfb3ae2a53ea1f3f9e82f94162cb9bb..01e69152805890fcd1c66415323dfc36beeeb3ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index a0bdf02a05de5b8321c175e87ade15c1ac4e6771..4db5d1244a8f2227dcce1c42b8c572b4e19e7b27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index f2afa474886d89f85619586d2d57bf840cffe156..6a325d10ca21c60bba72347d8af5fd686c963ccb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2006 Free Software Foundation
+ * 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
index a63839b2d3435802eb826a3612b9bb463c29d1a8..e462f82122ffa282ee93dbbf6e6e6f8c85a75545 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009 Free Software Foundation
+ * 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
index bd6698d1cf3f12ae503e087ef1bb13056f653702..b884214e01276db1c7ab7aeb427371f6b44ea1f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007, 2009 Free Software Foundation
+ * 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
index 0ee24ec8b13a4abbe04fab1f44fc3e3fd15c94b7..24833514f170a1e1de8cf785cb07bad4b0997658 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Free Software Foundation
+ * Copyright (C) 2009, 2010  Free Software Foundation, Inc.
  * Written by Jim Meyering
  *
  * This program is free software: you can redistribute it and/or modify
index d4b2de130fadd4584a197bae1daf163a6bd98cf4..4db9cf7bd07b872ad3a07bb83aefb41b90620de6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * 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
index 8482214fd38b0f772525905281145a87916ab92c..16db99e24a6e2b9e3f33cfdeccd2b39020e7cecb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * 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
index c53e8d3f27a93191dbb6e47276d986bbd3fbf660..dddc39ea1129b9c4e23861ce47b403313e63664b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * 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
index 1955aee86b6371e6fae22fa4d4eea43f4dedf9e9..83c7635f1babc89628a4e15a8abdbad2c9039642 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software; you can redistribute it and/or modify
index 4ede2c40fa7a4a9dd35178a55b6f515c35c0a255..b1cceb3643079bd4d7fbab4de0f0e10d11e40fec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2009 Free Software Foundation
+ * 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
index 5d31e76f27afa35376509b31116fcce56a140483..f08c65cdd294f0275d485370ecf1da6fbc7831b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Free Software Foundation
+ * 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
index a992fb5c08ab3f5c7fd47db9179c022bfbf88f6f..0bde545d161063e4c863b135f45db0f104ae0b74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Free Software Foundation
+ * 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
index 48cf40df5b6fd57668249e5fd0eff5859a000372..6ba5a318a0de32a94437a8ceb1dc569908cf18b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Free Software Foundation
+ * 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
index babf6810cb8cbeb6ca7e4770a595f447472cddc8..6740460adb43f9a1fff92346dcdceea2b5e980af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007-2009 Free Software Foundation
+ * Copyright (C) 2004, 2007-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
index e768daf2cf1f8a42b399a811f60c94636fb3bfad..dbcb8993da3576dc1d6e256152a11e4bdeae8b24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Free Software Foundation
+ * 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
index 180c2b08ae409f0cc63fe0ee88ef8e437f1bbb65..da09c6d0d514fda2cddfa7986ac5698ffeb7caf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009 Free Software Foundation
+ * 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
index 2509680bae435695f805765d5a6564acca64005e..96f33214bf24955d5eb428ff829f930cb93102dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Free Software Foundation
+ * 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
index 7cf437f1964e780450d13958df170d123c285c28..a1545743d8f8f37f192c301f093eb81361e95414 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010  Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software: you can redistribute it and/or modify
index 2d259649cdf79ba3ef921064a966b7827f0bad7a..e82cb3a3f8dd363102785b40f5dd2dbe3a591cad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009 Free Software Foundation
+ * 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
index 329394f6edc455dbd265f8906a53604fcae3373b..0920a5e8ac13d2a9885c44fdf4ce04684e315097 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009 Free Software Foundation
+ * 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
index b20d6446bc8058e10e4227e40e1e0e219cfc3eff..ce70407d0934077010665b70c2cf66f6441011e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation
+ * 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
index e0f2eebd6cb654cf598e16219c1bc52d579d3ea2..8a79e0508bebf09e54258fcf44ce609c81930864 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009 Free Software Foundation
+ * 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