diff --git a/cli/js/web/decode_utf8.ts b/cli/js/web/decode_utf8.ts index 32d67b0e41..c1f879b549 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 //