summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-02-12 06:44:42 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-02-12 06:44:42 -0800
commit6fcf69808f3721b1bdae68f9e22d03991e80b25c (patch)
treec485cadcea682e427fdf98cf71b019c2426b8dd0 /src
parente1ec95840ff1b20bbf1a6f9897202c824195b68d (diff)
ray: update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/modules/ray/ray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ray/ray.c b/src/modules/ray/ray.c
index 5210896..65af60c 100644
--- a/src/modules/ray/ray.c
+++ b/src/modules/ray/ray.c
@@ -11,7 +11,7 @@
#include "ray_scene.h"
#include "ray_threads.h"
-/* Copyright (C) 2016 Vito Caputo <vcaputo@pengaru.com> */
+/* Copyright (C) 2016-2017 Vito Caputo <vcaputo@pengaru.com> */
/* ray trace a simple scene into the fragment */
static void ray(fb_fragment_t *fragment)
© All Rights Reserved