diff options
Diffstat (limited to 'xxd.ml')
-rw-r--r-- | xxd.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |