aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/shared/general/meshimport/src/utils
diff options
context:
space:
mode:
authorsschirm <[email protected]>2017-01-06 14:45:46 +0100
committersschirm <[email protected]>2017-01-06 14:45:46 +0100
commitc7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch)
tree770db0c76e954045fe5178a36a7519b26df6942a /APEX_1.4/shared/general/meshimport/src/utils
parentPhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff)
downloadphysx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz
physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'APEX_1.4/shared/general/meshimport/src/utils')
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiAsc2Bin.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiFastXML.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiFileInterface.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiFloatMath.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiInparser.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiStringDictionary.cpp2
-rw-r--r--APEX_1.4/shared/general/meshimport/src/utils/MiSutil.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiAsc2Bin.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiAsc2Bin.cpp
index c338b5ca..011b9f71 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiAsc2Bin.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiAsc2Bin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiFastXML.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiFastXML.cpp
index 856c314a..a7a134ff 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiFastXML.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiFastXML.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiFileInterface.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiFileInterface.cpp
index 91835972..794ef413 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiFileInterface.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiFileInterface.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiFloatMath.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiFloatMath.cpp
index b4a7bbc6..a366a920 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiFloatMath.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiFloatMath.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiInparser.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiInparser.cpp
index 89a2ed62..e9252d1d 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiInparser.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiInparser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiStringDictionary.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiStringDictionary.cpp
index b7b691a5..f1401a70 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiStringDictionary.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiStringDictionary.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/shared/general/meshimport/src/utils/MiSutil.cpp b/APEX_1.4/shared/general/meshimport/src/utils/MiSutil.cpp
index 036da159..d6373fbd 100644
--- a/APEX_1.4/shared/general/meshimport/src/utils/MiSutil.cpp
+++ b/APEX_1.4/shared/general/meshimport/src/utils/MiSutil.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation