X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sha1.c;h=70731ec25e85502b7246d9f777cd87aa390fce18;hp=449400c1beceffc39ab875d888c1fa6e711503c2;hb=a4f75cecaaee538edb7aae3f0ff19168a1dab59d;hpb=ebb0565e946770c5b83c4d28c1f674dffdeaf551 diff --git a/sha1.c b/sha1.c index 449400c1..70731ec2 100644 --- a/sha1.c +++ b/sha1.c @@ -1,8 +1,14 @@ -#include "para.h" -#include +/* + * Copyright (C) 2007-2010 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ /** \file sha1.c Secure Hash Algorithm, provided by openssl. */ +#include "para.h" +#include + /** * Compute the sha1 hash. *