aboutsummaryrefslogtreecommitdiff
path: root/algorithms
diff options
context:
space:
mode:
Diffstat (limited to 'algorithms')
-rw-r--r--algorithms/burning-ship-lattice.c2
-rw-r--r--algorithms/burning-ship.c2
-rw-r--r--algorithms/common.h2
-rw-r--r--algorithms/mandelbrot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/algorithms/burning-ship-lattice.c b/algorithms/burning-ship-lattice.c
index e58912e..60851cc 100644
--- a/algorithms/burning-ship-lattice.c
+++ b/algorithms/burning-ship-lattice.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
diff --git a/algorithms/burning-ship.c b/algorithms/burning-ship.c
index 5c7d2e3..5f14c1d 100644
--- a/algorithms/burning-ship.c
+++ b/algorithms/burning-ship.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
diff --git a/algorithms/common.h b/algorithms/common.h
index bd5a939..b52963e 100644
--- a/algorithms/common.h
+++ b/algorithms/common.h
@@ -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
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