Copyright: Add AMD copyright to the param changes I just made.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 23 Nov 2010 22:08:41 +0000 (17:08 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 23 Nov 2010 22:08:41 +0000 (17:08 -0500)
src/base/inet.cc
src/base/inet.hh
src/python/m5/params.py
src/python/m5/util/convert.py
src/python/swig/inet.i

index 93501018ef37fbe3e04dfa7b204ed58af316be4d..3f804b01cd0c6afef9ae78689f11adf26fc0447b 100644 (file)
@@ -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>
index 12387087b82ba1cd154a7d2e914cee53999b4360..b2a84e279acb15c0f344f1eebe962c6ab569a813 100644 (file)
@@ -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__
index 4e646d3f5faf0f4ae64b23b4594823df8aa61197..3f5ceb75a47f664ef9351cd57a75ee5baac7cbd8 100644 (file)
@@ -27,6 +27,7 @@
 #
 # Authors: Steve Reinhardt
 #          Nathan Binkert
+#          Gabe Black
 
 #####################################################################
 #
index 5d4ae92b9b937d6f41d1785c4eca43c978ccf906..79f3f985e06dab1780c12ff5786d73b45b5227fe 100644 (file)
@@ -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
index bad5488e681822b3cb9b80b0b05c8800fb224eee..a937eb6e449e7bffcdd50207c7acd3b0c24962e3 100644 (file)
@@ -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
  */
 
 %{