diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-11-23 17:08:41 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-11-23 17:08:41 -0500 |
commit | 7f6ca0981f11f84f68c66cb33cee603152448d29 (patch) | |
tree | b2987cc732b7fb3c191e354deafe6a204777e491 /src/base/inet.hh | |
parent | b3de4855c3dba9df80cca4540c4ee6625c26f9e1 (diff) | |
download | gem5-7f6ca0981f11f84f68c66cb33cee603152448d29.tar.xz |
Copyright: Add AMD copyright to the param changes I just made.
Diffstat (limited to 'src/base/inet.hh')
-rw-r--r-- | src/base/inet.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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__ |