aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-02 01:53:28 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-02 01:53:28 +0200
commit296e74f3e05bfb41b54793a245e363cf225fbbd6 (patch)
tree4c16a6d195b8f3c5f42af235b9d21e5462f44be7 /src
parentccbd205dcbe6283484556ac0f2d67d7624c98646 (diff)
downloaduGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.gz
uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.bz2
uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.zip
Revert "updated license headers"
This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
Diffstat (limited to 'src')
-rw-r--r--src/gadc/gadc.c27
-rw-r--r--src/gaudin/gaudin.c27
-rw-r--r--src/gaudout/gaudout.c9
-rw-r--r--src/gdisp/fonts.c27
-rw-r--r--src/gdisp/gdisp.c27
-rw-r--r--src/gdisp/image.c27
-rw-r--r--src/gdisp/image_bmp.c27
-rw-r--r--src/gdisp/image_gif.c27
-rw-r--r--src/gdisp/image_jpg.c27
-rw-r--r--src/gdisp/image_native.c27
-rw-r--r--src/gdisp/image_png.c27
-rw-r--r--src/gevent/gevent.c27
-rw-r--r--src/ginput/dial.c27
-rw-r--r--src/ginput/keyboard.c9
-rw-r--r--src/ginput/mouse.c9
-rw-r--r--src/ginput/toggle.c9
-rw-r--r--src/gmisc/arrayops.c9
-rw-r--r--src/gtimer/gtimer.c9
-rw-r--r--src/gwin/button.c9
-rw-r--r--src/gwin/console.c9
-rw-r--r--src/gwin/graph.c9
-rw-r--r--src/gwin/gwin.c9
-rw-r--r--src/gwin/slider.c9
-rw-r--r--src/tdisp/tdisp.c9
24 files changed, 228 insertions, 204 deletions
diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c
index 7d53d0f6..40b901ae 100644
--- a/src/gadc/gadc.c
+++ b/src/gadc/gadc.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gadc/gadc.c
diff --git a/src/gaudin/gaudin.c b/src/gaudin/gaudin.c
index 1a3a3434..2fbe7a47 100644
--- a/src/gaudin/gaudin.c
+++ b/src/gaudin/gaudin.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gaudin/gaudin.c
diff --git a/src/gaudout/gaudout.c b/src/gaudout/gaudout.c
index ea3857ff..5c2e0657 100644
--- a/src/gaudout/gaudout.c
+++ b/src/gaudout/gaudout.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gdisp/fonts.c b/src/gdisp/fonts.c
index c450774e..a7c6d39a 100644
--- a/src/gdisp/fonts.c
+++ b/src/gdisp/fonts.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/fonts.c
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index 2abd3e2e..d548eae5 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/gdisp.c
diff --git a/src/gdisp/image.c b/src/gdisp/image.c
index c5977861..061db5fe 100644
--- a/src/gdisp/image.c
+++ b/src/gdisp/image.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image.c
diff --git a/src/gdisp/image_bmp.c b/src/gdisp/image_bmp.c
index 5f31103c..bab9b4e9 100644
--- a/src/gdisp/image_bmp.c
+++ b/src/gdisp/image_bmp.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image_bmp.c
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index 8e359681..2672333f 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image_gif.c
diff --git a/src/gdisp/image_jpg.c b/src/gdisp/image_jpg.c
index a2fdc259..e8b5eeeb 100644
--- a/src/gdisp/image_jpg.c
+++ b/src/gdisp/image_jpg.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image_jpg.c
diff --git a/src/gdisp/image_native.c b/src/gdisp/image_native.c
index c4ed4eae..4a41e9c8 100644
--- a/src/gdisp/image_native.c
+++ b/src/gdisp/image_native.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image_native.c
diff --git a/src/gdisp/image_png.c b/src/gdisp/image_png.c
index d4a8f3b6..3dca3645 100644
--- a/src/gdisp/image_png.c
+++ b/src/gdisp/image_png.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gdisp/image_png.c
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index 9fb17e73..b93f1ea8 100644
--- a/src/gevent/gevent.c
+++ b/src/gevent/gevent.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/gevent/gevent.c
diff --git a/src/ginput/dial.c b/src/ginput/dial.c
index 835f705b..2f572cf8 100644
--- a/src/ginput/dial.c
+++ b/src/ginput/dial.c
@@ -1,11 +1,22 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
+/*
+ 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/>.
+*/
/**
* @file src/ginput/dial.c
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c
index 76eaf17c..145b66f1 100644
--- a/src/ginput/keyboard.c
+++ b/src/ginput/keyboard.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c
index 7757638e..4ad32359 100644
--- a/src/ginput/mouse.c
+++ b/src/ginput/mouse.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/ginput/toggle.c b/src/ginput/toggle.c
index ce4197bd..5761279b 100644
--- a/src/ginput/toggle.c
+++ b/src/ginput/toggle.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gmisc/arrayops.c b/src/gmisc/arrayops.c
index 80301f1e..8b2135a0 100644
--- a/src/gmisc/arrayops.c
+++ b/src/gmisc/arrayops.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c
index 01f8e6b1..e1f6bb8f 100644
--- a/src/gtimer/gtimer.c
+++ b/src/gtimer/gtimer.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/button.c b/src/gwin/button.c
index b61c7d5d..74fe3080 100644
--- a/src/gwin/button.c
+++ b/src/gwin/button.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/console.c b/src/gwin/console.c
index c26e878d..6720e6b3 100644
--- a/src/gwin/console.c
+++ b/src/gwin/console.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/graph.c b/src/gwin/graph.c
index c8747a5f..eff42eb1 100644
--- a/src/gwin/graph.c
+++ b/src/gwin/graph.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c
index bd685935..9f009fa1 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/slider.c b/src/gwin/slider.c
index 08a28ccd..f535b35c 100644
--- a/src/gwin/slider.c
+++ b/src/gwin/slider.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/tdisp/tdisp.c b/src/tdisp/tdisp.c
index 9037ec66..dab05cda 100644
--- a/src/tdisp/tdisp.c
+++ b/src/tdisp/tdisp.c
@@ -1,12 +1,3 @@
-/*
- * This source code form is a part of the ChibiOS/GFX project and stands
- * under the terms of the GFX License v1.0. If a copy of the license
- * was not distributed with this file, You can obtain one at:
- *
- * http://chibios-gfx.com/license.html
- *
- */
-
/*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>