diff options
Diffstat (limited to 'sid_test.ml')
-rw-r--r-- | sid_test.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sid_test.ml b/sid_test.ml index 686e7aa..97af2a3 100644 --- a/sid_test.ml +++ b/sid_test.ml @@ -1,3 +1,5 @@ +(* SPDX-License-Identifier: LGPL-3.0-only WITH OCaml-LGPL-linking-exception *) + open OUnit module U64 = Stdint.Uint64 |