From 5d3c49082ffa96fc97af1e7bf637c930dd9cdf66 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 1 May 2020 13:29:00 -0400 Subject: [PATCH] Correct copyright in cli/js/web/decode_utf8.ts (#5035) --- cli/js/web/decode_utf8.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 //