aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-21 22:20:37 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-21 22:20:37 +0200
commit73c5ef26f81cb28cbe2fc29e885ea4eea701de1b (patch)
treecb006a866df4d125b04f9ee3f98c7530f2679865 /tools
parenta6758342668712563bd4058160e6f5dc5636ba18 (diff)
downloaduGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.gz
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.bz2
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.zip
fixed license headers
Diffstat (limited to 'tools')
-rw-r--r--[-rwxr-xr-x]tools/file2c/binaries/linux/file2cbin10801 -> 10802 bytes
-rw-r--r--tools/file2c/binaries/windows/file2c.exebin9728 -> 9729 bytes
-rw-r--r--tools/file2c/src/VS 2012 Project/file2c.v11.suobin25600 -> 25601 bytes
-rw-r--r--tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj2
-rw-r--r--tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.filters2
-rw-r--r--tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.user2
-rw-r--r--tools/file2c/src/file2c.c2
7 files changed, 4 insertions, 4 deletions
diff --git a/tools/file2c/binaries/linux/file2c b/tools/file2c/binaries/linux/file2c
index 403c7d8f..fb501e7b 100755..100644
--- a/tools/file2c/binaries/linux/file2c
+++ b/tools/file2c/binaries/linux/file2c
Binary files differ
diff --git a/tools/file2c/binaries/windows/file2c.exe b/tools/file2c/binaries/windows/file2c.exe
index 333b1138..a4d8cd4d 100644
--- a/tools/file2c/binaries/windows/file2c.exe
+++ b/tools/file2c/binaries/windows/file2c.exe
Binary files differ
diff --git a/tools/file2c/src/VS 2012 Project/file2c.v11.suo b/tools/file2c/src/VS 2012 Project/file2c.v11.suo
index 38fa846c..c6f0cd9b 100644
--- a/tools/file2c/src/VS 2012 Project/file2c.v11.suo
+++ b/tools/file2c/src/VS 2012 Project/file2c.v11.suo
Binary files differ
diff --git a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj
index b0b846c7..2d5995f4 100644
--- a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj
+++ b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj
@@ -81,4 +81,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.filters b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.filters
index 97daa75f..104c068b 100644
--- a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.filters
+++ b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.filters
@@ -19,4 +19,4 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.user b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.user
index a375ae35..4b5bbf36 100644
--- a/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.user
+++ b/tools/file2c/src/VS 2012 Project/file2c/file2c.vcxproj.user
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
-</Project> \ No newline at end of file
+</Project>
diff --git a/tools/file2c/src/file2c.c b/tools/file2c/src/file2c.c
index dca5375d..f7bc1e9c 100644
--- a/tools/file2c/src/file2c.c
+++ b/tools/file2c/src/file2c.c
@@ -2,7 +2,7 @@
* 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
+ * http://ugfx.org/license.html
*/
#include <stdio.h>