File tree Expand file tree Collapse file tree
alkahest-shell-transmuter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: AGPL-3 .0-or-later
1+ // SPDX-License-Identifier: PMPL-1 .0-or-later
22// Example: Using SafeDOM for formally verified DOM mounting
33
44open SafeDOM
Original file line number Diff line number Diff line change 11// {{PROJECT}} FFI Build Configuration
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33
44const std = @import ("std" );
55
Original file line number Diff line number Diff line change 33// This module implements the C-compatible FFI declared in src/abi/Foreign.idr
44// All types and layouts must match the Idris2 ABI definitions.
55//
6- // SPDX-License-Identifier: AGPL-3 .0-or-later
6+ // SPDX-License-Identifier: PMPL-1 .0-or-later
77
88const std = @import ("std" );
99
Original file line number Diff line number Diff line change 11// {{PROJECT}} Integration Tests
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33//
44// These tests verify that the Zig FFI correctly implements the Idris2 ABI
55
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: AGPL-3 .0-or-later
1+ // SPDX-License-Identifier: PMPL-1 .0-or-later
22// Example: Using SafeDOM for formally verified DOM mounting
33
44open SafeDOM
Original file line number Diff line number Diff line change 11// {{PROJECT}} FFI Build Configuration
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33
44const std = @import ("std" );
55
Original file line number Diff line number Diff line change 33// This module implements the C-compatible FFI declared in src/abi/Foreign.idr
44// All types and layouts must match the Idris2 ABI definitions.
55//
6- // SPDX-License-Identifier: AGPL-3 .0-or-later
6+ // SPDX-License-Identifier: PMPL-1 .0-or-later
77
88const std = @import ("std" );
99
Original file line number Diff line number Diff line change 11// {{PROJECT}} Integration Tests
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33//
44// These tests verify that the Zig FFI correctly implements the Idris2 ABI
55
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ diff baseline.txt with_lean.txt
273273Add to ` .github/workflows/lean-verification.yml ` :
274274
275275``` yaml
276- # SPDX-License-Identifier: AGPL-3 .0-or-later
276+ # SPDX-License-Identifier: PMPL-1 .0-or-later
277277name : Lean Verification Build
278278
279279on :
You can’t perform that action at this time.
0 commit comments