Skip to content

Commit

Permalink
add more SPDX
Browse files Browse the repository at this point in the history
  • Loading branch information
multics69 committed Nov 8, 2021
1 parent 7092d9f commit 63dfbb8
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 4 deletions.
3 changes: 3 additions & 0 deletions bin/gdb_rlu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

gdb --arg ../src/bench-mvrlu -b 1 -d 1000 -i 5 -r 50 -u 900 -n 2

3 changes: 3 additions & 0 deletions bin/plot_mvrlu_stats.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import time
import sys
import os, subprocess
Expand Down
3 changes: 3 additions & 0 deletions bin/run_bench.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import json
from run_tests import execute
import optparse
Expand Down
3 changes: 3 additions & 0 deletions bin/run_bench_stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import json
from run_tests_stats import execute
import optparse
Expand Down
3 changes: 3 additions & 0 deletions bin/run_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import time
import sys
import os, subprocess
Expand Down
3 changes: 3 additions & 0 deletions bin/run_tests_stats.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import time
import sys
import os, subprocess
Expand Down
3 changes: 3 additions & 0 deletions tools/colors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

class Color:
reset='\033[0m'
bold='\033[01m'
Expand Down
4 changes: 4 additions & 0 deletions tools/cpu-topology.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import os
import sys
import argparse
Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/calc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import os
import sys
import numpy
Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/cc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import sys

offset_table = []
Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/gen_cpuseq.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/python

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import errno

cpuinfo = [dict(map(str.strip, line.split(":", 1))
Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/gen_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python2

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import os
import subprocess

Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/gen_table_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python2

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import subprocess
import sys
import os
Expand Down
3 changes: 3 additions & 0 deletions tools/ordo/parse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import os
import sys

Expand Down
4 changes: 0 additions & 4 deletions tools/pre-commit

This file was deleted.

4 changes: 4 additions & 0 deletions tools/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: Copyright (c) 2018-2019 Virginia Tech
# SPDX-License-Identifier: Apache-2.0

import os
import subprocess

Expand Down

0 comments on commit 63dfbb8

Please sign in to comment.