aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/applications/mandelbrot/gfxconf.h1
-rw-r--r--demos/applications/mandelbrot/main.c1
-rw-r--r--demos/applications/notepad/gfxconf.h1
-rw-r--r--demos/applications/notepad/main.c1
-rw-r--r--demos/benchmarks/gfxconf.h1
-rw-r--r--demos/benchmarks/main.c1
-rw-r--r--demos/modules/gadc/gfxconf.h1
-rw-r--r--demos/modules/gadc/gwinosc.c3
-rw-r--r--demos/modules/gadc/gwinosc.h1
-rw-r--r--demos/modules/gadc/main.c1
-rw-r--r--demos/modules/gaudin/gfxconf.h1
-rw-r--r--demos/modules/gaudin/gwinosc.c3
-rw-r--r--demos/modules/gaudin/gwinosc.h1
-rw-r--r--demos/modules/gaudin/main.c1
-rw-r--r--demos/modules/gdisp/gdisp_basics/gfxconf.h1
-rw-r--r--demos/modules/gdisp/gdisp_basics/main.c1
-rw-r--r--demos/modules/gdisp/gdisp_circles/gfxconf.h1
-rw-r--r--demos/modules/gdisp/gdisp_circles/main.c1
-rw-r--r--demos/modules/gdisp/gdisp_images/gfxconf.h1
-rw-r--r--demos/modules/gdisp/gdisp_images/main.c1
-rw-r--r--demos/modules/gdisp/gdisp_images_animated/gfxconf.h1
-rw-r--r--demos/modules/gdisp/gdisp_images_animated/main.c1
-rw-r--r--demos/modules/gdisp/gdisp_text/gfxconf.h1
-rw-r--r--demos/modules/gdisp/gdisp_text/main.c1
-rw-r--r--demos/modules/ginput/touch_driver_test/gfxconf.h1
-rw-r--r--demos/modules/ginput/touch_driver_test/main.c1
-rw-r--r--demos/modules/graph/gfxconf.h1
-rw-r--r--demos/modules/graph/main.c1
-rw-r--r--demos/modules/gtimer/gfxconf.h1
-rw-r--r--demos/modules/gtimer/main.c1
-rw-r--r--demos/modules/gwin/basic/gfxconf.h1
-rw-r--r--demos/modules/gwin/basic/main.c1
-rw-r--r--demos/modules/gwin/console/gfxconf.h1
-rw-r--r--demos/modules/gwin/console/main.c1
-rw-r--r--demos/modules/gwin/slider/gfxconf.h1
-rw-r--r--demos/modules/gwin/slider/main.c1
-rw-r--r--demos/modules/tdisp/gfxconf.h1
-rw-r--r--demos/modules/tdisp/main.c1
38 files changed, 40 insertions, 2 deletions
diff --git a/demos/applications/mandelbrot/gfxconf.h b/demos/applications/mandelbrot/gfxconf.h
index 1fb8e8c3..c2c56714 100644
--- a/demos/applications/mandelbrot/gfxconf.h
+++ b/demos/applications/mandelbrot/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/applications/mandelbrot/main.c b/demos/applications/mandelbrot/main.c
index ce738fed..37e0ac5f 100644
--- a/demos/applications/mandelbrot/main.c
+++ b/demos/applications/mandelbrot/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/applications/notepad/gfxconf.h b/demos/applications/notepad/gfxconf.h
index e65d4f45..6755d30d 100644
--- a/demos/applications/notepad/gfxconf.h
+++ b/demos/applications/notepad/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/applications/notepad/main.c b/demos/applications/notepad/main.c
index 3da0fec1..261b09d4 100644
--- a/demos/applications/notepad/main.c
+++ b/demos/applications/notepad/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/benchmarks/gfxconf.h b/demos/benchmarks/gfxconf.h
index 4e7045e3..36a6c5b9 100644
--- a/demos/benchmarks/gfxconf.h
+++ b/demos/benchmarks/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/benchmarks/main.c b/demos/benchmarks/main.c
index d76e83f2..55e28603 100644
--- a/demos/benchmarks/main.c
+++ b/demos/benchmarks/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gadc/gfxconf.h b/demos/modules/gadc/gfxconf.h
index ee3d755f..ff306763 100644
--- a/demos/modules/gadc/gfxconf.h
+++ b/demos/modules/gadc/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gadc/gwinosc.c b/demos/modules/gadc/gwinosc.c
index 0b8dee2f..193957ee 100644
--- a/demos/modules/gadc/gwinosc.c
+++ b/demos/modules/gadc/gwinosc.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,7 +49,7 @@
GHandle gwinCreateScope(GScopeObject *gs, coord_t x, coord_t y, coord_t cx, coord_t cy, uint32_t physdev, uint32_t frequency) {
/* Initialise the base class GWIN */
- if (!(gs = (GScopeObject *)_gwindowCreate((GWindowObject *)gs, x, y, cx, cy, sizeof(GScopeObject))))
+ if (!(gs = (GScopeObject *)_gwinInit((GWindowObject *)gs, x, y, cx, cy, sizeof(GScopeObject))))
return 0;
/* Initialise the scope object members and allocate memory for buffers */
diff --git a/demos/modules/gadc/gwinosc.h b/demos/modules/gadc/gwinosc.h
index eeb2a181..406caec2 100644
--- a/demos/modules/gadc/gwinosc.h
+++ b/demos/modules/gadc/gwinosc.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gadc/main.c b/demos/modules/gadc/main.c
index 3346722c..6cf30023 100644
--- a/demos/modules/gadc/main.c
+++ b/demos/modules/gadc/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gaudin/gfxconf.h b/demos/modules/gaudin/gfxconf.h
index 2f8551c7..a17e4fd9 100644
--- a/demos/modules/gaudin/gfxconf.h
+++ b/demos/modules/gaudin/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gaudin/gwinosc.c b/demos/modules/gaudin/gwinosc.c
index 2557eeea..d90742ee 100644
--- a/demos/modules/gaudin/gwinosc.c
+++ b/demos/modules/gaudin/gwinosc.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -55,7 +56,7 @@
GHandle gwinCreateScope(GScopeObject *gs, coord_t x, coord_t y, coord_t cx, coord_t cy, uint16_t channel, uint32_t frequency) {
/* Initialise the base class GWIN */
- if (!(gs = (GScopeObject *)_gwindowCreate((GWindowObject *)gs, x, y, cx, cy, sizeof(GScopeObject))))
+ if (!(gs = (GScopeObject *)_gwinInit((GWindowObject *)gs, x, y, cx, cy, sizeof(GScopeObject))))
return 0;
/* Initialise the scope object members and allocate memory for buffers */
diff --git a/demos/modules/gaudin/gwinosc.h b/demos/modules/gaudin/gwinosc.h
index f3243f52..ff13a060 100644
--- a/demos/modules/gaudin/gwinosc.h
+++ b/demos/modules/gaudin/gwinosc.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gaudin/main.c b/demos/modules/gaudin/main.c
index cebfb1f1..2f3759ff 100644
--- a/demos/modules/gaudin/main.c
+++ b/demos/modules/gaudin/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_basics/gfxconf.h b/demos/modules/gdisp/gdisp_basics/gfxconf.h
index 0de4cdb2..c2098c85 100644
--- a/demos/modules/gdisp/gdisp_basics/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_basics/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_basics/main.c b/demos/modules/gdisp/gdisp_basics/main.c
index 6067328a..f875028b 100644
--- a/demos/modules/gdisp/gdisp_basics/main.c
+++ b/demos/modules/gdisp/gdisp_basics/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_circles/gfxconf.h b/demos/modules/gdisp/gdisp_circles/gfxconf.h
index 028a5781..c5faba5d 100644
--- a/demos/modules/gdisp/gdisp_circles/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_circles/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_circles/main.c b/demos/modules/gdisp/gdisp_circles/main.c
index c690d4a3..8feaa2e3 100644
--- a/demos/modules/gdisp/gdisp_circles/main.c
+++ b/demos/modules/gdisp/gdisp_circles/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_images/gfxconf.h b/demos/modules/gdisp/gdisp_images/gfxconf.h
index 90d9714e..74fffa61 100644
--- a/demos/modules/gdisp/gdisp_images/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_images/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_images/main.c b/demos/modules/gdisp/gdisp_images/main.c
index 78208d08..e5b55a3a 100644
--- a/demos/modules/gdisp/gdisp_images/main.c
+++ b/demos/modules/gdisp/gdisp_images/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_images_animated/gfxconf.h b/demos/modules/gdisp/gdisp_images_animated/gfxconf.h
index a2d36643..eded2fc4 100644
--- a/demos/modules/gdisp/gdisp_images_animated/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_images_animated/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_images_animated/main.c b/demos/modules/gdisp/gdisp_images_animated/main.c
index 48b8e1cf..4713e0e9 100644
--- a/demos/modules/gdisp/gdisp_images_animated/main.c
+++ b/demos/modules/gdisp/gdisp_images_animated/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_text/gfxconf.h b/demos/modules/gdisp/gdisp_text/gfxconf.h
index 8a97282a..e7fd0eb6 100644
--- a/demos/modules/gdisp/gdisp_text/gfxconf.h
+++ b/demos/modules/gdisp/gdisp_text/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gdisp/gdisp_text/main.c b/demos/modules/gdisp/gdisp_text/main.c
index c00af183..dee741fa 100644
--- a/demos/modules/gdisp/gdisp_text/main.c
+++ b/demos/modules/gdisp/gdisp_text/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/ginput/touch_driver_test/gfxconf.h b/demos/modules/ginput/touch_driver_test/gfxconf.h
index e3a302d0..6e8cc8e1 100644
--- a/demos/modules/ginput/touch_driver_test/gfxconf.h
+++ b/demos/modules/ginput/touch_driver_test/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/ginput/touch_driver_test/main.c b/demos/modules/ginput/touch_driver_test/main.c
index 1894a439..1a1157b0 100644
--- a/demos/modules/ginput/touch_driver_test/main.c
+++ b/demos/modules/ginput/touch_driver_test/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/graph/gfxconf.h b/demos/modules/graph/gfxconf.h
index 0ce90c94..a2d0fa88 100644
--- a/demos/modules/graph/gfxconf.h
+++ b/demos/modules/graph/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/graph/main.c b/demos/modules/graph/main.c
index f05295e5..7eb64b4b 100644
--- a/demos/modules/graph/main.c
+++ b/demos/modules/graph/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gtimer/gfxconf.h b/demos/modules/gtimer/gfxconf.h
index 0b89cd04..1c4a31f8 100644
--- a/demos/modules/gtimer/gfxconf.h
+++ b/demos/modules/gtimer/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gtimer/main.c b/demos/modules/gtimer/main.c
index 5c7d1978..a0ea6aee 100644
--- a/demos/modules/gtimer/main.c
+++ b/demos/modules/gtimer/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/basic/gfxconf.h b/demos/modules/gwin/basic/gfxconf.h
index 5445e47c..3ef9c784 100644
--- a/demos/modules/gwin/basic/gfxconf.h
+++ b/demos/modules/gwin/basic/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/basic/main.c b/demos/modules/gwin/basic/main.c
index 17796918..5dc1bab7 100644
--- a/demos/modules/gwin/basic/main.c
+++ b/demos/modules/gwin/basic/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h
index 802914b6..97a26438 100644
--- a/demos/modules/gwin/console/gfxconf.h
+++ b/demos/modules/gwin/console/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/console/main.c b/demos/modules/gwin/console/main.c
index 6ca3f073..aa3de40d 100644
--- a/demos/modules/gwin/console/main.c
+++ b/demos/modules/gwin/console/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/slider/gfxconf.h b/demos/modules/gwin/slider/gfxconf.h
index 54f9547e..b7b39a3f 100644
--- a/demos/modules/gwin/slider/gfxconf.h
+++ b/demos/modules/gwin/slider/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/gwin/slider/main.c b/demos/modules/gwin/slider/main.c
index 09906420..15dc3e26 100644
--- a/demos/modules/gwin/slider/main.c
+++ b/demos/modules/gwin/slider/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/tdisp/gfxconf.h b/demos/modules/tdisp/gfxconf.h
index a90ab9c0..1f323be3 100644
--- a/demos/modules/tdisp/gfxconf.h
+++ b/demos/modules/tdisp/gfxconf.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/demos/modules/tdisp/main.c b/demos/modules/tdisp/main.c
index ee1c5b58..53cdced6 100644
--- a/demos/modules/tdisp/main.c
+++ b/demos/modules/tdisp/main.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without