misc: Re-remove Authors lines from source files.
authorGabe Black <gabe.black@gmail.com>
Tue, 2 Feb 2021 01:38:48 +0000 (17:38 -0800)
committerGabe Black <gabe.black@gmail.com>
Wed, 3 Feb 2021 12:55:17 +0000 (12:55 +0000)
commitfc4caa6ad0b45f3c623fc781fa4f52600a99f861
tree911fdc3ebe2f2bd4ca84c21ddc897738c2d0e17e
parent83c8f1f5db3fd798da29784f6155ae2dd2d63ed8
misc: Re-remove Authors lines from source files.

These were universally removed a while ago, but a bunch have crept back
in. Remove them.

Change-Id: I3cb5b9f40c9c19aafb5e39a51d1baeae60a591c0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40335
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
62 files changed:
configs/nvm/sweep.py
configs/nvm/sweep_hybrid.py
src/arch/gcn3/SConscript
src/arch/gcn3/SConsopts
src/arch/gcn3/decoder.cc
src/arch/gcn3/gpu_decoder.hh
src/arch/gcn3/gpu_isa.hh
src/arch/gcn3/gpu_mem_helpers.hh
src/arch/gcn3/gpu_types.hh
src/arch/gcn3/insts/gpu_static_inst.cc
src/arch/gcn3/insts/gpu_static_inst.hh
src/arch/gcn3/insts/inst_util.hh
src/arch/gcn3/insts/instructions.cc
src/arch/gcn3/insts/instructions.hh
src/arch/gcn3/insts/op_encodings.cc
src/arch/gcn3/insts/op_encodings.hh
src/arch/gcn3/isa.cc
src/arch/gcn3/operand.hh
src/arch/gcn3/registers.cc
src/arch/gcn3/registers.hh
src/cpu/testers/traffic_gen/hybrid_gen.cc
src/cpu/testers/traffic_gen/hybrid_gen.hh
src/cpu/testers/traffic_gen/nvm_gen.cc
src/cpu/testers/traffic_gen/nvm_gen.hh
src/dev/hsa/HSADevice.py
src/dev/hsa/HSADriver.py
src/dev/hsa/SConscript
src/dev/hsa/hsa_device.cc
src/dev/hsa/hsa_device.hh
src/dev/hsa/hsa_driver.cc
src/dev/hsa/hsa_driver.hh
src/dev/hsa/hsa_packet.hh
src/dev/hsa/hsa_packet_processor.cc
src/dev/hsa/hsa_packet_processor.hh
src/dev/hsa/hsa_queue.hh
src/dev/hsa/hw_scheduler.cc
src/dev/hsa/hw_scheduler.hh
src/gpu-compute/comm.cc
src/gpu-compute/comm.hh
src/gpu-compute/gpu_command_processor.cc
src/gpu-compute/gpu_command_processor.hh
src/gpu-compute/gpu_compute_driver.cc
src/gpu-compute/gpu_compute_driver.hh
src/gpu-compute/hsa_queue_entry.hh
src/gpu-compute/kernel_code.hh
src/gpu-compute/register_file.cc
src/gpu-compute/register_file.hh
src/gpu-compute/register_manager.hh
src/gpu-compute/register_manager_policy.hh
src/gpu-compute/scalar_memory_pipeline.cc
src/gpu-compute/scalar_memory_pipeline.hh
src/gpu-compute/scalar_register_file.cc
src/gpu-compute/scalar_register_file.hh
src/gpu-compute/shader.hh
src/gpu-compute/static_register_manager_policy.cc
src/gpu-compute/static_register_manager_policy.hh
src/mem/DRAMsim3.py
src/mem/dramsim3.cc
src/mem/ruby/network/garnet/NetworkBridge.cc
src/mem/ruby/network/garnet/NetworkBridge.hh
src/mem/slicc/ast/DeferEnqueueingStatementAST.py
src/mem/token_port.cc