diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-03-06 23:11:01 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-03-06 23:11:01 +0100 |
commit | e315480c713cb6889c8329788d3dd69c9fbc6cf4 (patch) | |
tree | ceee3ce1b7a8c3313c4cafbc708782628cf3c4b5 /demos/modules | |
parent | e62b6fef20a55e59209c4c6cb601e490fe62b5e7 (diff) | |
download | uGFX-e315480c713cb6889c8329788d3dd69c9fbc6cf4.tar.gz uGFX-e315480c713cb6889c8329788d3dd69c9fbc6cf4.tar.bz2 uGFX-e315480c713cb6889c8329788d3dd69c9fbc6cf4.zip |
updated copyright - 2013
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/console/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gadc/gwinosc.c | 2 | ||||
-rw-r--r-- | demos/modules/gadc/gwinosc.h | 2 | ||||
-rw-r--r-- | demos/modules/gadc/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gaudin/gwinosc.c | 2 | ||||
-rw-r--r-- | demos/modules/gaudin/gwinosc.h | 2 | ||||
-rw-r--r-- | demos/modules/gaudin/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gdisp/gdisp_basics/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gdisp/gdisp_circles/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gdisp/gdisp_pictures/fruits1.jpg | bin | 32726 -> 32727 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_pictures/matterhorn.jpg | bin | 25310 -> 25311 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_pictures/matterhorn2.jpg | bin | 36150 -> 36151 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_text/main.c | 2 | ||||
-rw-r--r-- | demos/modules/ginput_touch_driver_test/main.c | 2 | ||||
-rw-r--r-- | demos/modules/gtimer/main.c | 2 | ||||
-rw-r--r-- | demos/modules/tdisp/main.c | 2 | ||||
-rw-r--r-- | demos/modules/window/main.c | 2 |
17 files changed, 14 insertions, 14 deletions
diff --git a/demos/modules/console/main.c b/demos/modules/console/main.c index 4efe9d0a..63a4c6ee 100644 --- a/demos/modules/console/main.c +++ b/demos/modules/console/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/gadc/gwinosc.c b/demos/modules/gadc/gwinosc.c index d08fbc0d..008f631f 100644 --- a/demos/modules/gadc/gwinosc.c +++ b/demos/modules/gadc/gwinosc.c @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gadc/gwinosc.h b/demos/modules/gadc/gwinosc.h index ec44937d..fe091a5f 100644 --- a/demos/modules/gadc/gwinosc.h +++ b/demos/modules/gadc/gwinosc.h @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gadc/main.c b/demos/modules/gadc/main.c index 07802521..fca7b543 100644 --- a/demos/modules/gadc/main.c +++ b/demos/modules/gadc/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gaudin/gwinosc.c b/demos/modules/gaudin/gwinosc.c index a5de7e38..28929459 100644 --- a/demos/modules/gaudin/gwinosc.c +++ b/demos/modules/gaudin/gwinosc.c @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gaudin/gwinosc.h b/demos/modules/gaudin/gwinosc.h index 08244717..12afc37e 100644 --- a/demos/modules/gaudin/gwinosc.h +++ b/demos/modules/gaudin/gwinosc.h @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gaudin/main.c b/demos/modules/gaudin/main.c index 7ca8d228..d7513b29 100644 --- a/demos/modules/gaudin/main.c +++ b/demos/modules/gaudin/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 + ChibiOS/GFX - Copyright (C) 2012, 2013, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. diff --git a/demos/modules/gdisp/gdisp_basics/main.c b/demos/modules/gdisp/gdisp_basics/main.c index fa0bef45..81036ba9 100644 --- a/demos/modules/gdisp/gdisp_basics/main.c +++ b/demos/modules/gdisp/gdisp_basics/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/gdisp/gdisp_circles/main.c b/demos/modules/gdisp/gdisp_circles/main.c index 45764d4f..5978667d 100644 --- a/demos/modules/gdisp/gdisp_circles/main.c +++ b/demos/modules/gdisp/gdisp_circles/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/gdisp/gdisp_pictures/fruits1.jpg b/demos/modules/gdisp/gdisp_pictures/fruits1.jpg Binary files differindex fff50332..06889647 100644 --- a/demos/modules/gdisp/gdisp_pictures/fruits1.jpg +++ b/demos/modules/gdisp/gdisp_pictures/fruits1.jpg diff --git a/demos/modules/gdisp/gdisp_pictures/matterhorn.jpg b/demos/modules/gdisp/gdisp_pictures/matterhorn.jpg Binary files differindex de535da4..4b303c3b 100644 --- a/demos/modules/gdisp/gdisp_pictures/matterhorn.jpg +++ b/demos/modules/gdisp/gdisp_pictures/matterhorn.jpg diff --git a/demos/modules/gdisp/gdisp_pictures/matterhorn2.jpg b/demos/modules/gdisp/gdisp_pictures/matterhorn2.jpg Binary files differindex 7f7e6f20..4ea2bdac 100644 --- a/demos/modules/gdisp/gdisp_pictures/matterhorn2.jpg +++ b/demos/modules/gdisp/gdisp_pictures/matterhorn2.jpg diff --git a/demos/modules/gdisp/gdisp_text/main.c b/demos/modules/gdisp/gdisp_text/main.c index 4dc45f71..8382fd27 100644 --- a/demos/modules/gdisp/gdisp_text/main.c +++ b/demos/modules/gdisp/gdisp_text/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/ginput_touch_driver_test/main.c b/demos/modules/ginput_touch_driver_test/main.c index a77e0b3f..306ab631 100644 --- a/demos/modules/ginput_touch_driver_test/main.c +++ b/demos/modules/ginput_touch_driver_test/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/gtimer/main.c b/demos/modules/gtimer/main.c index ae7c2c92..486a2a80 100644 --- a/demos/modules/gtimer/main.c +++ b/demos/modules/gtimer/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/tdisp/main.c b/demos/modules/tdisp/main.c index 69ab7349..6505fc38 100644 --- a/demos/modules/tdisp/main.c +++ b/demos/modules/tdisp/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
diff --git a/demos/modules/window/main.c b/demos/modules/window/main.c index e9cf21e0..6571f109 100644 --- a/demos/modules/window/main.c +++ b/demos/modules/window/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/GFX - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
|