diff options
| author | Sheikh Dawood <[email protected]> | 2018-05-25 09:54:38 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-05-25 09:54:38 -0500 |
| commit | b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1 (patch) | |
| tree | de67d7adc7cc66d44c3e0a399d94d1db6bcebd0c /PxShared/include/task | |
| parent | PhysX 3.4, APEX 1.4 patch release @23933511 (diff) | |
| download | physx-3.4-3.4.2.tar.xz physx-3.4-3.4.2.zip | |
PhysX 3.4, APEX 1.4 patch release @24214033v3.4.2
Diffstat (limited to 'PxShared/include/task')
| -rw-r--r-- | PxShared/include/task/PxCpuDispatcher.h | 2 | ||||
| -rw-r--r-- | PxShared/include/task/PxGpuDispatcher.h | 2 | ||||
| -rw-r--r-- | PxShared/include/task/PxGpuTask.h | 2 | ||||
| -rw-r--r-- | PxShared/include/task/PxTask.h | 2 | ||||
| -rw-r--r-- | PxShared/include/task/PxTaskDefine.h | 2 | ||||
| -rw-r--r-- | PxShared/include/task/PxTaskManager.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/PxShared/include/task/PxCpuDispatcher.h b/PxShared/include/task/PxCpuDispatcher.h index ffd5cfdc..f3467a67 100644 --- a/PxShared/include/task/PxCpuDispatcher.h +++ b/PxShared/include/task/PxCpuDispatcher.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXCPUDISPATCHER_H #define PXTASK_PXCPUDISPATCHER_H diff --git a/PxShared/include/task/PxGpuDispatcher.h b/PxShared/include/task/PxGpuDispatcher.h index 6cd4c3b4..5f5340ca 100644 --- a/PxShared/include/task/PxGpuDispatcher.h +++ b/PxShared/include/task/PxGpuDispatcher.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXGPUDISPATCHER_H #define PXTASK_PXGPUDISPATCHER_H diff --git a/PxShared/include/task/PxGpuTask.h b/PxShared/include/task/PxGpuTask.h index 197fc3db..3402d6bf 100644 --- a/PxShared/include/task/PxGpuTask.h +++ b/PxShared/include/task/PxGpuTask.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXGPUTASK_H diff --git a/PxShared/include/task/PxTask.h b/PxShared/include/task/PxTask.h index 85d91da9..f720c2c8 100644 --- a/PxShared/include/task/PxTask.h +++ b/PxShared/include/task/PxTask.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASK_H #define PXTASK_PXTASK_H diff --git a/PxShared/include/task/PxTaskDefine.h b/PxShared/include/task/PxTaskDefine.h index c1daea79..aefda772 100644 --- a/PxShared/include/task/PxTaskDefine.h +++ b/PxShared/include/task/PxTaskDefine.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASKDEFINE_H #define PXTASK_PXTASKDEFINE_H diff --git a/PxShared/include/task/PxTaskManager.h b/PxShared/include/task/PxTaskManager.h index f40f7b16..fefe8f2d 100644 --- a/PxShared/include/task/PxTaskManager.h +++ b/PxShared/include/task/PxTaskManager.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASKMANAGER_H #define PXTASK_PXTASKMANAGER_H |