diff options
| author | Miles Macklin <[email protected]> | 2020-09-18 12:35:32 +1200 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2020-09-18 12:35:32 +1200 |
| commit | f295a05558c1b724973508d07baa08561feb1483 (patch) | |
| tree | 593593d93883dbbf1582b29c7ada7089a76fe577 /core | |
| parent | Update README.md (diff) | |
| download | flex-f295a05558c1b724973508d07baa08561feb1483.tar.xz flex-f295a05558c1b724973508d07baa08561feb1483.zip | |
Update license
Diffstat (limited to 'core')
| -rw-r--r-- | core/aabbtree.cpp | 2 | ||||
| -rw-r--r-- | core/aabbtree.h | 2 | ||||
| -rw-r--r-- | core/cloth.h | 2 | ||||
| -rw-r--r-- | core/convex.h | 2 | ||||
| -rw-r--r-- | core/core.cpp | 2 | ||||
| -rw-r--r-- | core/core.h | 2 | ||||
| -rw-r--r-- | core/extrude.cpp | 2 | ||||
| -rw-r--r-- | core/extrude.h | 2 | ||||
| -rw-r--r-- | core/mat22.h | 2 | ||||
| -rw-r--r-- | core/mat33.h | 2 | ||||
| -rw-r--r-- | core/mat44.h | 2 | ||||
| -rw-r--r-- | core/maths.cpp | 2 | ||||
| -rw-r--r-- | core/maths.h | 2 | ||||
| -rw-r--r-- | core/matnn.h | 2 | ||||
| -rw-r--r-- | core/mesh.cpp | 2 | ||||
| -rw-r--r-- | core/mesh.h | 2 | ||||
| -rw-r--r-- | core/perlin.cpp | 2 | ||||
| -rw-r--r-- | core/perlin.h | 2 | ||||
| -rw-r--r-- | core/pfm.cpp | 2 | ||||
| -rw-r--r-- | core/pfm.h | 2 | ||||
| -rw-r--r-- | core/platform.cpp | 2 | ||||
| -rw-r--r-- | core/platform.h | 2 | ||||
| -rw-r--r-- | core/point3.h | 2 | ||||
| -rw-r--r-- | core/quat.h | 2 | ||||
| -rw-r--r-- | core/sdf.cpp | 2 | ||||
| -rw-r--r-- | core/sdf.h | 2 | ||||
| -rw-r--r-- | core/tga.cpp | 2 | ||||
| -rw-r--r-- | core/tga.h | 2 | ||||
| -rw-r--r-- | core/types.h | 2 | ||||
| -rw-r--r-- | core/vec2.h | 2 | ||||
| -rw-r--r-- | core/vec3.h | 2 | ||||
| -rw-r--r-- | core/vec4.h | 2 | ||||
| -rw-r--r-- | core/voxelize.cpp | 2 | ||||
| -rw-r--r-- | core/voxelize.h | 2 |
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" @@ -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" @@ -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" @@ -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 |