2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-23 02:28:55 +00:00
bind/doc/dev/copyrights

15 lines
497 B
Plaintext
Raw Normal View History

Merge and Update copyrights
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
mv util/newcopyrights util/copyrights
perl util/update_copyrights < util/copyrights
git diff
... examine output, edit as necessary. mail me about anything that
... the script should have been able to do itself. :-)
git add util/copyrights
git commit -m 'update_copyrights'