From: Kevin R. <ke...@ro...> - 2002-11-08 15:46:39
|
Barry A. Warsaw wrote: > I'm nearly positive I chose "Python license" when I set up the > project. Certainly the intent was to put a Pythonic license on the > thing, and perhaps eventually donate it to the PSF. Hi Barry, thanks for the reply. > Unfortunately, if you actually read the PSF license for Python, it's > pretty specific to Python and the fact that the PSF is the entity that > is actually doing the licensing. It doesn't really apply out of the > box to syncmail. Yeah, I saw that. > We certainly could donate syncmail to the PSF, but there (still :( > ) isn't a really great mechanism for doing. The best that's out there > is a proposed contribution form: > > http://www.python.org/psf/psf-contributor-agreement.html I'm not familiar with other software that has had copyrights assigned to the PSF, but I suspect that it has happed. > BTW, I brought this up on the PSF mailing lists back in May, specific > for syncmail. Like too many other things, we lost interest and the > thread died without traction (I blame myself for that). At the time, > I proposed the following license. Note that that it would require > donating the software to the PSF, and then there's the question of who > would need to do the donating (everyone who's committed changes to the > code, just me, etc...) The PSF License looks fine. On the other hand, it is very similar to a BSD license except that the copyright is owned by the PSF. Rather that going through the efforts of assigning copyrights, perhaps sometime like the below would be acceptable. Thanks again for discussing this. I hope that a license is chosen soon so that I can add your fine product to the Debian distribution. -- Kevin Rosenberg | .''`. ** Debian GNU/Linux ** http://b9.com/debian.html | : :' : The universal GPG signed and encrypted | `. `' Operating System messages accepted. | `- http://www.debian.org/ Copyright (C) Barry Warsaw, Fred Drake, and contributors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |