>From: owner-postfix-us...@postfix.org
>
>Paolo Schiro:
>> Hallo everybody,
>> 
>> I've wrote a postfix toolkit to report and act on the queue in a sharp way.
>> I would like to release it under GPL or some other free license.
>> To handle queue efficently i rewrote the rec_get sub in perl (I discovered 
>> it was already present in qshape too late)
>> In my understanding about the IBM Public License Version 1 I need to release 
>> the toolkit under IBM license or at least place the sub in a specific file 
>> and distribute it under IBM license and the rest in any license i wish.
>> 
>> Can anyone confirm I understood correctly ?
> 
>If you re-implement rec_get() under GPL then no-one will come after you.

More than re-implemented I've "translated" from an older version of record.c I 
don't think change licensing is applicable anyway.

>On the other hand, if you read or write Postfix queue files, then
>your program is not supported, that is, it will break when changes
>are made to the queue file details. I always provide backwards
>compatibiliity for Postfix programs, but never for other programs.

One more reason to replace my read function with rec_get() from qshape.pl, 
mantaining future version will be easier for me.
Seems to be more convenient for this project copy the function and inherit IBMPL

Thanks your
  Paolo

Reply via email to