diff options
author | Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr> | 2017-02-24 09:45:21 +0100 |
---|---|---|
committer | Jason Lowe-Power <jason@lowepower.com> | 2017-03-09 17:22:52 +0000 |
commit | 71dd6c2c17a465b7705f53469cd2c89f16ede4b7 (patch) | |
tree | c321f1b7ed46880025892251114ba5769d0cda2b /src | |
parent | b2669a7875526be1036cfb5c451d210213758c22 (diff) | |
download | gem5-71dd6c2c17a465b7705f53469cd2c89f16ede4b7.tar.xz |
misc: add missing copyright/author information in previous commit
See a06a46f and a854373.
Change-Id: Id66427db22b7d7764c218b9cd78d95db929f4127
Signed-off-by: Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr>
Reviewed-on: https://gem5-review.googlesource.com/2224
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/base/statistics.hh | 2 | ||||
-rw-r--r-- | src/mem/comm_monitor.cc | 2 | ||||
-rw-r--r-- | src/mem/comm_monitor.hh | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index cdb5a0b73..d0f77297a 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -1,5 +1,6 @@ /* * Copyright (c) 2003-2005 The Regents of The University of Michigan + * Copyright (c) 2017, Centre National de la Recherche Scientifique * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -26,6 +27,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Authors: Nathan Binkert + * Pierre-Yves Peneau */ /** @file diff --git a/src/mem/comm_monitor.cc b/src/mem/comm_monitor.cc index d5800e5dd..0914f34bb 100644 --- a/src/mem/comm_monitor.cc +++ b/src/mem/comm_monitor.cc @@ -1,6 +1,7 @@ /* * Copyright (c) 2012-2013, 2015 ARM Limited * Copyright (c) 2016 Google Inc. + * Copyright (c) 2017, Centre National de la Recherche Scientifique * All rights reserved. * * The license below extends only to copyright in the software and shall @@ -38,6 +39,7 @@ * Authors: Thomas Grass * Andreas Hansson * Rahul Thakur + * Pierre-Yves Peneau */ #include "mem/comm_monitor.hh" diff --git a/src/mem/comm_monitor.hh b/src/mem/comm_monitor.hh index d46f75fe0..fa28eaee4 100644 --- a/src/mem/comm_monitor.hh +++ b/src/mem/comm_monitor.hh @@ -1,6 +1,7 @@ /* * Copyright (c) 2012-2013, 2015 ARM Limited * Copyright (c) 2016 Google Inc. + * Copyright (c) 2017, Centre National de la Recherche Scientifique * All rights reserved. * * The license below extends only to copyright in the software and shall @@ -38,6 +39,7 @@ * Authors: Thomas Grass * Andreas Hansson * Rahul Thakur + * Pierre-Yves Peneau */ #ifndef __MEM_COMM_MONITOR_HH__ |