diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/Root.py | 1 | ||||
-rw-r--r-- | src/sim/sim_object.cc | 1 | ||||
-rw-r--r-- | src/sim/sim_object.hh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/Root.py b/src/sim/Root.py index c7404a11f..4edcffa2c 100644 --- a/src/sim/Root.py +++ b/src/sim/Root.py @@ -1,4 +1,5 @@ # Copyright (c) 2005-2007 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 diff --git a/src/sim/sim_object.cc b/src/sim/sim_object.cc index 503ac5650..7a7b83b25 100644 --- a/src/sim/sim_object.cc +++ b/src/sim/sim_object.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2001-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 diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh index 876501be2..567288e96 100644 --- a/src/sim/sim_object.hh +++ b/src/sim/sim_object.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2001-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 |