copyright: Add code for finding all copyright blocks and create a COPYING file
authorNathan Binkert <nate@binkert.org>
Fri, 3 Jun 2011 00:36:07 +0000 (17:36 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 3 Jun 2011 00:36:07 +0000 (17:36 -0700)
commit0c424344facaa2b388cba814f08ef5622f8e122b
tree5386a973bf1f9a4dcd77a6ae6a89e6b2fb716fdc
parentf656787edb2f7f6d95f267fdd91bbcd67f7305ac
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
AUTHORS [deleted file]
COPYING [new file with mode: 0644]
LICENSE
src/SConscript
src/python/m5/main.py
util/find_copyrights.py [new file with mode: 0644]