diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-03-22 10:25:20 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-22 10:25:20 +0100 |
commit | fe508576ef1f815b22177d7597796886b91ea0c8 (patch) | |
tree | 885adbb929453bbbee04db48bdbbafec4e29205e /include/sha1.h | |
parent | 445036bb9882485133750a14a5b3da30efeae2df (diff) | |
download | newlib-fe508576ef1f815b22177d7597796886b91ea0c8.zip newlib-fe508576ef1f815b22177d7597796886b91ea0c8.tar.gz newlib-fe508576ef1f815b22177d7597796886b91ea0c8.tar.bz2 |
Sync toplevel with upstream GCC.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'include/sha1.h')
-rw-r--r-- | include/sha1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sha1.h b/include/sha1.h index 4da5c37..24f3ab7 100644 --- a/include/sha1.h +++ b/include/sha1.h @@ -1,7 +1,6 @@ /* Declarations of functions and data types used for SHA1 sum library functions. - Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2010 - Free Software Foundation, Inc. + Copyright (C) 2000-2015 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 |