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
1
2
#
2
3
# LibTomMath, a free open source portable number theoretic multiple-precision
3
4
# integer (MPI) library written entirely in C.
Original file line number Diff line number Diff line change @@ -223,7 +223,10 @@ sub patch_file {
223
223
224
224
sub make_sources_cmake {
225
225
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 " ;
227
230
foreach my $obj (sort @list ) {
228
231
$output .= $obj . " \n " ;
229
232
}
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: Unlicense
2
+ # Autogenerated File! Do not edit.
3
+
1
4
set (SOURCES
2
5
mp_2expt.c
3
6
mp_abs.c
You can’t perform that action at this time.
0 commit comments