misc: add missing copyright/author information in previous commit
Seea06a46f
anda854373
. 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>
This commit is contained in:
parent
b2669a7875
commit
71dd6c2c17
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2005 The Regents of The University of Michigan
|
* Copyright (c) 2003-2005 The Regents of The University of Michigan
|
||||||
|
* Copyright (c) 2017, Centre National de la Recherche Scientifique
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* 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.
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* Authors: Nathan Binkert
|
* Authors: Nathan Binkert
|
||||||
|
* Pierre-Yves Peneau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2012-2013, 2015 ARM Limited
|
* Copyright (c) 2012-2013, 2015 ARM Limited
|
||||||
* Copyright (c) 2016 Google Inc.
|
* Copyright (c) 2016 Google Inc.
|
||||||
|
* Copyright (c) 2017, Centre National de la Recherche Scientifique
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* The license below extends only to copyright in the software and shall
|
* The license below extends only to copyright in the software and shall
|
||||||
|
@ -38,6 +39,7 @@
|
||||||
* Authors: Thomas Grass
|
* Authors: Thomas Grass
|
||||||
* Andreas Hansson
|
* Andreas Hansson
|
||||||
* Rahul Thakur
|
* Rahul Thakur
|
||||||
|
* Pierre-Yves Peneau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mem/comm_monitor.hh"
|
#include "mem/comm_monitor.hh"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2012-2013, 2015 ARM Limited
|
* Copyright (c) 2012-2013, 2015 ARM Limited
|
||||||
* Copyright (c) 2016 Google Inc.
|
* Copyright (c) 2016 Google Inc.
|
||||||
|
* Copyright (c) 2017, Centre National de la Recherche Scientifique
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* The license below extends only to copyright in the software and shall
|
* The license below extends only to copyright in the software and shall
|
||||||
|
@ -38,6 +39,7 @@
|
||||||
* Authors: Thomas Grass
|
* Authors: Thomas Grass
|
||||||
* Andreas Hansson
|
* Andreas Hansson
|
||||||
* Rahul Thakur
|
* Rahul Thakur
|
||||||
|
* Pierre-Yves Peneau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MEM_COMM_MONITOR_HH__
|
#ifndef __MEM_COMM_MONITOR_HH__
|
||||||
|
|
Loading…
Reference in a new issue