From mboxrd@z Thu Jan 1 00:00:00 1970 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Return-Path: Received: by mail.ignore.pl (Postfix, from userid 1006) id 6C250BD5D0; Wed, 8 Oct 2025 06:08:17 +0200 (CEST) Authentication-Results: mail.ignore.pl; dkim=pass (2048-bit key; unprotected) header.d=tutanota.com header.i=@tutanota.com header.b="soOddpB2"; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on vps583257.ovh.net X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED,SPF_HELO_NONE,URIBL_BLOCKED, URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.w13.tutanota.de (mail.w13.tutanota.de [185.205.69.213]) by mail.ignore.pl (Postfix) with ESMTPS id 59DEDBD5BE for ; Wed, 8 Oct 2025 06:08:16 +0200 (CEST) Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id A1E5ECCC853B for ; Wed, 8 Oct 2025 06:08:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1759896495; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=hmQE7WO4FqRn1l16UyjJ2O8FQuAiLKMA0JrPi9fk69s=; b=soOddpB2+8kpWeFGSgxS70Dw/K+BY1gDSM4P3JwScY/RzBwUTXcuXdL3FlR7cMmc wHL9kjgHi8XFx7cKwhMl82hpBuTrOGzKOCSDZjaG+70Ozn1m2O9QzIyRACaRcHSsaog bc57TROQg8i/mCpNmSCgQWtg9Rv5m67sewcvEXYpd5tZ8OmYdu37VcdCxJhUeOBpu1g 3drhaE+o8GPTlQtTkGfJjgHuWfuy+vuer4APyeC/LI5Mlz3U+5OGQzIMrrSmnsb28BW 36hKBQ73mfUlk+bPehwswrOxS5PSvs4iWVzAzlWhmRb5VLdIpRK30IHpySjlAbQVcn2 d1YlQ3Nh0g== Date: Wed, 8 Oct 2025 06:08:15 +0200 (CEST) From: lolywk@tutanota.com To: Aki Message-ID: In-Reply-To: <20251007182403.426873-1-please@ignore.pl> References: <20251007182403.426873-1-please@ignore.pl> Subject: Re: [PATCH nt] Assume BSD 3-clause license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-UID: 6 X-Keywords: Hi Aki, i'm not sure if i had contributed to a software called nt before, i tried searching for the repo but couldn't find any. Could you please hand me the link to the repo so i could review it first? Oct 8, 2025, 01:24 by please@ignore.pl: > nt has been in the void for a while. In case I own the entire codebase > it's easy to just ask me, but if there is one or more contributors and > license is not decided, it may create problems for whoever wants to use > or extend the program. > > BSD 3-clause along GNU GPL are my go-to. Here, I'm choosing BSD 3-clause > only because it'd be funny to attach GNU GPL full body compared to the > entire codebase. > > youkwhd, please answer whether you agree or not to publish your code > within nt under BSD 3-clause. Preferably, just answer with "Acked-by: > name ", but anything that is indisputably agreement (or not) > will work. If you disagree BSD, is GPL ok? > > This and previous paragraphs are going only into the mailing list for > documentation purposes. > --- > CONTRIBUTORS | 2 ++ > COPYING | 29 +++++++++++++++++++++++++++++ > NOTICE | 11 +++++++++++ > 3 files changed, 42 insertions(+) > create mode 100644 CONTRIBUTORS > create mode 100644 COPYING > create mode 100644 NOTICE > > diff --git a/CONTRIBUTORS b/CONTRIBUTORS > new file mode 100644 > index 0000000..c9319b3 > --- /dev/null > +++ b/CONTRIBUTORS > @@ -0,0 +1,2 @@ > +Aki > +youkwhd > diff --git a/COPYING b/COPYING > new file mode 100644 > index 0000000..09860ca > --- /dev/null > +++ b/COPYING > @@ -0,0 +1,29 @@ > +nt - Repeats command line arguments in standard output N times. > +Copyright (c) 2023-2025, > + > +Redistribution and use in source and binary forms, with or without > +modification, are permitted provided that the following conditions > +are met: > + > +* Redistributions of source code must retain the above copyright notice, > + this list of conditions and the following disclaimer. > + > +* 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. > + > +* Neither the name of the copyright holder nor the names of its > + contributors may be used to endorse or promote products derived from > + this software without specific prior written permission. > + > +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT > +HOLDER 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. > diff --git a/NOTICE b/NOTICE > new file mode 100644 > index 0000000..20ec914 > --- /dev/null > +++ b/NOTICE > @@ -0,0 +1,11 @@ > +nt - Repeats command line arguments in standard output N times. > +Copyright (c) 2023-2025, > + > +This program is free software: you can redistribute it and/or modify it > +under the terms of the 3-Clause BSD License. This program is distributed > +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY > +or FITNESS FOR A PARTICULAR PURPOSE. > + > +You should have received a copy of the 3-Clause BSD > +License along with this program. See . If not, see > + > -- > 2.51.0 >