diff options
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__ |