summaryrefslogtreecommitdiff
path: root/src/cpu/o3/scoreboard.cc
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-07 16:02:55 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-07 16:02:55 -0400
commitbf6e176554253bed701338a8f481634e1cea8b48 (patch)
treecbce51c9a30330ab3db4ded8d35d5a177856c369 /src/cpu/o3/scoreboard.cc
parent54d4220b004a385d04def37fa55c820366da0d4a (diff)
downloadgem5-bf6e176554253bed701338a8f481634e1cea8b48.tar.xz
Update copyright.
--HG-- extra : convert_revision : 8ad012b1acfe046e6a8a5fb064891d91dadeb2e0
Diffstat (limited to 'src/cpu/o3/scoreboard.cc')
-rw-r--r--src/cpu/o3/scoreboard.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cpu/o3/scoreboard.cc b/src/cpu/o3/scoreboard.cc
index b0e433620..1859b35a4 100644
--- a/src/cpu/o3/scoreboard.cc
+++ b/src/cpu/o3/scoreboard.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2005 The Regents of The University of Michigan
+ * Copyright (c) 2005-2006 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,6 +24,9 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Korey Sewell
+ * Kevin Lim
*/
#include "cpu/o3/scoreboard.hh"