aboutsummaryrefslogtreecommitdiff
path: root/libiberty/md5.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-01-04 12:30:51 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-01-04 12:30:51 +0100
commit2afd3180c5286a3181949a43c3e831d70a7e5404 (patch)
tree8f31f8c9a6614f055b6539f2dc276e4b1f6607ad /libiberty/md5.c
parented3cb4970392edfbae74c82d7e25b7cd961ce70f (diff)
downloadgcc-2afd3180c5286a3181949a43c3e831d70a7e5404.zip
gcc-2afd3180c5286a3181949a43c3e831d70a7e5404.tar.gz
gcc-2afd3180c5286a3181949a43c3e831d70a7e5404.tar.bz2
Update copyright years.
From-SVN: r244052
Diffstat (limited to 'libiberty/md5.c')
-rw-r--r--libiberty/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/md5.c b/libiberty/md5.c
index b30a6b7..7bcc1ff 100644
--- a/libiberty/md5.c
+++ b/libiberty/md5.c
@@ -1,6 +1,6 @@
/* md5.c - Functions to compute MD5 message digest of files or memory blocks
according to the definition of MD5 in RFC 1321 from April 1992.
- Copyright (C) 1995, 1996, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1995-2017 Free Software Foundation, Inc.
NOTE: This source is derived from an old version taken from the GNU C
Library (glibc).