diff options
| author | inmarket <andrewh@inmarket.com.au> | 2013-06-15 21:37:22 +1000 | 
|---|---|---|
| committer | inmarket <andrewh@inmarket.com.au> | 2013-06-15 21:37:22 +1000 | 
| commit | ed0bac9765614e9f12bc02661e37f41d6f30975e (patch) | |
| tree | 3c56f89326ecd9f0e0ada0f03fc3346cfc38776e /src | |
| parent | 0dca00fc21e12104b76beb625c15a61134482898 (diff) | |
| download | uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.gz uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.tar.bz2 uGFX-ed0bac9765614e9f12bc02661e37f41d6f30975e.zip | |
License header updates
Diffstat (limited to 'src')
| -rw-r--r-- | src/gadc/gadc.c | 2 | ||||
| -rw-r--r-- | src/gaudin/gaudin.c | 2 | ||||
| -rw-r--r-- | src/gaudout/gaudout.c | 2 | ||||
| -rw-r--r-- | src/gdisp/fonts.c | 2 | ||||
| -rw-r--r-- | src/gdisp/gdisp.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image_bmp.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image_gif.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image_jpg.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image_native.c | 2 | ||||
| -rw-r--r-- | src/gdisp/image_png.c | 2 | ||||
| -rw-r--r-- | src/gevent/gevent.c | 2 | ||||
| -rw-r--r-- | src/gfx.c | 23 | ||||
| -rw-r--r-- | src/ginput/dial.c | 2 | ||||
| -rw-r--r-- | src/ginput/ginput.c | 2 | ||||
| -rw-r--r-- | src/ginput/keyboard.c | 2 | ||||
| -rw-r--r-- | src/ginput/mouse.c | 2 | ||||
| -rw-r--r-- | src/ginput/toggle.c | 2 | ||||
| -rw-r--r-- | src/gmisc/arrayops.c | 2 | ||||
| -rw-r--r-- | src/gmisc/trig.c | 23 | ||||
| -rw-r--r-- | src/gos/chibios.c | 23 | ||||
| -rw-r--r-- | src/gos/posix.c | 23 | ||||
| -rw-r--r-- | src/gos/win32.c | 23 | ||||
| -rw-r--r-- | src/gqueue/gqueue.c | 22 | ||||
| -rw-r--r-- | src/gtimer/gtimer.c | 2 | ||||
| -rw-r--r-- | src/gwin/button.c | 2 | ||||
| -rw-r--r-- | src/gwin/checkbox.c | 2 | ||||
| -rw-r--r-- | src/gwin/console.c | 2 | ||||
| -rw-r--r-- | src/gwin/graph.c | 2 | ||||
| -rw-r--r-- | src/gwin/gwin.c | 2 | ||||
| -rw-r--r-- | src/gwin/slider.c | 2 | ||||
| -rw-r--r-- | src/tdisp/tdisp.c | 2 | 
32 files changed, 56 insertions, 133 deletions
| diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c index 36f4db6d..f3d99c85 100644 --- a/src/gadc/gadc.c +++ b/src/gadc/gadc.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/gaudin/gaudin.c b/src/gaudin/gaudin.c index 2e87c628..270cd26e 100644 --- a/src/gaudin/gaudin.c +++ b/src/gaudin/gaudin.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/gaudout/gaudout.c b/src/gaudout/gaudout.c index b418b158..4f8ac759 100644 --- a/src/gaudout/gaudout.c +++ b/src/gaudout/gaudout.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/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 diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c index d83fa4d8..d73a574f 100644 --- a/src/gevent/gevent.c +++ b/src/gevent/gevent.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 @@ -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    src/gfx.c diff --git a/src/ginput/dial.c b/src/ginput/dial.c index 24836910..3afb4796 100644 --- a/src/ginput/dial.c +++ b/src/ginput/dial.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/ginput/ginput.c b/src/ginput/ginput.c index 96fa1449..4f2e72b0 100644 --- a/src/ginput/ginput.c +++ b/src/ginput/ginput.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/ginput/keyboard.c b/src/ginput/keyboard.c index 99aa90e8..a0f1f2cb 100644 --- a/src/ginput/keyboard.c +++ b/src/ginput/keyboard.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/ginput/mouse.c b/src/ginput/mouse.c index 334fdb6c..11b358f9 100644 --- a/src/ginput/mouse.c +++ b/src/ginput/mouse.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/ginput/toggle.c b/src/ginput/toggle.c index 2784a6ef..fdbfb8ce 100644 --- a/src/ginput/toggle.c +++ b/src/ginput/toggle.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/gmisc/arrayops.c b/src/gmisc/arrayops.c index 460387f6..d433437e 100644 --- a/src/gmisc/arrayops.c +++ b/src/gmisc/arrayops.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/gmisc/trig.c b/src/gmisc/trig.c index 2cd90a53..e49a4c22 100644 --- a/src/gmisc/trig.c +++ b/src/gmisc/trig.c @@ -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    src/gmisc/trig.c diff --git a/src/gos/chibios.c b/src/gos/chibios.c index 40e176ce..6ce06d94 100644 --- a/src/gos/chibios.c +++ b/src/gos/chibios.c @@ -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    src/gos/chibios.c diff --git a/src/gos/posix.c b/src/gos/posix.c index 9f6fe430..19a02560 100644 --- a/src/gos/posix.c +++ b/src/gos/posix.c @@ -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    src/gos/chibios.c diff --git a/src/gos/win32.c b/src/gos/win32.c index a1c5abcd..02ba1b67 100644 --- a/src/gos/win32.c +++ b/src/gos/win32.c @@ -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    src/gos/chibios.c diff --git a/src/gqueue/gqueue.c b/src/gqueue/gqueue.c index d515a425..7cd1c9d9 100644 --- a/src/gqueue/gqueue.c +++ b/src/gqueue/gqueue.c @@ -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    src/gqueue/gqueue.c   * @brief   GQUEUE source file. diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c index 1de1ce45..3eedc952 100644 --- a/src/gtimer/gtimer.c +++ b/src/gtimer/gtimer.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/gwin/button.c b/src/gwin/button.c index cf5babc5..6b7306b5 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.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/gwin/checkbox.c b/src/gwin/checkbox.c index 547a30b5..faea0ef9 100644 --- a/src/gwin/checkbox.c +++ b/src/gwin/checkbox.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/gwin/console.c b/src/gwin/console.c index 5c068c93..a4cd428c 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.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/gwin/graph.c b/src/gwin/graph.c index 287deba9..72dcce9d 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.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/gwin/gwin.c b/src/gwin/gwin.c index c01c8a90..2f9d2dfd 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.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/gwin/slider.c b/src/gwin/slider.c index 1f252d77..01df189d 100644 --- a/src/gwin/slider.c +++ b/src/gwin/slider.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/tdisp/tdisp.c b/src/tdisp/tdisp.c index 17451deb..56122f8c 100644 --- a/src/tdisp/tdisp.c +++ b/src/tdisp/tdisp.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
 | 
