Skip to content

Commit

Permalink
Add updatecopyright script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Dec 17, 2018
1 parent c3ee76e commit 7f17609
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rdmd | Public | [D build tool](http://dlang.org/rdmd.html).
rdmd_test | Internal | rdmd test suite.
tests_extractor | Internal | Extracts public unittests (requires DUB)
tolf | Internal | Line endings converter.
updatecopyright | Internal | Update the copyright notices in DMD

To report a problem or browse the list of open bugs, please visit the
[bug tracker](http://issues.dlang.org/).
Expand Down
3 changes: 2 additions & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ TOOLS = \
$(ROOT)/ddemangle \
$(ROOT)/detab \
$(ROOT)/rdmd \
$(ROOT)/tolf
$(ROOT)/tolf \
$(ROOT)/updatecopyright

CURL_TOOLS = \
$(ROOT)/changed \
Expand Down
Loading

0 comments on commit 7f17609

Please sign in to comment.