2021-06-02 12:26:56 +02:00
|
|
|
Merge and Update copyrights
|
2021-06-02 15:42:29 +02:00
|
|
|
|
|
|
|
git clean -dfx
|
|
|
|
perl util/merge_copyrights
|
|
|
|
diff util/copyrights util/newcopyrights
|
|
|
|
... examine output, particularly any files with the "?" type, and
|
|
|
|
... then edit util/newcopyrights if necessary
|
2021-08-19 12:14:21 +02:00
|
|
|
mv util/newcopyrights util/copyrights
|
|
|
|
perl util/update_copyrights < util/copyrights
|
|
|
|
git diff
|
2021-06-02 15:42:29 +02:00
|
|
|
... examine output, edit as necessary. mail me about anything that
|
|
|
|
... the script should have been able to do itself. :-)
|
2021-08-19 12:14:21 +02:00
|
|
|
git add util/copyrights
|
|
|
|
git commit -m 'update_copyrights'
|