aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent0dca00fc21e12104b76beb625c15a61134482898 (diff)
downloaduGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.gz
uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.bz2
uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.zip
License header updates
Diffstat (limited to 'include')
-rw-r--r--include/gadc/gadc.h2
-rw-r--r--include/gadc/lld/gadc_lld.h2
-rw-r--r--include/gadc/options.h2
-rw-r--r--include/gaudin/gaudin.h2
-rw-r--r--include/gaudin/lld/gaudin_lld.h2
-rw-r--r--include/gaudin/options.h2
-rw-r--r--include/gaudout/gaudout.h2
-rw-r--r--include/gaudout/options.h2
-rw-r--r--include/gdisp/fonts.h2
-rw-r--r--include/gdisp/gdisp.h2
-rw-r--r--include/gdisp/image.h2
-rw-r--r--include/gdisp/lld/emulation.c2
-rw-r--r--include/gdisp/lld/gdisp_lld.h2
-rw-r--r--include/gdisp/lld/gdisp_lld_msgs.h2
-rw-r--r--include/gdisp/options.h2
-rw-r--r--include/gevent/gevent.h2
-rw-r--r--include/gevent/options.h2
-rw-r--r--include/gfx.h2
-rw-r--r--include/gfx_rules.h2
-rw-r--r--include/ginput/dial.h2
-rw-r--r--include/ginput/ginput.h2
-rw-r--r--include/ginput/keyboard.h2
-rw-r--r--include/ginput/lld/dial.h2
-rw-r--r--include/ginput/lld/mouse.h2
-rw-r--r--include/ginput/lld/toggle.h2
-rw-r--r--include/ginput/mouse.h2
-rw-r--r--include/ginput/options.h2
-rw-r--r--include/ginput/toggle.h2
-rw-r--r--include/gmisc/gmisc.h2
-rw-r--r--include/gmisc/options.h2
-rw-r--r--include/gos/chibios.h22
-rw-r--r--include/gos/gos.h22
-rw-r--r--include/gos/options.h23
-rw-r--r--include/gos/posix.h22
-rw-r--r--include/gos/win32.h22
-rw-r--r--include/gqueue/gqueue.h22
-rw-r--r--include/gqueue/options.h23
-rw-r--r--include/gtimer/gtimer.h2
-rw-r--r--include/gtimer/options.h2
-rw-r--r--include/gwin/button.h2
-rw-r--r--include/gwin/checkbox.h2
-rw-r--r--include/gwin/console.h2
-rw-r--r--include/gwin/graph.h2
-rw-r--r--include/gwin/gwin.h2
-rw-r--r--include/gwin/internal.h2
-rw-r--r--include/gwin/options.h2
-rw-r--r--include/gwin/slider.h2
-rw-r--r--include/tdisp/lld/tdisp_lld.h2
-rw-r--r--include/tdisp/options.h2
-rw-r--r--include/tdisp/tdisp.h2
50 files changed, 78 insertions, 164 deletions
diff --git a/include/gadc/gadc.h b/include/gadc/gadc.h
index 6da63a15..ce2ad658 100644
--- a/include/gadc/gadc.h
+++ b/include/gadc/gadc.h
@@ -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/include/gadc/lld/gadc_lld.h b/include/gadc/lld/gadc_lld.h
index a2f4822c..5c0b4a3b 100644
--- a/include/gadc/lld/gadc_lld.h
+++ b/include/gadc/lld/gadc_lld.h
@@ -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/include/gadc/options.h b/include/gadc/options.h
index c83a71bf..4c83fa5c 100644
--- a/include/gadc/options.h
+++ b/include/gadc/options.h
@@ -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/include/gaudin/gaudin.h b/include/gaudin/gaudin.h
index 7175f631..3e6f9fe3 100644
--- a/include/gaudin/gaudin.h
+++ b/include/gaudin/gaudin.h
@@ -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/include/gaudin/lld/gaudin_lld.h b/include/gaudin/lld/gaudin_lld.h
index 6a9e34c1..77357ccf 100644
--- a/include/gaudin/lld/gaudin_lld.h
+++ b/include/gaudin/lld/gaudin_lld.h
@@ -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/include/gaudin/options.h b/include/gaudin/options.h
index 95f75f09..d5064b90 100644
--- a/include/gaudin/options.h
+++ b/include/gaudin/options.h
@@ -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/include/gaudout/gaudout.h b/include/gaudout/gaudout.h
index ef60eeb0..7d096ba7 100644
--- a/include/gaudout/gaudout.h
+++ b/include/gaudout/gaudout.h
@@ -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/include/gaudout/options.h b/include/gaudout/options.h
index 26337fab..3a590b08 100644
--- a/include/gaudout/options.h
+++ b/include/gaudout/options.h
@@ -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/include/gdisp/fonts.h b/include/gdisp/fonts.h
index 881b90ad..2a0db5d0 100644
--- a/include/gdisp/fonts.h
+++ b/include/gdisp/fonts.h
@@ -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/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index c005f1e3..f7208b00 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -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/include/gdisp/image.h b/include/gdisp/image.h
index 5dcd9c56..696500a6 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.h
@@ -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/include/gdisp/lld/emulation.c b/include/gdisp/lld/emulation.c
index ac97b515..c64f8259 100644
--- a/include/gdisp/lld/emulation.c
+++ b/include/gdisp/lld/emulation.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/include/gdisp/lld/gdisp_lld.h b/include/gdisp/lld/gdisp_lld.h
index fa4c1c63..faeee858 100644
--- a/include/gdisp/lld/gdisp_lld.h
+++ b/include/gdisp/lld/gdisp_lld.h
@@ -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/include/gdisp/lld/gdisp_lld_msgs.h b/include/gdisp/lld/gdisp_lld_msgs.h
index 91d8ed97..4c91d880 100644
--- a/include/gdisp/lld/gdisp_lld_msgs.h
+++ b/include/gdisp/lld/gdisp_lld_msgs.h
@@ -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/include/gdisp/options.h b/include/gdisp/options.h
index 0873a956..48b96aa1 100644
--- a/include/gdisp/options.h
+++ b/include/gdisp/options.h
@@ -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/include/gevent/gevent.h b/include/gevent/gevent.h
index 59557991..b0039849 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.h
@@ -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/include/gevent/options.h b/include/gevent/options.h
index 4f841492..02a7c60b 100644
--- a/include/gevent/options.h
+++ b/include/gevent/options.h
@@ -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/include/gfx.h b/include/gfx.h
index 7c82243b..24cc4ac4 100644
--- a/include/gfx.h
+++ b/include/gfx.h
@@ -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/include/gfx_rules.h b/include/gfx_rules.h
index 4b7e9506..95874736 100644
--- a/include/gfx_rules.h
+++ b/include/gfx_rules.h
@@ -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/include/ginput/dial.h b/include/ginput/dial.h
index af54952a..19395789 100644
--- a/include/ginput/dial.h
+++ b/include/ginput/dial.h
@@ -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/include/ginput/ginput.h b/include/ginput/ginput.h
index be998c4e..610ec45b 100644
--- a/include/ginput/ginput.h
+++ b/include/ginput/ginput.h
@@ -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/include/ginput/keyboard.h b/include/ginput/keyboard.h
index add2eff7..b9c902f6 100644
--- a/include/ginput/keyboard.h
+++ b/include/ginput/keyboard.h
@@ -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/include/ginput/lld/dial.h b/include/ginput/lld/dial.h
index 7c16851f..09013af7 100644
--- a/include/ginput/lld/dial.h
+++ b/include/ginput/lld/dial.h
@@ -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/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h
index a9e755c4..0aea6bb4 100644
--- a/include/ginput/lld/mouse.h
+++ b/include/ginput/lld/mouse.h
@@ -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/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h
index 8db4bea6..02bc5eb7 100644
--- a/include/ginput/lld/toggle.h
+++ b/include/ginput/lld/toggle.h
@@ -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/include/ginput/mouse.h b/include/ginput/mouse.h
index 011372c4..a67812eb 100644
--- a/include/ginput/mouse.h
+++ b/include/ginput/mouse.h
@@ -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/include/ginput/options.h b/include/ginput/options.h
index 2f7938e2..21d7b075 100644
--- a/include/ginput/options.h
+++ b/include/ginput/options.h
@@ -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/include/ginput/toggle.h b/include/ginput/toggle.h
index ee3d8420..d9b848d3 100644
--- a/include/ginput/toggle.h
+++ b/include/ginput/toggle.h
@@ -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/include/gmisc/gmisc.h b/include/gmisc/gmisc.h
index 21eb2bbe..4bebc984 100644
--- a/include/gmisc/gmisc.h
+++ b/include/gmisc/gmisc.h
@@ -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/include/gmisc/options.h b/include/gmisc/options.h
index 5a2f68ea..fe8288ae 100644
--- a/include/gmisc/options.h
+++ b/include/gmisc/options.h
@@ -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/include/gos/chibios.h b/include/gos/chibios.h
index 280a9a45..5193d506 100644
--- a/include/gos/chibios.h
+++ b/include/gos/chibios.h
@@ -1,22 +1,10 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ * 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
+ */
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
/**
* @file include/gos/chibios.h
* @brief GOS - Operating System Support header file for ChibiOS.
diff --git a/include/gos/gos.h b/include/gos/gos.h
index 177349cf..fe45ce60 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -1,22 +1,10 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ * 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
+ */
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
/**
* @file include/gos/gos.h
* @brief GOS - Operating System Support header file.
diff --git a/include/gos/options.h b/include/gos/options.h
index f9d41bb5..2ac15926 100644
--- a/include/gos/options.h
+++ b/include/gos/options.h
@@ -1,22 +1,9 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
+ * 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
+ */
/**
* @file include/gos/options.h
diff --git a/include/gos/posix.h b/include/gos/posix.h
index f61b13db..f81fb26b 100644
--- a/include/gos/posix.h
+++ b/include/gos/posix.h
@@ -1,22 +1,10 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ * 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
+ */
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
/**
* @file include/gos/posix.h
* @brief GOS - Operating System Support header file for POSIX.
diff --git a/include/gos/win32.h b/include/gos/win32.h
index d61de187..fbb45d9b 100644
--- a/include/gos/win32.h
+++ b/include/gos/win32.h
@@ -1,22 +1,10 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ * 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
+ */
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
/**
* @file include/gos/win32.h
* @brief GOS - Operating System Support header file for WIN32.
diff --git a/include/gqueue/gqueue.h b/include/gqueue/gqueue.h
index 38c1908d..0f8f83ea 100644
--- a/include/gqueue/gqueue.h
+++ b/include/gqueue/gqueue.h
@@ -1,22 +1,10 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ * 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
+ */
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
/**
* @file include/gqueue/gqueue.h
* @brief GQUEUE header file.
diff --git a/include/gqueue/options.h b/include/gqueue/options.h
index 30ccdb46..b9103a6b 100644
--- a/include/gqueue/options.h
+++ b/include/gqueue/options.h
@@ -1,22 +1,9 @@
/*
- ChibiOS/GFX - Copyright (C) 2012, 2013
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
+ * 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
+ */
/**
* @file include/gqueue/options.h
diff --git a/include/gtimer/gtimer.h b/include/gtimer/gtimer.h
index 5ad8c7c0..494cc201 100644
--- a/include/gtimer/gtimer.h
+++ b/include/gtimer/gtimer.h
@@ -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/include/gtimer/options.h b/include/gtimer/options.h
index 7fb0d280..f4b047c6 100644
--- a/include/gtimer/options.h
+++ b/include/gtimer/options.h
@@ -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/include/gwin/button.h b/include/gwin/button.h
index ed74a80d..84994dc4 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.h
@@ -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/include/gwin/checkbox.h b/include/gwin/checkbox.h
index 1bbdc89b..a17fb1ed 100644
--- a/include/gwin/checkbox.h
+++ b/include/gwin/checkbox.h
@@ -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/include/gwin/console.h b/include/gwin/console.h
index 4c317cdb..9ea3eed6 100644
--- a/include/gwin/console.h
+++ b/include/gwin/console.h
@@ -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/include/gwin/graph.h b/include/gwin/graph.h
index dea8d4ee..e307187c 100644
--- a/include/gwin/graph.h
+++ b/include/gwin/graph.h
@@ -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/include/gwin/gwin.h b/include/gwin/gwin.h
index 6441e5f8..277dfab1 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -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/include/gwin/internal.h b/include/gwin/internal.h
index 53392410..0b750b2c 100644
--- a/include/gwin/internal.h
+++ b/include/gwin/internal.h
@@ -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/include/gwin/options.h b/include/gwin/options.h
index 683a6e55..1ee9b836 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -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/include/gwin/slider.h b/include/gwin/slider.h
index 5e77a846..310cb0eb 100644
--- a/include/gwin/slider.h
+++ b/include/gwin/slider.h
@@ -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/include/tdisp/lld/tdisp_lld.h b/include/tdisp/lld/tdisp_lld.h
index a71ef76f..65b5c38d 100644
--- a/include/tdisp/lld/tdisp_lld.h
+++ b/include/tdisp/lld/tdisp_lld.h
@@ -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/include/tdisp/options.h b/include/tdisp/options.h
index 3ebf686d..609eccf6 100644
--- a/include/tdisp/options.h
+++ b/include/tdisp/options.h
@@ -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/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index 4e2dfd92..c05d574f 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.h
@@ -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