summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-01 13:29:00 -0400
committerGitHub <noreply@github.com>2020-05-01 13:29:00 -0400
commit5d3c49082ffa96fc97af1e7bf637c930dd9cdf66 (patch)
treefcc837e1a4875559e1d4781978fdbe226a3ece5b
parent25b765c123ee4779d223b10adbea8db5c472d5a0 (diff)
Correct copyright in cli/js/web/decode_utf8.ts (#5035)
-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>
//