X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fsha1.h;h=d14a9c1e577b7239aaa53ce6c8bae5d557e54075;hb=f2e360a90b9520928821928d2fa882ab1da15ba3;hp=e4ed953a21b522ea3cf09f3dbf6b2a119b43e06e;hpb=184658f60eebfb511e9e2dde777ce686684334eb;p=wimlib diff --git a/include/wimlib/sha1.h b/include/wimlib/sha1.h index e4ed953a..d14a9c1e 100644 --- a/include/wimlib/sha1.h +++ b/include/wimlib/sha1.h @@ -1,8 +1,21 @@ /* * sha1.h * - * The author dedicates this file to the public domain. - * You can do whatever you want with this file. + * The following copying information applies to this specific source code file: + * + * Written in 2013-2015 by Eric Biggers + * + * To the extent possible under law, the author(s) have dedicated all copyright + * and related and neighboring rights to this software to the public domain + * worldwide via the Creative Commons Zero 1.0 Universal Public Domain + * Dedication (the "CC0"). + * + * This software is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the CC0 for more details. + * + * You should have received a copy of the CC0 along with this software; if not + * see . */ #ifndef _WIMLIB_SHA1_H