From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126215 invoked by alias); 5 Feb 2020 06:48:57 -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 126105 invoked by uid 89); 5 Feb 2020 06:48:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.5 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=ces, procurement, goods, BUSINESS 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:48:54 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id C12193F2ABFF for ; Tue, 4 Feb 2020 22:48:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885332; bh=tH3OlQXUuYd8AzpzP9PRNRPn2xGbDgmae6sPP1Yos9Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TLsP2TWfIrT66S7F6/qD2UA7bob/CZeS1sPIsDkz3Krp/RoitjHAj+Tyx2ajxqxRF SYxs+LpvamARV6ChEIGgSNXokXJbw95o1Z5ItC4AmqrfEuyU/eG4i/rn+KLeS7AspD XOdBsHtfnzJdlOJhCmY+My8Eh5y6jahCqjyXNVr5LIuGUulzlzJ5HFvWsjYSRgIw25 1PV9gPalpTzJgawRXpmhr79ryPFEl7h/mckcI9SeGoHo0MfxGxWApOVLcz4oZv8D1u 4u/Bke3EcWsndpZ8LljsSt7fGutTldIJwfXN6qVf4FXcHU/VQuqj0V0QtpEgKcbGQT Ylr1TTqTqRbCg== 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 Is3k7yGuc3L8; 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 B970C3F2AC00; 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=tH3OlQXUuYd8AzpzP9PRNRPn2xGbDgmae6sPP1Yos9Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bI1fz46/yxl7XExzpT9yPBX29P81Q8U65Zi4cONMmYPhcdtKTwhSWUe44V7Bsy3ef +7jyJkfXRLZyXQjsXx27PbPOYwvyWFzuHZVnK6LY6Th5ZGa+uGLLPPmIU9RHzRfdnb TQAGmn8ux8RD+GwGl1i0anzdg2hjPOEvdW5R0HTUdCpTXcn0N75MrVsATP1OvxxZ6j 1YH6Q7Hv3m+v06n6wY6NtxKBiFzVBQxKzZ0Z9py6ivTltBrHZpV8SFSe03PeI/CFbT q6CBpnfHrHmMzwrTWPN510JzoETQWbVqU1kx6+xR1Fwc2jFfEBvUvR1xwspyAoHDd6 qIfa6twH8Pxyg== Received: by keithp.com (Postfix, from userid 1000) id 7B9CB15821AA; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 06/27] Add copyrights in newlib/libc/iconv/lib Date: Wed, 05 Feb 2020 06:48:00 -0000 Message-Id: <20200205064844.929131-7-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/msg00043.txt Signed-off-by: Keith Packard --- newlib/libc/iconv/lib/encoding.deps | 24 ++++++++++++++++++++++++ newlib/libc/iconv/lib/iconvnls.h | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/newlib/libc/iconv/lib/encoding.deps b/newlib/libc/iconv/lib/encoding.deps index 280cffd10..4808b76a6 100644 --- a/newlib/libc/iconv/lib/encoding.deps +++ b/newlib/libc/iconv/lib/encoding.deps @@ -1,4 +1,28 @@ # +#Copyright (c) 2003-2004, Artem B. Bityuckiy +# +#Redistribution and use in source and binary forms, with or without +#modification, are permitted provided that the following conditions +#are met: +#1. Redistributions of source code must retain the above copyright +#notice, this list of conditions and the following disclaimer. +#2. Redistributions in binary form must reproduce the above copyright +#notice, this list of conditions and the following disclaimer in the +#documentation and/or other materials provided with the distribution. +# +#THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +#ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +#IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +#ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +#FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +#DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +#OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +#HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +#LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +#OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +#SUCH DAMAGE. +# +# # This file describes dependencies between encodings, CES, CCS, etc. # File relates only to UCS-based conversions and is needed for automatic # generation of C source files and C header files. diff --git a/newlib/libc/iconv/lib/iconvnls.h b/newlib/libc/iconv/lib/iconvnls.h index f6d4866a8..f18ee63b2 100644 --- a/newlib/libc/iconv/lib/iconvnls.h +++ b/newlib/libc/iconv/lib/iconvnls.h @@ -1,3 +1,27 @@ +/* +Copyright (c) 2003-2004, Artem B. Bityuckiy + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + */ #ifndef __ICONV_ICONVNLS_H__ #define __ICONV_ICONVNLS_H__ -- 2.25.0