From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129189 invoked by alias); 5 Feb 2020 06:49:30 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 129030 invoked by uid 89); 5 Feb 2020 06:49:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=freely, business, HContent-Transfer-Encoding:8bit X-HELO: elaine.keithp.com Received: from home.keithp.com (HELO elaine.keithp.com) (63.227.221.253) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Feb 2020 06:49:27 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 94B003F2AC0D for ; Tue, 4 Feb 2020 22:49:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885343; bh=SZOkMn3296FL5+d8EL1oXTXMSdGcWVDxMRu86mGtuzI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GHHR480PHAl9ubdvVYFL33ftEtTyd6XY7ksUomJc1WVVM8Mwr+9xpydSNmUmga+Xv +vhDRUdw/YEnsboCVnFPQqu/aj7irbpmuCwnnVrm7ZW+HEfWL8QoK1cyVgZ5PWwO4y nRyceXXFutMYG3KPDV/2AoJbCqcWjuvbeHoMhS5ASs6aDWblSyYNGschqNQZdWlmxS V7As7/N60PiRUCbbf4UXmWD5SHfiWtVRLgmxZfaEQkrmz6/ghR8JbV+IRAyuTTLPg8 VgS9rcemiPGnXfpjdGuknWbUmSDm6+M3wWu2nGMtyaPJNxwn763BgpC9suxKROe+jU DH3VHExO5Yp0A== Received: from elaine.keithp.com ([127.0.0.1]) by localhost (elaine.keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FCq3PpefF049; Tue, 4 Feb 2020 22:49:03 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 20C833F2AC0B; Tue, 4 Feb 2020 22:48:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885327; bh=SZOkMn3296FL5+d8EL1oXTXMSdGcWVDxMRu86mGtuzI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N2uHLizZRTkEbemNMFw8WfIGWSIjzi7Ih+MBbNcG+WvVUeWHagNyghVcbQuYHsB+O QlVINe2AIVr7fwxenFyyXdSc8kagkQzs4rVq8B6wf+xN4dw7yY4zk4t8fpOyA6TW/f ae49YS8H/w58I2NCkQVhKZ50GkDV2H0SczaF6NbcB1F4KaOrhR7oZEVLCnk62BV3Pg BmK1059Tux/xqNM4gAv7xDWI67Mw9qqaLae3UdDPya86CeCVP/ZzKDFM5oS+C5xla9 c7I4PYaVtWRuHd6CYRRUl4dDrMAWmmddxQtEZsm2sCMADOhIow3azvSECnVp0PBOT9 W60v0wPPEr7hA== Received: by keithp.com (Postfix, from userid 1000) id B8E5715821C7; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 20/27] Add missing copyrights in newlib/libm/common Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-21-keithp@keithp.com> In-Reply-To: <20200205064844.929131-1-keithp@keithp.com> References: <20200205064844.929131-1-keithp@keithp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2020/txt/msg00062.txt Signed-off-by: Keith Packard --- newlib/libm/common/isgreater.c | 8 ++++++++ newlib/libm/common/s_fma.c | 6 ++++++ newlib/libm/common/s_infinity.c | 8 ++++++++ newlib/libm/common/s_isinf.c | 8 ++++++++ newlib/libm/common/s_isinfd.c | 8 ++++++++ newlib/libm/common/s_nan.c | 8 ++++++++ newlib/libm/common/sf_infinity.c | 8 ++++++++ newlib/libm/common/sf_isinf.c | 8 ++++++++ newlib/libm/common/sf_isinff.c | 8 ++++++++ newlib/libm/common/sf_nan.c | 8 ++++++++ 10 files changed, 78 insertions(+) diff --git a/newlib/libm/common/isgreater.c b/newlib/libm/common/isgreater.c index cac9b10c4..0ed274c9d 100644 --- a/newlib/libm/common/isgreater.c +++ b/newlib/libm/common/isgreater.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* isgreater.c: This file contains no source code, but rather only the * man-page comments. All of the documented "functions" are actually macros * defined in math.h (q.v.). */ diff --git a/newlib/libm/common/s_fma.c b/newlib/libm/common/s_fma.c index ab9e525b0..f754b931e 100644 --- a/newlib/libm/common/s_fma.c +++ b/newlib/libm/common/s_fma.c @@ -1,4 +1,10 @@ /* +Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved. + +Permission to use, copy, modify, and distribute this software +is freely granted, provided that this notice is preserved. + */ +/* FUNCTION <>, <>---floating multiply add INDEX diff --git a/newlib/libm/common/s_infinity.c b/newlib/libm/common/s_infinity.c index 990777d2c..273ef5358 100644 --- a/newlib/libm/common/s_infinity.c +++ b/newlib/libm/common/s_infinity.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * infinity () returns the representation of infinity. * Added by Cygnus Support. diff --git a/newlib/libm/common/s_isinf.c b/newlib/libm/common/s_isinf.c index 55fd5c214..e9543ef81 100644 --- a/newlib/libm/common/s_isinf.c +++ b/newlib/libm/common/s_isinf.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * isinf(x) returns 1 if x is infinity, else 0; * no branching! diff --git a/newlib/libm/common/s_isinfd.c b/newlib/libm/common/s_isinfd.c index 771ce44e4..8f4d42c04 100644 --- a/newlib/libm/common/s_isinfd.c +++ b/newlib/libm/common/s_isinfd.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * __isinfd(x) returns 1 if x is infinity, else 0; * no branching! diff --git a/newlib/libm/common/s_nan.c b/newlib/libm/common/s_nan.c index d5710385c..93921ce27 100644 --- a/newlib/libm/common/s_nan.c +++ b/newlib/libm/common/s_nan.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * nan () returns a nan. * Added by Cygnus Support. diff --git a/newlib/libm/common/sf_infinity.c b/newlib/libm/common/sf_infinity.c index 8722596c9..0721e0e90 100644 --- a/newlib/libm/common/sf_infinity.c +++ b/newlib/libm/common/sf_infinity.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * infinityf () returns the representation of infinity. * Added by Cygnus Support. diff --git a/newlib/libm/common/sf_isinf.c b/newlib/libm/common/sf_isinf.c index 75e90c9fd..fc4af470d 100644 --- a/newlib/libm/common/sf_isinf.c +++ b/newlib/libm/common/sf_isinf.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * isinff(x) returns 1 if x is +-infinity, else 0; * diff --git a/newlib/libm/common/sf_isinff.c b/newlib/libm/common/sf_isinff.c index cd7b2cfd3..1f35615aa 100644 --- a/newlib/libm/common/sf_isinff.c +++ b/newlib/libm/common/sf_isinff.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * __isinff(x) returns 1 if x is +-infinity, else 0; * Added by Cygnus Support. diff --git a/newlib/libm/common/sf_nan.c b/newlib/libm/common/sf_nan.c index 8f0e1a8cf..25ae78544 100644 --- a/newlib/libm/common/sf_nan.c +++ b/newlib/libm/common/sf_nan.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * nanf () returns a nan. * Added by Cygnus Support. -- 2.25.0