X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fsecurity_descriptor.h;fp=include%2Fwimlib%2Fsecurity_descriptor.h;h=e7fd62c7095b4e8e2a3f8993c822dd189067f7cc;hp=0355fd2c2717b2d2969d7ee43f95f04e62a3b461;hb=41a9a2a95bd357a344be95d2ac3c370aadac3846;hpb=9ce8912e5dd48aca6a0eb05cace15e0e08ff606b diff --git a/include/wimlib/security_descriptor.h b/include/wimlib/security_descriptor.h index 0355fd2c..e7fd62c7 100644 --- a/include/wimlib/security_descriptor.h +++ b/include/wimlib/security_descriptor.h @@ -1,21 +1,28 @@ /* * security_descriptor.h - declarations for Windows security descriptor format * - * The following copying information applies to this specific source code file: + * Copyright 2022 Eric Biggers * - * Written in 2013-2015 by Eric Biggers + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: * - * 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"). + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. * - * 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 . + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. */ #ifndef _WIMLIB_SECURITY_DESCRIPTOR_H