summaryrefslogtreecommitdiffstats
path: root/extract-copyright-comments
Commit message (Collapse)AuthorAgeFilesLines
* extract-copyright-comments: Add more search wordsPatrick McDermott2020-12-061-2/+6
|
* extract-copyright-comments: Preserve indentationPatrick McDermott2020-12-011-4/+27
| | | | | | | For example, shell/shell_common.c has a comment with a "(c)" (which is not actually a copyright notice) that is indented. Without this change, the first line of the comment is not indented in the output, but subsequent lines are. Now all lines are indented.
* extract-copyright-comments: Fix detection of "**/"Patrick McDermott2020-12-011-3/+7
| | | | | | For example, in networking/nslookup.c: /****** A version from LEDE / OpenWRT ******/
* extract-copyright-comments: New scriptPatrick McDermott2020-12-011-0/+185