From 7c30ba5932e081ca4d64ba4abb8a8986a7444ec9 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 26 Feb 2021 23:17:26 -0800 Subject: [PATCH] Update copyright banner --- .nuget/directxmath.nuspec | 2 +- CMakeLists.txt | 2 +- Extensions/DirectXMathAVX.h | 2 +- Extensions/DirectXMathAVX2.h | 2 +- Extensions/DirectXMathBE.h | 2 +- Extensions/DirectXMathF16C.h | 2 +- Extensions/DirectXMathFMA3.h | 2 +- Extensions/DirectXMathFMA4.h | 2 +- Extensions/DirectXMathSSE3.h | 2 +- Extensions/DirectXMathSSE4.h | 2 +- Inc/DirectXCollision.h | 2 +- Inc/DirectXCollision.inl | 2 +- Inc/DirectXColors.h | 2 +- Inc/DirectXMath.h | 2 +- Inc/DirectXMathConvert.inl | 2 +- Inc/DirectXMathMatrix.inl | 2 +- Inc/DirectXMathMisc.inl | 2 +- Inc/DirectXMathVector.inl | 2 +- Inc/DirectXPackedVector.h | 2 +- Inc/DirectXPackedVector.inl | 2 +- README.md | 2 +- SHMath/DirectXSH.cpp | 2 +- SHMath/DirectXSH.h | 2 +- SHMath/DirectXSHD3D11.cpp | 2 +- SHMath/DirectXSHD3D12.cpp | 2 +- Stereo3D/Stereo3DMatrixHelper.cpp | 2 +- Stereo3D/Stereo3DMatrixHelper.h | 2 +- XDSP/XDSP.h | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.nuget/directxmath.nuspec b/.nuget/directxmath.nuspec index e92d8b3..6e68a03 100644 --- a/.nuget/directxmath.nuspec +++ b/.nuget/directxmath.nuspec @@ -13,7 +13,7 @@ images\icon.jpg MIT false - © Microsoft Corporation. All rights reserved. + © Microsoft Corporation. C++ native DirectX math nativepackage diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ae92b4..4ab2428 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Extensions/DirectXMathAVX.h b/Extensions/DirectXMathAVX.h index bdcaec0..901a1c9 100644 --- a/Extensions/DirectXMathAVX.h +++ b/Extensions/DirectXMathAVX.h @@ -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 diff --git a/Extensions/DirectXMathAVX2.h b/Extensions/DirectXMathAVX2.h index 329849b..9624dc9 100644 --- a/Extensions/DirectXMathAVX2.h +++ b/Extensions/DirectXMathAVX2.h @@ -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 diff --git a/Extensions/DirectXMathBE.h b/Extensions/DirectXMathBE.h index dca2705..e5a0f85 100644 --- a/Extensions/DirectXMathBE.h +++ b/Extensions/DirectXMathBE.h @@ -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 diff --git a/Extensions/DirectXMathF16C.h b/Extensions/DirectXMathF16C.h index 6305eca..5802be6 100644 --- a/Extensions/DirectXMathF16C.h +++ b/Extensions/DirectXMathF16C.h @@ -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 diff --git a/Extensions/DirectXMathFMA3.h b/Extensions/DirectXMathFMA3.h index 20c6a09..8fae18e 100644 --- a/Extensions/DirectXMathFMA3.h +++ b/Extensions/DirectXMathFMA3.h @@ -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 diff --git a/Extensions/DirectXMathFMA4.h b/Extensions/DirectXMathFMA4.h index 38783d1..2cec13e 100644 --- a/Extensions/DirectXMathFMA4.h +++ b/Extensions/DirectXMathFMA4.h @@ -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 diff --git a/Extensions/DirectXMathSSE3.h b/Extensions/DirectXMathSSE3.h index 72a3dbb..926de4a 100644 --- a/Extensions/DirectXMathSSE3.h +++ b/Extensions/DirectXMathSSE3.h @@ -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 diff --git a/Extensions/DirectXMathSSE4.h b/Extensions/DirectXMathSSE4.h index 16378cb..4e432a9 100644 --- a/Extensions/DirectXMathSSE4.h +++ b/Extensions/DirectXMathSSE4.h @@ -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 diff --git a/Inc/DirectXCollision.h b/Inc/DirectXCollision.h index 94777bd..e084bcf 100644 --- a/Inc/DirectXCollision.h +++ b/Inc/DirectXCollision.h @@ -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 diff --git a/Inc/DirectXCollision.inl b/Inc/DirectXCollision.inl index c65ef54..51d3792 100644 --- a/Inc/DirectXCollision.inl +++ b/Inc/DirectXCollision.inl @@ -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 diff --git a/Inc/DirectXColors.h b/Inc/DirectXColors.h index 21eac36..882a357 100644 --- a/Inc/DirectXColors.h +++ b/Inc/DirectXColors.h @@ -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 diff --git a/Inc/DirectXMath.h b/Inc/DirectXMath.h index 5695f16..09465a8 100644 --- a/Inc/DirectXMath.h +++ b/Inc/DirectXMath.h @@ -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 diff --git a/Inc/DirectXMathConvert.inl b/Inc/DirectXMathConvert.inl index 193fae1..3536070 100644 --- a/Inc/DirectXMathConvert.inl +++ b/Inc/DirectXMathConvert.inl @@ -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 diff --git a/Inc/DirectXMathMatrix.inl b/Inc/DirectXMathMatrix.inl index 2d8ccb1..6e9ee19 100644 --- a/Inc/DirectXMathMatrix.inl +++ b/Inc/DirectXMathMatrix.inl @@ -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 diff --git a/Inc/DirectXMathMisc.inl b/Inc/DirectXMathMisc.inl index 4cfd042..653f3ec 100644 --- a/Inc/DirectXMathMisc.inl +++ b/Inc/DirectXMathMisc.inl @@ -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 diff --git a/Inc/DirectXMathVector.inl b/Inc/DirectXMathVector.inl index 49b622f..32789ae 100644 --- a/Inc/DirectXMathVector.inl +++ b/Inc/DirectXMathVector.inl @@ -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 diff --git a/Inc/DirectXPackedVector.h b/Inc/DirectXPackedVector.h index f76a05e..5b4c880 100644 --- a/Inc/DirectXPackedVector.h +++ b/Inc/DirectXPackedVector.h @@ -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 diff --git a/Inc/DirectXPackedVector.inl b/Inc/DirectXPackedVector.inl index ea37627..f9c6cb3 100644 --- a/Inc/DirectXPackedVector.inl +++ b/Inc/DirectXPackedVector.inl @@ -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 diff --git a/README.md b/README.md index 42bf3d4..2c4aac8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ https://github.com/Microsoft/DirectXMath -Copyright (c) Microsoft Corporation. All rights reserved. +Copyright (c) Microsoft Corporation. **January 2021** diff --git a/SHMath/DirectXSH.cpp b/SHMath/DirectXSH.cpp index 7c55710..3c0fe82 100644 --- a/SHMath/DirectXSH.cpp +++ b/SHMath/DirectXSH.cpp @@ -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 diff --git a/SHMath/DirectXSH.h b/SHMath/DirectXSH.h index 2cfef54..6c97c68 100644 --- a/SHMath/DirectXSH.h +++ b/SHMath/DirectXSH.h @@ -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 diff --git a/SHMath/DirectXSHD3D11.cpp b/SHMath/DirectXSHD3D11.cpp index 5f270a6..719de87 100644 --- a/SHMath/DirectXSHD3D11.cpp +++ b/SHMath/DirectXSHD3D11.cpp @@ -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 diff --git a/SHMath/DirectXSHD3D12.cpp b/SHMath/DirectXSHD3D12.cpp index ff62a82..ec84014 100644 --- a/SHMath/DirectXSHD3D12.cpp +++ b/SHMath/DirectXSHD3D12.cpp @@ -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 diff --git a/Stereo3D/Stereo3DMatrixHelper.cpp b/Stereo3D/Stereo3DMatrixHelper.cpp index dff03c9..6e49b6c 100644 --- a/Stereo3D/Stereo3DMatrixHelper.cpp +++ b/Stereo3D/Stereo3DMatrixHelper.cpp @@ -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. //------------------------------------------------------------------------------------- diff --git a/Stereo3D/Stereo3DMatrixHelper.h b/Stereo3D/Stereo3DMatrixHelper.h index 1ff2ddb..412d035 100644 --- a/Stereo3D/Stereo3DMatrixHelper.h +++ b/Stereo3D/Stereo3DMatrixHelper.h @@ -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. //------------------------------------------------------------------------------------- diff --git a/XDSP/XDSP.h b/XDSP/XDSP.h index 9a7e4ee..baa1a84 100644 --- a/XDSP/XDSP.h +++ b/XDSP/XDSP.h @@ -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