diff options
| author | Marijn Tamis <[email protected]> | 2020-10-26 17:28:07 +0100 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2020-10-26 17:31:12 +0100 |
| commit | 8e100cca5888d09f40f4721cc433f284b1841e65 (patch) | |
| tree | b1bf296d26ed052680fc7471e4900bf17fefe615 /NvCloth/src/NvSimd/sse2 | |
| parent | Fix PxAssertHandler namespace issue when compiling with PhysX 4.1. (diff) | |
| download | nvcloth-8e100cca5888d09f40f4721cc433f284b1841e65.tar.xz nvcloth-8e100cca5888d09f40f4721cc433f284b1841e65.zip | |
Licence update 2020.
Diffstat (limited to 'NvCloth/src/NvSimd/sse2')
| -rw-r--r-- | NvCloth/src/NvSimd/sse2/NvSse2Simd4f.h | 2 | ||||
| -rw-r--r-- | NvCloth/src/NvSimd/sse2/NvSse2Simd4i.h | 2 | ||||
| -rw-r--r-- | NvCloth/src/NvSimd/sse2/NvSse2SimdTypes.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/NvCloth/src/NvSimd/sse2/NvSse2Simd4f.h b/NvCloth/src/NvSimd/sse2/NvSse2Simd4f.h index f280e35..d401851 100644 --- a/NvCloth/src/NvSimd/sse2/NvSse2Simd4f.h +++ b/NvCloth/src/NvSimd/sse2/NvSse2Simd4f.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/NvCloth/src/NvSimd/sse2/NvSse2Simd4i.h b/NvCloth/src/NvSimd/sse2/NvSse2Simd4i.h index 1b1439d..eef6ff5 100644 --- a/NvCloth/src/NvSimd/sse2/NvSse2Simd4i.h +++ b/NvCloth/src/NvSimd/sse2/NvSse2Simd4i.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/NvCloth/src/NvSimd/sse2/NvSse2SimdTypes.h b/NvCloth/src/NvSimd/sse2/NvSse2SimdTypes.h index 353f17a..fb244ab 100644 --- a/NvCloth/src/NvSimd/sse2/NvSse2SimdTypes.h +++ b/NvCloth/src/NvSimd/sse2/NvSse2SimdTypes.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. |