Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44886 invoked from network); 25 Jul 2018 07:17:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2018 07:17:57 -0000 Authentication-Results: pb1.pair.com header.from=bukka@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.54 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.218.54 mail-oi0-f54.google.com Received: from [209.85.218.54] ([209.85.218.54:44559] helo=mail-oi0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/8D-12660-224285B5 for ; Wed, 25 Jul 2018 03:17:55 -0400 Received: by mail-oi0-f54.google.com with SMTP id s198-v6so12093436oih.11 for ; Wed, 25 Jul 2018 00:17:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6C/AbdaI+E9cVJB/tBErwTIIu918MfVqGgFiNOOvwZA=; b=kiop+DYdYdIJ2QcGEZcebsBAsULYIRkTrNygXC4Jr0RQ8TflSRF2E/lYCinfoxx311 Vhx0u8hh32jbM/agpH3hTgz5t36BU0HDD8047TzCEbFPqyAO6HbbXeVVpgp9K8z/xiC4 qrSW73GpeFHOmzXJnrIZ0LUqvBOxyLrnahYV/8YQ899egBm4mVJV/l0jUKYxVH/4bjzS AIgsqI0ti5VWHSMfvJgcu4kOp173pgfsnYVdinINtDVKdd/+qubt2/oJx2oaoNSOK1Wl LzOFQLIHMO6tRWh9blqzHnPQZ9KVObrfl0GhnAxFgffMkdUWaWvX3ImcJ6hK34mmE4HG ASag== X-Gm-Message-State: AOUpUlGE5A20UQr4wXjQs+dGMsbpJt/WVAKkDsnjw+2UN71ehK77Z7mB VC0hgDmRk5PhHDGcIvjEHN7yfiwzpS/eJWzh+e8= X-Google-Smtp-Source: AAOMgpfbVuYxfAVJcl06CZh8GL6yCk4SIWQpKn49fCKYcn+FvnLnkQPFDxXgmgXdh3DbzfkHsorElYDQZ8SgmHvnhpM= X-Received: by 2002:aca:1d2:: with SMTP id 201-v6mr2041785oib.296.1532503072131; Wed, 25 Jul 2018 00:17:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 25 Jul 2018 08:17:49 +0100 Message-ID: To: Christoph Becker Cc: PHP internals list , fat@php.net Content-Type: multipart/alternative; boundary="0000000000003b4e890571cdad91" Subject: Re: [PHP-DEV] Copyright/License issue From: bukka@php.net (Jakub Zelenka) --0000000000003b4e890571cdad91 Content-Type: text/plain; charset="UTF-8" Hi On Wed, 25 Jul 2018, 00:15 Christoph M. Becker, wrote: > Hi! > > 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... Cheers Jakub > --0000000000003b4e890571cdad91--