File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Unlicense
12#
23# LibTomMath, a free open source portable number theoretic multiple-precision
34# integer (MPI) library written entirely in C.
Original file line number Diff line number Diff line change @@ -223,7 +223,10 @@ sub patch_file {
223223
224224sub make_sources_cmake {
225225 my @list = @_ ;
226- my $output = " set(SOURCES\n " ;
226+ my $output = " # SPDX-License-Identifier: Unlicense
227+ # Autogenerated File! Do not edit.
228+
229+ set(SOURCES\n " ;
227230 foreach my $obj (sort @list ) {
228231 $output .= $obj . " \n " ;
229232 }
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Unlicense
2+ # Autogenerated File! Do not edit.
3+
14set (SOURCES
25mp_2expt.c
36mp_abs.c
You can’t perform that action at this time.
0 commit comments