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.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/js/web/decode_utf8.ts b/cli/js/web/decode_utf8.ts
index 32d67b0e4..c1f879b54 100644
--- a/cli/js/web/decode_utf8.ts
+++ b/cli/js/web/decode_utf8.ts
@@ -1,6 +1,5 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-// The following code is based off:
-// https://github.com/inexorabletash/text-encoding
+// This module is based on Bjoern Hoehrmann's DFA UTF-8 decoder.
+// See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details.
//
// Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
//