summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-08-16 15:26:52 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-08-16 15:26:52 -0400
commit4d1f6a8aca88b08b258ffaf17e192d19f860877e (patch)
treea97db6a3cdbd56190db31591308e1a21e1b537e4 /system
parent5dc260b13929ad273bf60bd7c54543187a20b124 (diff)
downloadgem5-4d1f6a8aca88b08b258ffaf17e192d19f860877e.tar.xz
update our copyrights to the new format
Diffstat (limited to 'system')
-rw-r--r--system/alpha/console/Makefile8
-rw-r--r--system/alpha/console/console.c8
-rw-r--r--system/alpha/console/dbmentry.S8
-rw-r--r--system/alpha/console/paljtokern.S5
-rw-r--r--system/alpha/console/paljtoslave.S5
-rw-r--r--system/alpha/console/printf.c5
-rw-r--r--system/alpha/palcode/Makefile8
-rw-r--r--system/alpha/palcode/osfpal.S10
-rw-r--r--system/alpha/palcode/platform.S8
9 files changed, 28 insertions, 37 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)
diff --git a/system/alpha/console/console.c b/system/alpha/console/console.c
index 1bf6a3ce2..e8bc647f3 100644
--- a/system/alpha/console/console.c
+++ b/system/alpha/console/console.c
@@ -3,10 +3,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,
@@ -26,6 +23,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.
+ *
+ * Modified for M5 by: Ali G. Saidi
+ * Nathan L. Binkert
*/
/*
diff --git a/system/alpha/console/dbmentry.S b/system/alpha/console/dbmentry.S
index e8316390f..75c6bd966 100644
--- a/system/alpha/console/dbmentry.S
+++ b/system/alpha/console/dbmentry.S
@@ -3,10 +3,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,
@@ -26,7 +23,10 @@
* 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.
+ *
+ * Modified for M5 by: Ali G. Saidi
*/
+
/*
* Copyright 1993 Hewlett-Packard Development Company, L.P.
*
diff --git a/system/alpha/console/paljtokern.S b/system/alpha/console/paljtokern.S
index 539515fe1..08d5c0d68 100644
--- a/system/alpha/console/paljtokern.S
+++ b/system/alpha/console/paljtokern.S
@@ -3,10 +3,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,
diff --git a/system/alpha/console/paljtoslave.S b/system/alpha/console/paljtoslave.S
index e67e292b2..c68b7113b 100644
--- a/system/alpha/console/paljtoslave.S
+++ b/system/alpha/console/paljtoslave.S
@@ -3,10 +3,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,
diff --git a/system/alpha/console/printf.c b/system/alpha/console/printf.c
index b958476fb..98299c85e 100644
--- a/system/alpha/console/printf.c
+++ b/system/alpha/console/printf.c
@@ -3,10 +3,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,
diff --git a/system/alpha/palcode/Makefile b/system/alpha/palcode/Makefile
index 34b60cee3..2f1eded33 100644
--- a/system/alpha/palcode/Makefile
+++ b/system/alpha/palcode/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
# Makefile for palcode
# Works on alpha-linux and builds elf executable
diff --git a/system/alpha/palcode/osfpal.S b/system/alpha/palcode/osfpal.S
index b19ce3f01..79bff6ca6 100644
--- a/system/alpha/palcode/osfpal.S
+++ b/system/alpha/palcode/osfpal.S
@@ -1,12 +1,9 @@
/*
- * Copyright (c) 2003, 2004
+ * Copyright (c) 2003, 2004, 2005, 2006
* 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
@@ -27,6 +24,9 @@
* 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.
+ *
+ * Modified for M5 by: Ali G. Saidi
+ * Nathan L. Binkert
*/
/*
diff --git a/system/alpha/palcode/platform.S b/system/alpha/palcode/platform.S
index 5520470b2..e6a92b1f1 100644
--- a/system/alpha/palcode/platform.S
+++ b/system/alpha/palcode/platform.S
@@ -3,10 +3,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
@@ -27,6 +24,9 @@
* 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.
+ *
+ * Modified for M5 by: Ali G. Saidi
+ * Nathan L. Binkert
*/
/*