diff options
author | Nathan Binkert <binkertn@umich.edu> | 2006-06-17 17:49:38 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2006-06-17 17:49:38 -0400 |
commit | e76a12834b7badeba86300b419cb5bd5fc911495 (patch) | |
tree | eec27724a27e329b2522839e1056e6579e16dec0 /src/base | |
parent | e889b8242301b1123ffd4c05862f84826dd77806 (diff) | |
download | gem5-e76a12834b7badeba86300b419cb5bd5fc911495.tar.xz |
Add myself to list of authors
--HG--
extra : convert_revision : 0c9a892127476d586fb8bff1b0eb7342c6b1f166
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/timebuf.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/timebuf.hh b/src/base/timebuf.hh index 6a326d25a..160a97034 100644 --- a/src/base/timebuf.hh +++ b/src/base/timebuf.hh @@ -25,7 +25,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Authors: Kevin Lim + * Authors: Nathan Binkert + * Kevin Lim */ #ifndef __BASE_TIMEBUF_HH__ |