summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/inet.cc2
-rw-r--r--src/base/inet.hh2
2 files changed, 4 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__