mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
We should drop the HISTORY file because it's confusing and the same information is covered by the release notes for .0 releases (or at least they should be). Remove references to the HISTORY file, update the README to tell people go look somewhere else.
14 lines
507 B
Text
14 lines
507 B
Text
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'
|