From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id A86EB3858437 for ; Wed, 5 Jan 2022 11:39:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A86EB3858437 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:in-reply-to:subject: references; bh=tYQkaQscEbejAzBnzsYDuDFpqC1c6TymYzbCjwdLnyg=; b=Mf855ds10OSqSHXyjAL6yxQxdR2LLKvcqvijZPITAWHZGzkhqR/104iY hCncQWTnrX9Tc36IEiaJRMeRul4rA4wPMqlIbLJ4lesfyMK6C3xpjoNcv Fb26eRncn2hV64MxeuNde4L9LIYGZmI+risj93eHejLHK4PVIkjFQf9O9 Y=; IronPort-Data: =?us-ascii?q?A9a23=3AZzaF+68/dVhibOrnuYcqDrUDC3yTJUtcMsCJ2f8?= =?us-ascii?q?bfWQNrUp2g2cAyTAfC2HQb/2CNGP9L9Ala4++oB8HsMLVx9QySFdlrnsFo1Bi+?= =?us-ascii?q?ZOUX4zBRqvTF3rPdZObFBoPA/3z27AsFehsJpPnjkrrYuiJQUVUj/nSHOKlULO?= =?us-ascii?q?cY0ideCc/IMsfoUM68wIGqt4w6TSJK1vlVeLa+6UzCnf9s9JHGj58B5a4lf9al?= =?us-ascii?q?K+aVAX0EbAJTasjUFf2zxH5BX+ETE27ByOQroJ8RoZWSwtfpYxV8F81/z91Yj+?= =?us-ascii?q?kuqr8d0QWT9Y+PyDX1yAQC/Hk20AE+3VaPqUTbZLwbW9vgiiN2eJwzdBAr5m5T?= =?us-ascii?q?wEBP6vWme1bXQMw/yRWZPMWoe+YfhBTtuTWlSUqaUDE2PRkDU0eIJMZ8aB8CAl?= =?us-ascii?q?m1/ERLnUobxuDiubw5a+/TuR2rsklN4zvLYQZ/H96pRnSDewnWozEW6WM4dZFw?= =?us-ascii?q?DoqrstOB/fFe80BaX9rZQncbgcJPU0YYLo4kfish3PXaDpFslmYuqMt7i7U1gM?= =?us-ascii?q?Z+LrqPd79YMCHQN4TmVyXzkrF8mXlAgkyN9Ge1TqdtHmrg4fycYnTMG4JPKG/8?= =?us-ascii?q?/d2jRuXwXYSAVsYTzOGTTCCohbWc7pix4Y8o0LCdZQPyXE=3D?= IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AkqQxw6lVucNiSKUGuOHbaaTdD4TpDfJP3DAb?= =?us-ascii?q?v31ZSRFFG/FwWfrAoB1173TJYVoqNU3I3OrvBED/exnhHPdOiOEs1PWZPDUO01?= =?us-ascii?q?HIEGgN1+ff/wE=3D?= X-IronPort-AV: E=Sophos;i="5.88,263,1635199200"; d="scan'208";a="1681877" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jan 2022 12:39:57 +0100 Date: Wed, 05 Jan 2022 12:39:56 +0100 Message-Id: From: Paul Zimmermann To: Keith Packard Cc: joel@rtems.org, newlib@sourceware.org, christoph.lauter@christoph-lauter.org, Jean-Michel.Muller@ens-lyon.fr, sibid@uvic.ca In-Reply-To: <87mtkbbaiu.fsf@keithp.com> (message from Keith Packard on Tue, 04 Jan 2022 10:50:33 -0800) Subject: Re: correctly rounded mathematical functions References: <87mtkbbaiu.fsf@keithp.com> X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2022 11:39:59 -0000 Hi Keith, > Yeah, I've forked newlib into 'picolibc' and have removed all of the > non-BSD licensed files to make the license status of that project > clearly BSD only. All of the non-BSD files are used to build the library > only for specific targets; the general library code is all BSD licensed. > > Something BSD-ish would preserve the license status of newlib built for > embedded targets, and would also be usable by picolibc. then I guess the MIT license would be ok for both newlib and picolibc, since it is more permissive than the BSD license. Best regards, Paul