X-Git-Url: http://git.joshuawise.com/s3load.git/blobdiff_plain/0b5a2b64044f292ddcb060c740fc9dd453c39013..de1916b07dbaafc22bc568ebc9400db807f70468:/libnexys.c diff --git a/libnexys.c b/libnexys.c index 0234849..bbea383 100644 --- a/libnexys.c +++ b/libnexys.c @@ -1,3 +1,16 @@ +/* libnexys.c + * Main libusb driver for libnexys + * libnexys, a free driver for Digilent NEXYS2 boards + * + * Copyright (c) 2007-2008 Joshua Wise + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License. + * + * Commercial licenses are available by request. + */ + #ifdef WIN32_NATIVE #include "libnexys.win32.c" #else