From f07ba77f2d8af805824385b4616549974d231a8d Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Wed, 29 May 2024 11:02:58 -0700 Subject: [PATCH] Updating Blast SDK to 5.0.6 --- blast/PACKAGE-LICENSES/blast-sdk-LICENSE.md | 2 +- blast/VERSION.md | 2 +- blast/docs/CHANGELOG.md | 34 +++++++++++++------ .../assetutils/NvBlastExtAssetUtils.h | 2 +- .../authoring/NvBlastExtAuthoring.h | 2 +- .../NvBlastExtAuthoringBondGenerator.h | 2 +- .../NvBlastExtAuthoringBooleanTool.h | 2 +- .../authoring/NvBlastExtAuthoringCutout.h | 2 +- .../NvBlastExtAuthoringFractureTool.h | 2 +- .../NvBlastExtAuthoringMeshCleaner.h | 2 +- .../NvBlastExtAuthoringAccelerator.h | 2 +- .../NvBlastExtAuthoringConvexMeshBuilder.h | 2 +- .../authoringCommon/NvBlastExtAuthoringMesh.h | 2 +- .../NvBlastExtAuthoringPatternGenerator.h | 2 +- .../NvBlastExtAuthoringTypes.h | 2 +- .../serialization/NvBlastExtLlSerialization.h | 2 +- .../serialization/NvBlastExtSerialization.h | 2 +- .../serialization/NvBlastExtTkSerialization.h | 2 +- .../shaders/NvBlastExtDamageShaders.h | 2 +- .../stress/NvBlastExtStressSolver.h | 2 +- blast/include/globals/NvBlastAllocator.h | 2 +- blast/include/globals/NvBlastDebugRender.h | 2 +- blast/include/globals/NvBlastGlobals.h | 2 +- blast/include/globals/NvCMath.h | 2 +- blast/include/lowlevel/NvBlast.h | 2 +- blast/include/lowlevel/NvBlastTypes.h | 2 +- blast/include/shared/NvFoundation/Nv.h | 4 +-- .../shared/NvFoundation/NvAllocatorCallback.h | 4 +-- blast/include/shared/NvFoundation/NvAssert.h | 4 +-- blast/include/shared/NvFoundation/NvBounds3.h | 4 +-- blast/include/shared/NvFoundation/NvCTypes.h | 4 +-- .../shared/NvFoundation/NvErrorCallback.h | 4 +-- blast/include/shared/NvFoundation/NvErrors.h | 4 +-- blast/include/shared/NvFoundation/NvFlags.h | 4 +-- blast/include/shared/NvFoundation/NvIO.h | 4 +-- .../shared/NvFoundation/NvIntrinsics.h | 4 +-- blast/include/shared/NvFoundation/NvMat33.h | 4 +-- blast/include/shared/NvFoundation/NvMat44.h | 4 +-- blast/include/shared/NvFoundation/NvMath.h | 4 +-- blast/include/shared/NvFoundation/NvPlane.h | 4 +-- .../shared/NvFoundation/NvPreprocessor.h | 4 +-- .../include/shared/NvFoundation/NvProfiler.h | 4 +-- blast/include/shared/NvFoundation/NvQuat.h | 4 +-- .../shared/NvFoundation/NvSimpleTypes.h | 4 +-- .../include/shared/NvFoundation/NvTransform.h | 4 +-- blast/include/shared/NvFoundation/NvVec2.h | 4 +-- blast/include/shared/NvFoundation/NvVec3.h | 4 +-- blast/include/shared/NvFoundation/NvVec4.h | 4 +-- .../platform/unix/NvUnixIntrinsics.h | 4 +-- .../platform/windows/NvWindowsIntrinsics.h | 4 +-- blast/include/toolkit/NvBlastTk.h | 2 +- blast/include/toolkit/NvBlastTkActor.h | 2 +- blast/include/toolkit/NvBlastTkAsset.h | 2 +- blast/include/toolkit/NvBlastTkEvent.h | 2 +- blast/include/toolkit/NvBlastTkFamily.h | 2 +- blast/include/toolkit/NvBlastTkFramework.h | 2 +- blast/include/toolkit/NvBlastTkGroup.h | 2 +- .../toolkit/NvBlastTkGroupTaskManager.h | 2 +- blast/include/toolkit/NvBlastTkIdentifiable.h | 2 +- blast/include/toolkit/NvBlastTkJoint.h | 2 +- blast/include/toolkit/NvBlastTkObject.h | 2 +- blast/include/toolkit/NvBlastTkType.h | 2 +- blast/source/sdk/common/NvBlastArray.h | 2 +- blast/source/sdk/common/NvBlastAssert.cpp | 2 +- blast/source/sdk/common/NvBlastAssert.h | 2 +- blast/source/sdk/common/NvBlastAtomic.cpp | 2 +- blast/source/sdk/common/NvBlastAtomic.h | 2 +- blast/source/sdk/common/NvBlastDLink.h | 2 +- blast/source/sdk/common/NvBlastFixedArray.h | 2 +- blast/source/sdk/common/NvBlastFixedBitmap.h | 2 +- .../source/sdk/common/NvBlastFixedBoolArray.h | 2 +- .../sdk/common/NvBlastFixedPriorityQueue.h | 2 +- blast/source/sdk/common/NvBlastFixedQueue.h | 2 +- blast/source/sdk/common/NvBlastGeometry.h | 2 +- blast/source/sdk/common/NvBlastHashMap.h | 2 +- blast/source/sdk/common/NvBlastHashSet.h | 2 +- .../source/sdk/common/NvBlastIncludeWindows.h | 2 +- blast/source/sdk/common/NvBlastIndexFns.h | 2 +- blast/source/sdk/common/NvBlastIteratorBase.h | 2 +- blast/source/sdk/common/NvBlastMath.h | 2 +- blast/source/sdk/common/NvBlastMemory.h | 2 +- .../sdk/common/NvBlastNvSharedHelpers.h | 2 +- .../sdk/common/NvBlastPreprocessorInternal.h | 2 +- blast/source/sdk/common/NvBlastTime.cpp | 2 +- blast/source/sdk/common/NvBlastTime.h | 2 +- blast/source/sdk/common/NvBlastTimers.cpp | 2 +- .../sdk/common/NvBlastVolumeIntegrals.h | 2 +- .../assetutils/NvBlastExtAssetUtils.cpp | 2 +- .../authoring/NvBlastExtApexSharedParts.cpp | 2 +- .../authoring/NvBlastExtApexSharedParts.h | 2 +- .../authoring/NvBlastExtAuthoring.cpp | 2 +- .../NvBlastExtAuthoringBondGeneratorImpl.cpp | 2 +- .../NvBlastExtAuthoringBondGeneratorImpl.h | 2 +- .../NvBlastExtAuthoringBooleanToolImpl.cpp | 2 +- .../NvBlastExtAuthoringBooleanToolImpl.h | 2 +- ...vBlastExtAuthoringCollisionBuilderImpl.cpp | 2 +- .../NvBlastExtAuthoringCollisionBuilderImpl.h | 2 +- .../NvBlastExtAuthoringCutoutImpl.cpp | 2 +- .../authoring/NvBlastExtAuthoringCutoutImpl.h | 2 +- .../NvBlastExtAuthoringFractureToolImpl.cpp | 2 +- .../NvBlastExtAuthoringFractureToolImpl.h | 2 +- .../NvBlastExtAuthoringMeshCleanerImpl.cpp | 2 +- .../NvBlastExtAuthoringMeshCleanerImpl.h | 2 +- .../NvBlastExtAuthoringMeshNoiser.cpp | 2 +- .../authoring/NvBlastExtAuthoringMeshNoiser.h | 2 +- ...vBlastExtAuthoringPatternGeneratorImpl.cpp | 2 +- .../NvBlastExtAuthoringPatternGeneratorImpl.h | 2 +- .../NvBlastExtAuthoringPerlinNoise.h | 2 +- .../NvBlastExtAuthoringTriangulator.cpp | 2 +- .../NvBlastExtAuthoringTriangulator.h | 2 +- .../authoring/NvBlastExtAuthoringVSA.h | 2 +- .../authoring/NvBlastExtTriangleProcessor.cpp | 2 +- .../authoring/NvBlastExtTriangleProcessor.h | 2 +- .../NvBlastExtAuthoringAcceleratorImpl.cpp | 2 +- .../NvBlastExtAuthoringAcceleratorImpl.h | 2 +- .../NvBlastExtAuthoringInternalCommon.h | 2 +- .../NvBlastExtAuthoringMeshImpl.cpp | 2 +- .../NvBlastExtAuthoringMeshImpl.h | 2 +- .../extensions/serialization/DTO/ActorDTO.cpp | 2 +- .../extensions/serialization/DTO/ActorDTO.h | 2 +- .../extensions/serialization/DTO/AssetDTO.cpp | 2 +- .../extensions/serialization/DTO/AssetDTO.h | 2 +- .../extensions/serialization/DTO/DTOMacros.h | 2 +- .../serialization/DTO/FamilyDTO.cpp | 2 +- .../extensions/serialization/DTO/FamilyDTO.h | 2 +- .../serialization/DTO/FamilyGraphDTO.cpp | 2 +- .../serialization/DTO/FamilyGraphDTO.h | 2 +- .../serialization/DTO/NvBlastBondDTO.cpp | 2 +- .../serialization/DTO/NvBlastBondDTO.h | 2 +- .../serialization/DTO/NvBlastChunkDTO.cpp | 2 +- .../serialization/DTO/NvBlastChunkDTO.h | 2 +- .../serialization/DTO/NvBlastIDDTO.cpp | 2 +- .../serialization/DTO/NvBlastIDDTO.h | 2 +- .../serialization/DTO/NvVec3DTO.cpp | 2 +- .../extensions/serialization/DTO/NvVec3DTO.h | 2 +- .../DTO/PxConvexMeshGeometryDTO.cpp | 2 +- .../DTO/PxConvexMeshGeometryDTO.h | 2 +- .../serialization/DTO/PxMeshScaleDTO.cpp | 2 +- .../serialization/DTO/PxMeshScaleDTO.h | 2 +- .../serialization/DTO/PxQuatDTO.cpp | 2 +- .../extensions/serialization/DTO/PxQuatDTO.h | 2 +- .../serialization/DTO/PxTransformDTO.cpp | 2 +- .../serialization/DTO/PxTransformDTO.h | 2 +- .../serialization/DTO/PxVec3DTO.cpp | 2 +- .../extensions/serialization/DTO/PxVec3DTO.h | 2 +- .../serialization/DTO/TkAssetDTO.cpp | 2 +- .../extensions/serialization/DTO/TkAssetDTO.h | 2 +- .../serialization/DTO/TkAssetJointDescDTO.cpp | 2 +- .../serialization/DTO/TkAssetJointDescDTO.h | 2 +- .../serialization/NvBlastExtInputStream.cpp | 2 +- .../serialization/NvBlastExtInputStream.h | 2 +- .../NvBlastExtLlSerialization.cpp | 2 +- .../NvBlastExtLlSerializerCAPN.h | 2 +- .../serialization/NvBlastExtOutputStream.cpp | 2 +- .../serialization/NvBlastExtOutputStream.h | 2 +- .../serialization/NvBlastExtSerialization.cpp | 2 +- .../NvBlastExtSerializationCAPN.h | 2 +- .../NvBlastExtSerializationInternal.h | 2 +- .../NvBlastExtTkSerialization.cpp | 2 +- .../NvBlastExtTkSerializerCAPN.h | 2 +- .../NvBlastExtTkSerializerRAW.cpp | 2 +- .../serialization/NvBlastExtTkSerializerRAW.h | 2 +- .../NvBlastExtDamageAcceleratorAABBTree.cpp | 2 +- .../NvBlastExtDamageAcceleratorAABBTree.h | 2 +- .../NvBlastExtDamageAcceleratorInternal.h | 2 +- .../shaders/NvBlastExtDamageAccelerators.cpp | 2 +- .../shaders/NvBlastExtDamageShaders.cpp | 2 +- .../stress/NvBlastExtStressSolver.cpp | 31 ++++++++++++++--- blast/source/sdk/globals/NvBlastGlobals.cpp | 2 +- .../sdk/globals/NvBlastInternalProfiler.cpp | 2 +- .../sdk/globals/NvBlastInternalProfiler.h | 2 +- blast/source/sdk/lowlevel/NvBlastActor.cpp | 2 +- blast/source/sdk/lowlevel/NvBlastActor.h | 2 +- .../NvBlastActorSerializationBlock.cpp | 2 +- .../lowlevel/NvBlastActorSerializationBlock.h | 2 +- blast/source/sdk/lowlevel/NvBlastAsset.cpp | 2 +- blast/source/sdk/lowlevel/NvBlastAsset.h | 2 +- .../sdk/lowlevel/NvBlastAssetHelper.cpp | 2 +- .../sdk/lowlevel/NvBlastChunkHierarchy.h | 2 +- blast/source/sdk/lowlevel/NvBlastFamily.cpp | 10 +++++- blast/source/sdk/lowlevel/NvBlastFamily.h | 34 ++++++++++++------- .../sdk/lowlevel/NvBlastFamilyGraph.cpp | 2 +- .../source/sdk/lowlevel/NvBlastFamilyGraph.h | 2 +- .../source/sdk/lowlevel/NvBlastSupportGraph.h | 2 +- .../source/sdk/toolkit/NvBlastTkActorImpl.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkActorImpl.h | 2 +- .../source/sdk/toolkit/NvBlastTkAssetImpl.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkAssetImpl.h | 2 +- blast/source/sdk/toolkit/NvBlastTkCommon.h | 2 +- .../source/sdk/toolkit/NvBlastTkEventQueue.h | 2 +- .../sdk/toolkit/NvBlastTkFamilyImpl.cpp | 2 +- .../source/sdk/toolkit/NvBlastTkFamilyImpl.h | 2 +- .../sdk/toolkit/NvBlastTkFrameworkImpl.cpp | 2 +- .../sdk/toolkit/NvBlastTkFrameworkImpl.h | 2 +- blast/source/sdk/toolkit/NvBlastTkGUID.h | 2 +- .../source/sdk/toolkit/NvBlastTkGroupImpl.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkGroupImpl.h | 2 +- .../source/sdk/toolkit/NvBlastTkJointImpl.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkJointImpl.h | 2 +- blast/source/sdk/toolkit/NvBlastTkTask.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkTask.h | 2 +- .../source/sdk/toolkit/NvBlastTkTaskImpl.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkTaskImpl.h | 2 +- .../sdk/toolkit/NvBlastTkTaskManager.cpp | 2 +- blast/source/sdk/toolkit/NvBlastTkTypeImpl.h | 2 +- blast/source/shared/NsFoundation/include/Ns.h | 4 +-- .../NsFoundation/include/NsAlignedMalloc.h | 4 +-- .../shared/NsFoundation/include/NsAllocator.h | 4 +-- .../shared/NsFoundation/include/NsAoS.h | 4 +-- .../shared/NsFoundation/include/NsArray.h | 4 +-- .../NsFoundation/include/NsBasicTemplates.h | 4 +-- .../shared/NsFoundation/include/NsBitUtils.h | 4 +-- .../shared/NsFoundation/include/NsFPU.h | 4 +-- .../shared/NsFoundation/include/NsGlobals.h | 4 +-- .../shared/NsFoundation/include/NsHash.h | 4 +-- .../NsFoundation/include/NsHashInternals.h | 4 +-- .../shared/NsFoundation/include/NsHashMap.h | 4 +-- .../shared/NsFoundation/include/NsHashSet.h | 4 +-- .../NsFoundation/include/NsInlineAllocator.h | 4 +-- .../shared/NsFoundation/include/NsInlineAoS.h | 4 +-- .../NsFoundation/include/NsInlineArray.h | 4 +-- .../NsFoundation/include/NsIntrinsics.h | 4 +-- .../NsFoundation/include/NsUserAllocated.h | 4 +-- .../shared/NsFoundation/include/NsVecMath.h | 4 +-- .../NsFoundation/include/NsVecMathAoSScalar.h | 4 +-- .../include/NsVecMathAoSScalarInline.h | 4 +-- .../shared/NsFoundation/include/NsVecQuat.h | 4 +-- .../shared/NsFoundation/include/NvUnionCast.h | 4 +-- .../include/platform/unix/NsUnixAoS.h | 4 +-- .../include/platform/unix/NsUnixFPU.h | 4 +-- .../include/platform/unix/NsUnixInlineAoS.h | 4 +-- .../include/platform/unix/NsUnixIntrinsics.h | 4 +-- .../platform/unix/NsUnixTrigConstants.h | 4 +-- .../platform/unix/neon/NsUnixNeonAoS.h | 4 +-- .../platform/unix/neon/NsUnixNeonInlineAoS.h | 4 +-- .../platform/unix/sse2/NsUnixSse2AoS.h | 4 +-- .../platform/unix/sse2/NsUnixSse2InlineAoS.h | 4 +-- .../include/platform/windows/NsWindowsAoS.h | 4 +-- .../include/platform/windows/NsWindowsFPU.h | 4 +-- .../platform/windows/NsWindowsInlineAoS.h | 4 +-- .../platform/windows/NsWindowsIntrinsics.h | 4 +-- .../platform/windows/NsWindowsTrigConstants.h | 4 +-- .../shared/NvTask/include/NvCpuDispatcher.h | 4 +-- .../shared/NvTask/include/NvGpuDispatcher.h | 4 +-- blast/source/shared/NvTask/include/NvTask.h | 4 +-- .../shared/NvTask/include/NvTaskDefine.h | 4 +-- .../shared/NvTask/include/NvTaskManager.h | 4 +-- blast/source/shared/stress_solver/anglin6.h | 2 +- blast/source/shared/stress_solver/bond.h | 2 +- blast/source/shared/stress_solver/buffer.h | 2 +- blast/source/shared/stress_solver/coupling.h | 2 +- blast/source/shared/stress_solver/inertia.h | 2 +- blast/source/shared/stress_solver/math/cgnr.h | 2 +- blast/source/shared/stress_solver/simd/simd.h | 2 +- .../stress_solver/simd/simd_device_query.h | 2 +- .../shared/stress_solver/solver_types.h | 2 +- blast/source/shared/stress_solver/stress.cpp | 2 +- blast/source/shared/stress_solver/stress.h | 2 +- blast/source/shared/utils/AssetGenerator.cpp | 2 +- blast/source/shared/utils/AssetGenerator.h | 2 +- blast/source/test/src/BlastBaseTest.h | 2 +- blast/source/test/src/TkBaseTest.h | 2 +- .../source/test/src/perf/BlastBasePerfTest.h | 2 +- .../source/test/src/perf/DamagePerfTests.cpp | 2 +- .../source/test/src/perf/SolverPerfTests.cpp | 2 +- blast/source/test/src/unit/APITests.cpp | 2 +- blast/source/test/src/unit/ActorTests.cpp | 2 +- blast/source/test/src/unit/AssetTests.cpp | 2 +- blast/source/test/src/unit/CoreTests.cpp | 2 +- .../source/test/src/unit/FamilyGraphTests.cpp | 2 +- .../test/src/unit/MultithreadingTests.cpp | 2 +- blast/source/test/src/unit/SyncTests.cpp | 2 +- .../source/test/src/unit/TkCompositeTests.cpp | 2 +- blast/source/test/src/unit/TkTests.cpp | 2 +- blast/source/test/src/utils/TaskDispatcher.h | 2 +- blast/source/test/src/utils/TestAssets.cpp | 2 +- blast/source/test/src/utils/TestAssets.h | 2 +- blast/source/test/src/utils/TestProfiler.h | 2 +- 278 files changed, 353 insertions(+), 436 deletions(-) diff --git a/blast/PACKAGE-LICENSES/blast-sdk-LICENSE.md b/blast/PACKAGE-LICENSES/blast-sdk-LICENSE.md index 4056e6a29..f4b4ffe2c 100644 --- a/blast/PACKAGE-LICENSES/blast-sdk-LICENSE.md +++ b/blast/PACKAGE-LICENSES/blast-sdk-LICENSE.md @@ -22,4 +22,4 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. diff --git a/blast/VERSION.md b/blast/VERSION.md index 2d6c0bcf1..c20c645d7 100644 --- a/blast/VERSION.md +++ b/blast/VERSION.md @@ -1 +1 @@ -5.0.4 +5.0.6 diff --git a/blast/docs/CHANGELOG.md b/blast/docs/CHANGELOG.md index 0003ba384..586dadefc 100644 --- a/blast/docs/CHANGELOG.md +++ b/blast/docs/CHANGELOG.md @@ -1,9 +1,21 @@ # Changelog +## [5.0.6] - 29-May-2024 + +### Changes +- Copyright updates. + + +## [5.0.5] - 10-May-2024 + +### Bugfixes +- Addressing crash in NvBlastFamilyGetActors and other NvBlastFamily functions when internal asset is NULL. + + ## [5.0.4] - 22-January-2024 ### Bugfixes -- Fixed issue https://github.com/NVIDIA-Omniverse/PhysX/issues/207, Island removal doesn't work as expected +- Fixed issue https://github.com/NVIDIA-Omniverse/PhysX/issues/207, Island removal doesn't work as expected. ## [5.0.3] - 1-November-2023 @@ -15,26 +27,26 @@ ## [5.0.2] - 25-July-2023 ### Bugfixes -- Fixed slice fracturing bug which set the local chunk transform to the identity in some cases +- Fixed slice fracturing bug which set the local chunk transform to the identity in some cases. ## [5.0.1] - 22-June-2023 ### Bugfixes -- Use proper constructors for NvTransform and NvVec3 to avoid using garbage data +- Use proper constructors for NvTransform and NvVec3 to avoid using garbage data. ## [5.0.0] - 23-Jan-2023 ### Changes -- Removed all PhysX dependencies from code outside of the ExtPx extension -- Replaced Px types with NvShared types -- NvFoundation headers in include/shared/NvFoundation - - Includes NvPreprocessor.h and NvcTypes.h (formerly in include/lowlevel) - - Include basic Nv types, such as NvVec3 (used by the Tk library) -- Consolidated header structure - - include/lowlevel/NvBlastPreprocessor.h is gone - - Previously-defined NVBLAST_API has been renamed NV_C_API and is now defined in NvPreprocessor.h +- Removed all PhysX dependencies from code outside of the ExtPx extension. +- Replaced Px types with NvShared types. +- NvFoundation headers in include/shared/NvFoundation: + - Includes NvPreprocessor.h and NvcTypes.h (formerly in include/lowlevel). + - Include basic Nv types, such as NvVec3 (used by the Tk library). +- Consolidated header structure: + - include/lowlevel/NvBlastPreprocessor.h is gone. + - Previously-defined NVBLAST_API has been renamed NV_C_API and is now defined in NvPreprocessor.h. ## [4.0.2] - 31-Aug-2022 diff --git a/blast/include/extensions/assetutils/NvBlastExtAssetUtils.h b/blast/include/extensions/assetutils/NvBlastExtAssetUtils.h index 24b1f4324..2a5d1af07 100644 --- a/blast/include/extensions/assetutils/NvBlastExtAssetUtils.h +++ b/blast/include/extensions/assetutils/NvBlastExtAssetUtils.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoring.h b/blast/include/extensions/authoring/NvBlastExtAuthoring.h index a3370bf81..157997032 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoring.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoring.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoringBondGenerator.h b/blast/include/extensions/authoring/NvBlastExtAuthoringBondGenerator.h index a908b103e..e1e136ce6 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoringBondGenerator.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoringBondGenerator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoringBooleanTool.h b/blast/include/extensions/authoring/NvBlastExtAuthoringBooleanTool.h index 6c87ae334..05c002ace 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoringBooleanTool.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoringBooleanTool.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoringCutout.h b/blast/include/extensions/authoring/NvBlastExtAuthoringCutout.h index 80bde15ab..c9b517386 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoringCutout.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoringCutout.h @@ -11,7 +11,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoringFractureTool.h b/blast/include/extensions/authoring/NvBlastExtAuthoringFractureTool.h index aecca6e12..ba3c24859 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoringFractureTool.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoringFractureTool.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoring/NvBlastExtAuthoringMeshCleaner.h b/blast/include/extensions/authoring/NvBlastExtAuthoringMeshCleaner.h index 4f3252a6d..06e75edcd 100644 --- a/blast/include/extensions/authoring/NvBlastExtAuthoringMeshCleaner.h +++ b/blast/include/extensions/authoring/NvBlastExtAuthoringMeshCleaner.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringAccelerator.h b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringAccelerator.h index 73fdd5a1d..3032c9c6f 100644 --- a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringAccelerator.h +++ b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringAccelerator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringConvexMeshBuilder.h b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringConvexMeshBuilder.h index 64080d4f7..2de62e3a3 100644 --- a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringConvexMeshBuilder.h +++ b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringConvexMeshBuilder.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringMesh.h b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringMesh.h index 2754f2113..693935283 100644 --- a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringMesh.h +++ b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringMesh.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringPatternGenerator.h b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringPatternGenerator.h index d557e76e6..97360a487 100644 --- a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringPatternGenerator.h +++ b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringPatternGenerator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringTypes.h b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringTypes.h index a5c08e1f0..75ed5c7c2 100644 --- a/blast/include/extensions/authoringCommon/NvBlastExtAuthoringTypes.h +++ b/blast/include/extensions/authoringCommon/NvBlastExtAuthoringTypes.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/serialization/NvBlastExtLlSerialization.h b/blast/include/extensions/serialization/NvBlastExtLlSerialization.h index 9752ba31a..caddebe29 100644 --- a/blast/include/extensions/serialization/NvBlastExtLlSerialization.h +++ b/blast/include/extensions/serialization/NvBlastExtLlSerialization.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/serialization/NvBlastExtSerialization.h b/blast/include/extensions/serialization/NvBlastExtSerialization.h index 6f0e9e19d..40c30bfa1 100644 --- a/blast/include/extensions/serialization/NvBlastExtSerialization.h +++ b/blast/include/extensions/serialization/NvBlastExtSerialization.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/serialization/NvBlastExtTkSerialization.h b/blast/include/extensions/serialization/NvBlastExtTkSerialization.h index c7d51c720..f6d19c2a5 100644 --- a/blast/include/extensions/serialization/NvBlastExtTkSerialization.h +++ b/blast/include/extensions/serialization/NvBlastExtTkSerialization.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/shaders/NvBlastExtDamageShaders.h b/blast/include/extensions/shaders/NvBlastExtDamageShaders.h index f0aa779cd..cb2688d2e 100644 --- a/blast/include/extensions/shaders/NvBlastExtDamageShaders.h +++ b/blast/include/extensions/shaders/NvBlastExtDamageShaders.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/extensions/stress/NvBlastExtStressSolver.h b/blast/include/extensions/stress/NvBlastExtStressSolver.h index 003ad1172..03415ba6e 100644 --- a/blast/include/extensions/stress/NvBlastExtStressSolver.h +++ b/blast/include/extensions/stress/NvBlastExtStressSolver.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/globals/NvBlastAllocator.h b/blast/include/globals/NvBlastAllocator.h index c2d1715f4..ec60afe37 100644 --- a/blast/include/globals/NvBlastAllocator.h +++ b/blast/include/globals/NvBlastAllocator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/globals/NvBlastDebugRender.h b/blast/include/globals/NvBlastDebugRender.h index aa790dc20..1274d8fc1 100644 --- a/blast/include/globals/NvBlastDebugRender.h +++ b/blast/include/globals/NvBlastDebugRender.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/globals/NvBlastGlobals.h b/blast/include/globals/NvBlastGlobals.h index 5792164d7..1584a36d6 100644 --- a/blast/include/globals/NvBlastGlobals.h +++ b/blast/include/globals/NvBlastGlobals.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTGLOBALS_H diff --git a/blast/include/globals/NvCMath.h b/blast/include/globals/NvCMath.h index 81efdff95..8636851b1 100644 --- a/blast/include/globals/NvCMath.h +++ b/blast/include/globals/NvCMath.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/lowlevel/NvBlast.h b/blast/include/lowlevel/NvBlast.h index edf6f017d..8e86b74aa 100644 --- a/blast/include/lowlevel/NvBlast.h +++ b/blast/include/lowlevel/NvBlast.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/lowlevel/NvBlastTypes.h b/blast/include/lowlevel/NvBlastTypes.h index a47ac21f1..8726f94fd 100644 --- a/blast/include/lowlevel/NvBlastTypes.h +++ b/blast/include/lowlevel/NvBlastTypes.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/shared/NvFoundation/Nv.h b/blast/include/shared/NvFoundation/Nv.h index 14ea7ab8b..b29bcbaee 100644 --- a/blast/include/shared/NvFoundation/Nv.h +++ b/blast/include/shared/NvFoundation/Nv.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NV_H #define NV_NVFOUNDATION_NV_H diff --git a/blast/include/shared/NvFoundation/NvAllocatorCallback.h b/blast/include/shared/NvFoundation/NvAllocatorCallback.h index fc2aaff90..97e805854 100644 --- a/blast/include/shared/NvFoundation/NvAllocatorCallback.h +++ b/blast/include/shared/NvFoundation/NvAllocatorCallback.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVALLOCATORCALLBACK_H #define NV_NVFOUNDATION_NVALLOCATORCALLBACK_H diff --git a/blast/include/shared/NvFoundation/NvAssert.h b/blast/include/shared/NvFoundation/NvAssert.h index d895462a4..93366350b 100644 --- a/blast/include/shared/NvFoundation/NvAssert.h +++ b/blast/include/shared/NvFoundation/NvAssert.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVASSERT_H #define NV_NVFOUNDATION_NVASSERT_H diff --git a/blast/include/shared/NvFoundation/NvBounds3.h b/blast/include/shared/NvFoundation/NvBounds3.h index 738a69562..0845ea8d5 100644 --- a/blast/include/shared/NvFoundation/NvBounds3.h +++ b/blast/include/shared/NvFoundation/NvBounds3.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVBOUNDS3_H #define NV_NVFOUNDATION_NVBOUNDS3_H diff --git a/blast/include/shared/NvFoundation/NvCTypes.h b/blast/include/shared/NvFoundation/NvCTypes.h index a691ade17..63770ce64 100644 --- a/blast/include/shared/NvFoundation/NvCTypes.h +++ b/blast/include/shared/NvFoundation/NvCTypes.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_C_TYPES_H #define NV_C_TYPES_H diff --git a/blast/include/shared/NvFoundation/NvErrorCallback.h b/blast/include/shared/NvFoundation/NvErrorCallback.h index 90bccfd46..98d6dfc72 100644 --- a/blast/include/shared/NvFoundation/NvErrorCallback.h +++ b/blast/include/shared/NvFoundation/NvErrorCallback.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVERRORCALLBACK_H #define NV_NVFOUNDATION_NVERRORCALLBACK_H diff --git a/blast/include/shared/NvFoundation/NvErrors.h b/blast/include/shared/NvFoundation/NvErrors.h index c10a27dbb..d5fdd1b3e 100644 --- a/blast/include/shared/NvFoundation/NvErrors.h +++ b/blast/include/shared/NvFoundation/NvErrors.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVERRORS_H #define NV_NVFOUNDATION_NVERRORS_H diff --git a/blast/include/shared/NvFoundation/NvFlags.h b/blast/include/shared/NvFoundation/NvFlags.h index 6dd5d6b94..163d087ad 100644 --- a/blast/include/shared/NvFoundation/NvFlags.h +++ b/blast/include/shared/NvFoundation/NvFlags.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVFLAGS_H #define NV_NVFOUNDATION_NVFLAGS_H diff --git a/blast/include/shared/NvFoundation/NvIO.h b/blast/include/shared/NvFoundation/NvIO.h index 5e892cf98..160bda503 100644 --- a/blast/include/shared/NvFoundation/NvIO.h +++ b/blast/include/shared/NvFoundation/NvIO.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVIO_H #define NV_NVFOUNDATION_NVIO_H diff --git a/blast/include/shared/NvFoundation/NvIntrinsics.h b/blast/include/shared/NvFoundation/NvIntrinsics.h index 82cf8995c..2f1aa0732 100644 --- a/blast/include/shared/NvFoundation/NvIntrinsics.h +++ b/blast/include/shared/NvFoundation/NvIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVINTRINSICS_H #define NV_NVFOUNDATION_NVINTRINSICS_H diff --git a/blast/include/shared/NvFoundation/NvMat33.h b/blast/include/shared/NvFoundation/NvMat33.h index f459502e4..ed1bb41f2 100644 --- a/blast/include/shared/NvFoundation/NvMat33.h +++ b/blast/include/shared/NvFoundation/NvMat33.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVMAT33_H #define NV_NVFOUNDATION_NVMAT33_H diff --git a/blast/include/shared/NvFoundation/NvMat44.h b/blast/include/shared/NvFoundation/NvMat44.h index e4d12e331..a93b3d6cc 100644 --- a/blast/include/shared/NvFoundation/NvMat44.h +++ b/blast/include/shared/NvFoundation/NvMat44.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVMAT44_H #define NV_NVFOUNDATION_NVMAT44_H diff --git a/blast/include/shared/NvFoundation/NvMath.h b/blast/include/shared/NvFoundation/NvMath.h index 3bba0d388..7517659cb 100644 --- a/blast/include/shared/NvFoundation/NvMath.h +++ b/blast/include/shared/NvFoundation/NvMath.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVMATH_H #define NV_NVFOUNDATION_NVMATH_H diff --git a/blast/include/shared/NvFoundation/NvPlane.h b/blast/include/shared/NvFoundation/NvPlane.h index 6aa18d8f8..d315e1514 100644 --- a/blast/include/shared/NvFoundation/NvPlane.h +++ b/blast/include/shared/NvFoundation/NvPlane.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVPLANE_H #define NV_NVFOUNDATION_NVPLANE_H diff --git a/blast/include/shared/NvFoundation/NvPreprocessor.h b/blast/include/shared/NvFoundation/NvPreprocessor.h index 1f562101f..45b7447aa 100644 --- a/blast/include/shared/NvFoundation/NvPreprocessor.h +++ b/blast/include/shared/NvFoundation/NvPreprocessor.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVPREPROCESSOR_H #define NV_NVFOUNDATION_NVPREPROCESSOR_H diff --git a/blast/include/shared/NvFoundation/NvProfiler.h b/blast/include/shared/NvFoundation/NvProfiler.h index 6c070e337..3d14e2384 100644 --- a/blast/include/shared/NvFoundation/NvProfiler.h +++ b/blast/include/shared/NvFoundation/NvProfiler.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_PROFILER_H #define NV_PROFILER_H diff --git a/blast/include/shared/NvFoundation/NvQuat.h b/blast/include/shared/NvFoundation/NvQuat.h index 44ce3db44..42c0dde73 100644 --- a/blast/include/shared/NvFoundation/NvQuat.h +++ b/blast/include/shared/NvFoundation/NvQuat.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVQUAT_H #define NV_NVFOUNDATION_NVQUAT_H diff --git a/blast/include/shared/NvFoundation/NvSimpleTypes.h b/blast/include/shared/NvFoundation/NvSimpleTypes.h index 002b6ee7c..924f65b30 100644 --- a/blast/include/shared/NvFoundation/NvSimpleTypes.h +++ b/blast/include/shared/NvFoundation/NvSimpleTypes.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVSIMPLETYPES_H #define NV_NVFOUNDATION_NVSIMPLETYPES_H diff --git a/blast/include/shared/NvFoundation/NvTransform.h b/blast/include/shared/NvFoundation/NvTransform.h index 8b324f0f6..c057a50f4 100644 --- a/blast/include/shared/NvFoundation/NvTransform.h +++ b/blast/include/shared/NvFoundation/NvTransform.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVTRANSFORM_H #define NV_NVFOUNDATION_NVTRANSFORM_H diff --git a/blast/include/shared/NvFoundation/NvVec2.h b/blast/include/shared/NvFoundation/NvVec2.h index 966a240c8..145ed8834 100644 --- a/blast/include/shared/NvFoundation/NvVec2.h +++ b/blast/include/shared/NvFoundation/NvVec2.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVVEC2_H #define NV_NVFOUNDATION_NVVEC2_H diff --git a/blast/include/shared/NvFoundation/NvVec3.h b/blast/include/shared/NvFoundation/NvVec3.h index 84240e10d..b960a6a8e 100644 --- a/blast/include/shared/NvFoundation/NvVec3.h +++ b/blast/include/shared/NvFoundation/NvVec3.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVVEC3_H #define NV_NVFOUNDATION_NVVEC3_H diff --git a/blast/include/shared/NvFoundation/NvVec4.h b/blast/include/shared/NvFoundation/NvVec4.h index d216bfc85..886f4ec69 100644 --- a/blast/include/shared/NvFoundation/NvVec4.h +++ b/blast/include/shared/NvFoundation/NvVec4.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NVFOUNDATION_NVVEC4_H #define NV_NVFOUNDATION_NVVEC4_H diff --git a/blast/include/shared/NvFoundation/platform/unix/NvUnixIntrinsics.h b/blast/include/shared/NvFoundation/platform/unix/NvUnixIntrinsics.h index 73f874572..f9ef66cba 100644 --- a/blast/include/shared/NvFoundation/platform/unix/NvUnixIntrinsics.h +++ b/blast/include/shared/NvFoundation/platform/unix/NvUnixIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_UNIX_NVUNIXINTRINSICS_H #define NV_UNIX_NVUNIXINTRINSICS_H diff --git a/blast/include/shared/NvFoundation/platform/windows/NvWindowsIntrinsics.h b/blast/include/shared/NvFoundation/platform/windows/NvWindowsIntrinsics.h index e5a9016b5..f6b37587d 100644 --- a/blast/include/shared/NvFoundation/platform/windows/NvWindowsIntrinsics.h +++ b/blast/include/shared/NvFoundation/platform/windows/NvWindowsIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_WINDOWS_NVWINDOWSINTRINSICS_H #define NV_WINDOWS_NVWINDOWSINTRINSICS_H diff --git a/blast/include/toolkit/NvBlastTk.h b/blast/include/toolkit/NvBlastTk.h index 95e638f80..cd65c508f 100644 --- a/blast/include/toolkit/NvBlastTk.h +++ b/blast/include/toolkit/NvBlastTk.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkActor.h b/blast/include/toolkit/NvBlastTkActor.h index 3439827ac..b83872c4f 100644 --- a/blast/include/toolkit/NvBlastTkActor.h +++ b/blast/include/toolkit/NvBlastTkActor.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkAsset.h b/blast/include/toolkit/NvBlastTkAsset.h index f7fe5e4b8..76c27c4c4 100644 --- a/blast/include/toolkit/NvBlastTkAsset.h +++ b/blast/include/toolkit/NvBlastTkAsset.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkEvent.h b/blast/include/toolkit/NvBlastTkEvent.h index 56e3d3041..12e548ffc 100644 --- a/blast/include/toolkit/NvBlastTkEvent.h +++ b/blast/include/toolkit/NvBlastTkEvent.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkFamily.h b/blast/include/toolkit/NvBlastTkFamily.h index 17498d7f3..9c36b9234 100644 --- a/blast/include/toolkit/NvBlastTkFamily.h +++ b/blast/include/toolkit/NvBlastTkFamily.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkFramework.h b/blast/include/toolkit/NvBlastTkFramework.h index 226970fca..59381985d 100644 --- a/blast/include/toolkit/NvBlastTkFramework.h +++ b/blast/include/toolkit/NvBlastTkFramework.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkGroup.h b/blast/include/toolkit/NvBlastTkGroup.h index 4bc873471..aea87b271 100644 --- a/blast/include/toolkit/NvBlastTkGroup.h +++ b/blast/include/toolkit/NvBlastTkGroup.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkGroupTaskManager.h b/blast/include/toolkit/NvBlastTkGroupTaskManager.h index 7061103db..46a2b3445 100644 --- a/blast/include/toolkit/NvBlastTkGroupTaskManager.h +++ b/blast/include/toolkit/NvBlastTkGroupTaskManager.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkIdentifiable.h b/blast/include/toolkit/NvBlastTkIdentifiable.h index 684d80a6a..5e44ba59b 100644 --- a/blast/include/toolkit/NvBlastTkIdentifiable.h +++ b/blast/include/toolkit/NvBlastTkIdentifiable.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkJoint.h b/blast/include/toolkit/NvBlastTkJoint.h index a2e50840b..409d7c371 100644 --- a/blast/include/toolkit/NvBlastTkJoint.h +++ b/blast/include/toolkit/NvBlastTkJoint.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkObject.h b/blast/include/toolkit/NvBlastTkObject.h index 5644fcb43..10da9a2d1 100644 --- a/blast/include/toolkit/NvBlastTkObject.h +++ b/blast/include/toolkit/NvBlastTkObject.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //! @file //! diff --git a/blast/include/toolkit/NvBlastTkType.h b/blast/include/toolkit/NvBlastTkType.h index a79c38e64..d3fa501c1 100644 --- a/blast/include/toolkit/NvBlastTkType.h +++ b/blast/include/toolkit/NvBlastTkType.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKTYPE_H diff --git a/blast/source/sdk/common/NvBlastArray.h b/blast/source/sdk/common/NvBlastArray.h index 8866664c3..0203d4b0d 100644 --- a/blast/source/sdk/common/NvBlastArray.h +++ b/blast/source/sdk/common/NvBlastArray.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTARRAY_H diff --git a/blast/source/sdk/common/NvBlastAssert.cpp b/blast/source/sdk/common/NvBlastAssert.cpp index ecf177d4a..9d953ab70 100644 --- a/blast/source/sdk/common/NvBlastAssert.cpp +++ b/blast/source/sdk/common/NvBlastAssert.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAssert.h" diff --git a/blast/source/sdk/common/NvBlastAssert.h b/blast/source/sdk/common/NvBlastAssert.h index bf20f0dc3..bf59fb908 100644 --- a/blast/source/sdk/common/NvBlastAssert.h +++ b/blast/source/sdk/common/NvBlastAssert.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTASSERT_H diff --git a/blast/source/sdk/common/NvBlastAtomic.cpp b/blast/source/sdk/common/NvBlastAtomic.cpp index df206f089..799fc598d 100644 --- a/blast/source/sdk/common/NvBlastAtomic.cpp +++ b/blast/source/sdk/common/NvBlastAtomic.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAtomic.h" diff --git a/blast/source/sdk/common/NvBlastAtomic.h b/blast/source/sdk/common/NvBlastAtomic.h index 8941e7cd5..629161a07 100644 --- a/blast/source/sdk/common/NvBlastAtomic.h +++ b/blast/source/sdk/common/NvBlastAtomic.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTATOMIC_H diff --git a/blast/source/sdk/common/NvBlastDLink.h b/blast/source/sdk/common/NvBlastDLink.h index 23641499b..984e76898 100644 --- a/blast/source/sdk/common/NvBlastDLink.h +++ b/blast/source/sdk/common/NvBlastDLink.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTDLINK_H diff --git a/blast/source/sdk/common/NvBlastFixedArray.h b/blast/source/sdk/common/NvBlastFixedArray.h index d185332ea..341a7c644 100644 --- a/blast/source/sdk/common/NvBlastFixedArray.h +++ b/blast/source/sdk/common/NvBlastFixedArray.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDARRAY_H diff --git a/blast/source/sdk/common/NvBlastFixedBitmap.h b/blast/source/sdk/common/NvBlastFixedBitmap.h index b24f2ac6b..2d60881f9 100644 --- a/blast/source/sdk/common/NvBlastFixedBitmap.h +++ b/blast/source/sdk/common/NvBlastFixedBitmap.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDBITMAP_H diff --git a/blast/source/sdk/common/NvBlastFixedBoolArray.h b/blast/source/sdk/common/NvBlastFixedBoolArray.h index c6ecdf34f..4c18cae08 100644 --- a/blast/source/sdk/common/NvBlastFixedBoolArray.h +++ b/blast/source/sdk/common/NvBlastFixedBoolArray.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDBOOLARRAY_H diff --git a/blast/source/sdk/common/NvBlastFixedPriorityQueue.h b/blast/source/sdk/common/NvBlastFixedPriorityQueue.h index 2dc2d3657..9359f4884 100644 --- a/blast/source/sdk/common/NvBlastFixedPriorityQueue.h +++ b/blast/source/sdk/common/NvBlastFixedPriorityQueue.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDPRIORITYQUEUE_H diff --git a/blast/source/sdk/common/NvBlastFixedQueue.h b/blast/source/sdk/common/NvBlastFixedQueue.h index d2a03f8c3..aff07381f 100644 --- a/blast/source/sdk/common/NvBlastFixedQueue.h +++ b/blast/source/sdk/common/NvBlastFixedQueue.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDQUEUE_H diff --git a/blast/source/sdk/common/NvBlastGeometry.h b/blast/source/sdk/common/NvBlastGeometry.h index 39ca007a6..507e3e7cc 100644 --- a/blast/source/sdk/common/NvBlastGeometry.h +++ b/blast/source/sdk/common/NvBlastGeometry.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTGEOMETRY_H diff --git a/blast/source/sdk/common/NvBlastHashMap.h b/blast/source/sdk/common/NvBlastHashMap.h index c39f9f3e9..db0d4379e 100644 --- a/blast/source/sdk/common/NvBlastHashMap.h +++ b/blast/source/sdk/common/NvBlastHashMap.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTHASHMAP_H diff --git a/blast/source/sdk/common/NvBlastHashSet.h b/blast/source/sdk/common/NvBlastHashSet.h index 266baeb07..03891ae88 100644 --- a/blast/source/sdk/common/NvBlastHashSet.h +++ b/blast/source/sdk/common/NvBlastHashSet.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTHASHSET_H diff --git a/blast/source/sdk/common/NvBlastIncludeWindows.h b/blast/source/sdk/common/NvBlastIncludeWindows.h index 6c8639017..4f9b19620 100644 --- a/blast/source/sdk/common/NvBlastIncludeWindows.h +++ b/blast/source/sdk/common/NvBlastIncludeWindows.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINCLUDEWINDOWS_H diff --git a/blast/source/sdk/common/NvBlastIndexFns.h b/blast/source/sdk/common/NvBlastIndexFns.h index 5ef924bc2..74c0ef6e6 100644 --- a/blast/source/sdk/common/NvBlastIndexFns.h +++ b/blast/source/sdk/common/NvBlastIndexFns.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINDEXFNS_H diff --git a/blast/source/sdk/common/NvBlastIteratorBase.h b/blast/source/sdk/common/NvBlastIteratorBase.h index 5fd742a83..d438f5bc5 100644 --- a/blast/source/sdk/common/NvBlastIteratorBase.h +++ b/blast/source/sdk/common/NvBlastIteratorBase.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTITERATORBASE_H diff --git a/blast/source/sdk/common/NvBlastMath.h b/blast/source/sdk/common/NvBlastMath.h index d60b97860..7ea19b7d5 100644 --- a/blast/source/sdk/common/NvBlastMath.h +++ b/blast/source/sdk/common/NvBlastMath.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTMATH_H diff --git a/blast/source/sdk/common/NvBlastMemory.h b/blast/source/sdk/common/NvBlastMemory.h index b369a8593..55774a274 100644 --- a/blast/source/sdk/common/NvBlastMemory.h +++ b/blast/source/sdk/common/NvBlastMemory.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTMEMORY_H diff --git a/blast/source/sdk/common/NvBlastNvSharedHelpers.h b/blast/source/sdk/common/NvBlastNvSharedHelpers.h index 966e949a2..ab671531d 100644 --- a/blast/source/sdk/common/NvBlastNvSharedHelpers.h +++ b/blast/source/sdk/common/NvBlastNvSharedHelpers.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTNVSHAREDSHELPERS_H diff --git a/blast/source/sdk/common/NvBlastPreprocessorInternal.h b/blast/source/sdk/common/NvBlastPreprocessorInternal.h index 803a82bdd..9d508759c 100644 --- a/blast/source/sdk/common/NvBlastPreprocessorInternal.h +++ b/blast/source/sdk/common/NvBlastPreprocessorInternal.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTPREPROCESSORINTERNAL_H diff --git a/blast/source/sdk/common/NvBlastTime.cpp b/blast/source/sdk/common/NvBlastTime.cpp index e0ede6f14..45874f58f 100644 --- a/blast/source/sdk/common/NvBlastTime.cpp +++ b/blast/source/sdk/common/NvBlastTime.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTime.h" diff --git a/blast/source/sdk/common/NvBlastTime.h b/blast/source/sdk/common/NvBlastTime.h index c8a59ace9..a91e60af3 100644 --- a/blast/source/sdk/common/NvBlastTime.h +++ b/blast/source/sdk/common/NvBlastTime.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTIME_H diff --git a/blast/source/sdk/common/NvBlastTimers.cpp b/blast/source/sdk/common/NvBlastTimers.cpp index fa1f4153f..8659fe467 100644 --- a/blast/source/sdk/common/NvBlastTimers.cpp +++ b/blast/source/sdk/common/NvBlastTimers.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlast.h" diff --git a/blast/source/sdk/common/NvBlastVolumeIntegrals.h b/blast/source/sdk/common/NvBlastVolumeIntegrals.h index d3a812fcd..205c7e8d7 100644 --- a/blast/source/sdk/common/NvBlastVolumeIntegrals.h +++ b/blast/source/sdk/common/NvBlastVolumeIntegrals.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTVOLUMEINTEGRALS_H diff --git a/blast/source/sdk/extensions/assetutils/NvBlastExtAssetUtils.cpp b/blast/source/sdk/extensions/assetutils/NvBlastExtAssetUtils.cpp index f83d8de1e..61b120c2e 100644 --- a/blast/source/sdk/extensions/assetutils/NvBlastExtAssetUtils.cpp +++ b/blast/source/sdk/extensions/assetutils/NvBlastExtAssetUtils.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtAssetUtils.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.cpp index 3f953b459..5b82b7699 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtApexSharedParts.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.h b/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.h index 5840b1dec..374ed8865 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtApexSharedParts.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAPEXSHAREDPARTS_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoring.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoring.cpp index 2d8620f4b..c26dd8227 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoring.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoring.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtAuthoring.h" #include "NvBlastTypes.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.cpp index 7c85100d7..e6e0558fc 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. // This warning arises when using some stl containers with older versions of VC diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.h index 97f591ab6..063353151 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBondGeneratorImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGBONDGENERATORIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.cpp index 5400d47f3..2fe47a1ba 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastGlobals.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.h index 7b46e28f3..a64f37eeb 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringBooleanToolImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGBOOLEANTOOLIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.cpp index fd54bac3f..880ddf771 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include #include "NvBlastExtAuthoringCollisionBuilderImpl.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.h index 30a1456a1..f0a0a7561 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCollisionBuilderImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGCOLLISIONBUILDERIIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.cpp index 498b7f2f2..832db5af5 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastGlobals.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.h index e16d64aa4..94b468767 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringCutoutImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTAUTHORINGFCUTOUTIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.cpp index 8223bc710..3fb1d83dd 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtAuthoringFractureToolImpl.h" #include "NvBlastExtAuthoringMeshImpl.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.h index eeb0a3b7a..277e2112d 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringFractureToolImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTAUTHORINGFRACTURETOOLIMPL_H #define NVBLASTAUTHORINGFRACTURETOOLIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.cpp index c76dc93dc..8c9dbb42e 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvVec3.h" #include "NvVec2.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.h index 4a0619b1f..f19bf81c4 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshCleanerImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGMESHCLEANERIMPL_H #define NVBLASTEXTAUTHORINGMESHCLEANERIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.cpp index c3013d814..22aacb77f 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. // This warning arises when using some stl containers with older versions of VC diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.h index 44b84b8a7..72b811d83 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringMeshNoiser.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGMESHNOISER_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.cpp index 961e52ac4..2320bbdff 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #define _CRT_SECURE_NO_WARNINGS diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.h index c65b97c94..a7c709172 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPatternGeneratorImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGPATTERNGENERATORIMPL_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPerlinNoise.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPerlinNoise.h index 68ace3a30..81819145a 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPerlinNoise.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringPerlinNoise.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGPERLINNOISE_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.cpp index 3a9099579..d7feaf521 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. // This warning arises when using some stl containers with older versions of VC diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.h index 04cf68c09..3d4646dc8 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringTriangulator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGTRIANGULATOR_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringVSA.h b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringVSA.h index 30cc6a00d..a23847690 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringVSA.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtAuthoringVSA.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGVSA_H diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.cpp b/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.cpp index ff03ec50b..031177b43 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.cpp +++ b/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtTriangleProcessor.h" diff --git a/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.h b/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.h index 3007078c8..0aff89010 100644 --- a/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.h +++ b/blast/source/sdk/extensions/authoring/NvBlastExtTriangleProcessor.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTTRIANGLEPROCESSOR_H diff --git a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.cpp b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.cpp index 058d363ac..fdc8f48c5 100644 --- a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.cpp +++ b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtAuthoringAcceleratorImpl.h" diff --git a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.h b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.h index b475efddd..fca3ad427 100644 --- a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.h +++ b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringAcceleratorImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTEXTAUTHORINGACCELERATORIMPL_H diff --git a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringInternalCommon.h b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringInternalCommon.h index a25c74f62..403ab2693 100644 --- a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringInternalCommon.h +++ b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringInternalCommon.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINTERNALCOMMON_H diff --git a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.cpp b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.cpp index 5b9360cbb..b8f2a001b 100644 --- a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.cpp +++ b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #define _CRT_SECURE_NO_WARNINGS diff --git a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.h b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.h index 9e67cda26..d026fc656 100644 --- a/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.h +++ b/blast/source/sdk/extensions/authoringCommon/NvBlastExtAuthoringMeshImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTAUTHORINGMESHIMPL_H #define NVBLASTAUTHORINGMESHIMPL_H diff --git a/blast/source/sdk/extensions/serialization/DTO/ActorDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/ActorDTO.cpp index 90301bd90..a392fdf58 100644 --- a/blast/source/sdk/extensions/serialization/DTO/ActorDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/ActorDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "ActorDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/ActorDTO.h b/blast/source/sdk/extensions/serialization/DTO/ActorDTO.h index 4a8e6930d..d5788c685 100644 --- a/blast/source/sdk/extensions/serialization/DTO/ActorDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/ActorDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/AssetDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/AssetDTO.cpp index 9158576a7..52fc957f7 100644 --- a/blast/source/sdk/extensions/serialization/DTO/AssetDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/AssetDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "AssetDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/AssetDTO.h b/blast/source/sdk/extensions/serialization/DTO/AssetDTO.h index cd1d9e645..fcf807b73 100644 --- a/blast/source/sdk/extensions/serialization/DTO/AssetDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/AssetDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/DTOMacros.h b/blast/source/sdk/extensions/serialization/DTO/DTOMacros.h index e44df477d..1e0faca25 100644 --- a/blast/source/sdk/extensions/serialization/DTO/DTOMacros.h +++ b/blast/source/sdk/extensions/serialization/DTO/DTOMacros.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.cpp index 015f5c38b..9cdfa5c88 100644 --- a/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "FamilyDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.h b/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.h index f4420d258..f043e11c8 100644 --- a/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/FamilyDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.cpp index 7a82919b4..20be71f65 100644 --- a/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "FamilyGraphDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.h b/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.h index d5aedb383..eb14e0ecc 100644 --- a/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/FamilyGraphDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.cpp index 46f1009a7..0c102fff2 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastBondDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.h b/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.h index 67e30c0ff..4a74bc13c 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastBondDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.cpp index e13d35bdb..af7c8b6be 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastChunkDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.h b/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.h index 6507fdb9e..caa1998d5 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastChunkDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.cpp index 48010691f..9f651639d 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastIDDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.h b/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.h index 98dc0d2c6..a4c8c109f 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/NvBlastIDDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.cpp b/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.cpp index 48e5bf479..9ab9f3eeb 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvVec3DTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.h b/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.h index 3c421070d..992b7a9b2 100644 --- a/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/NvVec3DTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.cpp index 916f549e3..b1b192c23 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "PxConvexMeshGeometryDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.h b/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.h index c23a0a69a..5b0072521 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/PxConvexMeshGeometryDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.cpp index e93f54de8..9fffdc95f 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvPreprocessor.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.h b/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.h index 7f4ab8784..8bc918815 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/PxMeshScaleDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.cpp index 8ddc3b500..6beab2caf 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvPreprocessor.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.h b/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.h index 62c80dc4d..1c95fa58e 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/PxQuatDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.cpp index ad198542c..f1f4637a3 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvPreprocessor.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.h b/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.h index 942d69c09..ccdca4863 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/PxTransformDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.cpp b/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.cpp index 77f0e4dca..fb8dd7717 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "PxVec3DTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.h b/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.h index 68bb6d880..8558da1e9 100644 --- a/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/PxVec3DTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.cpp index e13926751..8b7444b1b 100644 --- a/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "TkAssetDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.h b/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.h index ee7ab156a..a4e35289f 100644 --- a/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/TkAssetDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.cpp b/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.cpp index 1bb8df6f4..6f408a9b9 100644 --- a/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.cpp +++ b/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "TkAssetJointDescDTO.h" diff --git a/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.h b/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.h index 66399038e..32168a3bd 100644 --- a/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.h +++ b/blast/source/sdk/extensions/serialization/DTO/TkAssetJointDescDTO.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.cpp index c8c8ac9d0..a42f82aa1 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtInputStream.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.h b/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.h index 073852fe8..2d7eb38f7 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtInputStream.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtLlSerialization.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtLlSerialization.cpp index 7069553e1..75feaefc1 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtLlSerialization.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtLlSerialization.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtSerializationInternal.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtLlSerializerCAPN.h b/blast/source/sdk/extensions/serialization/NvBlastExtLlSerializerCAPN.h index 489ca8ba4..16e29c752 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtLlSerializerCAPN.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtLlSerializerCAPN.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.cpp index 609126f83..ecd2f7efc 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtOutputStream.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.h b/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.h index b56dd1e16..9ac60d731 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtOutputStream.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtSerialization.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtSerialization.cpp index 3c6660260..a1ac39a6c 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtSerialization.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtSerialization.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtSerialization.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtSerializationCAPN.h b/blast/source/sdk/extensions/serialization/NvBlastExtSerializationCAPN.h index 10ea77300..18b2b020a 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtSerializationCAPN.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtSerializationCAPN.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtSerializationInternal.h b/blast/source/sdk/extensions/serialization/NvBlastExtSerializationInternal.h index ca09776c2..9de3da947 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtSerializationInternal.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtSerializationInternal.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerialization.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerialization.cpp index 9020acb02..f18841fcc 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerialization.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerialization.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtSerializationInternal.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerCAPN.h b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerCAPN.h index 715d09a5f..7f981fedb 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerCAPN.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerCAPN.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.cpp b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.cpp index ea5ffb23b..ff2fbe845 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.cpp +++ b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtSerializationInternal.h" diff --git a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.h b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.h index 69009e1e0..2b89abc45 100644 --- a/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.h +++ b/blast/source/sdk/extensions/serialization/NvBlastExtTkSerializerRAW.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.cpp b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.cpp index ec2bbdd58..912cb99a1 100644 --- a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.cpp +++ b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtDamageAcceleratorAABBTree.h" #include "NvBlastIndexFns.h" diff --git a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.h b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.h index afcab0559..c802d7c46 100644 --- a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.h +++ b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorAABBTree.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorInternal.h b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorInternal.h index fc84be1da..adf364229 100644 --- a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorInternal.h +++ b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAcceleratorInternal.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAccelerators.cpp b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAccelerators.cpp index 7c40b6f25..79204b3c2 100644 --- a/blast/source/sdk/extensions/shaders/NvBlastExtDamageAccelerators.cpp +++ b/blast/source/sdk/extensions/shaders/NvBlastExtDamageAccelerators.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. //#include "NvBlastExtDamageAcceleratorOctree.h" diff --git a/blast/source/sdk/extensions/shaders/NvBlastExtDamageShaders.cpp b/blast/source/sdk/extensions/shaders/NvBlastExtDamageShaders.cpp index 8aaae999a..7b2c6c158 100644 --- a/blast/source/sdk/extensions/shaders/NvBlastExtDamageShaders.cpp +++ b/blast/source/sdk/extensions/shaders/NvBlastExtDamageShaders.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtDamageShaders.h" diff --git a/blast/source/sdk/extensions/stress/NvBlastExtStressSolver.cpp b/blast/source/sdk/extensions/stress/NvBlastExtStressSolver.cpp index 4562e8a1d..a8343a863 100644 --- a/blast/source/sdk/extensions/stress/NvBlastExtStressSolver.cpp +++ b/blast/source/sdk/extensions/stress/NvBlastExtStressSolver.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastExtStressSolver.h" @@ -1050,7 +1050,7 @@ class ExtStressSolverImpl final : public ExtStressSolver virtual uint32_t generateFractureCommandsPerActor(const NvBlastActor** actorBuffer, NvBlastFractureBuffers* commandsBuffer, uint32_t bufferSize) override; - void reset() override + virtual void reset() override { m_reset = true; } @@ -1089,6 +1089,10 @@ class ExtStressSolverImpl final : public ExtStressSolver virtual const DebugBuffer fillDebugRender(const uint32_t* nodes, uint32_t nodeCount, DebugRenderMode mode, float scale) override; + //////// ExtStressSolverImpl public methods //////// + + bool valid() { return m_valid; } + private: ~ExtStressSolverImpl(); @@ -1153,6 +1157,7 @@ class ExtStressSolverImpl final : public ExtStressSolver Array::type m_bondFractureBuffer; Array::type m_scratch; Array::type m_debugLineBuffer; + bool m_valid; }; @@ -1175,13 +1180,17 @@ NV_INLINE T* ExtStressSolverImpl::getScratchArray(uint32_t size) ExtStressSolverImpl::ExtStressSolverImpl(const NvBlastFamily& family, const ExtStressSolverSettings& settings) : m_family(family), m_settings(settings), m_isDirty(false), m_reset(false), m_errorAngular(std::numeric_limits::max()), m_errorLinear(std::numeric_limits::max()), - m_converged(false), m_framesCount(0) + m_converged(false), m_framesCount(0), m_valid(false) { // this needs to be called any time settings change, including when they are first set inheritSettingsLimits(); const NvBlastAsset* asset = NvBlastFamilyGetAsset(&m_family, logLL); - NVBLAST_ASSERT(asset); + if (!asset) + { + NVBLAST_LOG_ERROR("ExtStressSolverImpl::ExtStressSolverImpl: family has NULL asset"); + return; + } m_graph = NvBlastAssetGetSupportGraph(asset, logLL); const uint32_t bondCount = NvBlastAssetGetBondCount(asset, logLL); @@ -1214,6 +1223,9 @@ ExtStressSolverImpl::ExtStressSolverImpl(const NvBlastFamily& family, const ExtS } } } + + // If we got here we should have a valid solver + m_valid = true; } ExtStressSolverImpl::~ExtStressSolverImpl() @@ -1223,7 +1235,16 @@ ExtStressSolverImpl::~ExtStressSolverImpl() ExtStressSolver* ExtStressSolver::create(const NvBlastFamily& family, const ExtStressSolverSettings& settings) { - return NVBLAST_NEW(ExtStressSolverImpl) (family, settings); + ExtStressSolverImpl* solver = NVBLAST_NEW(ExtStressSolverImpl) (family, settings); + + if (!solver->valid()) + { + solver->release(); + solver = nullptr; + NVBLAST_LOG_ERROR("ExtStressSolver::create: could not create solver"); + } + + return solver; } void ExtStressSolverImpl::release() diff --git a/blast/source/sdk/globals/NvBlastGlobals.cpp b/blast/source/sdk/globals/NvBlastGlobals.cpp index c0ae0af70..fe06a2664 100644 --- a/blast/source/sdk/globals/NvBlastGlobals.cpp +++ b/blast/source/sdk/globals/NvBlastGlobals.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastGlobals.h" diff --git a/blast/source/sdk/globals/NvBlastInternalProfiler.cpp b/blast/source/sdk/globals/NvBlastInternalProfiler.cpp index 2964fb8be..2189326b7 100644 --- a/blast/source/sdk/globals/NvBlastInternalProfiler.cpp +++ b/blast/source/sdk/globals/NvBlastInternalProfiler.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "stdint.h" diff --git a/blast/source/sdk/globals/NvBlastInternalProfiler.h b/blast/source/sdk/globals/NvBlastInternalProfiler.h index 40241e865..53fad2f2f 100644 --- a/blast/source/sdk/globals/NvBlastInternalProfiler.h +++ b/blast/source/sdk/globals/NvBlastInternalProfiler.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINTERNALPROFILER_H diff --git a/blast/source/sdk/lowlevel/NvBlastActor.cpp b/blast/source/sdk/lowlevel/NvBlastActor.cpp index d75f322d3..d318b4a7e 100644 --- a/blast/source/sdk/lowlevel/NvBlastActor.cpp +++ b/blast/source/sdk/lowlevel/NvBlastActor.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastActor.h" diff --git a/blast/source/sdk/lowlevel/NvBlastActor.h b/blast/source/sdk/lowlevel/NvBlastActor.h index 6f1c8028e..39b5bf280 100644 --- a/blast/source/sdk/lowlevel/NvBlastActor.h +++ b/blast/source/sdk/lowlevel/NvBlastActor.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTACTOR_H diff --git a/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.cpp b/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.cpp index 2f010e65c..3efba13e7 100644 --- a/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.cpp +++ b/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastActor.h" diff --git a/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.h b/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.h index 8eacdab6c..74983f837 100644 --- a/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.h +++ b/blast/source/sdk/lowlevel/NvBlastActorSerializationBlock.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTACTORSERIALIZATIONBLOCK_H diff --git a/blast/source/sdk/lowlevel/NvBlastAsset.cpp b/blast/source/sdk/lowlevel/NvBlastAsset.cpp index ab648ae3f..5f5c45d19 100644 --- a/blast/source/sdk/lowlevel/NvBlastAsset.cpp +++ b/blast/source/sdk/lowlevel/NvBlastAsset.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAssert.h" diff --git a/blast/source/sdk/lowlevel/NvBlastAsset.h b/blast/source/sdk/lowlevel/NvBlastAsset.h index 11f46b634..eebe066af 100644 --- a/blast/source/sdk/lowlevel/NvBlastAsset.h +++ b/blast/source/sdk/lowlevel/NvBlastAsset.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTASSET_H diff --git a/blast/source/sdk/lowlevel/NvBlastAssetHelper.cpp b/blast/source/sdk/lowlevel/NvBlastAssetHelper.cpp index 15dd2ed2a..bcf62f16d 100644 --- a/blast/source/sdk/lowlevel/NvBlastAssetHelper.cpp +++ b/blast/source/sdk/lowlevel/NvBlastAssetHelper.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAsset.h" diff --git a/blast/source/sdk/lowlevel/NvBlastChunkHierarchy.h b/blast/source/sdk/lowlevel/NvBlastChunkHierarchy.h index e5cb31ccb..bdc947e9e 100644 --- a/blast/source/sdk/lowlevel/NvBlastChunkHierarchy.h +++ b/blast/source/sdk/lowlevel/NvBlastChunkHierarchy.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTCHUNKHIERARCHY_H diff --git a/blast/source/sdk/lowlevel/NvBlastFamily.cpp b/blast/source/sdk/lowlevel/NvBlastFamily.cpp index bdd92e2d7..a0398066c 100644 --- a/blast/source/sdk/lowlevel/NvBlastFamily.cpp +++ b/blast/source/sdk/lowlevel/NvBlastFamily.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTypes.h" @@ -259,6 +259,8 @@ void FamilyHeader::fractureSubSupport(uint32_t chunkIndex, uint32_t suboffset, f void FamilyHeader::fractureNoEvents(uint32_t chunkFractureCount, const NvBlastChunkFractureData* chunkFractures, Actor* filterActor, NvBlastLog logFn) { + NVBLASTLL_CHECK(m_asset != nullptr, logFn, "FamilyHeader::fractureNoEvents: m_asset is NULL.", return); + const SupportGraph& graph = m_asset->m_graph; const uint32_t* graphAdjacencyPartition = graph.getAdjacencyPartition(); const uint32_t* adjacentBondIndices = graph.getAdjacentBondIndices(); @@ -318,6 +320,8 @@ void FamilyHeader::fractureNoEvents(uint32_t chunkFractureCount, const NvBlastCh void FamilyHeader::fractureWithEvents(uint32_t chunkFractureCount, const NvBlastChunkFractureData* commands, NvBlastChunkFractureData* events, uint32_t eventsSize, uint32_t* count, Actor* filterActor, NvBlastLog logFn) { + NVBLASTLL_CHECK(m_asset != nullptr, logFn, "FamilyHeader::fractureWithEvents: m_asset is NULL.", return); + const SupportGraph& graph = m_asset->m_graph; const uint32_t* graphAdjacencyPartition = graph.getAdjacencyPartition(); const uint32_t* adjacentBondIndices = graph.getAdjacentBondIndices(); @@ -386,6 +390,8 @@ void FamilyHeader::fractureWithEvents(uint32_t chunkFractureCount, const NvBlast void FamilyHeader::fractureInPlaceEvents(uint32_t chunkFractureCount, NvBlastChunkFractureData* inoutbuffer, uint32_t eventsSize, uint32_t* count, Actor* filterActor, NvBlastLog logFn) { + NVBLASTLL_CHECK(m_asset != nullptr, logFn, "FamilyHeader::fractureInPlaceEvents: m_asset is NULL.", return); + const SupportGraph& graph = m_asset->m_graph; const uint32_t* graphAdjacencyPartition = graph.getAdjacencyPartition(); const uint32_t* adjacentBondIndices = graph.getAdjacentBondIndices(); @@ -465,6 +471,8 @@ void FamilyHeader::fractureInPlaceEvents(uint32_t chunkFractureCount, NvBlastChu void FamilyHeader::applyFracture(NvBlastFractureBuffers* eventBuffers, const NvBlastFractureBuffers* commands, Actor* filterActor, NvBlastLog logFn, NvBlastTimers* timers) { + NVBLASTLL_CHECK(m_asset != nullptr, logFn, "FamilyHeader::applyFracture: m_asset is NULL.", return); + NVBLASTLL_CHECK(commands != nullptr, logFn, "NvBlastActorApplyFracture: NULL commands pointer input.", return); NVBLASTLL_CHECK(isValid(commands), logFn, "NvBlastActorApplyFracture: commands memory is NULL but size is > 0.", return); NVBLASTLL_CHECK(eventBuffers == nullptr || isValid(eventBuffers), logFn, "NvBlastActorApplyFracture: eventBuffers memory is NULL but size is > 0.", diff --git a/blast/source/sdk/lowlevel/NvBlastFamily.h b/blast/source/sdk/lowlevel/NvBlastFamily.h index 7c4594fe3..b70dca481 100644 --- a/blast/source/sdk/lowlevel/NvBlastFamily.h +++ b/blast/source/sdk/lowlevel/NvBlastFamily.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFAMILY_H @@ -70,28 +70,28 @@ struct FamilyHeader : public NvBlastDataBlock Actors with support chunks will use this array in the range [0, m_asset->m_graphNodeCount), while subsupport actors will be placed in the range [m_asset->m_graphNodeCount, m_asset->getLowerSupportChunkCount()). */ - NvBlastBlockArrayData(Actor, m_actorsOffset, getActors, m_asset->getLowerSupportChunkCount()); + NvBlastBlockArrayData(Actor, m_actorsOffset, getActors, m_asset ? m_asset->getLowerSupportChunkCount() : 0); /** Visible chunk index links, of type IndexDLink. getVisibleChunkIndexLinks returns an array of size m_asset->m_chunkCount of IndexDLink (see IndexDLink). */ - NvBlastBlockArrayData(IndexDLink, m_visibleChunkIndexLinksOffset, getVisibleChunkIndexLinks, m_asset->m_chunkCount); + NvBlastBlockArrayData(IndexDLink, m_visibleChunkIndexLinksOffset, getVisibleChunkIndexLinks, m_asset ? m_asset->m_chunkCount : 0); /** Chunk actor IDs, of type uint32_t. These correspond to the ID of the actor which owns each chunk. A value of invalidIndex() indicates no owner. getChunkActorIndices returns an array of size m_asset->m_firstSubsupportChunkIndex. */ - NvBlastBlockArrayData(uint32_t, m_chunkActorIndicesOffset, getChunkActorIndices, m_asset->m_firstSubsupportChunkIndex); + NvBlastBlockArrayData(uint32_t, m_chunkActorIndicesOffset, getChunkActorIndices, m_asset ? m_asset->m_firstSubsupportChunkIndex : 0); /** Graph node index links, of type uint32_t. The successor to index[i] is m_graphNodeIndexLinksOffset[i]. A value of invalidIndex() indicates no successor. getGraphNodeIndexLinks returns an array of size m_asset->m_graphNodeCount. */ - NvBlastBlockArrayData(uint32_t, m_graphNodeIndexLinksOffset, getGraphNodeIndexLinks, m_asset->m_graph.m_nodeCount); + NvBlastBlockArrayData(uint32_t, m_graphNodeIndexLinksOffset, getGraphNodeIndexLinks, m_asset ? m_asset->m_graph.m_nodeCount : 0); /** Health for each support chunk and subsupport chunk, of type float. @@ -100,7 +100,7 @@ struct FamilyHeader : public NvBlastDataBlock To access subsupport chunk healths, use getSubsupportChunkHealths (see documentation for details). */ - NvBlastBlockArrayData(float, m_lowerSupportChunkHealthsOffset, getLowerSupportChunkHealths, m_asset->getLowerSupportChunkCount()); + NvBlastBlockArrayData(float, m_lowerSupportChunkHealthsOffset, getLowerSupportChunkHealths, m_asset ? m_asset->getLowerSupportChunkCount() : 0); /** Utility function to get the start of the subsupport chunk health array. @@ -112,7 +112,7 @@ struct FamilyHeader : public NvBlastDataBlock float* getSubsupportChunkHealths() const { NVBLAST_ASSERT(m_asset != nullptr); - return (float*)((uintptr_t)this + m_lowerSupportChunkHealthsOffset) + m_asset->m_graph.m_nodeCount; + return (float*)((uintptr_t)this + m_lowerSupportChunkHealthsOffset) + (m_asset ? m_asset->m_graph.m_nodeCount : 0); } /** @@ -120,14 +120,14 @@ struct FamilyHeader : public NvBlastDataBlock getBondHealths returns the array of healths associated with all bonds in the support graph. */ - NvBlastBlockArrayData(float, m_graphBondHealthsOffset, getBondHealths, m_asset->getBondCount()); + NvBlastBlockArrayData(float, m_graphBondHealthsOffset, getBondHealths, m_asset ? m_asset->getBondCount() : 0); /** Bond health for the interfaces between two chunks, of type float. Since the bond is shared by two chunks, the same bond health is used for chunk[i] -> chunk[j] as for chunk[j] -> chunk[i]. getCachedBondHealths returns the array of manually cached healths associated with all bonds in the support graph. */ - NvBlastBlockArrayData(float, m_graphCachedBondHealthsOffset, getCachedBondHealths, m_asset->getBondCount()); + NvBlastBlockArrayData(float, m_graphCachedBondHealthsOffset, getCachedBondHealths, m_asset ? m_asset->getBondCount() : 0); /** The instance graph for islands searching, of type FamilyGraph. @@ -373,8 +373,12 @@ NV_INLINE Actor* FamilyHeader::getActorByIndex(uint32_t index) const NV_INLINE uint32_t FamilyHeader::getChunkActorIndex(uint32_t chunkIndex) const { - NVBLAST_ASSERT(m_asset); - NVBLAST_ASSERT(chunkIndex < m_asset->m_chunkCount); + if (m_asset == nullptr || chunkIndex >= m_asset->m_chunkCount) + { + NVBLAST_ASSERT(m_asset && chunkIndex < m_asset->m_chunkCount); + return invalidIndex(); + } + if (chunkIndex < m_asset->getUpperSupportChunkCount()) { return getChunkActorIndices()[chunkIndex]; @@ -388,8 +392,12 @@ NV_INLINE uint32_t FamilyHeader::getChunkActorIndex(uint32_t chunkIndex) const NV_INLINE uint32_t FamilyHeader::getNodeActorIndex(uint32_t nodeIndex) const { - NVBLAST_ASSERT(m_asset); - NVBLAST_ASSERT(nodeIndex < m_asset->m_graph.m_nodeCount); + if (m_asset == nullptr || nodeIndex >= m_asset->m_graph.m_nodeCount) + { + NVBLAST_ASSERT(m_asset && nodeIndex < m_asset->m_graph.m_nodeCount); + return invalidIndex(); + } + const uint32_t chunkIndex = m_asset->m_graph.getChunkIndices()[nodeIndex]; return isInvalidIndex(chunkIndex) ? chunkIndex : getChunkActorIndices()[chunkIndex]; } diff --git a/blast/source/sdk/lowlevel/NvBlastFamilyGraph.cpp b/blast/source/sdk/lowlevel/NvBlastFamilyGraph.cpp index e08ca7872..05007126a 100644 --- a/blast/source/sdk/lowlevel/NvBlastFamilyGraph.cpp +++ b/blast/source/sdk/lowlevel/NvBlastFamilyGraph.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastFamilyGraph.h" diff --git a/blast/source/sdk/lowlevel/NvBlastFamilyGraph.h b/blast/source/sdk/lowlevel/NvBlastFamilyGraph.h index 7f0877151..a81caeff4 100644 --- a/blast/source/sdk/lowlevel/NvBlastFamilyGraph.h +++ b/blast/source/sdk/lowlevel/NvBlastFamilyGraph.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFAMILYGRAPH_H diff --git a/blast/source/sdk/lowlevel/NvBlastSupportGraph.h b/blast/source/sdk/lowlevel/NvBlastSupportGraph.h index d1b194414..a6e3c1c7c 100644 --- a/blast/source/sdk/lowlevel/NvBlastSupportGraph.h +++ b/blast/source/sdk/lowlevel/NvBlastSupportGraph.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTSUPPORTGRAPH_H diff --git a/blast/source/sdk/toolkit/NvBlastTkActorImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkActorImpl.cpp index a2d25a576..b45544de2 100644 --- a/blast/source/sdk/toolkit/NvBlastTkActorImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkActorImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvPreprocessor.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkActorImpl.h b/blast/source/sdk/toolkit/NvBlastTkActorImpl.h index 54e20d97a..a6d4226e1 100644 --- a/blast/source/sdk/toolkit/NvBlastTkActorImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkActorImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKACTORIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkAssetImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkAssetImpl.cpp index bc4ca2d7a..a6cee47cb 100644 --- a/blast/source/sdk/toolkit/NvBlastTkAssetImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkAssetImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTkFrameworkImpl.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkAssetImpl.h b/blast/source/sdk/toolkit/NvBlastTkAssetImpl.h index 2cb27a3fc..49273ffb5 100644 --- a/blast/source/sdk/toolkit/NvBlastTkAssetImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkAssetImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKASSETIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkCommon.h b/blast/source/sdk/toolkit/NvBlastTkCommon.h index 1ab6dcfdd..a16180566 100644 --- a/blast/source/sdk/toolkit/NvBlastTkCommon.h +++ b/blast/source/sdk/toolkit/NvBlastTkCommon.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKCOMMON_H diff --git a/blast/source/sdk/toolkit/NvBlastTkEventQueue.h b/blast/source/sdk/toolkit/NvBlastTkEventQueue.h index 4412e0af3..bffb0057b 100644 --- a/blast/source/sdk/toolkit/NvBlastTkEventQueue.h +++ b/blast/source/sdk/toolkit/NvBlastTkEventQueue.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKEVENTQUEUE_H diff --git a/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.cpp index ca594008d..15122ad91 100644 --- a/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTkFrameworkImpl.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.h b/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.h index 565ed5bb1..9cc87b555 100644 --- a/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkFamilyImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKFAMILYIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.cpp index 65dd5da6c..3366026c5 100644 --- a/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAssert.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.h b/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.h index 1885fcd90..3f57e9e23 100644 --- a/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkFrameworkImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKFRAMEWORKIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkGUID.h b/blast/source/sdk/toolkit/NvBlastTkGUID.h index 3d91f2ebb..8771a3bc4 100644 --- a/blast/source/sdk/toolkit/NvBlastTkGUID.h +++ b/blast/source/sdk/toolkit/NvBlastTkGUID.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKGUID_H diff --git a/blast/source/sdk/toolkit/NvBlastTkGroupImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkGroupImpl.cpp index 9d9911792..ff39dae81 100644 --- a/blast/source/sdk/toolkit/NvBlastTkGroupImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkGroupImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvPreprocessor.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkGroupImpl.h b/blast/source/sdk/toolkit/NvBlastTkGroupImpl.h index 4d53d0644..ce92d3861 100644 --- a/blast/source/sdk/toolkit/NvBlastTkGroupImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkGroupImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKGROUPIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkJointImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkJointImpl.cpp index 0bd56f3cc..28f42d607 100644 --- a/blast/source/sdk/toolkit/NvBlastTkJointImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkJointImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTkFrameworkImpl.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkJointImpl.h b/blast/source/sdk/toolkit/NvBlastTkJointImpl.h index 9add3e5f5..8394cba98 100644 --- a/blast/source/sdk/toolkit/NvBlastTkJointImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkJointImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKJOINTIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkTask.cpp b/blast/source/sdk/toolkit/NvBlastTkTask.cpp index 97bc40f88..9b0a0dc24 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTask.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkTask.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastGlobals.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkTask.h b/blast/source/sdk/toolkit/NvBlastTkTask.h index 1c3a48c78..78f4ef24d 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTask.h +++ b/blast/source/sdk/toolkit/NvBlastTkTask.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKTASK_H diff --git a/blast/source/sdk/toolkit/NvBlastTkTaskImpl.cpp b/blast/source/sdk/toolkit/NvBlastTkTaskImpl.cpp index 13073b715..10d9ff6fd 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTaskImpl.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkTaskImpl.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastTime.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkTaskImpl.h b/blast/source/sdk/toolkit/NvBlastTkTaskImpl.h index 003622107..3d55f481e 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTaskImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkTaskImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKTASKIMPL_H diff --git a/blast/source/sdk/toolkit/NvBlastTkTaskManager.cpp b/blast/source/sdk/toolkit/NvBlastTkTaskManager.cpp index 6bc5a802e..eb3466161 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTaskManager.cpp +++ b/blast/source/sdk/toolkit/NvBlastTkTaskManager.cpp @@ -23,7 +23,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #include "NvTask.h" #include "NvTaskDefine.h" diff --git a/blast/source/sdk/toolkit/NvBlastTkTypeImpl.h b/blast/source/sdk/toolkit/NvBlastTkTypeImpl.h index 651c1756e..68d2dd1b6 100644 --- a/blast/source/sdk/toolkit/NvBlastTkTypeImpl.h +++ b/blast/source/sdk/toolkit/NvBlastTkTypeImpl.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTKTYPEIMPL_H diff --git a/blast/source/shared/NsFoundation/include/Ns.h b/blast/source/shared/NsFoundation/include/Ns.h index 8c858cc61..1e7f6bcf4 100644 --- a/blast/source/shared/NsFoundation/include/Ns.h +++ b/blast/source/shared/NsFoundation/include/Ns.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NS_H #define NV_NSFOUNDATION_NS_H diff --git a/blast/source/shared/NsFoundation/include/NsAlignedMalloc.h b/blast/source/shared/NsFoundation/include/NsAlignedMalloc.h index e75f97fb0..3342a7caf 100644 --- a/blast/source/shared/NsFoundation/include/NsAlignedMalloc.h +++ b/blast/source/shared/NsFoundation/include/NsAlignedMalloc.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSALIGNEDMALLOC_H #define NV_NSFOUNDATION_NSALIGNEDMALLOC_H diff --git a/blast/source/shared/NsFoundation/include/NsAllocator.h b/blast/source/shared/NsFoundation/include/NsAllocator.h index 993de8808..e51532f27 100644 --- a/blast/source/shared/NsFoundation/include/NsAllocator.h +++ b/blast/source/shared/NsFoundation/include/NsAllocator.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSALLOCATOR_H #define NV_NSFOUNDATION_NSALLOCATOR_H diff --git a/blast/source/shared/NsFoundation/include/NsAoS.h b/blast/source/shared/NsFoundation/include/NsAoS.h index ceb484c11..5a507594b 100644 --- a/blast/source/shared/NsFoundation/include/NsAoS.h +++ b/blast/source/shared/NsFoundation/include/NsAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NS_AOS_H #define NS_AOS_H diff --git a/blast/source/shared/NsFoundation/include/NsArray.h b/blast/source/shared/NsFoundation/include/NsArray.h index 9e94a5807..39a8b615e 100644 --- a/blast/source/shared/NsFoundation/include/NsArray.h +++ b/blast/source/shared/NsFoundation/include/NsArray.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSARRAY_H #define NV_NSFOUNDATION_NSARRAY_H diff --git a/blast/source/shared/NsFoundation/include/NsBasicTemplates.h b/blast/source/shared/NsFoundation/include/NsBasicTemplates.h index a6a3a9e1a..9df43e093 100644 --- a/blast/source/shared/NsFoundation/include/NsBasicTemplates.h +++ b/blast/source/shared/NsFoundation/include/NsBasicTemplates.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSBASICTEMPLATES_H #define NV_NSFOUNDATION_NSBASICTEMPLATES_H diff --git a/blast/source/shared/NsFoundation/include/NsBitUtils.h b/blast/source/shared/NsFoundation/include/NsBitUtils.h index 8cf410148..e71cebe42 100644 --- a/blast/source/shared/NsFoundation/include/NsBitUtils.h +++ b/blast/source/shared/NsFoundation/include/NsBitUtils.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSBITUTILS_H #define NV_NSFOUNDATION_NSBITUTILS_H diff --git a/blast/source/shared/NsFoundation/include/NsFPU.h b/blast/source/shared/NsFoundation/include/NsFPU.h index 51034ab09..2ddfccb5e 100644 --- a/blast/source/shared/NsFoundation/include/NsFPU.h +++ b/blast/source/shared/NsFoundation/include/NsFPU.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSFPU_H #define NV_NSFOUNDATION_NSFPU_H diff --git a/blast/source/shared/NsFoundation/include/NsGlobals.h b/blast/source/shared/NsFoundation/include/NsGlobals.h index 31dc41c88..13daaac2d 100644 --- a/blast/source/shared/NsFoundation/include/NsGlobals.h +++ b/blast/source/shared/NsFoundation/include/NsGlobals.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSGLOBALS_H #define NV_NSFOUNDATION_NSGLOBALS_H diff --git a/blast/source/shared/NsFoundation/include/NsHash.h b/blast/source/shared/NsFoundation/include/NsHash.h index f49ebf831..5b292b47b 100644 --- a/blast/source/shared/NsFoundation/include/NsHash.h +++ b/blast/source/shared/NsFoundation/include/NsHash.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSHASH_H #define NV_NSFOUNDATION_NSHASH_H diff --git a/blast/source/shared/NsFoundation/include/NsHashInternals.h b/blast/source/shared/NsFoundation/include/NsHashInternals.h index dd732877c..41e75d78f 100644 --- a/blast/source/shared/NsFoundation/include/NsHashInternals.h +++ b/blast/source/shared/NsFoundation/include/NsHashInternals.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSHASHINTERNALS_H #define NV_NSFOUNDATION_NSHASHINTERNALS_H diff --git a/blast/source/shared/NsFoundation/include/NsHashMap.h b/blast/source/shared/NsFoundation/include/NsHashMap.h index 0b9843422..9535df7f2 100644 --- a/blast/source/shared/NsFoundation/include/NsHashMap.h +++ b/blast/source/shared/NsFoundation/include/NsHashMap.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSHASHMAP_H #define NV_NSFOUNDATION_NSHASHMAP_H diff --git a/blast/source/shared/NsFoundation/include/NsHashSet.h b/blast/source/shared/NsFoundation/include/NsHashSet.h index 754e5f73d..9cac3d712 100644 --- a/blast/source/shared/NsFoundation/include/NsHashSet.h +++ b/blast/source/shared/NsFoundation/include/NsHashSet.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSHASHSET_H #define NV_NSFOUNDATION_NSHASHSET_H diff --git a/blast/source/shared/NsFoundation/include/NsInlineAllocator.h b/blast/source/shared/NsFoundation/include/NsInlineAllocator.h index 4a030299d..ffbc831c6 100644 --- a/blast/source/shared/NsFoundation/include/NsInlineAllocator.h +++ b/blast/source/shared/NsFoundation/include/NsInlineAllocator.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSINLINEALLOCATOR_H #define NV_NSFOUNDATION_NSINLINEALLOCATOR_H diff --git a/blast/source/shared/NsFoundation/include/NsInlineAoS.h b/blast/source/shared/NsFoundation/include/NsInlineAoS.h index f2dcd860f..4c5450ffe 100644 --- a/blast/source/shared/NsFoundation/include/NsInlineAoS.h +++ b/blast/source/shared/NsFoundation/include/NsInlineAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_INLINE_AOS_H #define PS_INLINE_AOS_H diff --git a/blast/source/shared/NsFoundation/include/NsInlineArray.h b/blast/source/shared/NsFoundation/include/NsInlineArray.h index 999460335..4cb151270 100644 --- a/blast/source/shared/NsFoundation/include/NsInlineArray.h +++ b/blast/source/shared/NsFoundation/include/NsInlineArray.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSINLINEARRAY_H #define NV_NSFOUNDATION_NSINLINEARRAY_H diff --git a/blast/source/shared/NsFoundation/include/NsIntrinsics.h b/blast/source/shared/NsFoundation/include/NsIntrinsics.h index f0c208124..81c67920f 100644 --- a/blast/source/shared/NsFoundation/include/NsIntrinsics.h +++ b/blast/source/shared/NsFoundation/include/NsIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSINTRINSICS_H #define NV_NSFOUNDATION_NSINTRINSICS_H diff --git a/blast/source/shared/NsFoundation/include/NsUserAllocated.h b/blast/source/shared/NsFoundation/include/NsUserAllocated.h index 25339f329..6d93d7851 100644 --- a/blast/source/shared/NsFoundation/include/NsUserAllocated.h +++ b/blast/source/shared/NsFoundation/include/NsUserAllocated.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_NSFOUNDATION_NSUSERALLOCATED_H #define NV_NSFOUNDATION_NSUSERALLOCATED_H diff --git a/blast/source/shared/NsFoundation/include/NsVecMath.h b/blast/source/shared/NsFoundation/include/NsVecMath.h index c23919b23..6cab48480 100644 --- a/blast/source/shared/NsFoundation/include/NsVecMath.h +++ b/blast/source/shared/NsFoundation/include/NsVecMath.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_PHYSICS_COMMON_VECMATH #define NV_PHYSICS_COMMON_VECMATH diff --git a/blast/source/shared/NsFoundation/include/NsVecMathAoSScalar.h b/blast/source/shared/NsFoundation/include/NsVecMathAoSScalar.h index ee2690506..9794182d2 100644 --- a/blast/source/shared/NsFoundation/include/NsVecMathAoSScalar.h +++ b/blast/source/shared/NsFoundation/include/NsVecMathAoSScalar.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_PHYSICS_COMMON_VECMATH_INLINE_SCALAR #define NV_PHYSICS_COMMON_VECMATH_INLINE_SCALAR diff --git a/blast/source/shared/NsFoundation/include/NsVecMathAoSScalarInline.h b/blast/source/shared/NsFoundation/include/NsVecMathAoSScalarInline.h index af0524fb9..ef91aa750 100644 --- a/blast/source/shared/NsFoundation/include/NsVecMathAoSScalarInline.h +++ b/blast/source/shared/NsFoundation/include/NsVecMathAoSScalarInline.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_PHYSICS_COMMON_VECMATH_SCALAR_INLINE #define NV_PHYSICS_COMMON_VECMATH_SCALAR_INLINE diff --git a/blast/source/shared/NsFoundation/include/NsVecQuat.h b/blast/source/shared/NsFoundation/include/NsVecQuat.h index 29c12304e..3593deb97 100644 --- a/blast/source/shared/NsFoundation/include/NsVecQuat.h +++ b/blast/source/shared/NsFoundation/include/NsVecQuat.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_PHYSICS_COMMON_VECQUAT #define NV_PHYSICS_COMMON_VECQUAT diff --git a/blast/source/shared/NsFoundation/include/NvUnionCast.h b/blast/source/shared/NsFoundation/include/NvUnionCast.h index dfa77d93b..b7c217715 100644 --- a/blast/source/shared/NsFoundation/include/NvUnionCast.h +++ b/blast/source/shared/NsFoundation/include/NvUnionCast.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_FOUNDATION_NV_UNION_CAST_H #define NV_FOUNDATION_NV_UNION_CAST_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixAoS.h b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixAoS.h index 36b520b67..004c5e010 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_AOS_H #define PS_UNIX_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixFPU.h b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixFPU.h index 38cd37542..ae8872d58 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixFPU.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixFPU.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_UNIX_NSUNIXFPU_H #define NV_UNIX_NSUNIXFPU_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixInlineAoS.h b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixInlineAoS.h index 57672a688..5377c2e6f 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixInlineAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixInlineAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_INLINE_AOS_H #define PS_UNIX_INLINE_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixIntrinsics.h b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixIntrinsics.h index 044f8816c..b378bce37 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixIntrinsics.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_UNIX_NSUNIXINTRINSICS_H #define NV_UNIX_NSUNIXINTRINSICS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixTrigConstants.h b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixTrigConstants.h index f04197d0a..1096abd9c 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/NsUnixTrigConstants.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/NsUnixTrigConstants.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_TRIG_CONSTANTS_H #define PS_UNIX_TRIG_CONSTANTS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonAoS.h b/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonAoS.h index 556731335..6764ffb56 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_NEON_AOS_H #define PS_UNIX_NEON_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonInlineAoS.h b/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonInlineAoS.h index ebc581b40..156e1efb0 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonInlineAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/neon/NsUnixNeonInlineAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_NEON_INLINE_AOS_H #define PS_UNIX_NEON_INLINE_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2AoS.h b/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2AoS.h index 5d952a786..4ae7c2a4e 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2AoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2AoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_SSE2_AOS_H #define PS_UNIX_SSE2_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2InlineAoS.h b/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2InlineAoS.h index 4a72aa30f..b45b028d6 100644 --- a/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2InlineAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/unix/sse2/NsUnixSse2InlineAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_UNIX_SSE2_INLINE_AOS_H #define PS_UNIX_SSE2_INLINE_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsAoS.h b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsAoS.h index 23ff74a79..053c2f81a 100644 --- a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_WINDOWS_AOS_H #define PS_WINDOWS_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsFPU.h b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsFPU.h index 619d2df02..6d43fce3f 100644 --- a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsFPU.h +++ b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsFPU.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_WINDOWS_NSWINDOWSFPU_H #define NV_WINDOWS_NSWINDOWSFPU_H diff --git a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsInlineAoS.h b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsInlineAoS.h index 516b9ccb0..caae77966 100644 --- a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsInlineAoS.h +++ b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsInlineAoS.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_WINDOWS_INLINE_AOS_H #define PS_WINDOWS_INLINE_AOS_H diff --git a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsIntrinsics.h b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsIntrinsics.h index bfd4a5690..c8745d5f7 100644 --- a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsIntrinsics.h +++ b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsIntrinsics.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_WINDOWS_NSWINDOWSINTRINSICS_H #define NV_WINDOWS_NSWINDOWSINTRINSICS_H diff --git a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsTrigConstants.h b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsTrigConstants.h index cc3b2d7ec..b164c7f0f 100644 --- a/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsTrigConstants.h +++ b/blast/source/shared/NsFoundation/include/platform/windows/NsWindowsTrigConstants.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef PS_WINDOWS_TRIG_CONSTANTS_H #define PS_WINDOWS_TRIG_CONSTANTS_H diff --git a/blast/source/shared/NvTask/include/NvCpuDispatcher.h b/blast/source/shared/NvTask/include/NvCpuDispatcher.h index b025432c8..5bc9cd732 100644 --- a/blast/source/shared/NvTask/include/NvCpuDispatcher.h +++ b/blast/source/shared/NvTask/include/NvCpuDispatcher.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_CPU_DISPATCHER_H #define NV_CPU_DISPATCHER_H diff --git a/blast/source/shared/NvTask/include/NvGpuDispatcher.h b/blast/source/shared/NvTask/include/NvGpuDispatcher.h index bf3983aa5..955d87c95 100644 --- a/blast/source/shared/NvTask/include/NvGpuDispatcher.h +++ b/blast/source/shared/NvTask/include/NvGpuDispatcher.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_GPU_DISPATCHER_H #define NV_GPU_DISPATCHER_H diff --git a/blast/source/shared/NvTask/include/NvTask.h b/blast/source/shared/NvTask/include/NvTask.h index 8938b20eb..0aead98ea 100644 --- a/blast/source/shared/NvTask/include/NvTask.h +++ b/blast/source/shared/NvTask/include/NvTask.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_TASK_H #define NV_TASK_H diff --git a/blast/source/shared/NvTask/include/NvTaskDefine.h b/blast/source/shared/NvTask/include/NvTaskDefine.h index 8a5e913ae..28dc44e7a 100644 --- a/blast/source/shared/NvTask/include/NvTaskDefine.h +++ b/blast/source/shared/NvTask/include/NvTaskDefine.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_TASK_DEFINE_H #define NV_TASK_DEFINE_H diff --git a/blast/source/shared/NvTask/include/NvTaskManager.h b/blast/source/shared/NvTask/include/NvTaskManager.h index 074cd1c8e..f5344722d 100644 --- a/blast/source/shared/NvTask/include/NvTaskManager.h +++ b/blast/source/shared/NvTask/include/NvTaskManager.h @@ -22,9 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2008-2023 NVIDIA Corporation. All rights reserved. -// Copyright (c) 2004-2023 AGEIA Technologies, Inc. All rights reserved. -// Copyright (c) 2001-2023 NovodeX AG. All rights reserved. +// Copyright (c) 2008-2024 NVIDIA Corporation. All rights reserved. #ifndef NV_TASK_MANAGER_H #define NV_TASK_MANAGER_H diff --git a/blast/source/shared/stress_solver/anglin6.h b/blast/source/shared/stress_solver/anglin6.h index 7601c15ea..b13cf0fc3 100644 --- a/blast/source/shared/stress_solver/anglin6.h +++ b/blast/source/shared/stress_solver/anglin6.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/bond.h b/blast/source/shared/stress_solver/bond.h index cc7c78855..c488d7d05 100644 --- a/blast/source/shared/stress_solver/bond.h +++ b/blast/source/shared/stress_solver/bond.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/buffer.h b/blast/source/shared/stress_solver/buffer.h index 463ad58b3..4727767ea 100644 --- a/blast/source/shared/stress_solver/buffer.h +++ b/blast/source/shared/stress_solver/buffer.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/coupling.h b/blast/source/shared/stress_solver/coupling.h index 1531e8217..5f4736f6b 100644 --- a/blast/source/shared/stress_solver/coupling.h +++ b/blast/source/shared/stress_solver/coupling.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/inertia.h b/blast/source/shared/stress_solver/inertia.h index 9446ae3f0..65c42f33a 100644 --- a/blast/source/shared/stress_solver/inertia.h +++ b/blast/source/shared/stress_solver/inertia.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/math/cgnr.h b/blast/source/shared/stress_solver/math/cgnr.h index 2eb4d2a8c..42c8e8577 100644 --- a/blast/source/shared/stress_solver/math/cgnr.h +++ b/blast/source/shared/stress_solver/math/cgnr.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/simd/simd.h b/blast/source/shared/stress_solver/simd/simd.h index fa4cdedcb..82b6d928b 100644 --- a/blast/source/shared/stress_solver/simd/simd.h +++ b/blast/source/shared/stress_solver/simd/simd.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/simd/simd_device_query.h b/blast/source/shared/stress_solver/simd/simd_device_query.h index e41025dd8..be4ac856a 100644 --- a/blast/source/shared/stress_solver/simd/simd_device_query.h +++ b/blast/source/shared/stress_solver/simd/simd_device_query.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/solver_types.h b/blast/source/shared/stress_solver/solver_types.h index efab3b75d..eb05b0f0c 100644 --- a/blast/source/shared/stress_solver/solver_types.h +++ b/blast/source/shared/stress_solver/solver_types.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/stress_solver/stress.cpp b/blast/source/shared/stress_solver/stress.cpp index a57b0c62c..92a11c1cd 100644 --- a/blast/source/shared/stress_solver/stress.cpp +++ b/blast/source/shared/stress_solver/stress.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #include "stress.h" #include "math/cgnr.h" diff --git a/blast/source/shared/stress_solver/stress.h b/blast/source/shared/stress_solver/stress.h index ef1b65e99..a0d649efb 100644 --- a/blast/source/shared/stress_solver/stress.h +++ b/blast/source/shared/stress_solver/stress.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2022-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/shared/utils/AssetGenerator.cpp b/blast/source/shared/utils/AssetGenerator.cpp index 76e5409a9..359921d0e 100644 --- a/blast/source/shared/utils/AssetGenerator.cpp +++ b/blast/source/shared/utils/AssetGenerator.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "AssetGenerator.h" diff --git a/blast/source/shared/utils/AssetGenerator.h b/blast/source/shared/utils/AssetGenerator.h index 0737701a3..e352fac05 100644 --- a/blast/source/shared/utils/AssetGenerator.h +++ b/blast/source/shared/utils/AssetGenerator.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef ASSETGENERATOR_H diff --git a/blast/source/test/src/BlastBaseTest.h b/blast/source/test/src/BlastBaseTest.h index acdf2c5d2..a7921b208 100644 --- a/blast/source/test/src/BlastBaseTest.h +++ b/blast/source/test/src/BlastBaseTest.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef BLASTBASETEST_H diff --git a/blast/source/test/src/TkBaseTest.h b/blast/source/test/src/TkBaseTest.h index 5590d7112..263eff77c 100644 --- a/blast/source/test/src/TkBaseTest.h +++ b/blast/source/test/src/TkBaseTest.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef TKBASETEST_H diff --git a/blast/source/test/src/perf/BlastBasePerfTest.h b/blast/source/test/src/perf/BlastBasePerfTest.h index 5fd08eaa4..12ce96343 100644 --- a/blast/source/test/src/perf/BlastBasePerfTest.h +++ b/blast/source/test/src/perf/BlastBasePerfTest.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef BLASTBASEPERFTEST_H diff --git a/blast/source/test/src/perf/DamagePerfTests.cpp b/blast/source/test/src/perf/DamagePerfTests.cpp index 9315104aa..f642c33ec 100644 --- a/blast/source/test/src/perf/DamagePerfTests.cpp +++ b/blast/source/test/src/perf/DamagePerfTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBasePerfTest.h" diff --git a/blast/source/test/src/perf/SolverPerfTests.cpp b/blast/source/test/src/perf/SolverPerfTests.cpp index ad15e4d47..350fb5c8b 100644 --- a/blast/source/test/src/perf/SolverPerfTests.cpp +++ b/blast/source/test/src/perf/SolverPerfTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBasePerfTest.h" diff --git a/blast/source/test/src/unit/APITests.cpp b/blast/source/test/src/unit/APITests.cpp index 2227dafe8..5f98b20b1 100644 --- a/blast/source/test/src/unit/APITests.cpp +++ b/blast/source/test/src/unit/APITests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBaseTest.h" diff --git a/blast/source/test/src/unit/ActorTests.cpp b/blast/source/test/src/unit/ActorTests.cpp index 49ebca829..c16d175c2 100644 --- a/blast/source/test/src/unit/ActorTests.cpp +++ b/blast/source/test/src/unit/ActorTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBaseTest.h" diff --git a/blast/source/test/src/unit/AssetTests.cpp b/blast/source/test/src/unit/AssetTests.cpp index fb81a0ca4..c11fc819c 100644 --- a/blast/source/test/src/unit/AssetTests.cpp +++ b/blast/source/test/src/unit/AssetTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "NvBlastAsset.h" diff --git a/blast/source/test/src/unit/CoreTests.cpp b/blast/source/test/src/unit/CoreTests.cpp index 47a39396a..9c514c82e 100644 --- a/blast/source/test/src/unit/CoreTests.cpp +++ b/blast/source/test/src/unit/CoreTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include diff --git a/blast/source/test/src/unit/FamilyGraphTests.cpp b/blast/source/test/src/unit/FamilyGraphTests.cpp index 35361960d..69fba8cf3 100644 --- a/blast/source/test/src/unit/FamilyGraphTests.cpp +++ b/blast/source/test/src/unit/FamilyGraphTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBaseTest.h" diff --git a/blast/source/test/src/unit/MultithreadingTests.cpp b/blast/source/test/src/unit/MultithreadingTests.cpp index 7a9f54aed..bdf7873f6 100644 --- a/blast/source/test/src/unit/MultithreadingTests.cpp +++ b/blast/source/test/src/unit/MultithreadingTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "BlastBaseTest.h" diff --git a/blast/source/test/src/unit/SyncTests.cpp b/blast/source/test/src/unit/SyncTests.cpp index 03814e074..66e171adb 100644 --- a/blast/source/test/src/unit/SyncTests.cpp +++ b/blast/source/test/src/unit/SyncTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "TkBaseTest.h" diff --git a/blast/source/test/src/unit/TkCompositeTests.cpp b/blast/source/test/src/unit/TkCompositeTests.cpp index 3a5f58001..98174971e 100644 --- a/blast/source/test/src/unit/TkCompositeTests.cpp +++ b/blast/source/test/src/unit/TkCompositeTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "TkBaseTest.h" diff --git a/blast/source/test/src/unit/TkTests.cpp b/blast/source/test/src/unit/TkTests.cpp index 8ec68bf3a..9c62c9eb3 100644 --- a/blast/source/test/src/unit/TkTests.cpp +++ b/blast/source/test/src/unit/TkTests.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "TkBaseTest.h" diff --git a/blast/source/test/src/utils/TaskDispatcher.h b/blast/source/test/src/utils/TaskDispatcher.h index 552e6f69e..3c0ea3c95 100644 --- a/blast/source/test/src/utils/TaskDispatcher.h +++ b/blast/source/test/src/utils/TaskDispatcher.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #pragma once diff --git a/blast/source/test/src/utils/TestAssets.cpp b/blast/source/test/src/utils/TestAssets.cpp index 5e416168c..ee1c83e3b 100644 --- a/blast/source/test/src/utils/TestAssets.cpp +++ b/blast/source/test/src/utils/TestAssets.cpp @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #include "TestAssets.h" diff --git a/blast/source/test/src/utils/TestAssets.h b/blast/source/test/src/utils/TestAssets.h index f35443029..6f46e5ddb 100644 --- a/blast/source/test/src/utils/TestAssets.h +++ b/blast/source/test/src/utils/TestAssets.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef TESTASSETS_H diff --git a/blast/source/test/src/utils/TestProfiler.h b/blast/source/test/src/utils/TestProfiler.h index 812182a9a..b157da231 100644 --- a/blast/source/test/src/utils/TestProfiler.h +++ b/blast/source/test/src/utils/TestProfiler.h @@ -22,7 +22,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -// Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2024 NVIDIA Corporation. All rights reserved. #ifndef TESTPROFILER_H