Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50684 invoked from network); 25 Jul 2018 09:20:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2018 09:20:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.21 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.21 mout.gmx.net Received: from [212.227.17.21] ([212.227.17.21:52571] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/2E-12660-ED0485B5 for ; Wed, 25 Jul 2018 05:20:32 -0400 Received: from [192.168.2.102] ([87.167.201.185]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0M9vnQ-1fotoQ3pYu-00B5YJ; Wed, 25 Jul 2018 11:20:27 +0200 To: Jakub Zelenka Cc: PHP internals list , fat@php.net References: Message-ID: <2fe46cdf-34aa-daea-ce92-50c50aef961b@gmx.de> Date: Wed, 25 Jul 2018 11:20:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:3kLxxnQirWxx30bMgBg3uIGG1TcBRWYtsHD9tz0Y8Jqxo0Jhaq6 vC92wlDpSNz7RcK6D7dJ5+zsZLLcv7rBjEe8MhNbZtoWHoN47quzt4q+JFJJ3fcuyusgZOv GFd51xW/jL72fuY/sQ2GfMc1qzpV3VzdDA/6imymhQuTzD/m/SRVoxwh/XYl9082Gxf++ks Hcv+WfNBI385S3PlPybWg== X-UI-Out-Filterresults: notjunk:1;V01:K0:YoL9S8AeoK4=:+kNr95v3rgl7GWtuLyRc56 CSMGr1FnKV29YorgGY4CX0MKV9qFwiTHMs9ZCsUDLmdtUsPxz/EcLnHtbI5M7FH6wwcMA2LQb vPbDo22ederPb4ZGUXImmezM/pwg4iWzHs/26zre0KKb0qVhA8W8k/wXQpe1J9rkoksYihILl 2xCdws6rfeNQi16D2bxcD9iHL82E2KYVmkXW4zGuJi5IPymNBm0Lc+DwWV6e4cVof8aEDkmMH WNkb5O3TVtA0hiqvux/SggW3jJpJ96YSqcJgqXpoqOFmhe5Uht2U0ej4rq2A7kPy7FQ6mPou8 08KI2wVzrSQip6gogPxQ192Fj5/5e2QI5OkwEbaNPNZh0C0ryVN4zzkhvD+sihRA/XduBz84P ypRbaskOfAGt9SGTv8vezr5zwq8qTgLuavdeAJvZtsd6uoLJckPGvLek8Djh0DUZyCURlqdY7 6dODsV4GczGkZ8Aj1HABgmyG7L/lhYDk7dkDbYpHBg273VDJxGmt7ubAVx7HX3ri2slrA7U5O hOarm5P3IFwyxAAu9Zm1lligmxMiFKCVM2ROxPs/KzdK8p2re7dcrebFfJ5ktxwbl/hk5VxI+ 16bDgur4uvdu8DHr9nAvefDNSnmdzdGeoIIZ5qeMmXyq8aNTr5GuuKk6tb3Fdst2m/H9WYRkn ORAxAC0zQbi+jLOAedEo35qWT1XYesA6YqRox/s/45FVx+mQwzzLzFTTjljNcxf3nWAVN5zQV doPm7wlqJkOrPxSJvG9yzgVu+thqAXeGaqK6SQaaDOogOt4LFuwT92IY7r+l5l3MRu4NkjGjp ur7/+jo Subject: Re: [PHP-DEV] Copyright/License issue From: cmbecker69@gmx.de ("Christoph M. Becker") Hi! On 25.07.2018 at 09:17, Jakub Zelenka wrote: > On Wed, 25 Jul 2018, 00:15 Christoph M. Becker, wrote: > >> I've just stumbled upon sapi/fpm/fpm/fpm_status.c[1], which claims >> copyright by Jerome Loyet and doesn't state any license. It seems to me >> that we must not ship/modify this file > > Why do you think that and how is it diffiren to all other fpm files? FPM is > BSD licensed (see the LICENSE file) so I think we can modify any file as we > want and it's been always like this - we have already modified it anyway. > The copyright in the files are for the specific year(s) so I think we > should actually add line below with PHP Group copyright or whatever for the > years when it was modified but not really sure what's the right way to deal > with that... Thanks! I should have checked this more carefully. The LICENSE file in the folder above may well be sufficient. I would appreciate, though, if there was a short license hint/indicator in each file (at least if there is a copyright notice), and indeed it appears sensible to add copyright lines to indicate that individual files have been modified. -- Christoph M. Becker