Skip to content

Commit

Permalink
contrib: Add libgrust to update-copyright.py script
Browse files Browse the repository at this point in the history
contrib/ChangeLog:
	* update-copyright.py: Add libgrust folder.

Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester authored and CohenArthur committed Feb 16, 2024
1 parent d0233c6 commit 1725714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/update-copyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ def __init__ (self):
self.add_dir ('libgfortran')
# libgo is imported from upstream.
self.add_dir ('libgomp')
self.add_dir ('libgrust')
self.add_dir ('libiberty')
self.add_dir ('libitm')
self.add_dir ('libobjc')
Expand Down Expand Up @@ -802,6 +803,7 @@ def __init__ (self):
'libgcc',
'libgfortran',
'libgomp',
'libgrust',
'libiberty',
'libitm',
'libobjc',
Expand Down

0 comments on commit 1725714

Please sign in to comment.