summaryrefslogtreecommitdiff
path: root/src/base/inet.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-11-23 17:08:41 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-11-23 17:08:41 -0500
commit7f6ca0981f11f84f68c66cb33cee603152448d29 (patch)
treeb2987cc732b7fb3c191e354deafe6a204777e491 /src/base/inet.cc
parentb3de4855c3dba9df80cca4540c4ee6625c26f9e1 (diff)
downloadgem5-7f6ca0981f11f84f68c66cb33cee603152448d29.tar.xz
Copyright: Add AMD copyright to the param changes I just made.
Diffstat (limited to 'src/base/inet.cc')
-rw-r--r--src/base/inet.cc2
1 files changed, 2 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>