summaryrefslogtreecommitdiffstats
path: root/tools/build/rtems-bin2c.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-10 11:27:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-10 11:27:44 +0000
commitc82e98f4f2fc57b469deefca8ecb6574d10c370d (patch)
tree4939532c255a87c9bfb876f63a6790c273bec502 /tools/build/rtems-bin2c.c
parent2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c82e98f4f2fc57b469deefca8ecb6574d10c370d.tar.bz2
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* bin2c.c: Updated license after author changed it.
Diffstat (limited to 'tools/build/rtems-bin2c.c')
-rw-r--r--tools/build/rtems-bin2c.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/build/rtems-bin2c.c b/tools/build/rtems-bin2c.c
index a489552f41..8598f10fce 100644
--- a/tools/build/rtems-bin2c.c
+++ b/tools/build/rtems-bin2c.c
@@ -3,9 +3,11 @@
*
* convert a binary file into a C source array.
*
- * Origin:
- * put into the public domain by Sandro Sigala
- * http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images-Bin2c_In_C
+ * THE "BEER-WARE LICENSE" (Revision 3.1415):
+ * sandro AT sigala DOT it wrote this file. As long as you retain this
+ * notice you can do whatever you want with this stuff. If we meet some
+ * day, and you think this stuff is worth it, you can buy me a beer in
+ * return. Sandro Sigala
*
* Subsequently modified by Joel Sherrill <joel.sherrill@oarcorp.com>
* to add a number of capabilities not in the original.