1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-18 22:29:53 +00:00

Update copyright banner

This commit is contained in:
Chuck Walbourn 2021-02-26 23:17:26 -08:00
parent 596aa5dd57
commit 7c30ba5932
28 changed files with 28 additions and 28 deletions

View File

@ -13,7 +13,7 @@
<icon>images\icon.jpg</icon> <icon>images\icon.jpg</icon>
<license type="expression">MIT</license> <license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>© Microsoft Corporation. All rights reserved.</copyright> <copyright>© Microsoft Corporation.</copyright>
<tags>C++ native DirectX math nativepackage</tags> <tags>C++ native DirectX math nativepackage</tags>
</metadata> </metadata>

View File

@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation.
# Licensed under the MIT License. # Licensed under the MIT License.
cmake_minimum_required (VERSION 3.11) cmake_minimum_required (VERSION 3.11)

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathAVX.h -- AVX (version 1) extensions for SIMD C++ Math library // DirectXMathAVX.h -- AVX (version 1) extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathAVX2.h -- AVX2 extensions for SIMD C++ Math library // DirectXMathAVX2.h -- AVX2 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathBE.h -- Big-endian swap extensions for SIMD C++ Math library // DirectXMathBE.h -- Big-endian swap extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathF16C.h -- F16C/CVT16 extensions for SIMD C++ Math library // DirectXMathF16C.h -- F16C/CVT16 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathFMA3.h -- FMA3 extensions for SIMD C++ Math library // DirectXMathFMA3.h -- FMA3 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathFMA4.h -- FMA4 extensions for SIMD C++ Math library // DirectXMathFMA4.h -- FMA4 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathSSE3.h -- SSE3 extensions for SIMD C++ Math library // DirectXMathSSE3.h -- SSE3 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathSSE4.h -- SSE4.1 extensions for SIMD C++ Math library // DirectXMathSSE4.h -- SSE4.1 extensions for SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXCollision.h -- C++ Collision Math library // DirectXCollision.h -- C++ Collision Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXCollision.inl -- C++ Collision Math library // DirectXCollision.inl -- C++ Collision Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXColors.h -- C++ Color Math library // DirectXColors.h -- C++ Color Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMath.h -- SIMD C++ Math library // DirectXMath.h -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathConvert.inl -- SIMD C++ Math library // DirectXMathConvert.inl -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathMatrix.inl -- SIMD C++ Math library // DirectXMathMatrix.inl -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathMisc.inl -- SIMD C++ Math library // DirectXMathMisc.inl -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXMathVector.inl -- SIMD C++ Math library // DirectXMathVector.inl -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXPackedVector.h -- SIMD C++ Math library // DirectXPackedVector.h -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXPackedVector.inl -- SIMD C++ Math library // DirectXPackedVector.inl -- SIMD C++ Math library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615560 // http://go.microsoft.com/fwlink/?LinkID=615560

View File

@ -4,7 +4,7 @@
https://github.com/Microsoft/DirectXMath https://github.com/Microsoft/DirectXMath
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation.
**January 2021** **January 2021**

View File

@ -1,7 +1,7 @@
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
// DirectXSH.cpp -- C++ Spherical Harmonics Math Library // DirectXSH.cpp -- C++ Spherical Harmonics Math Library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/p/?LinkId=262885 // http://go.microsoft.com/fwlink/p/?LinkId=262885

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXSH.h -- C++ Spherical Harmonics Math Library // DirectXSH.h -- C++ Spherical Harmonics Math Library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/p/?LinkId=262885 // http://go.microsoft.com/fwlink/p/?LinkId=262885

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXSHD3D11.cpp -- C++ Spherical Harmonics Math Library // DirectXSHD3D11.cpp -- C++ Spherical Harmonics Math Library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/p/?LinkId=262885 // http://go.microsoft.com/fwlink/p/?LinkId=262885

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXSHD3D12.cpp -- C++ Spherical Harmonics Math Library // DirectXSHD3D12.cpp -- C++ Spherical Harmonics Math Library
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/p/?LinkId=262885 // http://go.microsoft.com/fwlink/p/?LinkId=262885

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// Stereo3DMatrixHelper.cpp -- SIMD C++ Math helper for Stereo 3D matricies // Stereo3DMatrixHelper.cpp -- SIMD C++ Math helper for Stereo 3D matricies
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// Stereo3DMatrixHelper.h -- SIMD C++ Math helper for Stereo 3D matrices // Stereo3DMatrixHelper.h -- SIMD C++ Math helper for Stereo 3D matrices
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@
// //
// All FFT functions support only single-precision floating-point audio // All FFT functions support only single-precision floating-point audio
// //
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
// //
// http://go.microsoft.com/fwlink/?LinkID=615557 // http://go.microsoft.com/fwlink/?LinkID=615557