aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2020-09-18 12:35:32 +1200
committerMiles Macklin <[email protected]>2020-09-18 12:35:32 +1200
commitf295a05558c1b724973508d07baa08561feb1483 (patch)
tree593593d93883dbbf1582b29c7ada7089a76fe577 /extensions
parentUpdate README.md (diff)
downloadflex-f295a05558c1b724973508d07baa08561feb1483.tar.xz
flex-f295a05558c1b724973508d07baa08561feb1483.zip
Update license
Diffstat (limited to 'extensions')
-rw-r--r--extensions/cuda/flexExt.cu2
-rw-r--r--extensions/dx/flexExt.cpp2
-rw-r--r--extensions/dx/flexExt.hlsl2
-rw-r--r--extensions/dx/flexExt_dx_common.h2
-rw-r--r--extensions/dx/shaders/flexExt.UpdateForceFields.hlsl2
-rw-r--r--extensions/flexExtCloth.cpp2
-rw-r--r--extensions/flexExtContainer.cpp2
-rw-r--r--extensions/flexExtRigid.cpp2
-rw-r--r--extensions/flexExtSoft.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/extensions/cuda/flexExt.cu b/extensions/cuda/flexExt.cu
index 9f454d4..139b35a 100644
--- a/extensions/cuda/flexExt.cu
+++ b/extensions/cuda/flexExt.cu
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 20132017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include <cuda.h>
#include <cuda_runtime_api.h>
diff --git a/extensions/dx/flexExt.cpp b/extensions/dx/flexExt.cpp
index 2b340cc..8c4c845 100644
--- a/extensions/dx/flexExt.cpp
+++ b/extensions/dx/flexExt.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "core/core.h"
#include "core/maths.h"
diff --git a/extensions/dx/flexExt.hlsl b/extensions/dx/flexExt.hlsl
index ebcfcaf..d5e24c2 100644
--- a/extensions/dx/flexExt.hlsl
+++ b/extensions/dx/flexExt.hlsl
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "flexExt_dx_common.h"
diff --git a/extensions/dx/flexExt_dx_common.h b/extensions/dx/flexExt_dx_common.h
index 55fd50c..0e98f35 100644
--- a/extensions/dx/flexExt_dx_common.h
+++ b/extensions/dx/flexExt_dx_common.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#ifndef FLEXEXT_DX_COMMON_H
#define FLEXEXT_DX_COMMON_H
diff --git a/extensions/dx/shaders/flexExt.UpdateForceFields.hlsl b/extensions/dx/shaders/flexExt.UpdateForceFields.hlsl
index b38c84e..5324f85 100644
--- a/extensions/dx/shaders/flexExt.UpdateForceFields.hlsl
+++ b/extensions/dx/shaders/flexExt.UpdateForceFields.hlsl
@@ -23,6 +23,6 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 20132017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "../flexExt.hlsl"
diff --git a/extensions/flexExtCloth.cpp b/extensions/flexExtCloth.cpp
index 096299f..a8ad9b7 100644
--- a/extensions/flexExtCloth.cpp
+++ b/extensions/flexExtCloth.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "../include/NvFlexExt.h"
diff --git a/extensions/flexExtContainer.cpp b/extensions/flexExtContainer.cpp
index b96f73c..722b10b 100644
--- a/extensions/flexExtContainer.cpp
+++ b/extensions/flexExtContainer.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include <vector>
#include <limits>
diff --git a/extensions/flexExtRigid.cpp b/extensions/flexExtRigid.cpp
index 897d009..a2405ad 100644
--- a/extensions/flexExtRigid.cpp
+++ b/extensions/flexExtRigid.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 20132017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "../include/NvFlexExt.h"
diff --git a/extensions/flexExtSoft.cpp b/extensions/flexExtSoft.cpp
index aafdc56..f775a9b 100644
--- a/extensions/flexExtSoft.cpp
+++ b/extensions/flexExtSoft.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 20132017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "../include/NvFlexExt.h"