juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
214 stars 71 forks source link

License of chunked upload code #6

Closed benzea closed 9 years ago

benzea commented 9 years ago

Hi,

I am thinking of using/pulling/copying chunked-upload in a project that I am working on right now as I need something very similar (http://github.com/sdaps/sdaps_web). I was wondering if you could clarify the license before I pull it in and screw up by e.g. accidentally relicensing it to AGPL.

Benjamin

juliomalegria commented 9 years ago

Hey Benjamin, Sorry for the late response. I've added the type of license this project has on the repo (LICENSE.txt). In (even) fewer words, you can do whatever you want with it.

benzea commented 9 years ago

Hey,

no worries. Thanks for clarifying :-)

Benjamin