Skip to content

Commit

Permalink
Add amd_hsmp.h header to skiplist in set_license.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 27, 2024
1 parent 9ab2ce3 commit 8bab325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/set_license.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
my $AUTHOR = 'RRZE, University Erlangen-Nuremberg';
my $LICENSE = 'gpl';

my @SKIPLIST = ('ghash.c','ghash.h','loadData.S','loadDataARM.S','bstrlib.c','bstrlib.h', 'calculator_stack.h', 'calculator_stack.c', 'voltage.c', 'voltage.h', 'likwid-benchmark.sh', 'calculator.c', 'calculator.h');
my @SKIPLIST = ('ghash.c','ghash.h','loadData.S','loadDataARM.S','bstrlib.c','bstrlib.h', 'calculator_stack.h', 'calculator_stack.c', 'voltage.c', 'voltage.h', 'likwid-benchmark.sh', 'calculator.c', 'calculator.h', 'amd_hsmp.h');

sub print_copyright
{
Expand Down

0 comments on commit 8bab325

Please sign in to comment.