From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127990 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 127914 invoked by uid 89); 5 Feb 2020 06:49:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.1 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=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 BC4E23F2AC01 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=IzruES444Fd061wrMYdeXq+wnuWbKLB1ZXY0QeDPZ/Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FkOvpvRtG2dRVj3aMrjTrV/pQUYFaTmFsJ9yzJTT5YsH7UeUGg4BvT96XcSfMwz8K MldnDQriOnTPQUFAel/nZuYM2yVxOt3ML70qFULRyVJomvvWyJmqkyznhgkDM4xHWQ wP8RNBXLaghoh5utsnZd7WiWgoh0dNsjCnFdbsVDftBd18k80u9S1l4BKldGkjONSE /0Cr5JuOh0TjMiFgiOO3hQ8vqZ6yB1GnGXRULhZ73yZXzQ/Y3wLRbyTCdkzliQc9Ny pbZHNPEXLACOFBPdbnvt7VoNVDep3eSaLQHN2Ffk0+qJpiOO1XyBGHmtQyXP8Vyfl6 NwbRfIFuTKJQQ== 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 JSSrhWVgz1Oo; 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 C525F3F2AC02; 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=IzruES444Fd061wrMYdeXq+wnuWbKLB1ZXY0QeDPZ/Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HR5u0cjFYW/b0d1V11WjIxnjA71ACPi0qkAtFukgBDQVNq74gRVuRu6FDDpnKTcse h8wBay5RvaFUE5ZI1nTzkOH2/y8XC6S/rXiC/ibI/WY1CyNp+UKy4Ab6TZ4ikgHCXz vSm1y7Gmw2FLBot2/wHCsgkpFdauqxk6KIwtCd0G7uvjKSXZRGKcJGQ9NKXGusgvSd eTvoYwoRw84x0b1KlkTaleXzBM2AOi3RJY/rwRVUQSD4pPVOXeqUV6g5YdAJn49IkO waNczz/YRoXy2xuLlgZjUsaqTFHJP+2FhT4heLXyT4ay1uFCjWLR9x5Y9SNMpdc5RT +0CeKjnISrbRg== Received: by keithp.com (Postfix, from userid 1000) id 821A815821AC; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 08/27] Add missing copyrights for newlib/libc/locale Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-9-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/msg00047.txt --- newlib/libc/locale/lctype.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/libc/locale/lctype.c b/newlib/libc/locale/lctype.c index 644669765..626922532 100644 --- a/newlib/libc/locale/lctype.c +++ b/newlib/libc/locale/lctype.c @@ -1,4 +1,6 @@ /* + * Copyright (c) 2010 Corinna Vinschen + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: -- 2.25.0