mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-08 13:40:09 +00:00
Update copyright banner
This commit is contained in:
parent
596aa5dd57
commit
7c30ba5932
@ -13,7 +13,7 @@
|
||||
<icon>images\icon.jpg</icon>
|
||||
<license type="expression">MIT</license>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<copyright>© Microsoft Corporation.</copyright>
|
||||
<tags>C++ native DirectX math nativepackage</tags>
|
||||
</metadata>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
cmake_minimum_required (VERSION 3.11)
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXCollision.h -- C++ Collision Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXCollision.inl -- C++ Collision Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXColors.h -- C++ Color Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXMath.h -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXMathConvert.inl -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXMathMatrix.inl -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXMathMisc.inl -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXMathVector.inl -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXPackedVector.h -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXPackedVector.inl -- SIMD C++ Math library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615560
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
https://github.com/Microsoft/DirectXMath
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
**January 2021**
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-----------------------------------------------------------------------------------
|
||||
// DirectXSH.cpp -- C++ Spherical Harmonics Math Library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/p/?LinkId=262885
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXSH.h -- C++ Spherical Harmonics Math Library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/p/?LinkId=262885
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXSHD3D11.cpp -- C++ Spherical Harmonics Math Library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/p/?LinkId=262885
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// DirectXSHD3D12.cpp -- C++ Spherical Harmonics Math Library
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/p/?LinkId=262885
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//-------------------------------------------------------------------------------------
|
||||
// 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.
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// http://go.microsoft.com/fwlink/?LinkID=615557
|
||||
|
Loading…
Reference in New Issue
Block a user