summaryrefslogtreecommitdiff
path: root/src/arch/mips/regfile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/regfile.hh')
-rw-r--r--src/arch/mips/regfile.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/mips/regfile.hh b/src/arch/mips/regfile.hh
index 4d1a1c148..29586a652 100644
--- a/src/arch/mips/regfile.hh
+++ b/src/arch/mips/regfile.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007 MIPS Technologies, Inc.
+ * Copyright (c) 2003-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,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: Gabe Black
*/
#ifndef __ARCH_MIPS_REGFILE_HH__