changeset 6a7207241112 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=6a7207241112
description:
        Copyright: Add AMD copyright to the param changes I just made.

diffstat:

 src/base/inet.cc              |  2 ++
 src/base/inet.hh              |  2 ++
 src/python/m5/params.py       |  1 +
 src/python/m5/util/convert.py |  2 ++
 src/python/swig/inet.i        |  2 ++
 5 files changed, 9 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 369f90d32e2e -r 6a7207241112 src/base/inet.cc
--- a/src/base/inet.cc  Tue Nov 23 15:54:43 2010 -0500
+++ b/src/base/inet.cc  Tue Nov 23 17:08:41 2010 -0500
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2002-2005 The Regents of The University of Michigan
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Nathan Binkert
+ *          Gabe Black
  */
 
 #include <cstdio>
diff -r 369f90d32e2e -r 6a7207241112 src/base/inet.hh
--- a/src/base/inet.hh  Tue Nov 23 15:54:43 2010 -0500
+++ b/src/base/inet.hh  Tue Nov 23 17:08:41 2010 -0500
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2002-2005 The Regents of The University of Michigan
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
  *
  * Authors: Nathan Binkert
  *          Steve Reinhardt
+ *          Gabe Black
  */
 
 #ifndef __BASE_INET_HH__
diff -r 369f90d32e2e -r 6a7207241112 src/python/m5/params.py
--- a/src/python/m5/params.py   Tue Nov 23 15:54:43 2010 -0500
+++ b/src/python/m5/params.py   Tue Nov 23 17:08:41 2010 -0500
@@ -27,6 +27,7 @@
 #
 # Authors: Steve Reinhardt
 #          Nathan Binkert
+#          Gabe Black
 
 #####################################################################
 #
diff -r 369f90d32e2e -r 6a7207241112 src/python/m5/util/convert.py
--- a/src/python/m5/util/convert.py     Tue Nov 23 15:54:43 2010 -0500
+++ b/src/python/m5/util/convert.py     Tue Nov 23 17:08:41 2010 -0500
@@ -1,4 +1,5 @@
 # Copyright (c) 2005 The Regents of The University of Michigan
+# Copyright (c) 2010 Advanced Micro Devices, Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -25,6 +26,7 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 # Authors: Nathan Binkert
+#          Gabe Black
 
 # metric prefixes
 exa  = 1.0e18
diff -r 369f90d32e2e -r 6a7207241112 src/python/swig/inet.i
--- a/src/python/swig/inet.i    Tue Nov 23 15:54:43 2010 -0500
+++ b/src/python/swig/inet.i    Tue Nov 23 17:08:41 2010 -0500
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2006 The Regents of The University of Michigan
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Nathan Binkert
+ *          Gabe Black
  */
 
 %{
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to