diff --git a/DirectXTex/DirectXTex.licenseheader b/DirectXTex/DirectXTex.licenseheader new file mode 100644 index 0000000..49912cc --- /dev/null +++ b/DirectXTex/DirectXTex.licenseheader @@ -0,0 +1,12 @@ +extensions: designer.cs generated.cs +extensions: .cs .cpp .h .hpp .c .java +/*** + Copyright (©) %CurrentYear% Reece Wilson (a/k/a "%UserDisplayName%"). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: %FileName% + Date: %CreationYear%-%CreationMonth%-%CreationDay% + Author: %UserDisplayName% + Purpose: TBD +***/ \ No newline at end of file diff --git a/PlatformSupport/ClangCommon.hpp b/PlatformSupport/ClangCommon.hpp index 7b528bf..ddf6949 100644 --- a/PlatformSupport/ClangCommon.hpp +++ b/PlatformSupport/ClangCommon.hpp @@ -1,3 +1,13 @@ +/*** + Copyright (©) 2020 Reece Wilson (a/k/a Reece). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: ClangCommon.hpp + Date: 2020-9-12 + Author: Reece + Purpose: TBD +***/ #pragma once #include "ClangBsearch.hpp" diff --git a/PlatformSupport/ClangMemCpy_s.hpp b/PlatformSupport/ClangMemCpy_s.hpp index a97840a..d206bbb 100644 --- a/PlatformSupport/ClangMemCpy_s.hpp +++ b/PlatformSupport/ClangMemCpy_s.hpp @@ -1,3 +1,13 @@ +/*** + Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: ClangMemCpy_s.hpp + Date: 2020-9-12 + Author: Reece + Purpose: TBD +***/ #pragma once static int memcpy_s(void * dest, size_t destsz, diff --git a/PlatformSupport/DXMemory.hpp b/PlatformSupport/DXMemory.hpp index e08f0d1..e094dca 100644 --- a/PlatformSupport/DXMemory.hpp +++ b/PlatformSupport/DXMemory.hpp @@ -1,3 +1,13 @@ +/*** + Copyright (©) 2020 Reece Wilson (a/k/a "Reece). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: DXMemory.hpp + Date: 2020-9-12 + Author: Reece + Purpose: TBD +***/ #pragma once static inline void FreeVectorAligned(void * ptr) diff --git a/PlatformSupport/MSVCSal.h b/PlatformSupport/MSVCSal.h index e651378..f44cca6 100644 --- a/PlatformSupport/MSVCSal.h +++ b/PlatformSupport/MSVCSal.h @@ -1,6 +1,3 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - /*** *sal.h - markers for documenting the semantics of APIs * diff --git a/PlatformSupport/Win32DXG.hpp b/PlatformSupport/Win32DXG.hpp index 2c5f13a..f56fd8f 100644 --- a/PlatformSupport/Win32DXG.hpp +++ b/PlatformSupport/Win32DXG.hpp @@ -1,3 +1,13 @@ +/*** + Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: Win32DXG.hpp + Date: 2020-9-12 + Author: Reece + Purpose: TBD +***/ typedef enum DXGI_FORMAT { DXGI_FORMAT_UNKNOWN, DXGI_FORMAT_R32G32B32A32_TYPELESS, diff --git a/PlatformSupport/Win32Errors.hpp b/PlatformSupport/Win32Errors.hpp index d696a69..7150688 100644 --- a/PlatformSupport/Win32Errors.hpp +++ b/PlatformSupport/Win32Errors.hpp @@ -1,7 +1,5 @@ #pragma once -#include - using HRESULT = LONG; using WORD = int16_t; using DWORD = uint32_t; diff --git a/PlatformSupport/Win32Public.hpp b/PlatformSupport/Win32Public.hpp index 98648c7..956b813 100644 --- a/PlatformSupport/Win32Public.hpp +++ b/PlatformSupport/Win32Public.hpp @@ -1,3 +1,13 @@ +/*** + Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved. + Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s]. + Please do no evil. + + File: Win32Public.hpp + Date: 2020-9-12 + Author: Reece + Purpose: TBD +***/ #pragma once #if !defined(__cdecl)