aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-06-15 21:37:22 +1000
committerinmarket <andrewh@inmarket.com.au>2013-06-15 21:37:22 +1000
commited0bac9765614e9f12bc02661e37f41d6f30975e (patch)
tree3c56f89326ecd9f0e0ada0f03fc3346cfc38776e /src/gdisp
parent0dca00fc21e12104b76beb625c15a61134482898 (diff)
downloaduGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.gz
uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.bz2
uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.zip
License header updates
Diffstat (limited to 'src/gdisp')
-rw-r--r--src/gdisp/fonts.c2
-rw-r--r--src/gdisp/gdisp.c2
-rw-r--r--src/gdisp/image.c2
-rw-r--r--src/gdisp/image_bmp.c2
-rw-r--r--src/gdisp/image_gif.c2
-rw-r--r--src/gdisp/image_jpg.c2
-rw-r--r--src/gdisp/image_native.c2
-rw-r--r--src/gdisp/image_png.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/gdisp/fonts.c b/src/gdisp/fonts.c
index 175828c6..6c73216c 100644
--- a/src/gdisp/fonts.c
+++ b/src/gdisp/fonts.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index 9ba85d82..1b16ac53 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image.c b/src/gdisp/image.c
index 50b641b6..fec05147 100644
--- a/src/gdisp/image.c
+++ b/src/gdisp/image.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image_bmp.c b/src/gdisp/image_bmp.c
index 51d1ce91..e54ad5e4 100644
--- a/src/gdisp/image_bmp.c
+++ b/src/gdisp/image_bmp.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index e8f4f422..3de47d03 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image_jpg.c b/src/gdisp/image_jpg.c
index 3a51ea5f..9ffd4b31 100644
--- a/src/gdisp/image_jpg.c
+++ b/src/gdisp/image_jpg.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image_native.c b/src/gdisp/image_native.c
index 8cc15817..694518c6 100644
--- a/src/gdisp/image_native.c
+++ b/src/gdisp/image_native.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html
diff --git a/src/gdisp/image_png.c b/src/gdisp/image_png.c
index 76e8f652..183b0734 100644
--- a/src/gdisp/image_png.c
+++ b/src/gdisp/image_png.c
@@ -1,5 +1,5 @@
/*
- * This file is subject to the terms of the GFX License, v1.0. If a copy of
+ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://chibios-gfx.com/license.html