X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=third_party%2Fsha1.cc;h=9e9e74bff6c4a25ca724b32f6b3efc9bd5501ca3;hb=8b4b764f036d9ac945d36a1966f2eb284c4f44a3;hp=32a64293f3e4170f67cd183071b26b7f0d2cc1ae;hpb=15f090d3b2f0bf3994aacd00ab07da3b1f65ea00;p=cumulus.git diff --git a/third_party/sha1.cc b/third_party/sha1.cc index 32a6429..9e9e74b 100644 --- a/third_party/sha1.cc +++ b/third_party/sha1.cc @@ -1,9 +1,12 @@ /* sha1.cc - Functions to compute SHA1 message digest of data streams * according to the NIST specification FIPS-180-1. - * part of Cumulus: Smart Filesystem Backup to Dumb Servers + * part of Cumulus: Efficient Filesystem Backup to the Cloud * * Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. * Copyright (C) 2006-2007 The Regents of the University of California + * Copyright (C) 2012 The Cumulus Developers + * See the AUTHORS file for a list of Cumulus contributors. + * * Written by Scott G. Miller * Additional Credits: * Robert Klep -- Expansion function fix