Review Board 2.0.15


copyright: Add code for finding all copyright blocks and create a COPYING file

Review Request #726 - Created June 2, 2011 and submitted - Latest diff uploaded

Information
Nathan Binkert
gem5
Reviewers
Default
ali, gblack, nate, stever
copyright: Add code for finding all copyright blocks and create a COPYING file

The end of the COPYING file was generated with:
% python ./util/find_copyrights.py configs src system tests util

Update -C command line option to spit out COPYING file

[ Some notes on this change.  1) I could add the find_copyrights.py function to the build to automatically generate the list.  Should we do that?  For now, I've appended the list to the COPYING file.  We should also probably get rid of the AUTHORS file.  What do you all think? (either that or we should update it) ]