From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128142 invoked by alias); 5 Feb 2020 06:49:14 -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 128021 invoked by uid 89); 5 Feb 2020 06:49:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.2 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=1990, products, 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:11 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 61B693F2AC02 for ; Tue, 4 Feb 2020 22:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885335; bh=2oP6XTVGF/mLxCXwfHqyOXDqNX3tSdvdKlsunRNj4kY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=drZqXR9AwOQQajBB/7PYMBjWbcgf40bwc1vcykR7Y01JGHFshRqpfuOiOynBktOkM 7EOU6VuJzCJvszbhzTf+VDAVtkKOoJ453Y4lNEA0sd9UPdlvHNd0lmpdaxGzUYzR9v Bcpx98SkaGasFcba+ZXmW6JgceuBcJXIm3zcJ2bf+4UMGET5VBkLvFc7nsCWCPCkbI DancNn371qiLJILtal4+2pbyRsZI5b1vMVLSXGZzuKjOxTVEKHYknkolCxVv456AWx 3yPPLHMiwu5yTb/BXTh7B+UpIp2xGXP0xiKdCke5n/EmiLqKUIV54dN3LLgMI31Anc GiIxoY9+anAkw== 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 XacO87cayb_D; Tue, 4 Feb 2020 22:48:54 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 0E5393F2AC09; 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=2oP6XTVGF/mLxCXwfHqyOXDqNX3tSdvdKlsunRNj4kY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EBUrk2UHAOURZFA5HmyGCjEXXY5qoAzQlleTxCW/t+ZHUIROtSZVYojI9UzyxVS3m eymfhLQzvVX451S9ggILQZj54vjC7i6cKPLJRA9JqyEpo12STvpuaKoJabVxqteSj2 2tSfX2SA/Dzbp5RyBUmOLrnC0hQodhbPP/JhJsrLeNCMBumoCtuObZ0+4emU7zYuLE lCGuvDnGx+btkV/osrelKIYE3OAkRB/mMT1XA7Wv81IBfS3Tx354ONXL2Ko5qvQhWO 3wClBRDtyi27aJd+HUqtXB+v84cPOi40QnjH6X9Nvu5iBhElrgXrc//eN5MzTkwAA0 +3XY3xUJwWU5g== Received: by keithp.com (Postfix, from userid 1000) id A9B051582162; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 16/27] Add missing copyrights in newlib/libc/stdio64 Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-17-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/msg00049.txt Signed-off-by: Keith Packard --- newlib/libc/stdio64/fdopen64.c | 1 + newlib/libc/stdio64/fgetpos64.c | 16 ++++++++++++++++ newlib/libc/stdio64/fsetpos64.c | 16 ++++++++++++++++ newlib/libc/stdio64/stdio64.tex | 16 ++++++++++++++++ newlib/libc/stdio64/tmpfile64.c | 16 ++++++++++++++++ 5 files changed, 65 insertions(+) diff --git a/newlib/libc/stdio64/fdopen64.c b/newlib/libc/stdio64/fdopen64.c index 9d9645b36..dc941a271 100644 --- a/newlib/libc/stdio64/fdopen64.c +++ b/newlib/libc/stdio64/fdopen64.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2003 Christopher Faylor */ /* FUNCTION <>---turn open large file into a stream diff --git a/newlib/libc/stdio64/fgetpos64.c b/newlib/libc/stdio64/fgetpos64.c index 52ead9d0d..7d5ad59d9 100644 --- a/newlib/libc/stdio64/fgetpos64.c +++ b/newlib/libc/stdio64/fgetpos64.c @@ -1,4 +1,20 @@ /* +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. + */ +/* FUNCTION <>---record position in a large stream or file diff --git a/newlib/libc/stdio64/fsetpos64.c b/newlib/libc/stdio64/fsetpos64.c index 254eb53d7..e704cb0ae 100644 --- a/newlib/libc/stdio64/fsetpos64.c +++ b/newlib/libc/stdio64/fsetpos64.c @@ -1,4 +1,20 @@ /* +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. + */ +/* FUNCTION <>---restore position of a large stream or file diff --git a/newlib/libc/stdio64/stdio64.tex b/newlib/libc/stdio64/stdio64.tex index 95f898f3d..8b503e134 100644 --- a/newlib/libc/stdio64/stdio64.tex +++ b/newlib/libc/stdio64/stdio64.tex @@ -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. +# @node Stdio64 @chapter Large File Input and Output (@file{stdio.h}) diff --git a/newlib/libc/stdio64/tmpfile64.c b/newlib/libc/stdio64/tmpfile64.c index 18a38d65c..12f97f4c7 100644 --- a/newlib/libc/stdio64/tmpfile64.c +++ b/newlib/libc/stdio64/tmpfile64.c @@ -1,4 +1,20 @@ /* +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. + */ +/* FUNCTION <>---create a large temporary file -- 2.25.0