diff --git a/src/arch/power/SConscript b/src/arch/power/SConscript index 52a607d1b6..74b2c81eb6 100644 --- a/src/arch/power/SConscript +++ b/src/arch/power/SConscript @@ -2,6 +2,7 @@ # Copyright (c) 2009 The University of Edinburgh # Copyright (c) 2020 LabWare +# Copyright (c) 2021 IBM Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/decoder.hh b/src/arch/power/decoder.hh index 20726a02d3..c30af918f4 100644 --- a/src/arch/power/decoder.hh +++ b/src/arch/power/decoder.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2012 Google + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/branch.cc b/src/arch/power/insts/branch.cc index a1b6d8cf51..899214388e 100644 --- a/src/arch/power/insts/branch.cc +++ b/src/arch/power/insts/branch.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/branch.hh b/src/arch/power/insts/branch.hh index cad91c2cf3..1359086b0b 100644 --- a/src/arch/power/insts/branch.hh +++ b/src/arch/power/insts/branch.hh @@ -1,5 +1,6 @@ /* Copyright (c) 2007-2008 The Florida State University * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/integer.cc b/src/arch/power/insts/integer.cc index 7798d40aea..cf065a158f 100644 --- a/src/arch/power/insts/integer.cc +++ b/src/arch/power/insts/integer.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/integer.hh b/src/arch/power/insts/integer.hh index 2e348760ec..1c298a0b48 100644 --- a/src/arch/power/insts/integer.hh +++ b/src/arch/power/insts/integer.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/mem.cc b/src/arch/power/insts/mem.cc index 7e44fd8e55..1f6700e3d4 100644 --- a/src/arch/power/insts/mem.cc +++ b/src/arch/power/insts/mem.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/insts/mem.hh b/src/arch/power/insts/mem.hh index 6fcfb126f1..732ea11b0c 100644 --- a/src/arch/power/insts/mem.hh +++ b/src/arch/power/insts/mem.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh index 784f368603..d563ebe84e 100644 --- a/src/arch/power/isa.hh +++ b/src/arch/power/isa.hh @@ -1,6 +1,7 @@ /* * Copyright (c) 2009 The Regents of The University of Michigan * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/bitfields.isa b/src/arch/power/isa/bitfields.isa index 276242eae3..f38154c66d 100644 --- a/src/arch/power/isa/bitfields.isa +++ b/src/arch/power/isa/bitfields.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/decoder.isa b/src/arch/power/isa/decoder.isa index a40fbca140..405afd3049 100644 --- a/src/arch/power/isa/decoder.isa +++ b/src/arch/power/isa/decoder.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/branch.isa b/src/arch/power/isa/formats/branch.isa index efb5f062b6..bcf389c480 100644 --- a/src/arch/power/isa/formats/branch.isa +++ b/src/arch/power/isa/formats/branch.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/integer.isa b/src/arch/power/isa/formats/integer.isa index d54a124f84..1e693f9fde 100644 --- a/src/arch/power/isa/formats/integer.isa +++ b/src/arch/power/isa/formats/integer.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/mem.isa b/src/arch/power/isa/formats/mem.isa index cdd87296b2..dc3c3c9d72 100644 --- a/src/arch/power/isa/formats/mem.isa +++ b/src/arch/power/isa/formats/mem.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/unimp.isa b/src/arch/power/isa/formats/unimp.isa index 853fbe8eac..3f709e501e 100644 --- a/src/arch/power/isa/formats/unimp.isa +++ b/src/arch/power/isa/formats/unimp.isa @@ -2,6 +2,7 @@ // Copyright (c) 2007-2008 The Florida State University // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/unknown.isa b/src/arch/power/isa/formats/unknown.isa index 921700b8c5..a627f8870b 100644 --- a/src/arch/power/isa/formats/unknown.isa +++ b/src/arch/power/isa/formats/unknown.isa @@ -2,6 +2,7 @@ // Copyright (c) 2007-2008 The Florida State University // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/formats/util.isa b/src/arch/power/isa/formats/util.isa index 00132b31be..1a8d34e631 100644 --- a/src/arch/power/isa/formats/util.isa +++ b/src/arch/power/isa/formats/util.isa @@ -2,6 +2,7 @@ // Copyright (c) 2003-2005 The Regents of The University of Michigan // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/isa/operands.isa b/src/arch/power/isa/operands.isa index d168970121..765391eca1 100644 --- a/src/arch/power/isa/operands.isa +++ b/src/arch/power/isa/operands.isa @@ -1,6 +1,7 @@ // -*- mode:c++ -*- // Copyright (c) 2009 The University of Edinburgh +// Copyright (c) 2021 IBM Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/linux/se_workload.cc b/src/arch/power/linux/se_workload.cc index 815a145b76..9d5f9de3b8 100644 --- a/src/arch/power/linux/se_workload.cc +++ b/src/arch/power/linux/se_workload.cc @@ -3,6 +3,7 @@ * Copyright 2007-2008 The Florida State University * Copyright 2009 The University of Edinburgh * Copyright 2020 Google Inc. + * Copyright 2021 IBM Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/arch/power/page_size.hh b/src/arch/power/page_size.hh index 0a4060fa18..4013778e15 100644 --- a/src/arch/power/page_size.hh +++ b/src/arch/power/page_size.hh @@ -2,6 +2,7 @@ * Copyright (c) 2003-2005 The Regents of The University of Michigan * Copyright (c) 2007-2008 The Florida State University * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/process.cc b/src/arch/power/process.cc index 27f7607e0f..ca489d8e40 100644 --- a/src/arch/power/process.cc +++ b/src/arch/power/process.cc @@ -1,6 +1,7 @@ /* * Copyright (c) 2007-2008 The Florida State University * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/process.hh b/src/arch/power/process.hh index ea5e9577df..c8d8a79864 100644 --- a/src/arch/power/process.hh +++ b/src/arch/power/process.hh @@ -1,6 +1,7 @@ /* * Copyright (c) 2007-2008 The Florida State University * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/regs/int.hh b/src/arch/power/regs/int.hh index 968b94f36a..891eaa16c6 100644 --- a/src/arch/power/regs/int.hh +++ b/src/arch/power/regs/int.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/regs/misc.hh b/src/arch/power/regs/misc.hh index febc8a5a7d..dd59ea8615 100644 --- a/src/arch/power/regs/misc.hh +++ b/src/arch/power/regs/misc.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/remote_gdb.cc b/src/arch/power/remote_gdb.cc index 5536879a6b..255434857f 100644 --- a/src/arch/power/remote_gdb.cc +++ b/src/arch/power/remote_gdb.cc @@ -2,6 +2,7 @@ * Copyright 2015 LabWare * Copyright 2014 Google, Inc. * Copyright (c) 2010 ARM Limited + * Copyright (c) 2021 IBM Corporation * All rights reserved * * The license below extends only to copyright in the software and shall diff --git a/src/arch/power/remote_gdb.hh b/src/arch/power/remote_gdb.hh index dc7ae65855..75838bd401 100644 --- a/src/arch/power/remote_gdb.hh +++ b/src/arch/power/remote_gdb.hh @@ -3,6 +3,7 @@ * Copyright (c) 2002-2005 The Regents of The University of Michigan * Copyright (c) 2007-2008 The Florida State University * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh index 1385367422..a4f0778859 100644 --- a/src/arch/power/types.hh +++ b/src/arch/power/types.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/vecregs.hh b/src/arch/power/vecregs.hh index a0100af58e..9f557cea68 100644 --- a/src/arch/power/vecregs.hh +++ b/src/arch/power/vecregs.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2009 The University of Edinburgh + * Copyright (c) 2021 IBM Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without