From d6068499a344aa9ea3c264483239299c128a36fd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 03 Dec 2020 06:26:57 -0500 Subject: README.copyright: Fix command --- 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 -- cgit v0.9.1