Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56283 invoked by uid 1010); 21 Dec 2007 16:55:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56268 invoked from network); 21 Dec 2007 16:55:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2007 16:55:44 -0000 Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:50405] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/11-46815-D00FB674 for ; Fri, 21 Dec 2007 11:55:42 -0500 Received: from dslb-084-056-049-109.pools.arcor-ip.net ([84.56.49.109] helo=localhost); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1J5knc-0003ob-2d; Fri, 21 Dec 2007 17:32:36 +0100 Cc: "Alexey Zakhlestin" , internals@lists.php.net Message-ID: <7A556066-2634-4565-A868-89E33E27314E@bitxtender.com> To: "Martin Alterisio" In-Reply-To: <52dbac0f0712210529l6a78f554j9482b1116fa3039c@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Fri, 21 Dec 2007 17:32:36 +0100 References: <20071209010552.GA12561@openwall.com> <476B0872.3060408@zend.com> <52dbac0f0712201815t3b8d4d7do85980100a26e1609@mail.gmail.com> <52dbac0f0712210529l6a78f554j9482b1116fa3039c@mail.gmail.com> X-Mailer: Apple Mail (2.915) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1198256142;86934268; Subject: Re: [PHP-DEV] faster & public domain MD5 implementation From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Not entirely correct. As I pointed out in the other thread, not all countries have the concept of transferrable copyright. Therefor, a note should be added that explicitly states that everyone is free to use it without permission, fees etc. Much like a BSD or MIT license, but without the additional conditions of preserving copyright notices. David Am 21.12.2007 um 14:29 schrieb Martin Alterisio: > No, public domain isn't recognized by copyright law as a copyright > notice. > An extra line should be added that says something like "no copyright > is > claimed", and attach a year range where the copyright is in effect > (since > copyright expires, if I remember correctly). Anyway, the keyword > here is > "copyright", which is recognized internationally (which means you > should use > this word even if writing the copyright notice in another language). > > Without a copyright notice, the code isn't apt for distribution. The > author > could claim that he did not give his consent for public distribution > and > that the code was an in-house development. Anyway, it's too > complicate and I > understand very little. To get the real facts here, you should talk > to your > lawyer. > > 2007/12/21, Alexey Zakhlestin : >> >> isn't "public domain" specific enough? >> >> On 12/21/07, Martin Alterisio wrote: >>> 2007/12/20, Stanislav Malyshev : >>>> >>>>> Attached is a quick patch for PHP 5.2.5 that replaces RSA's >> copyrighted >>>>> implementation of MD5 with my public domain one: >>>>> >>>>> >>>> >> http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/popa3d/popa3d/md5/ >>>> >>>> Tried that one and it is about 30% faster indeed (on md5-only >> benchmark, >>>> 32-bit Linux on AMD Opteron. Anybody objects to accepting this? >>>> >>>> >>> Just one, but is a mere formality. I didn't see any copyright >>> notice on >> the >>> code nor a licensing document attached. I have not much of the legal >>> mumbo-jumbo comprehension, so, correct me if I'm wrong, shouldn't >> external >>> code that's to be included in the php codebase meet these legal >> formalities >>> so it doesn't become a liability? >>> >>> That's all. >>> >>> Best Regards, >>> >>> Martin Alterisio >>> >>> PS: Does anyone knows if using a nickname for authorship is >>> considered >>> legally valid? I believe it might be valid, think about writers >>> that use >>> such pseudonyms, but I'm not sure... >>> >> >> >> -- >> Alexey Zakhlestin >> http://blog.milkfarmsoft.com/ >>