Skip to content
/ gem5 Public
forked from gem5/gem5

Commit

Permalink
util: Delete authors lists from files in util.
Browse files Browse the repository at this point in the history
Change-Id: I2a165d3130c1464a73823046e4c7b03ba0355459
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25457
Reviewed-by: Daniel Carvalho <[email protected]>
Reviewed-by: Bobby R. Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
Maintainer: Bobby R. Bruce <[email protected]>
  • Loading branch information
gabemblack committed Feb 18, 2020
1 parent 1612247 commit 52b3f58
Show file tree
Hide file tree
Showing 170 changed files with 1 addition and 420 deletions.
3 changes: 0 additions & 3 deletions util/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Steve Reinhardt
# Nathan Binkert

Import('*')

Expand Down
2 changes: 0 additions & 2 deletions util/batch/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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

import os, popen2, re, sys

Expand Down
2 changes: 0 additions & 2 deletions util/batch/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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

import os, os.path, shutil, signal, socket, sys
from os import environ as env
Expand Down
2 changes: 0 additions & 2 deletions util/batch/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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

import os, os.path, re, socket, sys
from os import environ as env, listdir
Expand Down
2 changes: 0 additions & 2 deletions util/ccdrv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Ali Saidi

obj-m := devtime.o
2 changes: 0 additions & 2 deletions util/ccdrv/devtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Ali Saidi
*/

#include <asm/io.h>
Expand Down
3 changes: 0 additions & 3 deletions util/checkpoint_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Lisa Hsu
# Nilay Vaish

from ConfigParser import ConfigParser
import gzip
Expand Down
2 changes: 0 additions & 2 deletions util/checktrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Ali Saidi

for trace in */ethertrace
do
Expand Down
2 changes: 0 additions & 2 deletions util/compile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert

import os, re, sys
from os.path import isdir, isfile, join as joinpath
Expand Down
4 changes: 0 additions & 4 deletions util/cpt_upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Ali Saidi
# Curtis Dunham
#

# This python code is used to migrate checkpoints that were created in one
# version of the simulator to newer version. As features are added or bugs are
Expand Down
3 changes: 0 additions & 3 deletions util/cpt_upgraders/arm-gem5-gic-ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andreas Sandberg
#

def upgrader(cpt):
"""The gem5 GIC extensions change the size of many GIC data
Expand Down
3 changes: 0 additions & 3 deletions util/cpt_upgraders/arm-hdlcd-upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andreas Sandberg
#

def upgrader(cpt):
"""HDLCD controller rewrite. Converted checkpoints cause the HDLCD
Expand Down
2 changes: 0 additions & 2 deletions util/cscope-index.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Steve Reinhardt

# Generate list of files to index with cscope and then generate cscope index.

Expand Down
2 changes: 0 additions & 2 deletions util/cxx_config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andrew Bardsley

ARCH = ARM
VARIANT = opt
Expand Down
2 changes: 0 additions & 2 deletions util/cxx_config/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Andrew Bardsley
*/

/**
Expand Down
2 changes: 0 additions & 2 deletions util/cxx_config/stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Andrew Bardsley
*/

/**
Expand Down
2 changes: 0 additions & 2 deletions util/cxx_config/stats.hh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Andrew Bardsley
*/

/**
Expand Down
3 changes: 0 additions & 3 deletions util/decode_inst_dep_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Radhika Jagtap
#

# This script is used to dump protobuf traces of the instruction dependency
# graph to ASCII format.
Expand Down
3 changes: 0 additions & 3 deletions util/decode_inst_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Ali Saidi
# Andreas Hansson

# This script is used to dump protobuf instruction traces to ASCII
# format. It assumes that protoc has been executed and already
Expand Down
2 changes: 0 additions & 2 deletions util/decode_packet_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andreas Hansson

# This script is used to dump protobuf packet traces to ASCII
# format.
Expand Down
3 changes: 0 additions & 3 deletions util/dist/gem5-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Gabor Dozsa
# Mohammad Alian


# This is a wrapper script to run a dist gem5 simulations.
Expand Down
3 changes: 0 additions & 3 deletions util/dist/test/simple_bootscript.rcS
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
# (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: Gabor Dozsa
#
#
# This is an example boot script to use for dist-gem5 runs. The important
# task here is to extract the rank and size information through the m5
# initparam utility and use those to configure MAC/IP addresses and hostname.
Expand Down
3 changes: 0 additions & 3 deletions util/dist/test/test-2nodes-AArch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
# (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: Gabor Dozsa
#
#
# This is an example script to start a dist gem5 simulations using
# two AArch64 systems. It is also uses the example
# dist gem5 bootscript util/dist/test/simple_bootscript.rcS that will
Expand Down
3 changes: 0 additions & 3 deletions util/emacs/m5-c-style.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
; (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: Nathan Binkert
; Steve Reinhardt

(c-add-style "m5"
'((c-basic-offset . 4)
Expand Down
3 changes: 0 additions & 3 deletions util/encode_inst_dep_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Radhika Jagtap
#

# This script is used to dump ASCII traces of the instruction dependency
# graph to protobuf format.
Expand Down
2 changes: 0 additions & 2 deletions util/encode_packet_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andreas Hansson

# This script is used to migrate ASCII packet traces to the protobuf
# format currently used in gem5. It assumes that protoc has been
Expand Down
2 changes: 0 additions & 2 deletions util/gen_arm_fs_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Pau Cabre

from optparse import OptionParser
from subprocess import call
Expand Down
2 changes: 0 additions & 2 deletions util/git-commit-msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Daniel Carvalho

# If your commit has been canceled because of this file, do not panic: a
# copy of it has been stored in ./.git/COMMIT_EDITMSG
Expand Down
2 changes: 0 additions & 2 deletions util/git-pre-commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Andreas Sandberg

from tempfile import TemporaryFile
import os
Expand Down
3 changes: 0 additions & 3 deletions util/hgstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Steve Reinhardt

import sys
import os
Expand Down
3 changes: 0 additions & 3 deletions util/m5/Makefile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi

### If we are not compiling on an arm v8, we must use cross tools ###
ifneq ($(shell uname -m), aarch64)
Expand Down
3 changes: 0 additions & 3 deletions util/m5/Makefile.alpha
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi

### If we are not compiling on an alpha, we must use cross tools ###
ifneq ($(shell uname -m), alpha)
Expand Down
3 changes: 0 additions & 3 deletions util/m5/Makefile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi

### If we are not compiling on an arm, we must use cross tools ###
ifneq ($(shell uname -m), armv7l)
Expand Down
3 changes: 0 additions & 3 deletions util/m5/Makefile.sparc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi

### If we are not compiling on an alpha, we must use cross tools ###
ifneq ($(shell uname -m), sun4v)
Expand Down
4 changes: 0 additions & 4 deletions util/m5/Makefile.thumb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi
# Chander Sudanthi

### If we are not compiling on an arm, we must use cross tools ###
ifneq ($(shell uname -m), arm)
Expand Down
3 changes: 0 additions & 3 deletions util/m5/Makefile.x86
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (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: Nathan Binkert
# Ali Saidi

CC=gcc
AS=as
Expand Down
2 changes: 0 additions & 2 deletions util/m5/jni/gem5Op.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Prakash Ramrakhyani
*/

package jni;
Expand Down
2 changes: 0 additions & 2 deletions util/m5/jni_gem5Op.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Prakash Ramrakhyani
*/

#include <stdint.h>
Expand Down
2 changes: 0 additions & 2 deletions util/m5/lua_gem5Op.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Hanhwi Jang
*/


Expand Down
2 changes: 0 additions & 2 deletions util/m5/m5.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Nathan Binkert
*/

#ifdef linux
Expand Down
2 changes: 0 additions & 2 deletions util/m5/m5_mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Nathan Binkert
*/

#include <fcntl.h>
Expand Down
2 changes: 0 additions & 2 deletions util/m5/m5_mmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: Nathan Binkert
*/

#ifndef __UTIL_M5_MMAP_H__
Expand Down
Loading

0 comments on commit 52b3f58

Please sign in to comment.