summaryrefslogtreecommitdiff
path: root/bufio.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bufio.ts')
-rw-r--r--bufio.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bufio.ts b/bufio.ts
index d736e1fc4..8ff02b7e9 100644
--- a/bufio.ts
+++ b/bufio.ts
@@ -1,4 +1,4 @@
-// Ported to Deno from:
+// Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.