From f7bfb336d6accbaf4e3cc2ac55617c67dd1a6098 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 3 Jul 2014 19:04:23 -0500 Subject: [PATCH] Place headers that could be useful in unrelated projects in public domain --- include/wimlib/compiler.h | 7 +++++++ include/wimlib/security_descriptor.h | 7 +++++++ include/wimlib/sha1.h | 7 +++++++ include/wimlib/wof.h | 3 +++ 4 files changed, 24 insertions(+) diff --git a/include/wimlib/compiler.h b/include/wimlib/compiler.h index 21fabd99..c6e22e98 100644 --- a/include/wimlib/compiler.h +++ b/include/wimlib/compiler.h @@ -1,3 +1,10 @@ +/* + * compiler.h + * + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. + */ + #ifndef _WIMLIB_COMPILER_H #define _WIMLIB_COMPILER_H diff --git a/include/wimlib/security_descriptor.h b/include/wimlib/security_descriptor.h index 415de864..524ec4a6 100644 --- a/include/wimlib/security_descriptor.h +++ b/include/wimlib/security_descriptor.h @@ -1,3 +1,10 @@ +/* + * security_descriptor.h + * + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. + */ + #ifndef _WIMLIB_SECURITY_DESCRIPTOR_H #define _WIMLIB_SECURITY_DESCRIPTOR_H diff --git a/include/wimlib/sha1.h b/include/wimlib/sha1.h index 933444ac..2a6d6a32 100644 --- a/include/wimlib/sha1.h +++ b/include/wimlib/sha1.h @@ -1,3 +1,10 @@ +/* + * sha1.h + * + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. + */ + #ifndef _WIMLIB_SHA1_H #define _WIMLIB_SHA1_H diff --git a/include/wimlib/wof.h b/include/wimlib/wof.h index b2cdd272..80504a7b 100644 --- a/include/wimlib/wof.h +++ b/include/wimlib/wof.h @@ -4,6 +4,9 @@ * Definitions for Windows Overlay File System Filter (WOF) ioctls. See * http://msdn.microsoft.com/en-us/library/windows/hardware/ff540367(v=vs.85).aspx * for more information. + * + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. */ #ifndef _WOF_H_ -- 2.43.0