Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract-copyright-comments: Add more search words | Patrick McDermott | 2020-12-06 | 1 | -2/+6 |
| | |||||
* | extract-copyright-comments: Preserve indentation | Patrick McDermott | 2020-12-01 | 1 | -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 McDermott | 2020-12-01 | 1 | -3/+7 |
| | | | | | | For example, in networking/nslookup.c: /****** A version from LEDE / OpenWRT ******/ | ||||
* | extract-copyright-comments: New script | Patrick McDermott | 2020-12-01 | 1 | -0/+185 |