From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129274 invoked by alias); 5 Feb 2020 06:49:31 -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 129146 invoked by uid 89); 5 Feb 2020 06:49:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=freely, Joel, joel, 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:29 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 01DBF3F2AC0B for ; Tue, 4 Feb 2020 22:49:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885344; bh=mVqbakMrtgvNZODAq4/y4g8MbISaaJPIYzO0fJbyEsE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kGXfyMQmIeBeLBu8TFllNyElVPwkzH2c5s4CPKtEWP5VfRLhwoV5QXyg02QMOu1Ka V3grSQRLHFdtJHvnrDavhADdFZSLDRdWpQGT+qKC5FaiWzweieCsSLpAk8oo8UfCOx OKZmvBo20kL8ey3GpXhulUes7+g89Zc5pa8LSba6M86CHZzDRM4rdJqKCnE20q3aEM /PthKRcgAa6hEtwFczymv/hWgdl3x4vIoSKwpeJ73T9h4wSYEaeF3s76ODbPm2WLot lMFtHoNCIZIWJ13it/3cVGHn9goXJ0NTbHG5LwsoYAzAtqwBvyE0nOBtdOk97u/sPD glo9Ov2ed9YlQ== 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 PbCyHMwqOdiQ; 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 4385A3F2AC13; 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=mVqbakMrtgvNZODAq4/y4g8MbISaaJPIYzO0fJbyEsE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jOwY2tGuNFU5/NSliR5dDHZh5KHcZ0JGsCzeA/0q1niMiwMyWGIAXp64LZv4KfJ4K Bhf8nlpJxpL/0eCqDrGC0zXHR6ykGzjkUro5+NM2LiT6Z+DqvUa21iQAhFQkFD6Ldl Gn4RZJdtfXOUEgvgs9yBMmwnLhoQ9n97iFBCdsSWemc28gkqkSR7QiwnPjC8ODo7Yj 1p1V3X+sj/sejvsxtEPh1sWz5D3RCbBQ8XY2gUNHJgHCW+04fbtd/VVOGw1c7OcQoQ A2CGVhDlkiaWCYOB3m/GY+eXBZPHgDXxafq+x9xbWbYWIHezBd9tCQhegOx8u867YK E9nUeUF+4A0NA== Received: by keithp.com (Postfix, from userid 1000) id C894715821A7; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 23/27] Add missing copyrights to newlib/libm/machine/i386 Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-24-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/msg00052.txt Signed-off-by: Keith Packard --- newlib/libm/machine/i386/f_math.h | 7 +++++++ newlib/libm/machine/i386/i386mach.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/newlib/libm/machine/i386/f_math.h b/newlib/libm/machine/i386/f_math.h index 833e5cff9..05db560ac 100644 --- a/newlib/libm/machine/i386/f_math.h +++ b/newlib/libm/machine/i386/f_math.h @@ -1,3 +1,10 @@ +/* +Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. + +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ #ifndef __F_MATH_H__ #define __F_MATH_H__ diff --git a/newlib/libm/machine/i386/i386mach.h b/newlib/libm/machine/i386/i386mach.h index 403d24bfe..1e5e93d45 100644 --- a/newlib/libm/machine/i386/i386mach.h +++ b/newlib/libm/machine/i386/i386mach.h @@ -1,3 +1,10 @@ +/* +Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. + +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* This file was based on the modified setjmp.S performed by * Joel Sherill (joel@OARcorp.com) which specified the use * of the __USER_LABEL_PREFIX__ and __REGISTER_PREFIX__ macros. -- 2.25.0