Skip to content

Commit 43c426d

Browse files
committed
Add SPDX licence header
Signed-off-by: Rod Chapman <[email protected]>
1 parent aac621f commit 43c426d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cbmc/proofs/proof_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[//]: # (SPDX-License-Identifier: CC-BY-4.0)
2+
13
# CBMC Proof Guide and Cookbook for MLKEM-C
24

35
This doc acts as a guide to developing proofs of C code using CBMC. It concentrates
@@ -387,5 +389,3 @@ yields
387389
| poly_tobytes | Success |
388390
389391
```
390-
391-

0 commit comments

Comments
 (0)