wfm itself is implemented by [Antoni Sawicki](http://www.tenox.net/) and is under the Apache License 2.0 Copyright (c) 1994-2018 by Antoni Sawicki Copyright (c) 2018-2019 by Google LLC Icons by [Yusuke Kamiyamane](http://p.yusukekamiyamane.com/) Copyright (c) 2010 by Yusuke Kamiyamane URL Encoding routines by Fred Bulback, in the public domain Server Side RFC 1321 implementation by [L. Peter Deutsch](https://sourceforge.net/projects/libmd5-rfc/files/) Copyright (c) 2002 by Aladdin Enterprises Client Side RFC 1321 implementation by [Paul Johnston](http://pajhome.org.uk/crypt/md5/index.html) Copyright (c) 1999-2009 by Paul Johnston The cgic library is Copyright (c) 1996-2011 by Thomas Boutell and Boutell.Com, Inc. Recent versions are under the MIT license. Older ones, such as the one used here, have this license: CGIC, copyright 1996-2011 by Thomas Boutell and Boutell.Com, Inc. Permission is granted to use CGIC in any application, commercial or noncommercial, at no cost. HOWEVER, this copyright paragraph must appear on a "credits" page accessible in the public online and offline documentation of the program. Modified versions of the CGIC library should not be distributed without the attachment of a clear statement regarding the author of the modifications, and this notice may in no case be removed. Modifications may also be submitted to the author for inclusion in the main CGIC distribution. // bin2c.c // // convert a binary file into a C source vector // // 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