WinRipper v0.73 source code readme
WinRipper (C) 2000-2001 Peter Pawlowski
http://pp666.cjb.net/

1. You are allowed to:
 a) modify the source code
 b) compile it for testing / personal use
 c) redistribute source code as long as it contains this text file (and complete change logs)
2. You are NOT allowed to:
 a) redistribute modified binaries
 b) include parts of this source code in your own program (you have to ask me first); only MIDI converters source (which was released before) can be used in your own programs; in this case your program documentation MUST inform that it uses parts of WinRipper source code.
3. If you manage to improve WinRipper (bugfixes, new features, more formats) - add EVERY change you have made to changelog.txt; then send updated source code to me; then I'll release an updated version and put a credit.
4. Source code is written in cpp; it doesn't use any cpp-specific crap so it won't be extremely difficult to compile it in pure C. DSP/DSW files are from MSVC5 (sp3); they should work with newer version without any major changes. BMP ripper source is included (it wasn't present in the last release).