Jim Meyering wrote:
> I've pushed them, after adding a ChangeLog entry to each.
And I've updated the copyright years accordingly:
--- lib/md2.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/md2.h 2009-08-01 11:23:39.000000000 +0200
@@ -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
--- lib/md4.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/md4.h 2009-08-01 11:23:32.000000000 +0200
@@ -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
--- lib/md5.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/md5.h 2009-08-01 11:23:21.000000000 +0200
@@ -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.
--- lib/sha1.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/sha1.h 2009-08-01 11:23:13.000000000 +0200
@@ -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
--- lib/sha256.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/sha256.h 2009-08-01 11:23:09.000000000 +0200
@@ -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
--- lib/sha512.h.orig 2009-08-01 11:24:43.000000000 +0200
+++ lib/sha512.h 2009-08-01 11:22:58.000000000 +0200
@@ -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
--- tests/test-sha1.c.orig 2009-08-01 11:24:43.000000000 +0200
+++ tests/test-sha1.c 2009-08-01 11:23:05.000000000 +0200
@@ -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