diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/m5/SimObject.py | 1 | ||||
-rw-r--r-- | src/python/m5/params.py | 1 | ||||
-rw-r--r-- | src/python/m5/simulate.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/python/m5/SimObject.py b/src/python/m5/SimObject.py index d95fb987e..ab0c39543 100644 --- a/src/python/m5/SimObject.py +++ b/src/python/m5/SimObject.py @@ -1,4 +1,5 @@ # Copyright (c) 2004-2006 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/python/m5/params.py b/src/python/m5/params.py index 75dcf094a..38e320b53 100644 --- a/src/python/m5/params.py +++ b/src/python/m5/params.py @@ -1,4 +1,5 @@ # Copyright (c) 2004-2006 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/python/m5/simulate.py b/src/python/m5/simulate.py index cd2f8bb64..196f3b6b4 100644 --- a/src/python/m5/simulate.py +++ b/src/python/m5/simulate.py @@ -1,4 +1,5 @@ # Copyright (c) 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 |