summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/inet.cc2
-rw-r--r--src/base/inet.hh2
-rw-r--r--src/python/m5/params.py1
-rw-r--r--src/python/m5/util/convert.py2
-rw-r--r--src/python/swig/inet.i2
5 files changed, 9 insertions, 0 deletions
diff --git a/src/base/inet.cc b/src/base/inet.cc
index 93501018e..3f804b01c 100644
--- a/src/base/inet.cc
+++ b/src/base/inet.cc
@@ -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 --git a/src/base/inet.hh b/src/base/inet.hh
index 12387087b..b2a84e279 100644
--- a/src/base/inet.hh
+++ b/src/base/inet.hh
@@ -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 --git a/src/python/m5/params.py b/src/python/m5/params.py
index 4e646d3f5..3f5ceb75a 100644
--- a/src/python/m5/params.py
+++ b/src/python/m5/params.py
@@ -27,6 +27,7 @@
#
# Authors: Steve Reinhardt
# Nathan Binkert
+# Gabe Black
#####################################################################
#
diff --git a/src/python/m5/util/convert.py b/src/python/m5/util/convert.py
index 5d4ae92b9..79f3f985e 100644
--- a/src/python/m5/util/convert.py
+++ b/src/python/m5/util/convert.py
@@ -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 --git a/src/python/swig/inet.i b/src/python/swig/inet.i
index bad5488e6..a937eb6e4 100644
--- a/src/python/swig/inet.i
+++ b/src/python/swig/inet.i
@@ -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
*/
%{