diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:17:53 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:17:53 +1200 |
commit | 967507fd5013610a8f7eae0739dbe3020c6b67cd (patch) | |
tree | a421710003acb494618c51375fd6b0f0bb13f0f2 /algorithms/mandelbrot.c | |
parent | 1a29bd3128c9adfaf32a2dc9bdac5b444d5865ff (diff) | |
download | fractal-gen-967507fd5013610a8f7eae0739dbe3020c6b67cd.tar.xz |
Bump copyright date
Diffstat (limited to 'algorithms/mandelbrot.c')
-rw-r--r-- | algorithms/mandelbrot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithms/mandelbrot.c b/algorithms/mandelbrot.c index 8b59f2f..1f95843 100644 --- a/algorithms/mandelbrot.c +++ b/algorithms/mandelbrot.c @@ -1,6 +1,6 @@ /* * Part of fractal-gen - Generate iteration-based fractals in PNM format - * Copyright (c) 2015 David Phillips <dbphillipsnz@gmail.com> + * Copyright (c) 2016 David Phillips <dbphillipsnz@gmail.com> * All rights reserved * * Redistribution and use in source and binary forms, with or without |