@@ -1,4 +1,6 @@
#!/bin/bash
+# SPDX-License-Identifier: Apache-2.0
+
set -e
dup_contracts=$(grep -r '^contract .* {' | grep -v node_modules | awk '{ print $2 }' | sort | uniq -d)
#!/usr/bin/env bash
# shellcheck source=/dev/null
source "../util.sh"
function print_test_set_banner {
function run_solc {
if [ -z ${SOLC+x} ]; then