summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-01 11:25:10 +0200
committerBruno Haible <bruno@clisp.org>2009-08-01 11:25:10 +0200
commit37e9d1ae8a836d54df8d3ed79668e0e546e7ce4b (patch)
tree1ff3f38d0453989ae616804a93006f48498a5bb3
parentb9f69bbc0f4ed47792af3c3e304fc3023c6bb117 (diff)
downloadgnulib-37e9d1ae8a836d54df8d3ed79668e0e546e7ce4b.tar.gz
Update copyright year, for commit on 2009-07-21.
-rw-r--r--lib/md2.h3
-rw-r--r--lib/md4.h3
-rw-r--r--lib/md5.h2
-rw-r--r--lib/sha1.h2
-rw-r--r--lib/sha256.h2
-rw-r--r--lib/sha512.h2
-rw-r--r--tests/test-sha1.c2
7 files changed, 9 insertions, 7 deletions
diff --git a/lib/md2.h b/lib/md2.h
index 3535e29dde..c7db64dd74 100644
--- 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
diff --git a/lib/md4.h b/lib/md4.h
index 6b49da50ee..9930b1abaf 100644
--- 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
diff --git a/lib/md5.h b/lib/md5.h
index 0769edbaf3..ab8deb75bf 100644
--- 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.
diff --git a/lib/sha1.h b/lib/sha1.h
index 93babd2eed..2beaa66c58 100644
--- a/lib/sha1.h
+++ b/lib/sha1.h
@@ -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
diff --git a/lib/sha256.h b/lib/sha256.h
index 3dfcb264e8..6a9aed41ad 100644
--- a/lib/sha256.h
+++ b/lib/sha256.h
@@ -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
diff --git a/lib/sha512.h b/lib/sha512.h
index 20bb09bed8..11ac2706f0 100644
--- a/lib/sha512.h
+++ b/lib/sha512.h
@@ -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
diff --git a/tests/test-sha1.c b/tests/test-sha1.c
index 474213885a..ac5b495174 100644
--- a/tests/test-sha1.c
+++ b/tests/test-sha1.c
@@ -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