aboutsummaryrefslogtreecommitdiff
path: root/core
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 /core
parentUpdate README.md (diff)
downloadflex-f295a05558c1b724973508d07baa08561feb1483.tar.xz
flex-f295a05558c1b724973508d07baa08561feb1483.zip
Update license
Diffstat (limited to 'core')
-rw-r--r--core/aabbtree.cpp2
-rw-r--r--core/aabbtree.h2
-rw-r--r--core/cloth.h2
-rw-r--r--core/convex.h2
-rw-r--r--core/core.cpp2
-rw-r--r--core/core.h2
-rw-r--r--core/extrude.cpp2
-rw-r--r--core/extrude.h2
-rw-r--r--core/mat22.h2
-rw-r--r--core/mat33.h2
-rw-r--r--core/mat44.h2
-rw-r--r--core/maths.cpp2
-rw-r--r--core/maths.h2
-rw-r--r--core/matnn.h2
-rw-r--r--core/mesh.cpp2
-rw-r--r--core/mesh.h2
-rw-r--r--core/perlin.cpp2
-rw-r--r--core/perlin.h2
-rw-r--r--core/pfm.cpp2
-rw-r--r--core/pfm.h2
-rw-r--r--core/platform.cpp2
-rw-r--r--core/platform.h2
-rw-r--r--core/point3.h2
-rw-r--r--core/quat.h2
-rw-r--r--core/sdf.cpp2
-rw-r--r--core/sdf.h2
-rw-r--r--core/tga.cpp2
-rw-r--r--core/tga.h2
-rw-r--r--core/types.h2
-rw-r--r--core/vec2.h2
-rw-r--r--core/vec3.h2
-rw-r--r--core/vec4.h2
-rw-r--r--core/voxelize.cpp2
-rw-r--r--core/voxelize.h2
34 files changed, 34 insertions, 34 deletions
diff --git a/core/aabbtree.cpp b/core/aabbtree.cpp
index f7cb0c7..ca50d6a 100644
--- a/core/aabbtree.cpp
+++ b/core/aabbtree.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "aabbtree.h"
diff --git a/core/aabbtree.h b/core/aabbtree.h
index 64913cf..f85d1a5 100644
--- a/core/aabbtree.h
+++ b/core/aabbtree.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/cloth.h b/core/cloth.h
index c70c81f..2f1e576 100644
--- a/core/cloth.h
+++ b/core/cloth.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/convex.h b/core/convex.h
index 98ac52c..9d0659d 100644
--- a/core/convex.h
+++ b/core/convex.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/core.cpp b/core/core.cpp
index c0d9d2c..413ba99 100644
--- a/core/core.cpp
+++ b/core/core.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "core.h"
diff --git a/core/core.h b/core/core.h
index 48a2918..04e7f0e 100644
--- a/core/core.h
+++ b/core/core.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/extrude.cpp b/core/extrude.cpp
index 637bed5..2bd230e 100644
--- a/core/extrude.cpp
+++ b/core/extrude.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "maths.h"
diff --git a/core/extrude.h b/core/extrude.h
index bcbc6fa..6139d6d 100644
--- a/core/extrude.h
+++ b/core/extrude.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/mat22.h b/core/mat22.h
index b2515be..56ee032 100644
--- a/core/mat22.h
+++ b/core/mat22.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/mat33.h b/core/mat33.h
index b191819..3e1f2b3 100644
--- a/core/mat33.h
+++ b/core/mat33.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/mat44.h b/core/mat44.h
index 5e125f9..7adf83a 100644
--- a/core/mat44.h
+++ b/core/mat44.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/maths.cpp b/core/maths.cpp
index 17218e4..a22229f 100644
--- a/core/maths.cpp
+++ b/core/maths.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "maths.h"
diff --git a/core/maths.h b/core/maths.h
index cbb684b..2e3e932 100644
--- a/core/maths.h
+++ b/core/maths.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/matnn.h b/core/matnn.h
index b8107f9..921c134 100644
--- a/core/matnn.h
+++ b/core/matnn.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/mesh.cpp b/core/mesh.cpp
index 43bd87a..2dc78a4 100644
--- a/core/mesh.cpp
+++ b/core/mesh.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "mesh.h"
#include "platform.h"
diff --git a/core/mesh.h b/core/mesh.h
index dfba532..f1444bf 100644
--- a/core/mesh.h
+++ b/core/mesh.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/perlin.cpp b/core/perlin.cpp
index 16fba71..9b7e499 100644
--- a/core/perlin.cpp
+++ b/core/perlin.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "perlin.h"
diff --git a/core/perlin.h b/core/perlin.h
index 45294f8..525606b 100644
--- a/core/perlin.h
+++ b/core/perlin.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/pfm.cpp b/core/pfm.cpp
index da25c8b..3be68af 100644
--- a/core/pfm.cpp
+++ b/core/pfm.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "pfm.h"
diff --git a/core/pfm.h b/core/pfm.h
index bf141af..f9ae702 100644
--- a/core/pfm.h
+++ b/core/pfm.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "types.h"
diff --git a/core/platform.cpp b/core/platform.cpp
index 8c451ab..1c110a9 100644
--- a/core/platform.cpp
+++ b/core/platform.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "core.h"
#include "platform.h"
diff --git a/core/platform.h b/core/platform.h
index b58d03f..30b99cd 100644
--- a/core/platform.h
+++ b/core/platform.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/point3.h b/core/point3.h
index ea6e4bc..421e70a 100644
--- a/core/point3.h
+++ b/core/point3.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/quat.h b/core/quat.h
index c241aa8..f2fff4c 100644
--- a/core/quat.h
+++ b/core/quat.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/sdf.cpp b/core/sdf.cpp
index 29d6f13..d9103fc 100644
--- a/core/sdf.cpp
+++ b/core/sdf.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "sdf.h"
diff --git a/core/sdf.h b/core/sdf.h
index 91b38c8..2ffd7e4 100644
--- a/core/sdf.h
+++ b/core/sdf.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/tga.cpp b/core/tga.cpp
index 802b9ec..49a4b41 100644
--- a/core/tga.cpp
+++ b/core/tga.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "tga.h"
#include "core.h"
diff --git a/core/tga.h b/core/tga.h
index 5be822c..9a7f893 100644
--- a/core/tga.h
+++ b/core/tga.h
@@ -24,7 +24,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/types.h b/core/types.h
index 1317d5e..7acdf16 100644
--- a/core/types.h
+++ b/core/types.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/vec2.h b/core/vec2.h
index 3570c47..7690002 100644
--- a/core/vec2.h
+++ b/core/vec2.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/vec3.h b/core/vec3.h
index de07b12..8c607e6 100644
--- a/core/vec3.h
+++ b/core/vec3.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/vec4.h b/core/vec4.h
index e59f590..cc74d20 100644
--- a/core/vec4.h
+++ b/core/vec4.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/core/voxelize.cpp b/core/voxelize.cpp
index 647ceb4..cef7348 100644
--- a/core/voxelize.cpp
+++ b/core/voxelize.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#include "aabbtree.h"
#include "mesh.h"
diff --git a/core/voxelize.h b/core/voxelize.h
index 958dbf5..051bfb0 100644
--- a/core/voxelize.h
+++ b/core/voxelize.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2013-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2013-2020 NVIDIA Corporation. All rights reserved.
#pragma once