python: Delete authors lists from the python directory.
authorGabe Black <gabeblack@google.com>
Sun, 16 Feb 2020 01:53:50 +0000 (17:53 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 17 Feb 2020 21:50:52 +0000 (21:50 +0000)
commit6eb6b346a0ceb157f6703c271d2e9a1f6b6479a3
treea6f0b68ca0f3cba1799bf0597cd1e397d4ab649c
parent0cf61bf41909677e1f3ef416f61b11e99df93657
python: Delete authors lists from the python directory.

Change-Id: Ia147b90016f56a8ddd0c77b15746f74f50aba7e8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25408
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
37 files changed:
src/python/SConscript
src/python/importer.py
src/python/m5/SimObject.py
src/python/m5/__init__.py
src/python/m5/config.py
src/python/m5/core.py
src/python/m5/debug.py
src/python/m5/event.py
src/python/m5/ext/__init__.py
src/python/m5/internal/__init__.py
src/python/m5/internal/params.py
src/python/m5/main.py
src/python/m5/objects/__init__.py
src/python/m5/options.py
src/python/m5/params.py
src/python/m5/proxy.py
src/python/m5/simulate.py
src/python/m5/stats/__init__.py
src/python/m5/ticks.py
src/python/m5/trace.py
src/python/m5/util/__init__.py
src/python/m5/util/attrdict.py
src/python/m5/util/convert.py
src/python/m5/util/dot_writer.py
src/python/m5/util/dot_writer_ruby.py
src/python/m5/util/jobfile.py
src/python/m5/util/multidict.py
src/python/m5/util/pybind.py
src/python/m5/util/smartdict.py
src/python/m5/util/terminal_formatter.py
src/python/marshal.cc
src/python/pybind11/core.cc
src/python/pybind11/core.hh
src/python/pybind11/debug.cc
src/python/pybind11/event.cc
src/python/pybind11/pybind.hh
src/python/pybind11/stats.cc