changeset c76a14014c27 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c76a14014c27 description: misc: add some AMD copyright notices Meant to add these with the previous batch of csets.
diffstat: configs/common/Simulation.py | 1 + src/python/m5/SimObject.py | 1 + src/python/m5/params.py | 1 + src/python/m5/simulate.py | 1 + src/sim/Root.py | 1 + src/sim/sim_object.cc | 1 + src/sim/sim_object.hh | 1 + 7 files changed, 7 insertions(+), 0 deletions(-) diffs (65 lines): diff -r b4aa25440bdd -r c76a14014c27 configs/common/Simulation.py --- a/configs/common/Simulation.py Tue Aug 17 05:20:39 2010 -0700 +++ b/configs/common/Simulation.py Tue Aug 17 05:49:05 2010 -0700 @@ -1,4 +1,5 @@ # Copyright (c) 2006-2008 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 -r b4aa25440bdd -r c76a14014c27 src/python/m5/SimObject.py --- a/src/python/m5/SimObject.py Tue Aug 17 05:20:39 2010 -0700 +++ b/src/python/m5/SimObject.py Tue Aug 17 05:49:05 2010 -0700 @@ -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 -r b4aa25440bdd -r c76a14014c27 src/python/m5/params.py --- a/src/python/m5/params.py Tue Aug 17 05:20:39 2010 -0700 +++ b/src/python/m5/params.py Tue Aug 17 05:49:05 2010 -0700 @@ -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 -r b4aa25440bdd -r c76a14014c27 src/python/m5/simulate.py --- a/src/python/m5/simulate.py Tue Aug 17 05:20:39 2010 -0700 +++ b/src/python/m5/simulate.py Tue Aug 17 05:49:05 2010 -0700 @@ -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 diff -r b4aa25440bdd -r c76a14014c27 src/sim/Root.py --- a/src/sim/Root.py Tue Aug 17 05:20:39 2010 -0700 +++ b/src/sim/Root.py Tue Aug 17 05:49:05 2010 -0700 @@ -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 -r b4aa25440bdd -r c76a14014c27 src/sim/sim_object.cc --- a/src/sim/sim_object.cc Tue Aug 17 05:20:39 2010 -0700 +++ b/src/sim/sim_object.cc Tue Aug 17 05:49:05 2010 -0700 @@ -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 -r b4aa25440bdd -r c76a14014c27 src/sim/sim_object.hh --- a/src/sim/sim_object.hh Tue Aug 17 05:20:39 2010 -0700 +++ b/src/sim/sim_object.hh Tue Aug 17 05:49:05 2010 -0700 @@ -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 _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
