Re: Copyright/License Notice
MrC <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Kirk,
I added the GPL license to my amavis and postfix filters some time ago,
but have not updated the CVS copies in a while.
I understand that you'd prefer not to have GPL code in Logwatch, so
won't check in further changes. But I do claim copyright for the
scripts/services/{amavis,postfix} files, and do not wish at this time to
grant more permissive copyrights.
My significant changes occurred at:
scripts/services/postfix:
revision 1.29
date: 2007/01/27 20:21:46
Rewrite by Mike Cappella (MrC)
scripts/services/amavis:
revision 1.29
date: 2006/06/24 16:06:12
Major rewrite from Mr C.
I don't care about additions I contributed before then, or minor
contributions to other portions of Logwatch.
Mike
Kirk Bauer wrote:
> I went ahead and added this notice to all scripts that did not already
> have a copyright and license specified:
>
> #######################################################
> # Copyright (c) 2008 Kirk Bauer
> # Covered under the included MIT/X-Consortium License:
> # http://www.opensource.org/licenses/mit-license.php
> # All modifications and contributions by other persons to
> # this script are assumed to have been donated to the
> # Logwatch project and thus assume the above copyright
> # and licensing terms. If you want to make contributions
> # under your own copyright or a different license this
> # must be explicitly stated in the contribution an the
> # Logwatch project reserves the right to not accept such
> # contributions. If you have made significant
> # contributions to this script and want to claim
> # copyright please contact [email protected].
> ########################################################
>
> As it says, if anybody wants to claim copyright to their own portion
> of the code all they need to do is ask and we can look back in the CVS
> logs if necessary. I did not come across any GPL licenses in any of
> the filters -- did I miss anything? I found that these scripts had
> their own license included in the script:
>
> scripts/services/dnssec
> scripts/services/resolver
> scripts/shared/applybinddate
>
> It appears to be the BSD license. I'm fine with both the BSD and
> MIT/X licenses but would rather keep GPL'd code out of Logwatch since
> the GPL is more restrictive than these other licenses.
>