From 4871a420573d1a4986eb8a3cee18e4a8c58faee5 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 3 Apr 2013 13:22:27 +0200 Subject: file2c update --- tools/file2c/source/file2c | Bin 10801 -> 0 bytes tools/file2c/source/file2c.c | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) delete mode 100755 tools/file2c/source/file2c (limited to 'tools') diff --git a/tools/file2c/source/file2c b/tools/file2c/source/file2c deleted file mode 100755 index 403c7d8f..00000000 Binary files a/tools/file2c/source/file2c and /dev/null differ diff --git a/tools/file2c/source/file2c.c b/tools/file2c/source/file2c.c index 10fcc446..d58d6a58 100644 --- a/tools/file2c/source/file2c.c +++ b/tools/file2c/source/file2c.c @@ -1,3 +1,23 @@ +/* + ChibiOS/GFX - Copyright (C) 2012, 2013 + Joel Bodenmann aka Tectu + + 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 . +*/ + #include #include #include -- cgit v1.2.3