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 +++++ script/mkconfig | 4 ++++ script/randconfig | 4 ++++ script/size.py | 4 ++++ script/static-stack-analyze.pl | 42 ++++-------------------------------------- 5 files changed, 21 insertions(+), 38 deletions(-) (limited to 'script') 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 diff --git a/script/mkconfig b/script/mkconfig index c11a819..4cb5666 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -1,4 +1,8 @@ #!/bin/sh +# +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause cat < $call_graph{$b}{ $call_graph{$function}{max_depth}); } } - -__END__ - -=head1 NAME - -=head1 SYNOPSIS - -=head1 VERSION - -=head1 DESCRIPTION - -=head1 OPTIONS - -=over - -=back - -=head1 EXIT STATUS - -=head1 CONFIGURATION - -None. - -=head1 DEPENDENCIES - -=over - -=back - -=head1 BUGS AND LIMITATIONS - -=head1 AUTHOR - -Copyright (C) 2018 by Daniel Friesel Ederf@finalrewind.orgE - -=head1 LICENSE - - 0. You just DO WHAT THE FUCK YOU WANT TO. -- cgit v1.2.3