From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128088 invoked by alias); 5 Feb 2020 06:49:13 -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 127982 invoked by uid 89); 5 Feb 2020 06:49:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.3 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=products 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:11 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 3DA0E3F2ABFE for ; Tue, 4 Feb 2020 22:48:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885334; bh=lPuXk56dNbOBFuJIbKkt+Gy8YaYPlpVtxD9Nxz47ago=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OBTL8GkbYu3vMLgyEpvVUVKdqvnb0+Wvd4bQaQftPtJWC+PT+6bAA6CXIF9NG+PaS c4UJr/bNxTVNtPMnQ+C/Zt10goRPJ3+z3wRgo+7RxUb/ZBTTgHNOGFE+NN4hwckL3B UihB2eXsI9NG6NlZA/vpWl4RyBwk/4cUuFlCHv3kMSwVOTkeXl3HmWKy7K7TeRYerA h9W/G1lUvI3+bxV53blMwZhofpcUEyXVm8TM0enWAOo72o3b+mbklI20iNAxP57ylb RwDjhm7zSjGhSR71du9tr3SuiR4bB34lBlp79L8lcNpEmeIEuVDuXYWmhAvWp0WOB5 KZ+qrYgh3yf8w== 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 bcGUEWCR0aoV; Tue, 4 Feb 2020 22:48:53 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 084E93F2AC08; 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=lPuXk56dNbOBFuJIbKkt+Gy8YaYPlpVtxD9Nxz47ago=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jXlFxLZJb9y5YoOi7efigOAdmrasBpc1GtDtBWNICfEyDlavPA6xfllXbz5DFXoOs Pht5WlLi1OYuG3iWa//BnNtuHAwu6swYoR+3/oe1Fi4q3E/bEEyu6fE5A0UnrlyfoJ Zd6vCN6UgtevuiEcbbAtMn8NhD7PCLf8tQHRP1PrdeojyhqLDvXcRYG5EbgZQ/6bCB 23sue+YelUgN/NYtYcQxPBtzuZUgYbZGOPkeoR/fuMMvL9BzPsiVthzhis2Nsiu/jt kMVUb3uGGv4sNJZoKdSeLAGWJOgwBraTUkpcZ5awFsUFYp/O0if2xNSKLHpizpv+hg p3CCmxX8x4+6g== Received: by keithp.com (Postfix, from userid 1000) id 9558215821C2; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 13/27] Add missing copyrights in newlib/libc/signal Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-14-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/msg00048.txt Signed-off-by: Keith Packard --- newlib/libc/signal/raise.c | 16 ++++++++++++++++ newlib/libc/signal/signal.c | 16 ++++++++++++++++ newlib/libc/signal/signal.tex | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/newlib/libc/signal/raise.c b/newlib/libc/signal/raise.c index c678c6e2d..0457b6144 100644 --- a/newlib/libc/signal/raise.c +++ b/newlib/libc/signal/raise.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +*/ /* Embedded systems may want the simulated signals if no other form exists, but UNIX versions will want to use the host facilities. Define SIMULATED_SIGNALS when you want to use the simulated versions. diff --git a/newlib/libc/signal/signal.c b/newlib/libc/signal/signal.c index 0110287d8..3df396629 100644 --- a/newlib/libc/signal/signal.c +++ b/newlib/libc/signal/signal.c @@ -1,4 +1,20 @@ /* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +*/ +/* FUNCTION <>---specify handler subroutine for a signal diff --git a/newlib/libc/signal/signal.tex b/newlib/libc/signal/signal.tex index c4d48308f..cb5626e66 100644 --- a/newlib/libc/signal/signal.tex +++ b/newlib/libc/signal/signal.tex @@ -1,3 +1,19 @@ +# +#Copyright (c) 1994 Cygnus Support. +#All rights reserved. +# +#Redistribution and use in source and binary forms are permitted +#provided that the above copyright notice and this paragraph are +#duplicated in all such forms and that any documentation, +#and/or other materials related to such +#distribution and use acknowledge that the software was developed +#at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +#endorse or promote products derived from this software without +#specific prior written permission. +#THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +#IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +#WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + @node Signals @chapter Signal Handling (@file{signal.h}) -- 2.25.0