diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-03 06:26:57 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-03 06:26:57 (EST) |
commit | d6068499a344aa9ea3c264483239299c128a36fd (patch) | |
tree | fe948fb2a121bd0fcd31b0b6b947da3680043cef /README.copyright | |
parent | 870f3fee56718383fb4d3375619d1860456b812a (diff) |
README.copyright: Fix command
Diffstat (limited to 'README.copyright')
-rw-r--r-- | README.copyright | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.copyright b/README.copyright index 03b2efe..af414f4 100644 --- a/README.copyright +++ b/README.copyright @@ -81,6 +81,7 @@ Now extract copyright comments from all the other (147 in version 1.32.0) files: > 'Licensed under GPLv2 or later, see file LICENSE in this source tree.' \ > | xargs grep -FL \ > 'Licensed under GPLv2, see file LICENSE in this source tree.' \ + > | xargs ../../extract-copyright-comments \ > 1>../../.copyright-comments.other And again edit `copyright` and `.copyright-comments.other`, moving copyright and |