2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>

* bin2c.c: Updated license after author changed it.
This commit is contained in:
Joel Sherrill
2007-09-10 11:27:44 +00:00
parent 3a0e33706d
commit c82e98f4f2
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* bin2c.c: Updated license after author changed it.
2007-09-07 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-09-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* bin2c.c: Update comments. * bin2c.c: Update comments.

View File

@@ -3,9 +3,11 @@
* *
* convert a binary file into a C source array. * convert a binary file into a C source array.
* *
* Origin: * THE "BEER-WARE LICENSE" (Revision 3.1415):
* put into the public domain by Sandro Sigala * sandro AT sigala DOT it wrote this file. As long as you retain this
* http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images-Bin2c_In_C * 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> * Subsequently modified by Joel Sherrill <joel.sherrill@oarcorp.com>
* to add a number of capabilities not in the original. * to add a number of capabilities not in the original.