summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/async.hh2
-rw-r--r--sim/builder.cc2
-rw-r--r--sim/builder.hh2
-rw-r--r--sim/debug.cc2
-rw-r--r--sim/debug.hh2
-rw-r--r--sim/eventq.cc2
-rw-r--r--sim/eventq.hh2
-rw-r--r--sim/host.hh2
-rw-r--r--sim/main.cc2
-rw-r--r--sim/param.cc2
-rw-r--r--sim/param.hh2
-rw-r--r--sim/process.cc2
-rw-r--r--sim/process.hh2
-rw-r--r--sim/root.cc2
-rw-r--r--sim/serialize.cc2
-rw-r--r--sim/serialize.hh2
-rw-r--r--sim/sim_events.cc2
-rw-r--r--sim/sim_events.hh2
-rw-r--r--sim/sim_exit.hh2
-rw-r--r--sim/sim_object.cc2
-rw-r--r--sim/sim_object.hh2
-rw-r--r--sim/startup.cc2
-rw-r--r--sim/startup.hh2
-rw-r--r--sim/stat_control.cc2
-rw-r--r--sim/stat_control.hh2
-rw-r--r--sim/stats.hh2
-rw-r--r--sim/system.cc2
-rw-r--r--sim/system.hh2
28 files changed, 28 insertions, 28 deletions
diff --git a/sim/async.hh b/sim/async.hh
index fb0e2ee06..e0190a133 100644
--- a/sim/async.hh
+++ b/sim/async.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * 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
diff --git a/sim/builder.cc b/sim/builder.cc
index 4362a66fd..7dc118985 100644
--- a/sim/builder.cc
+++ b/sim/builder.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/builder.hh b/sim/builder.hh
index f6b7b1a1f..b32e00e76 100644
--- a/sim/builder.hh
+++ b/sim/builder.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/debug.cc b/sim/debug.cc
index 3467d1669..09e5346a8 100644
--- a/sim/debug.cc
+++ b/sim/debug.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/debug.hh b/sim/debug.hh
index 5ee77cf28..75b261d80 100644
--- a/sim/debug.hh
+++ b/sim/debug.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/eventq.cc b/sim/eventq.cc
index 1fb8ef98a..0884db994 100644
--- a/sim/eventq.cc
+++ b/sim/eventq.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2003 The Regents of The University of Michigan
+ * Copyright (c) 2000-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/eventq.hh b/sim/eventq.hh
index a0bb851c0..5fc73bb53 100644
--- a/sim/eventq.hh
+++ b/sim/eventq.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2004 The Regents of The University of Michigan
+ * Copyright (c) 2000-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/host.hh b/sim/host.hh
index 9114cc4b6..ef7008042 100644
--- a/sim/host.hh
+++ b/sim/host.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * 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
diff --git a/sim/main.cc b/sim/main.cc
index a6d996d50..6f6143506 100644
--- a/sim/main.cc
+++ b/sim/main.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2004 The Regents of The University of Michigan
+ * Copyright (c) 2000-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/param.cc b/sim/param.cc
index ff023ce85..396fde3ac 100644
--- a/sim/param.cc
+++ b/sim/param.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/param.hh b/sim/param.hh
index f4b9d3450..93e169778 100644
--- a/sim/param.hh
+++ b/sim/param.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/process.cc b/sim/process.cc
index ab256454c..36ba2c5ec 100644
--- a/sim/process.cc
+++ b/sim/process.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/process.hh b/sim/process.hh
index 51d7639ac..96389ff2e 100644
--- a/sim/process.hh
+++ b/sim/process.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/root.cc b/sim/root.cc
index 47c6a6ad4..fcfde20d1 100644
--- a/sim/root.cc
+++ b/sim/root.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/serialize.cc b/sim/serialize.cc
index ca0bc2bb0..dd5d53642 100644
--- a/sim/serialize.cc
+++ b/sim/serialize.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/serialize.hh b/sim/serialize.hh
index de208265e..bc82bf9b8 100644
--- a/sim/serialize.hh
+++ b/sim/serialize.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/sim_events.cc b/sim/sim_events.cc
index 99c09f259..55bb3c305 100644
--- a/sim/sim_events.cc
+++ b/sim/sim_events.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/sim_events.hh b/sim/sim_events.hh
index 804c41d73..091d4db61 100644
--- a/sim/sim_events.hh
+++ b/sim/sim_events.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/sim_exit.hh b/sim/sim_exit.hh
index 9a8b22d51..f14256933 100644
--- a/sim/sim_exit.hh
+++ b/sim/sim_exit.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * 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
diff --git a/sim/sim_object.cc b/sim/sim_object.cc
index 559415102..f34e17fe6 100644
--- a/sim/sim_object.cc
+++ b/sim/sim_object.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/sim_object.hh b/sim/sim_object.hh
index db8d4f4d3..59d9daf45 100644
--- a/sim/sim_object.hh
+++ b/sim/sim_object.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/startup.cc b/sim/startup.cc
index 7cc0ac8fb..683e6c746 100644
--- a/sim/startup.cc
+++ b/sim/startup.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/startup.hh b/sim/startup.hh
index e6c03a500..3c9b654f1 100644
--- a/sim/startup.hh
+++ b/sim/startup.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/stat_control.cc b/sim/stat_control.cc
index 578073efa..2f6e56b44 100644
--- a/sim/stat_control.cc
+++ b/sim/stat_control.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/stat_control.hh b/sim/stat_control.hh
index d0a9dc6ad..a22ce76af 100644
--- a/sim/stat_control.hh
+++ b/sim/stat_control.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/stats.hh b/sim/stats.hh
index 8487bf331..8e97d041f 100644
--- a/sim/stats.hh
+++ b/sim/stats.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * 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
diff --git a/sim/system.cc b/sim/system.cc
index 70a1b8a32..a51cc03bf 100644
--- a/sim/system.cc
+++ b/sim/system.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sim/system.hh b/sim/system.hh
index 4f003f282..c3e4d6d68 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without