Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7422 invoked from network); 6 Jul 2017 20:56:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2017 20:56:42 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.169 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.169 mail-wr0-f169.google.com Received: from [209.85.128.169] ([209.85.128.169:34550] helo=mail-wr0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/28-47109-804AE595 for ; Thu, 06 Jul 2017 16:56:40 -0400 Received: by mail-wr0-f169.google.com with SMTP id 77so19415541wrb.1 for ; Thu, 06 Jul 2017 13:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=n8QfuuiILJoLwJ+MmjkBT7f+0IoCkPQqDEUuFAjubd8=; b=O4WhATLM0Gh998OIPsaNEB8POKQoGElsg2wA6svngFt7OCsS6UL9s8DVn4butlCr1Q jfJL9k/vnOx0NZYy/QesRAKtzv8rigqAFt7JfUn6xUw8/89+K6nW1sLMNQzHW3sgLcRx DHUKqX+sh4xi/r0SIHxL+gGEKNiZA0f5W4Bz/qDuJKKDhwIkShXiuBNYvT7kKIeSK0WQ ikdjkKcZjeiik99qeSpPYMivXwUdL786Bkj/2CdEX+jW+VRlcZs1qPCet/joLEnkc40I xtUkeGCUNN1YPGYVP517MaymfdEDkcsd3q3MQxDoQ5sH2x3gKzagOWLfYowWORxID02f K0TA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=n8QfuuiILJoLwJ+MmjkBT7f+0IoCkPQqDEUuFAjubd8=; b=cjkIJRgMmOsToc3GoeAJKiA5+308j5ugeqdqDGVnUOCETBjqVeoc9jdRtS1QUaNo2A 8CFi2UWJ2rtB3sF3fjWye1SACRfEfb9vpzmIAQiJK2jvvocRhn50CzviP80Fh0FLZqQw 5fPZog8hP+PHhqyqF7A83iISkgeAMklLWUDzRUp08VlvDGZ6Y+L7ZNqe3OYxjJlummdn SH7+a15VTvacaNjiswxdGoyqZkz8PigJYswNX/BmqiKFZu+4STSjgMIppT26uYuradZW CEHZWwFZ576TtAEzFLWhQ1ZJmLkIWDPmiTNn+hBMgGAix0/AVWo90/SPfGd3IVM590ip WG2w== X-Gm-Message-State: AIVw113sUd3R8NN+2yeFDv8qF939jWAxb8FYDYkwRxJ4d76ZoMbUm6nw dAYyR4YeZkPwHYgHf24q96L8Ng7Xd0Ie X-Received: by 10.28.0.84 with SMTP id 81mr748896wma.58.1499374596846; Thu, 06 Jul 2017 13:56:36 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Thu, 6 Jul 2017 13:56:36 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: <2ad04b8f-76e5-4420-2776-5bda28f60285@fedoraproject.org> <1497530073.2627.10.camel@schlueters.de> Date: Thu, 6 Jul 2017 16:56:36 -0400 X-Google-Sender-Auth: xYD0XiA-LaTuqu8F5oZQtIuJyrQ Message-ID: To: Scott Arciszewski Cc: PHP Internals , jedisct1@pureftpd.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Extensions License From: pollita@php.net (Sara Golemon) On Thu, Jul 6, 2017 at 4:17 PM, Scott Arciszewski wrote: > I haven't received any direction for what to do here, so I opened this > issue on the libsodium-php repo: > > https://github.com/jedisct1/libsodium-php/issues/127 > > If we get a full checklist of consent from every contributor, including > Frank, that should be enough to unblock this pull request, no? > If the extension is relicensed to the PHP license and Copyright assigned to The PHP Group, then every problem goes away in the simplest and least uncertain way possible. If the above can't be done, we still have options. The BSD license currently on the extension is not, in and of itself, super problematic. The only issue which needs resolving in my mind is addressing the frontier between ext/sodium and the rest of php-src. Code migrating (in either direction) muddies the waters between these parts of the repo and I just don't know what the consequences of that are. Maybe they're nothing. I wanted to move that part of the discussion here in the interest of getting other stakeholders to comment. Particularly those who are formally members of "The PHP Group". Rasmus? Ze'ev? Andi? I think you three are the only ones in that category still active. -Sara