diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-07 23:36:02 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-07 23:36:02 -0700 |
commit | 2bdce8a184970749b1cae3c6477428d980910bed (patch) | |
tree | 79a49f522e2b929f8b0caba65f18c05eb9314d72 | |
parent | 551899665fd37ca79511c140fffea9bd114c46ae (diff) | |
download | gem5-2bdce8a184970749b1cae3c6477428d980910bed.tar.xz |
Fix attribution for decoder.cc.
arch/isa_parser.py:
Add attribution to license generated into decoder.cc
--HG--
extra : convert_revision : dc309fc0035e5a1f2d7216d3feda8e3c1225f917
-rwxr-xr-x | arch/isa_parser.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/isa_parser.py b/arch/isa_parser.py index a4b588197..1c3cb6c4e 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -246,6 +246,10 @@ def p_specification(t): * The Regents of The University of Michigan * All Rights Reserved * + * This code is part of the M5 simulator, developed by Nathan Binkert, + * Erik Hallnor, Steve Raasch, and Steve Reinhardt, with contributions + * from Ron Dreslinski, Dave Greene, and Lisa Hsu. + * * Permission is granted to use, copy, create derivative works and * redistribute this software and such derivative works for any * purpose, so long as the copyright notice above, this grant of |