From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24522 invoked by alias); 5 Feb 2020 06:54:03 -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 24485 invoked by uid 89); 5 Feb 2020 06:54:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.9 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=multithread 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:53:59 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id BACD73F2AC00 for ; Tue, 4 Feb 2020 22:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885333; bh=WIZTF+Acut9IF0aQaQ7JetqQiig79bvWdS8ii32ztOE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d1il+0TT/BpsHkxFSPkBus5tYUexo22xbivAFN9YUs8Hi7LT6V7v2Zkbl9/pMGTMy cwqlOTYEyX3JCpY0TSDCzvPd43OSUB/2Zcgmr50JI3wkvcByh0zM8IaqfrtSQuBbcC pPu2dE+ezBOGzVQDQeobWwfcdQDa+kYIoR1nzuHP0ZR1DDASVpQLkbxzOL4GfwAjbv uPRprcwML2QUX54YVoscaCvuGUH80CoVJv9jmibdOC3Tke9lM6UBf+F3XoG80ifJEo jGZDdRPsfPHAwHw0HIClaWeFCnuxdGcLRmccWTst43VL7U11OYBit//92+MVmQLYGm I/wRqsdGRn8AQ== 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 xGQyp8EALeJT; Tue, 4 Feb 2020 22:48:52 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id D89263F2AC03; Tue, 4 Feb 2020 22:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885326; bh=WIZTF+Acut9IF0aQaQ7JetqQiig79bvWdS8ii32ztOE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b5DHVeu5BjbiycRjRK4WWMHLy3CxKTriku/gBlS6vJ99+F6SfK9rZRnF5Vo2GCZNx OE2POwDqKwhNHPHNMz5vdcNQdkVNzTauRjiP0WeIbRtBGeAAVVrgxioBj0/GASoVgF gP1rvU1zxFF1AJEZhNOyWGOq8gJqDWk8iSyS3saTs95oFGYzxlA8O6a2HDgynU/p6O 9XRZ36dppNisadhdsNBg6idbuRJ2Wv5FX7XBkVfn5DO2MigCmncMc7XKm67AUBEB9E HYBMfk6g2TBpfdx+0CHDsq0mymU4c4vz+wnMmsrMwvz5/CBRxW9yHm+q4ZN8lWKTrD Zzh3RYF3u8nUg== Received: by keithp.com (Postfix, from userid 1000) id 8E83815821AF; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 11/27] Add missing copyrights to newlib/libc/reent Date: Wed, 05 Feb 2020 06:54:00 -0000 Message-Id: <20200205064844.929131-12-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/msg00064.txt Signed-off-by: Keith Packard --- newlib/libc/reent/closer.c | 16 ++++++++++++++++ newlib/libc/reent/execr.c | 16 ++++++++++++++++ newlib/libc/reent/fcntlr.c | 1 + newlib/libc/reent/fstat64r.c | 1 + newlib/libc/reent/fstatr.c | 16 ++++++++++++++++ newlib/libc/reent/getreent.c | 1 + newlib/libc/reent/gettimeofdayr.c | 1 + newlib/libc/reent/impure.c | 16 ++++++++++++++++ newlib/libc/reent/isattyr.c | 1 + newlib/libc/reent/linkr.c | 16 ++++++++++++++++ newlib/libc/reent/lseek64r.c | 1 + newlib/libc/reent/lseekr.c | 16 ++++++++++++++++ newlib/libc/reent/mkdirr.c | 1 + newlib/libc/reent/open64r.c | 1 + newlib/libc/reent/openr.c | 16 ++++++++++++++++ newlib/libc/reent/readr.c | 16 ++++++++++++++++ newlib/libc/reent/reent.c | 16 ++++++++++++++++ newlib/libc/reent/reent.tex | 16 ++++++++++++++++ newlib/libc/reent/renamer.c | 16 ++++++++++++++++ newlib/libc/reent/sbrkr.c | 16 ++++++++++++++++ newlib/libc/reent/signalr.c | 16 ++++++++++++++++ newlib/libc/reent/signgam.c | 1 + newlib/libc/reent/stat64r.c | 1 + newlib/libc/reent/statr.c | 16 ++++++++++++++++ newlib/libc/reent/timesr.c | 1 + newlib/libc/reent/unlinkr.c | 1 + newlib/libc/reent/writer.c | 16 ++++++++++++++++ 27 files changed, 252 insertions(+) diff --git a/newlib/libc/reent/closer.c b/newlib/libc/reent/closer.c index deb34b002..e4259ce65 100644 --- a/newlib/libc/reent/closer.c +++ b/newlib/libc/reent/closer.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. + */ /* Reentrant version of close system call. */ #include diff --git a/newlib/libc/reent/execr.c b/newlib/libc/reent/execr.c index 59b61223e..4619807c2 100644 --- a/newlib/libc/reent/execr.c +++ b/newlib/libc/reent/execr.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. + */ /* Reentrant versions of execution system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/fcntlr.c b/newlib/libc/reent/fcntlr.c index cd19d226f..95e39bc11 100644 --- a/newlib/libc/reent/fcntlr.c +++ b/newlib/libc/reent/fcntlr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston */ /* Reentrant versions of fcntl system call. This implementation just calls the fcntl system call. */ diff --git a/newlib/libc/reent/fstat64r.c b/newlib/libc/reent/fstat64r.c index c546f5c1d..0c915c6ca 100644 --- a/newlib/libc/reent/fstat64r.c +++ b/newlib/libc/reent/fstat64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston */ /* Reentrant versions of fstat system call. This implementation just calls the fstat system call. */ diff --git a/newlib/libc/reent/fstatr.c b/newlib/libc/reent/fstatr.c index ec906c98d..03659c635 100644 --- a/newlib/libc/reent/fstatr.c +++ b/newlib/libc/reent/fstatr.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. + */ /* Reentrant versions of fstat system call. This implementation just calls the fstat system call. */ diff --git a/newlib/libc/reent/getreent.c b/newlib/libc/reent/getreent.c index 5fa98e96b..e8a774d0f 100644 --- a/newlib/libc/reent/getreent.c +++ b/newlib/libc/reent/getreent.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston */ /* default reentrant pointer when multithread enabled */ #ifdef GETREENT_PROVIDED diff --git a/newlib/libc/reent/gettimeofdayr.c b/newlib/libc/reent/gettimeofdayr.c index 9b982a993..5fa5345e5 100644 --- a/newlib/libc/reent/gettimeofdayr.c +++ b/newlib/libc/reent/gettimeofdayr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2007 Patrick Mansfield */ /* Reentrant version of gettimeofday system call This implementation just calls the times/gettimeofday system calls. Gettimeofday may not be available on all targets. It's presence diff --git a/newlib/libc/reent/impure.c b/newlib/libc/reent/impure.c index 76f67459e..26ed3cbcb 100644 --- a/newlib/libc/reent/impure.c +++ b/newlib/libc/reent/impure.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. + */ #include /* Note that there is a copy of this in sys/reent.h. */ diff --git a/newlib/libc/reent/isattyr.c b/newlib/libc/reent/isattyr.c index f21bf25b2..ebfcb6142 100644 --- a/newlib/libc/reent/isattyr.c +++ b/newlib/libc/reent/isattyr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2008 Jeff Johnston */ /* Reentrant versions of isatty system call. */ #include diff --git a/newlib/libc/reent/linkr.c b/newlib/libc/reent/linkr.c index b22da5f94..503cee861 100644 --- a/newlib/libc/reent/linkr.c +++ b/newlib/libc/reent/linkr.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. + */ /* Reentrant versions of file system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/lseek64r.c b/newlib/libc/reent/lseek64r.c index 40769fb6d..978ba12e6 100644 --- a/newlib/libc/reent/lseek64r.c +++ b/newlib/libc/reent/lseek64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston */ /* Reentrant versions of lseek system call. */ #include diff --git a/newlib/libc/reent/lseekr.c b/newlib/libc/reent/lseekr.c index ac2daaab9..b99126af8 100644 --- a/newlib/libc/reent/lseekr.c +++ b/newlib/libc/reent/lseekr.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. + */ /* Reentrant versions of lseek system call. */ #include diff --git a/newlib/libc/reent/mkdirr.c b/newlib/libc/reent/mkdirr.c index fd72df64c..447ea7818 100644 --- a/newlib/libc/reent/mkdirr.c +++ b/newlib/libc/reent/mkdirr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2009 Jeff Johnston */ /* Reentrant versions of mkdir system call. */ #include diff --git a/newlib/libc/reent/open64r.c b/newlib/libc/reent/open64r.c index 84bd67e34..87591cecd 100644 --- a/newlib/libc/reent/open64r.c +++ b/newlib/libc/reent/open64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston */ /* Reentrant versions of open system call. */ #include diff --git a/newlib/libc/reent/openr.c b/newlib/libc/reent/openr.c index c6a7db5de..cecbbff9b 100644 --- a/newlib/libc/reent/openr.c +++ b/newlib/libc/reent/openr.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. + */ /* Reentrant versions of open system call. */ #include diff --git a/newlib/libc/reent/readr.c b/newlib/libc/reent/readr.c index 7fccefd32..c194bcd61 100644 --- a/newlib/libc/reent/readr.c +++ b/newlib/libc/reent/readr.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. + */ /* Reentrant versions of read system call. */ #include diff --git a/newlib/libc/reent/reent.c b/newlib/libc/reent/reent.c index 7c57e2019..8f6146770 100644 --- a/newlib/libc/reent/reent.c +++ b/newlib/libc/reent/reent.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 <>---definition of impure data. diff --git a/newlib/libc/reent/reent.tex b/newlib/libc/reent/reent.tex index 881c572c6..15df8ff46 100644 --- a/newlib/libc/reent/reent.tex +++ b/newlib/libc/reent/reent.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 Reentrancy @chapter Reentrancy diff --git a/newlib/libc/reent/renamer.c b/newlib/libc/reent/renamer.c index 5420dc4a0..46e1a80a6 100644 --- a/newlib/libc/reent/renamer.c +++ b/newlib/libc/reent/renamer.c @@ -1,3 +1,19 @@ +/* + * Copyright (c) 1990 The Regents of the University of California. + * 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 + * by the University of California, Berkeley. The name of the + * University 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. + */ /* Reentrant version of rename system call. */ #include diff --git a/newlib/libc/reent/sbrkr.c b/newlib/libc/reent/sbrkr.c index 21c4bd913..febb00607 100644 --- a/newlib/libc/reent/sbrkr.c +++ b/newlib/libc/reent/sbrkr.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. + */ /* Reentrant version of sbrk system call. */ #include diff --git a/newlib/libc/reent/signalr.c b/newlib/libc/reent/signalr.c index 345910e4b..f6ff3c6a4 100644 --- a/newlib/libc/reent/signalr.c +++ b/newlib/libc/reent/signalr.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. + */ /* Reentrant versions of syscalls need to support signal/raise. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/signgam.c b/newlib/libc/reent/signgam.c index b1017d861..a790342b9 100644 --- a/newlib/libc/reent/signgam.c +++ b/newlib/libc/reent/signgam.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2001 Jeff Johnston */ /* The signgam variable is stored in the reentrancy structure. This function returns its address for use by the macro signgam defined in math.h. */ diff --git a/newlib/libc/reent/stat64r.c b/newlib/libc/reent/stat64r.c index b64736ef2..9c84653b4 100644 --- a/newlib/libc/reent/stat64r.c +++ b/newlib/libc/reent/stat64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2008 Jeff Johnston */ /* Reentrant versions of stat64 system call. This implementation just calls the stat64 system call. */ diff --git a/newlib/libc/reent/statr.c b/newlib/libc/reent/statr.c index 9388e0246..97fd8f99c 100644 --- a/newlib/libc/reent/statr.c +++ b/newlib/libc/reent/statr.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. + */ /* Reentrant versions of stat system call. This implementation just calls the stat system call. */ diff --git a/newlib/libc/reent/timesr.c b/newlib/libc/reent/timesr.c index bb890035a..a0ee05dd8 100644 --- a/newlib/libc/reent/timesr.c +++ b/newlib/libc/reent/timesr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2007 Patrick Mansfield */ /* Reentrant versions of times system calls */ #include diff --git a/newlib/libc/reent/unlinkr.c b/newlib/libc/reent/unlinkr.c index 41bac0194..62454a1db 100644 --- a/newlib/libc/reent/unlinkr.c +++ b/newlib/libc/reent/unlinkr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2000 Alexandre Oliva */ /* Reentrant versions of file system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/writer.c b/newlib/libc/reent/writer.c index 704aba18b..656bb534a 100644 --- a/newlib/libc/reent/writer.c +++ b/newlib/libc/reent/writer.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. + */ /* Reentrant versions of write system call. */ #include -- 2.25.0