From 8ce4e6ffd32dc579bdbbad39abce1519251d7e37 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Tue, 2 Feb 2016 13:40:36 -1000 Subject: [PATCH] Merged MS' newly-licensed d3dx12.h --- lib/graphicsdev/d3dx12.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/graphicsdev/d3dx12.h b/lib/graphicsdev/d3dx12.h index adacc89..e133b8c 100644 --- a/lib/graphicsdev/d3dx12.h +++ b/lib/graphicsdev/d3dx12.h @@ -1,9 +1,13 @@ ////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) Microsoft Corporation. All Rights Reserved. +// Copyright (c) Microsoft. All rights reserved. +// This code is licensed under the MIT License (MIT). +// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF +// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY +// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR +// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // -// File: d3dx12.h -// Content: D3DX12 utility library (modified for boo data-handling) +// (UpdateSubresources-related additions and alterations for boo) // //////////////////////////////////////////////////////////////////////////////