diff options
Diffstat (limited to 'README.copyright')
-rw-r--r-- | README.copyright | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.copyright b/README.copyright index c3cfe92..03b2efe 100644 --- a/README.copyright +++ b/README.copyright @@ -45,7 +45,7 @@ Extract copyright comments from these (354 and 205) files: > | xargs ../../extract-copyright-comments \ > 1>../../.copyright-comments.gplv2 -This can take around 45 minutes total on a 3.3-GHz Opteron 4238 CPU. +This can take around 55 minutes total on a 3.3-GHz Opteron 4238 CPU. Edit the files `copyright`, `.copyright-comments.gplv2orlater`, and `.copyright-comments.gplv2`. Find all the unusual copyright and license notices @@ -119,6 +119,8 @@ the new version: > -a \! -path 'scripts/*' -a \! -path 'shell/*_test/*' | \ > xargs ../../extract-copyright-comments 1>../../.copyright-comments.new +This can take around 55 minutes total on a 3.3-GHz Opteron 4238 CPU. + Finally compare the differences between the old and new copyright comments, and add these changes to the `copyright` file: |