From 812899797d6d8ea773bf960cd74680d20043c5a4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 8 Dec 2020 18:19:13 +0100 Subject: add licensing information --- script/g++wrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'script/g++wrap') diff --git a/script/g++wrap b/script/g++wrap index fd0e5d9..f9903ed 100755 --- a/script/g++wrap +++ b/script/g++wrap @@ -1,4 +1,9 @@ #!/bin/zsh +# +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause + for i in {1..$#}; do if [[ $argv[$i] == *_agxx_* && -f $argv[$i] ]]; then -- cgit v1.2.3