Skip to content

Commit d1adb09

Browse files
committed
Fixed up comment header block
1 parent 03e3208 commit d1adb09

15 files changed

+15
-75
lines changed

Extensions/DirectXMathAVX.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathAVX.h -- AVX (version 1) extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathAVX2.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathAVX2.h -- AVX2 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathBE.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathBE.h -- Big-endian swap extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathF16C.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathF16C.h -- F16C/CVT16 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathFMA3.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathFMA3.h -- FMA3 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathFMA4.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathFMA4.h -- FMA4 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathSSE3.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathSSE3.h -- SSE3 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

Extensions/DirectXMathSSE4.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXMathSSE4.h -- SSE4.1 extensions for SIMD C++ Math library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/?LinkID=615560
128
//-------------------------------------------------------------------------------------

SHMath/DirectXSH.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-----------------------------------------------------------------------------------
22
// DirectXSH.cpp -- C++ Spherical Harmonics Math Library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/p/?LinkId=262885
128
//-------------------------------------------------------------------------------------

SHMath/DirectXSH.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXSH.h -- C++ Spherical Harmonics Math Library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/p/?LinkId=262885
128
//-------------------------------------------------------------------------------------

SHMath/DirectXSHD3D11.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXSHD3D11.cpp -- C++ Spherical Harmonics Math Library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/p/?LinkId=262885
128
//-------------------------------------------------------------------------------------

SHMath/DirectXSHD3D12.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// DirectXSHD3D12.cpp -- C++ Spherical Harmonics Math Library
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//
117
// http://go.microsoft.com/fwlink/p/?LinkId=262885
128
//-------------------------------------------------------------------------------------

Stereo3D/Stereo3DMatrixHelper.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// Stereo3DMatrixHelper.cpp -- SIMD C++ Math helper for Stereo 3D matricies
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//-------------------------------------------------------------------------------------
117

128
#include "Stereo3DMatrixHelper.h"

Stereo3D/Stereo3DMatrixHelper.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
//-------------------------------------------------------------------------------------
22
// Stereo3DMatrixHelper.h -- SIMD C++ Math helper for Stereo 3D matrices
33
//
4-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
5-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
6-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
7-
// PARTICULAR PURPOSE.
8-
//
94
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License.
106
//-------------------------------------------------------------------------------------
117

128
#pragma once

XDSP/XDSP.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
//
99
// All FFT functions support only single-precision floating-point audio
1010
//
11-
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
12-
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
13-
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
14-
// PARTICULAR PURPOSE.
15-
//
1611
// Copyright (c) Microsoft Corporation. All rights reserved.
12+
// Licensed under the MIT License.
1713
//
1814
// http://go.microsoft.com/fwlink/?LinkID=615557
1915
//--------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)