From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129736 invoked by alias); 5 Feb 2020 06:49:34 -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 129684 invoked by uid 89); 5 Feb 2020 06:49:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.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=handwritten, 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:32 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 4226D3F2AC05 for ; Tue, 4 Feb 2020 22:49:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885346; bh=ZeEqHEtqMNy+VqIILW1rTY6Uu5WCmGOJ9kWuA5iJkms=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N9cbdXMNRQK8eLHhEGj8rjYh54FYLUUM8wwvffDEdyuVj2mjVs4XLzHPfdqHpPBDr r0I9+NqQKTc8JIqcZLpv2+CTDrCNm7/XinU4VMOohuPeB2W4GIg9OjelLHl6Mkd8hY GjHGKBduNyXEaifEOD/74LiUdoHc+EIEXSt8K8GB6Okp1lEvlf2MRmX+v0F59cKJVC 6ek884XNE4eKp4ki5dShD06eEm0OTRgSFHZ+n2X2Ds3XQYMx1YGVKJwM2qNReErQqG 8y085ITeaCWrsi6N9vhT51MhX0KR6MH07YBogRAA9OYeowS4v4p8TcNIfZkbj2cZiD 9wbqUqpkUBs3g== 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 cKqBUzsF8YoX; Tue, 4 Feb 2020 22:49:04 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 5AE1C3F2AC15; 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=ZeEqHEtqMNy+VqIILW1rTY6Uu5WCmGOJ9kWuA5iJkms=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vg/BnTUYDWyE2MF+Qj67cgHB2ISsAunpiXhaIi7wxrluitwGO1ftgPeq9UpqmYW2k vxPR2CQaWFQbvHVXd4na8BaOwPgvu0mdqkjmaMGTJfZeXXZEGFQMD2gG4n3hePdUyN F/pc0SSWXz+9WLGHHiR0U8sz4x9TAx1yC1tblA0atK9H+T+yYmwYar4fpplW1p0xYO 2KK1eF0QWU9oc0V3zidr+P23R78AClaBtwpibFzgOphuePEG0zQaBTBGBElKfq7Oz4 NK6bQUxqdC53sUskIlrIWwSb/6GlYdfG1H0O6xw/+tJIxKadcvSt4znEtcPUVfF/HW q9T+t79sIi0Gg== Received: by keithp.com (Postfix, from userid 1000) id D188315821CA; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 26/27] Add missing copyrights in newlib/doc Date: Wed, 05 Feb 2020 06:49:00 -0000 Message-Id: <20200205064844.929131-27-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/msg00054.txt Signed-off-by: Keith Packard --- newlib/doc/chapter-texi2docbook.py | 1 + newlib/doc/makedocbook.py | 1 + 2 files changed, 2 insertions(+) diff --git a/newlib/doc/chapter-texi2docbook.py b/newlib/doc/chapter-texi2docbook.py index e21489b9a..224cf2fdb 100755 --- a/newlib/doc/chapter-texi2docbook.py +++ b/newlib/doc/chapter-texi2docbook.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (c) 2016 Jon Turney # # python script to convert the handwritten chapter .texi files, which include # the generated files for each function, to DocBook XML diff --git a/newlib/doc/makedocbook.py b/newlib/doc/makedocbook.py index 92d0f279d..41785a6aa 100755 --- a/newlib/doc/makedocbook.py +++ b/newlib/doc/makedocbook.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (c) 2016 Jon Turney # # python script to process makedoc instructions in a source file and produce # DocBook XML output -- 2.25.0