public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5041] contrib: add 'contrib' to default dirs in update-copyright.py
@ 2023-01-06  7:49 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2023-01-06  7:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:55f813f5cdf48922175c6dcd51e6fd263e5a93fa

commit r13-5041-g55f813f5cdf48922175c6dcd51e6fd263e5a93fa
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jan 6 08:45:24 2023 +0100

    contrib: add 'contrib' to default dirs in update-copyright.py
    
    contrib/ChangeLog:
    
            * update-copyright.py: Add contrib as a default dir.

Diff:
---
 contrib/update-copyright.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index fcae846fb1e..06e6fb61757 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -785,6 +785,7 @@ class GCCCmdLine (CmdLine):
 
         self.default_dirs = [
             'c++tools',
+            'contrib',
             'gcc',
             'include',
             'libada',

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-06  7:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06  7:49 [gcc r13-5041] contrib: add 'contrib' to default dirs in update-copyright.py Martin Liska

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).