commit edc920604a2c4766308c06b8eab522f5b3583702
parent 27da39acb9fd24a577179763e8d1986b27a2b0d7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 12 Feb 2016 09:46:45 +0100
Update the copyright year range
Diffstat:
27 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/README.md b/README.md
@@ -23,8 +23,8 @@ project.
## License
-*Star-3D* is Copyright (C) |Meso|Star> 2015 (<contact@meso-star.com>). It is a
-free software released under the [OSI](http://opensource.org)-approved CeCILL
-license. You are welcome to redistribute it under certain conditions; refer to
-the COPYING files for details.
+*Star-3D* is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). It
+is a free software released under the [OSI](http://opensource.org)-approved
+CeCILL license. You are welcome to redistribute it under certain conditions;
+refer to the COPYING files for details.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+# Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
#
# This software is a computer program whose purpose is to generate files used
# to build the Star-3D library.
diff --git a/src/s3d.h b/src/s3d.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
@@ -298,7 +298,7 @@ s3d_scene_trace_rays
struct s3d_hit* hits);
/* Uniformly sample the scene and returned the sampled primitive and its sample
- * uv position. Can be called only if an S3D_SAMPLE session is active on `scn'*/
+ * uv position. Can be called only if a S3D_SAMPLE session is active on `scn'*/
S3D_API res_T
s3d_scene_sample
(struct s3d_scene* scn,
diff --git a/src/s3d_backend.h b/src/s3d_backend.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_buffer.h b/src/s3d_buffer.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_c.h b/src/s3d_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_device.c b/src/s3d_device.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_device_c.h b/src/s3d_device_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_geometry.c b/src/s3d_geometry.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_geometry.h b/src/s3d_geometry.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_instance.c b/src/s3d_instance.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_instance.h b/src/s3d_instance.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_mesh.c b/src/s3d_mesh.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_mesh.h b/src/s3d_mesh.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_primitive.c b/src/s3d_primitive.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_scene.c b/src/s3d_scene.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_scene_c.h b/src/s3d_scene_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_shape.c b/src/s3d_shape.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/s3d_shape_c.h b/src/s3d_shape_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_cbox.h b/src/test_s3d_cbox.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_device.c b/src/test_s3d_device.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_primitive.c b/src/test_s3d_primitive.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_sampler.c b/src/test_s3d_sampler.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_scene.c b/src/test_s3d_scene.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_shape.c b/src/test_s3d_shape.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_trace_ray.c b/src/test_s3d_trace_ray.c
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly
diff --git a/src/test_s3d_utils.h b/src/test_s3d_utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com)
+/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com)
*
* This software is a computer program whose purpose is to describe a
* virtual 3D environment that can be ray-traced and sampled both robustly