X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0D152DC18FB for ; Wed, 10 Feb 2016 12:09:44 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AFA3EDC025E for ; Wed, 10 Feb 2016 12:09:43 +0000 (UTC) Received: from [81.4.121.188] (port=53423 helo=[10.8.0.10]) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aTTaV-002D4Q-TU; Wed, 10 Feb 2016 12:09:40 +0000 Reply-To: developer@it-offshore.co.uk Subject: Re: [alpine-aports] [PATCH] testing/mini-sendmail: new aport References: <1454194710-22129-1-git-send-email-developer@it-offshore.co.uk> <20160209191840.78a03ea6@ncopa-desktop.alpinelinux.org> <56BA31B7.6000200@it-offshore.co.uk> <20160210023415.GA13105@newbook> To: Isaac Dunham Cc: Natanael Copa , alpine-aports@lists.alpinelinux.org From: IT Developer Organization: IT Offshore Message-ID: <56BB2884.4020003@it-offshore.co.uk> Date: Wed, 10 Feb 2016 12:09:40 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20160210023415.GA13105@newbook> Content-Type: multipart/alternative; boundary="------------070506020904020109010009" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP This is a multi-part message in MIME format. --------------070506020904020109010009 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Yes I noticed too & sent a version 2 patch last night with a LICENSE in the $pkg-doc. Stuart. On 02/10/2016 02:34 AM, Isaac Dunham wrote: > On Tue, Feb 09, 2016 at 06:36:39PM +0000, IT Developer wrote: >> From mini_sendmail.c >> ------------------------------------------------------------------------ >> >> /* mini_sendmail - accept email on behalf of real sendmail >> ** >> ** Copyright =A9 1999,2015 by Jef Poskanzer . >> ** All rights reserved. >> ** >> ** Redistribution and use in source and binary forms, with or without >> ** modification, are permitted provided that the following conditions >> ** are met: >> ** 1. Redistributions of source code must retain the above copyright >> ** notice, this list of conditions and the following disclaimer. >> ** 2. Redistributions in binary form must reproduce the above copyright >> ** notice, this list of conditions and the following disclaimer in the >> ** documentation and/or other materials provided with the distributio= n. >> ** >> ** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND >> ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE >> ** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR >> PURPOSE >> ** ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIAB= LE >> ** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR >> CONSEQUENTIAL >> ** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOO= DS >> ** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) >> ** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, >> STRICT >> ** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY= WAY >> ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF >> ** SUCH DAMAGE. >> */ > In other words, 2-clause BSD-style. > You need to add the text of that license to the documentation > (see clause 2), unless "make install" installs it.=20 > And if it does, you should probably drop it in > /usr/share/licenses/mini-sendmail/ > > > As a general rule: > If it says 'custom', you should (and probably need to) install a copy of > the license. > Unless you have something under WTFPL, CC0, unlicense, 'copy as you can', > or similar, the license probably requires including it in the docs. > > Thanks, > Isaac --------------070506020904020109010009 Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Yes I noticed too & sent a version 2 patch last night with a LICENSE in the $pkg-doc.

Stuart.

On 02/10/2016 02:34 AM, Isaac Dunham wrote:
On Tue, Feb 09, 2016 at 06:36:39PM +0000, IT Developer=
 wrote:
From mini_sendmail.c
------------------------------------------------------------------------

/* mini_sendmail - accept email on behalf of real sendmail
**
** Copyright =A9 1999,2015 by Jef Poskanzer <jef@mail.acme.com>.
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions
** are met:
** 1. Redistributions of source code must retain the above copyright
**    notice, this list of conditions and the following disclaimer.
** 2. Redistributions in binary form must reproduce the above copyright
**    notice, this list of conditions and the following disclaimer in the
**    documentation and/or other materials provided with the distribution.
**
** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE
** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL
** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT
** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
** SUCH DAMAGE.
*/
In other words, 2-clause BSD-style.
You need to add the text of that license to the documentation
(see clause 2), unless "make install" installs it.=20
And if it does, you should probably drop it in
/usr/share/licenses/mini-sendmail/


As a general rule:
If it says 'custom', you should (and probably need to) install a copy of
the license.
Unless you have something under WTFPL, CC0, unlicense, 'copy as you can',
or similar, the license probably requires including it in the docs.

Thanks,
Isaac

--------------070506020904020109010009-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---