diff options
| author | Paul Eggert | 2015-01-01 11:05:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 11:06:53 -0800 |
| commit | 035f5aaa91ebd40598e0d89881bbc3cf532440a0 (patch) | |
| tree | 31ffe1ccf1bad659893cdb2c1f06cc70e7d15bf2 /lib/sha1.c | |
| parent | 6ddd819467d1d9d0e78f13e5a15c1af9125ae67b (diff) | |
| download | emacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.tar.gz emacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.zip | |
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
Diffstat (limited to 'lib/sha1.c')
| -rw-r--r-- | lib/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c index 0ea35b08d47..4411ceec863 100644 --- a/lib/sha1.c +++ b/lib/sha1.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* sha1.c - Functions to compute SHA1 message digest of files or | 1 | /* sha1.c - Functions to compute SHA1 message digest of files or |
| 2 | memory blocks according to the NIST specification FIPS-180-1. | 2 | memory blocks according to the NIST specification FIPS-180-1. |
| 3 | 3 | ||
| 4 | Copyright (C) 2000-2001, 2003-2006, 2008-2014 Free Software Foundation, Inc. | 4 | Copyright (C) 2000-2001, 2003-2006, 2008-2015 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify it | 6 | This program is free software; you can redistribute it and/or modify it |
| 7 | under the terms of the GNU General Public License as published by the | 7 | under the terms of the GNU General Public License as published by the |