Update copyright year, for commit on 2009-07-21.
authorBruno Haible <bruno@clisp.org>
Sat, 1 Aug 2009 09:25:10 +0000 (11:25 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 1 Aug 2009 09:25:10 +0000 (11:25 +0200)
lib/md2.h
lib/md4.h
lib/md5.h
lib/sha1.h
lib/sha256.h
lib/sha512.h
tests/test-sha1.c

index 3535e29dde5323dca4336e15cda47fed7f8df3b2..c7db64dd74b6f6f4cda0311c3fbdd88008f6f1f7 100644 (file)
--- a/lib/md2.h
+++ b/lib/md2.h
@@ -1,6 +1,7 @@
 /* Declarations of functions and data types used for MD2 sum
    library functions.
-   Copyright (C) 2000, 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2005, 2008, 2009 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 the
index 6b49da50eedb952c9f9f2bc2c87be6a2ce6033dd..9930b1abafe0635322ee16d178feb00851635da3 100644 (file)
--- a/lib/md4.h
+++ b/lib/md4.h
@@ -1,6 +1,7 @@
 /* Declarations of functions and data types used for MD4 sum
    library functions.
-   Copyright (C) 2000, 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2005, 2008, 2009 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 the
index 0769edbaf3f00fb4450decef53076fe4c64e8036..ab8deb75bf35e020cdbdbcf19ba783f6ca7f3ed8 100644 (file)
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,6 +1,6 @@
 /* Declaration of functions and data types used for MD5 sum computing
    library functions.
-   Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006,2008
+   Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006,2008,2009
       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
index 93babd2eed45e36e98c79ee8534a681fae2e9331..2beaa66c583ed5a961f9b1f04332895601660b8b 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations of functions and data types used for SHA1 sum
    library functions.
-   Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008
+   Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2009
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
index 3dfcb264e842ce4058f049ba984a49bab55edbfd..6a9aed41adc8acb7ec40e1b737297c89b04c4824 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations of functions and data types used for SHA256 and SHA224 sum
    library functions.
-   Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2008, 2009 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 20bb09bed833944fdbda49691a844a8fc9dc72a5..11ac2706f0b9ec4284a03caa8f1c92743118811e 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations of functions and data types used for SHA512 and SHA384 sum
    library functions.
-   Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2008, 2009 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 474213885ae2908911d9ee08f7b024bcd67887b9..ac5b495174abc0da314e5e572bbc78cb064bf33f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2008 Free Software Foundation
+ * Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software: you can redistribute it and/or modify