X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fsecurity_descriptor.h;h=0355fd2c2717b2d2969d7ee43f95f04e62a3b461;hb=90f1e04a2a143876a4413577b25db60b5ba0fe97;hp=ff789e2c8397e703cceaaf6e3efb2a1f6d3d798f;hpb=8fbdced08faf37472fd7174480b446c4b11578fb;p=wimlib diff --git a/include/wimlib/security_descriptor.h b/include/wimlib/security_descriptor.h index ff789e2c..0355fd2c 100644 --- a/include/wimlib/security_descriptor.h +++ b/include/wimlib/security_descriptor.h @@ -1,8 +1,21 @@ /* - * security_descriptor.h + * security_descriptor.h - declarations for Windows security descriptor format * - * 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_SECURITY_DESCRIPTOR_H @@ -123,5 +136,4 @@ typedef struct { wimlib_SID sid; } _packed_attribute wimlib_SYSTEM_AUDIT_ACE; - -#endif +#endif /* _WIMLIB_SECURITY_DESCRIPTOR_H */