summaryrefslogtreecommitdiff
path: root/cli/js/web/decode_utf8.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/decode_utf8.ts')
-rw-r--r--cli/js/web/decode_utf8.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/web/decode_utf8.ts b/cli/js/web/decode_utf8.ts
index c1f879b54..d82634efe 100644
--- a/cli/js/web/decode_utf8.ts
+++ b/cli/js/web/decode_utf8.ts
@@ -1,3 +1,5 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
// This module is based on Bjoern Hoehrmann's DFA UTF-8 decoder.
// See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details.
//