diff options
Diffstat (limited to 'src/arch/mips/SConsopts')
-rw-r--r-- | src/arch/mips/SConsopts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/arch/mips/SConsopts b/src/arch/mips/SConsopts index 97ab703a9..d19df2f5e 100644 --- a/src/arch/mips/SConsopts +++ b/src/arch/mips/SConsopts @@ -1,4 +1,6 @@ -# Copyright (c) 2007 MIPS Technologies, Inc. +# -*- mode:python -*- + +# Copyright (c) 2004-2005 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Authors: Jaidev Patwardhan +# Authors: Nathan Binkert Import('*') |