Skip to content

Commit ba79bed

Browse files
committed
Fix license info for cmarkit code
1 parent d70351b commit ba79bed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/markdown2/renderer.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
(* This module is based on cmarkit (https://github.com/dbuenzli/cmarkit) which is distributed under the ISC License. *)
1+
(* Part of this code is:
2+
Copyright (c) 2020 The cmarkit programmers. All rights reserved.
3+
SPDX-License-Identifier: ISC *)
24

35
let is_control = function '\x00' .. '\x1F' | '\x7F' -> true | _ -> false
46

0 commit comments

Comments
 (0)