copyright: Add code for finding all copyright blocks and create a COPYING file
Review Request #726 - Created June 2, 2011 and submitted
| 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) ]
Posted (June 2, 2011, 8:45 a.m.)
-
src/python/m5/main.py (Diff revision 1) -
This is printed out every time, right? If so, it seems pretty verbose. How about just: 'gem5 is copyrighted software; use the --copyright option for details.' If you want to work the URL in, I'd put it in the initial header, e.g., 'gem5 Simulator System, http://gem5.org'
