diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-12 06:44:42 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-12 06:44:42 -0800 |
commit | 6fcf69808f3721b1bdae68f9e22d03991e80b25c (patch) | |
tree | c485cadcea682e427fdf98cf71b019c2426b8dd0 /src/modules/ray/ray.c | |
parent | e1ec95840ff1b20bbf1a6f9897202c824195b68d (diff) |
ray: update copyright years
Diffstat (limited to 'src/modules/ray/ray.c')
-rw-r--r-- | src/modules/ray/ray.c | 2 |
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) |