summaryrefslogtreecommitdiff
path: root/xxd.ml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2018-11-03 19:52:31 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2018-11-03 19:53:09 +0100
commit2a999d7988d886b5e887988c68095addbbf9a794 (patch)
tree3eabf879cf5bf06bf3e2cc13d33b57e2b1ff3fcd /xxd.ml
parent90222b8fa7d6c7967155d556aa9c73109fd7e03e (diff)
downloadocaml-sid-2a999d7988d886b5e887988c68095addbbf9a794.tar.gz
add linking exception to license
Diffstat (limited to 'xxd.ml')
-rw-r--r--xxd.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxd.ml b/xxd.ml
index 5c3bad9..50e0072 100644
--- a/xxd.ml
+++ b/xxd.ml
@@ -1,4 +1,4 @@
-(* SPDX-License-Identifier: LGPL-3.0-only *)
+(* SPDX-License-Identifier: LGPL-3.0-only WITH OCaml-LGPL-linking-exception *)
let (!!) = Bytes.unsafe_of_string
let (??) = Bytes.unsafe_to_string