39,43c39,40
< brief_copyright='''
< Copyright (c) 2001-2011
< The Regents of The University of Michigan
< All Rights Reserved
< '''
---
> brief_copyright=\
> "gem5 is copyrighted software; use the --copyright option for details."
55,56d51
< option('-A', "--authors", action="store_true", default=False,
< help="Show author information")
214c209
< print info.LICENSE
---
> print info.COPYING
217,223d211
< if options.authors:
< done = True
< print 'Author information:'
< print
< print info.AUTHORS
< print
<
266c254
< print "gem5 Simulator System"
---
> print "gem5 Simulator System. http://gem5.org"