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/static-stack-analyze.pl | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) (limited to 'script/static-stack-analyze.pl') diff --git a/script/static-stack-analyze.pl b/script/static-stack-analyze.pl index 3089d3d..003be15 100755 --- a/script/static-stack-analyze.pl +++ b/script/static-stack-analyze.pl @@ -1,4 +1,8 @@ #!/usr/bin/env perl +# +# Copyright 2018 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause use strict; use warnings; @@ -263,41 +267,3 @@ for my $function (reverse sort { ($call_graph{$a}{max_cost} <=> $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