Page 1 of 1

License Question

Posted: Fri Sep 21, 2012 9:18 am
by Thraxis
What would the requirements be if I wished to create my own program using usbit32.dll? The license.txt that comes with the software seems to encompass distributing the entire set of programs.

Re: License Question

Posted: Sat Sep 22, 2012 4:46 pm
by Alex
The license doesn't require you to distribute all the files, but to include the license file and the copyright notice. It doesn't prohibit using the usbit32.dll, but I don't encourage people to do so. Without header files and description only the dll wouldn't help you much. I have permitted the usage of usbit32.dll in other projects. It depends on the project.

Re: License Question

Posted: Sun Sep 23, 2012 12:05 am
by Thraxis
Yes I am aware of at least one project using the usbit32.dll hence my request for clarification here as they do not distribute the license file with their program.

As for the .dll the "USB Image Tool Helper.dll" along with the usbit32.dll do provide a rather nice amount of information once the Helper DLL is added as a reference in Visual Studio .NET. I was able to filter through and create a program of my own to backup and restore USB image files in a couple hours.

Re: License Question

Posted: Mon Sep 24, 2012 6:34 pm
by Alex
I know the Helper dll provides a lot of information and features, giving the fact it is a .net assembly. Using it in a private project is ok, if you ask before, give credits and don't try to sell it. Of course it is not an officially supported feature, so things might change in the Helper Dll without notice.