From 1233e267f662c9ace5e4ee5829ac250f3743b9fc Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 14 Sep 2024 06:38:01 -0700 Subject: [PATCH] Add license header --- bin/lint-wally | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lint-wally b/bin/lint-wally index 78332b2b2..d4fcd8767 100755 --- a/bin/lint-wally +++ b/bin/lint-wally @@ -1,6 +1,7 @@ #!/bin/bash # check for warnings in Verilog code # The verilator lint tool is faster and better than Questa so it is best to run this first. +# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 export PATH=$PATH:/usr/local/bin/ verilator=`which verilator`