aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:17:53 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:17:53 +1200
commit967507fd5013610a8f7eae0739dbe3020c6b67cd (patch)
treea421710003acb494618c51375fd6b0f0bb13f0f2
parent1a29bd3128c9adfaf32a2dc9bdac5b444d5865ff (diff)
downloadfractal-gen-967507fd5013610a8f7eae0739dbe3020c6b67cd.tar.xz
Bump copyright date
-rw-r--r--LICENCE2
-rw-r--r--algorithms.h2
-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
-rw-r--r--fractal-gen.c2
-rw-r--r--fractal-gen.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/LICENCE b/LICENCE
index 79e5a34..0b73a52 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,6 @@
/*
* 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.h b/algorithms.h
index ed8ffee..0529807 100644
--- a/algorithms.h
+++ b/algorithms.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/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
diff --git a/fractal-gen.c b/fractal-gen.c
index 0dd8724..cc4d6d2 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -1,6 +1,6 @@
/*
* 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/fractal-gen.h b/fractal-gen.h
index 6b099d9..899dd74 100644
--- a/fractal-gen.h
+++ b/fractal-gen.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