Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73506 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99113 invoked from network); 1 Apr 2014 23:04:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2014 23:04:33 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:33596] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/A8-50797-FF54B335 for ; Tue, 01 Apr 2014 18:04:31 -0500 Received: from [192.168.2.31] (ppp-188-174-33-44.dynamic.mnet-online.de [188.174.33.44]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 2048746628; Wed, 2 Apr 2014 01:05:17 +0200 (CEST) To: musicdenotation@gmail.com Cc: "internals@lists.php.net" In-Reply-To: <1B2B9909-6710-45AE-ABAE-C5CDF9161D0F@gmail.com> References: <1B2B9909-6710-45AE-ABAE-C5CDF9161D0F@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 02 Apr 2014 01:03:59 +0200 Message-ID: <1396393440.2982.233.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal for license change From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2014-04-02 at 05:27 +0700, musicdenotation@gmail.com wrote: > > Products derived from this software may not be called "PHP", nor may > "PHP" appear in their name, without prior written permission from > group@php.net. You may indicate that your software works in > conjunction with PHP by saying "Foo for PHP" instead of calling it > "PHP Foo" or "phpfoo" > I propose removing this clause from the PHP license for GPL > compatibility. My proposal is to make PHP a trademark (as Python is), > because trademark law is intended to deal exactly with this issue. I'm > completely happy with the current license, but I propose this as an > improvement. It is not that trivial. A few quick thoughts: * Getting a trademark for three letters isn't trivial, most trademark authorities limit those to few cases like BMW or SAP. We could probably prove PHP's relevance but still effort * Unlike Python we have no legal entity which could own it. We could only register it to a natural person (i.e. Rasmus) * We have no fundings to finance the registration (registration fees, lawyer to do the bureaucracy etc) * The thing with GPL compatibility is partly a religious thing -- Mind GPL's virality: If one component is GPL all other parts become GPL, too. So if we'd lateron start bundling GPL code we are on a sword's edge of becoming GPL. This becomes really complicated with extensions for commercial libraries. Some contributors also have stronger objections to GPL. * We make use of other components which probably aren't GPL-compatible licensed either, see i.e. php-src/main/spprintf.c * Such a drastic change might require collecting permission from all past contributors. Some of them are hard to reach. johannes