On Tue, Jan 4, 2011 at 8:31 AM, Tobes31415 <jakenat...@gmail.com> wrote:
> The Google-Code page for Dokan lists it as being under the GPL. Is it
> possible to use Dokan under the MIT license? I would like to use it
> in a project but I don't want to force my project to be under the GPL.
Dokan consts of several components:
dokan.sys (driver) : LGPL license
dokan.dll : LGPL license
dokanctrl.exe mounter.exe, sample programs etc : MIT license
LGPL means that if you change Dokan library itself, you have to publish
the change of Dokan library. And you don't need to open source your application.
Thanks,
Hiroki Asakawa
>
> Here is the page I'm referring to:
> http://code.google.com/p/dokan/
>
> --
> You received this message because you are subscribed to the Google Groups "Dokan" group.
> To post to this group, send email to do...@googlegroups.com.
> To unsubscribe from this group, send email to dokan+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/dokan?hl=en.
>
>
Oh, did you need to change the Dokan library itself? If so, please make your
changes to Dokan library publicly accessible. (ex. provide zipped source code).
I'm curious what you changed.
Thanks,
Hiroki Asakawa
FYI. Dokan.NET library is MIT license.