Log in

View Full Version : [info.h from Autocrop] Can I use this please ?


MisterTiny
8th June 2005, 10:40
Hello world !

I'm currently writting my first avs filter ( audio filter ), and I need to write some strings in frame ... So I try with the info.h ( function + font ) founded in autocrop.cpp, it works great !

My question is : can I use this info.h in my own script ?

Who wrote this code ? ( for asking his approvment )

Thanks,
MisterTiny.

Wilbert
8th June 2005, 12:31
If you release your plugin as GPL you can use it. If you don't want to, you will have to contact CropsyX. (At least i think, but i'm not sure since it's a header file.)

MisterTiny
8th June 2005, 14:25
If you release your plugin as GPL you can use it.
... If I put source file with dll, is it ok ?

If you don't want to, you will have to contact CropsyX. (At least i think, but i'm not sure since it's a header file.)
I will try to find this man ...

:thanks: :thanks: :thanks:

esby
8th June 2005, 18:36
... If I put source file with dll, is it ok ?
If you don't like or don't want to use the gpl for what ever reasons, you can still release it to a compatible gpl licence.
Now if you are releasing the source, you can probably use the gpl licence.
And if your plugin is for your usage only, you don't have to release anything if you don't want, from the moment you don't distribute it...

esby

MisterTiny
9th June 2005, 15:46
If you don't like or don't want to use the gpl for what ever reasons
It's not really I don't like or don't want ... It's more I don't know what this mean in fact ... :D

tsp
9th June 2005, 18:26
http://www.fsf.org/licensing/licenses/gpl-faq.html

MisterTiny
10th June 2005, 09:41
http://www.fsf.org/licensing/licenses/gpl-faq.html
Ok, I will read this ... ;) :D

Thanks !