update our copyrights to the new format
authorAli Saidi <saidi@eecs.umich.edu>
Wed, 16 Aug 2006 19:26:52 +0000 (15:26 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Wed, 16 Aug 2006 19:26:52 +0000 (15:26 -0400)
system/alpha/console/Makefile
system/alpha/console/console.c
system/alpha/console/dbmentry.S
system/alpha/console/paljtokern.S
system/alpha/console/paljtoslave.S
system/alpha/console/printf.c
system/alpha/palcode/Makefile
system/alpha/palcode/osfpal.S
system/alpha/palcode/platform.S

index 7f705dd8c7b9c6c188b81a8aa4475b512d993f62..777f81fe3d2fb2daa6d1d8469c4a5652af749d21 100644 (file)
@@ -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)
index 1bf6a3ce21ebd41bcf45076068dd52921c89fb29..e8bc647f30af63562c86e51fcd9dbbfd31f5e93c 100644 (file)
@@ -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
  */
 
 /*
index e8316390ffcdae1e484b91566d672f6f609f7b2d..75c6bd9668a7a8d68c297036a6170964e49abdda 100644 (file)
@@ -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,
  * 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.
  *
index 539515fe1eba5aedb1c903443530ced3f471d6fb..08d5c0d68b6ca713c4dde08025701ebe53a6c89b 100644 (file)
@@ -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,
index e67e292b260db23f08e9341a8a7239fd6a386e25..c68b7113b850b250f0301d75d351ede022619bc4 100644 (file)
@@ -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,
index b958476fbd29bb35bcf79b821661aa3183ed5166..98299c85e709e4408fe86d9af79e6fa868c96c72 100644 (file)
@@ -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,
index 34b60cee3dfb2ad4f7c8557723f2b8d187295a53..2f1eded33ff2c4a3e9e09b5cd17375e4a343cc98 100644 (file)
@@ -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
index b19ce3f013c7ee3c223d5dbf590ab9bf3cf80955..79bff6ca62c8f210d3b4976dac6fd13d38ddd38d 100644 (file)
@@ -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
  */
 
 /*
index 5520470b28d4b9167abb2d1bdb99c7867c269533..e6a92b1f1e086e880bff8b593658f5659e4e12a0 100644 (file)
@@ -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
  */
 
 /*