changeset 680f5c014bed in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=680f5c014bed
description:
        update our copyrights to the new format

diffstat:

 system/alpha/console/Makefile      |   8 ++++----
 system/alpha/console/console.c     |   8 ++++----
 system/alpha/console/dbmentry.S    |   8 ++++----
 system/alpha/console/paljtokern.S  |   5 +----
 system/alpha/console/paljtoslave.S |   5 +----
 system/alpha/console/printf.c      |   5 +----
 system/alpha/palcode/Makefile      |   8 ++++----
 system/alpha/palcode/osfpal.S      |  10 +++++-----
 system/alpha/palcode/platform.S    |   8 ++++----
 9 files changed, 28 insertions(+), 37 deletions(-)

diffs (199 lines):

diff -r 3318e6254586 -r 680f5c014bed system/alpha/console/Makefile
--- a/system/alpha/console/Makefile     Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/Makefile     Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/console/console.c
--- a/system/alpha/console/console.c    Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/console.c    Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/console/dbmentry.S
--- a/system/alpha/console/dbmentry.S   Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/dbmentry.S   Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/console/paljtokern.S
--- a/system/alpha/console/paljtokern.S Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/paljtokern.S Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/console/paljtoslave.S
--- a/system/alpha/console/paljtoslave.S        Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/paljtoslave.S        Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/console/printf.c
--- a/system/alpha/console/printf.c     Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/console/printf.c     Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/palcode/Makefile
--- a/system/alpha/palcode/Makefile     Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/palcode/Makefile     Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/palcode/osfpal.S
--- a/system/alpha/palcode/osfpal.S     Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/palcode/osfpal.S     Wed Aug 16 15:26:52 2006 -0400
@@ -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 -r 3318e6254586 -r 680f5c014bed system/alpha/palcode/platform.S
--- a/system/alpha/palcode/platform.S   Wed Apr 26 15:15:45 2006 -0400
+++ b/system/alpha/palcode/platform.S   Wed Aug 16 15:26:52 2006 -0400
@@ -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
  */
 
 /*
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to