diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-08-16 15:26:52 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-08-16 15:26:52 -0400 |
commit | 4d1f6a8aca88b08b258ffaf17e192d19f860877e (patch) | |
tree | a97db6a3cdbd56190db31591308e1a21e1b537e4 /system/alpha/console/Makefile | |
parent | 5dc260b13929ad273bf60bd7c54543187a20b124 (diff) | |
download | gem5-4d1f6a8aca88b08b258ffaf17e192d19f860877e.tar.xz |
update our copyrights to the new format
Diffstat (limited to 'system/alpha/console/Makefile')
-rw-r--r-- | system/alpha/console/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index 7f705dd8c..777f81fe3 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -2,10 +2,7 @@ # 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, Lisa Hsu, Ali Saidi, and Andrew -# Schultz. +# This code is part of the M5 simulator. # # Permission is granted to use, copy, create derivative works and # redistribute this software and such derivative works for any purpose, @@ -25,6 +22,9 @@ # DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR IN CONNECTION # WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS HEREAFTER # ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +# +# Authors: Nathan L. Binkert +# Ali G. Saidi ### If we are not compiling on an alpha, we must use cross tools ### ifneq ($(shell uname -m), alpha) |