Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19051 invoked from network); 15 Jun 2017 09:06:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2017 09:06:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.45 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.45 mail-it0-f45.google.com Received: from [209.85.214.45] ([209.85.214.45:36733] helo=mail-it0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/E4-49155-81E42495 for ; Thu, 15 Jun 2017 05:06:33 -0400 Received: by mail-it0-f45.google.com with SMTP id m47so14732159iti.1 for ; Thu, 15 Jun 2017 02:06:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Wmls2AUuwE8SkqoF6mFRnqArMKuV0cprybLwc46OaXY=; b=GqW1NXzbRq5bFUyR10qN6tCANSHY72g3aGzNoWhEBhwJ8N9V8XjJR9evHQHN56Rsh5 SHZzGQFTLGz9c1lKAX8DWTAF31ezYl1Dzk/1jwKckmLkK3lPnFjHWV+b0vjW1OzfvD7L GjZ+Lw6t3xXz7UE7h0f57m454iI8UtsL8l0nbdjY9VzArji5FGaQ9gjXQhS/5aAAasZz dZEk1Ej9n6EGaqSYFRCoHj3Tv/tPKIaffAHwd+OmRkcem4O+DMk9SOBexlH0XIuOGQQV /zWduB0PS9448kHMS/YdUfOtbX6a0mAGzHJ0J5Rji18QsSO5VUumW7WOR0T3NkL2a6B6 qgxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Wmls2AUuwE8SkqoF6mFRnqArMKuV0cprybLwc46OaXY=; b=l/S3G9+Wl2XsCzpDQ7Acs5tPmdVgwIfBqh/EnjSdDvvPhfMRt24Q4uGTI/ZnCQ8T/T frU+AkVY8d0KsbBNgUAy7fr4t1JDwqRivRokYSp7ZRrNodXwGpeywWLUpTQSFgStimDn G1ry7auLpXmEwwzRJ7TlNo+1DYEExcHUBQy5JQrnXc7dCdxrB3pQ7dKeZ0CZkLWgvGXN slbK6gAWlAaYM97l5veGf/LeGUAtc0tHPt8yTQVKFdfV4GIukwQVYuYWIEYLbD3rpwLS vdnq+DjLHBjRuTxB/v8asxSyOpR7RWK4jEOobQ8HlyNu6WPcQjPfkC3igUiNg8R3Dniw GxUA== X-Gm-Message-State: AKS2vOxo82Cnq6dGF6DbZnQyEgzWBPb4ZUbb2slGUyFsaKQuFOB4b/mI Dp2i+pZmuV1BP1hYskO4eibqFyiZ/Q== X-Received: by 10.36.65.18 with SMTP id x18mr4217878ita.88.1497517589445; Thu, 15 Jun 2017 02:06:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.50.78 with HTTP; Thu, 15 Jun 2017 02:06:29 -0700 (PDT) In-Reply-To: <2ad04b8f-76e5-4420-2776-5bda28f60285@fedoraproject.org> References: <2ad04b8f-76e5-4420-2776-5bda28f60285@fedoraproject.org> Date: Thu, 15 Jun 2017 11:06:29 +0200 Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: multipart/alternative; boundary="001a11c14bb8f6c2420551fbfb9f" Subject: Re: [PHP-DEV] Extensions License From: nikita.ppv@gmail.com (Nikita Popov) --001a11c14bb8f6c2420551fbfb9f Content-Type: text/plain; charset="UTF-8" On Tue, Jun 13, 2017 at 8:23 AM, Remi Collet wrote: > Hi, > > All extensions in php-src are PHP 3.01 Licensed > (libs may, of course, have different license) > > Is there any strong rule about this ? > Or is it OK to have a BSD Licensed extension ? > > Context: see sodium PR > https://github.com/php/php-src/pull/2560 > > > IMHO, make sense to have only PHP Licensed ext. > I think we should allow BSD/MIT licenses, as they are compatible with and less restrictive than the PHP license. TBH, the PHP license seems somewhat dubious when applied to extensions, as most of the additional clauses are simply not applicable (extensions do not bundle the Zend Engine and extensions have no control over the PHP group or the PHP name). Regards, Nikita --001a11c14bb8f6c2420551fbfb9f--