public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Add libctf to update-copyright.py
Date: Thu, 11 Nov 2021 01:16:15 +0000 (GMT)	[thread overview]
Message-ID: <20211111011615.3AAD73858413@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07

commit e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jan 1 09:23:40 2021 +1030

    Add libctf to update-copyright.py

Diff:
---
 etc/ChangeLog           | 4 ++++
 etc/update-copyright.py | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index 8742e2afc..33abc0927 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-01  Alan Modra  <amodra@gmail.com>
+
+	* update-copyright.py (BinutilsCmdLine.__init__): Add libctf.
+
 2020-01-15  Simon Marchi  <simon.marchi@polymtl.ca>
 
 	* texi2pod.pl: Handle @t{...} tags.
diff --git a/etc/update-copyright.py b/etc/update-copyright.py
index 4579fcd8b..c39c0a7d5 100755
--- a/etc/update-copyright.py
+++ b/etc/update-copyright.py
@@ -597,6 +597,7 @@ class BinutilsCmdLine (CmdLine):
         self.add_dir ('gprof')
         self.add_dir ('include')
         self.add_dir ('ld', LdFilter())
+        self.add_dir ('libctf')
         self.add_dir ('libdecnumber')
         self.add_dir ('libiberty')
         self.add_dir ('opcodes')
@@ -613,6 +614,7 @@ class BinutilsCmdLine (CmdLine):
             'gprof',
             'include',
             'ld',
+            'libctf',
             'libiberty',
             'opcodes',
             ]


                 reply	other threads:[~2021-11-11  1:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211111011615.3AAD73858413@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).