From nobody Thu Feb 09 08:49:23 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PC9XZ6qcYz3n4pp for ; Thu, 9 Feb 2023 08:49:34 +0000 (UTC) (envelope-from khng300@gmail.com) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PC9XZ52dZz4GlM; Thu, 9 Feb 2023 08:49:34 +0000 (UTC) (envelope-from khng300@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-qt1-x834.google.com with SMTP id c2so1162342qtw.5; Thu, 09 Feb 2023 00:49:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=buPN+G0O0lKOM/AHzKqrbbiOzY5CO5pqzK6jZ/3iBR8=; b=i4zCWhYGK/R5VEcz/aF/bf9zkouFE3Ie3zL8dKXoHOv8m4ppjS26VzMQBPkynstHwY WNVGRO6U0ruMcwSBhT7zlU7Se+LmMmneQidg7f/L9hbxBolthRda3dAOc2yVnxGYKS1b /wlvW2JxKVGgkUBd3xZuwEp6RTVr6qzV8tZYn5qC9rvZ06rTJNJuI9MkG+2HFK6wD6cf gHwZslsgFoLkrj3kCONE4m0K7f1SNYy+80UydzCsu4xEMXS0/oAojnFaLWeMKsjKMiSZ 1qJPTr7Scy8lPD9vGEcUKxMxip8styB/XMepS73fr7ljcO4u9DuqwlBpZIsFi/7xi37C b2gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=buPN+G0O0lKOM/AHzKqrbbiOzY5CO5pqzK6jZ/3iBR8=; b=wVtcBLtSoP30Wo5Sc36PZoZuhsIVApNvZf7pDKVsZyKHhrX5vNM+Qz5Y662rrfX6Um l6d62mXXoTtM32k44lRpR+ctaYQOqoU40Ca7fJlhxaNZEYZufuIpyNCnNy0/ozwYE9JD oL4oUmvG5qFWw4/tu1q+y77H/0jByu1a6os0/h7kWhJQbypTVrMjobipGshJ1TEeEt5F CqascDIc9RT0YhtM1Kj/v/GA3bQggSShaB7znSm3MIYwiiEVRhxO54rxviDiEV0yU637 Fy1m/SLnc7kHk0d4ykrp9rQEV5RDb0LDCzdZX7MTIiRFcWHlP5wKbObPj6X8OF8EWi1s suKA== X-Gm-Message-State: AO0yUKUPOoDWUYgyu3oYijRNkEOlXMNIxpPEqbNu2CI38nWHorXpQpDU /we9VkouK3Eh9JQ4cVFh9nEI2TzDz82jqJWU73cUPv4i X-Google-Smtp-Source: AK7set80+ouTaeHzFOZeuw8RxjwaRRSHn+ffs+2lbaU2sK5OXSCojJg/pTzwQt8NV4aNZaPJYXHy4Z81QwF3tF23Kps= X-Received: by 2002:a05:622a:1752:b0:3b8:4adb:c601 with SMTP id l18-20020a05622a175200b003b84adbc601mr1526123qtk.392.1675932573439; Thu, 09 Feb 2023 00:49:33 -0800 (PST) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ka Ho Ng Date: Thu, 9 Feb 2023 03:49:23 -0500 Message-ID: Subject: Re: Need help defining a custom license To: Nuno Teixeira Cc: FreeBSD Mailing List Content-Type: multipart/alternative; boundary="000000000000b519dd05f44075b6" X-Rspamd-Queue-Id: 4PC9XZ52dZz4GlM X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --000000000000b519dd05f44075b6 Content-Type: text/plain; charset="UTF-8" On Thu, Feb 9, 2023, 03:46 Nuno Teixeira wrote: > Hello all, > > math/add have a license included in tarball that I'd like to define it in > Makefile. > Any help is welcome! > > COPYING: > --- > $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ > > ADD > > > -------------------------------------------------------------------------------- > > Copyright 1995-2022,2023 by Thomas E. Dickey. All Rights Reserved. > > Permission to use, copy, modify, and distribute this software and its > documentation for any purpose and without fee is hereby granted, provided > that the above copyright notice appear in all copies and that both that > copyright notice and this permission notice appear in supporting > documentation, and that the name of the above listed copyright holder(s) > not be used in advertising or publicity pertaining to distribution of the > software without specific, written prior permission. > > THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD > TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND > FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE > FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > --- > > Thanks, > -- > Nuno Teixeira > FreeBSD Committer (ports) > This is actually the body of the ISC license. Regards, Ka Ho > --000000000000b519dd05f44075b6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Feb 9, 2023, 03:46 Nuno Teixeira <eduardo@freebsd.org> wrote:
Hello all,

=
math/add have a license included in tarball that I'd like to defin= e it in Makefile.
Any help is welcome!

COPYING:
---
$Id: COPYING,v 1.11 2023/02/05 13:2= 8:41 tom Exp $

ADD

------------------------------------------= --------------------------------------

Copyright 1995-2022,2023 by T= homas E. Dickey.=C2=A0 All Rights Reserved.

Permission to use, copy,= modify, and distribute this software and its
documentation for any purp= ose and without fee is hereby granted, provided
that the above copyright= notice appear in all copies and that both that
copyright notice and thi= s permission notice appear in supporting
documentation, and that the nam= e of the above listed copyright holder(s)
not be used in advertising or = publicity pertaining to distribution of the
software without specific, w= ritten prior permission.

THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLA= IM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WA= RRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL THE ABOVE LIS= TED COPYRIGHT HOLDER(S) BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUEN= TIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA = OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIO= US ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE O= F THIS SOFTWARE.
---

Thanks,
--
Nuno Teixeira
FreeBSD Committ= er (ports)
This is actually the body of the ISC license.

Regards,
Ka Ho
=
--000000000000b519dd05f44075b6--