diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-08-27 15:35:36 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-08-27 15:35:36 -0700 |
commit | 794ca517f23906e2e84bbfa3a69f3e1a777f9223 (patch) | |
tree | 0791b0162c17fcf7071547c3c6d08843f7f0db79 | |
parent | 3ffc4505f7dde4966391c49aa9138bb475cf25cb (diff) | |
download | gem5-794ca517f23906e2e84bbfa3a69f3e1a777f9223.tar.xz |
X86: Change the copyright holder to AMD.
I accidentally left myself as a placeholder copyright holder on this file when
I checked it in. Copyright should be assigned to AMD.
-rw-r--r-- | src/arch/x86/types.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/types.cc b/src/arch/x86/types.cc index b24f91e83..73177f467 100644 --- a/src/arch/x86/types.cc +++ b/src/arch/x86/types.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Gabe Black + * Copyright (c) 2010 Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |