summaryrefslogtreecommitdiff
path: root/js/v8_source_maps.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-23 14:46:30 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-24 10:38:11 -0400
commit1de16af1f3916c94b46e28fb22584dc1e7c17958 (patch)
tree6ad015cf2188bc7df65f1910c539f3c79dab09ff /js/v8_source_maps.ts
parentdcaf9b3227f7bd77e14aafe957957df6cfbffb86 (diff)
Change copyrights to be 'Deno authors'.
Diffstat (limited to 'js/v8_source_maps.ts')
-rw-r--r--js/v8_source_maps.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/v8_source_maps.ts b/js/v8_source_maps.ts
index 2384f34dc..956ffbe82 100644
--- a/js/v8_source_maps.ts
+++ b/js/v8_source_maps.ts
@@ -1,6 +1,5 @@
// Copyright 2014 Evan Wallace
-// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
-// All rights reserved. MIT License.
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Originated from source-map-support but has been heavily modified for deno.
import { SourceMapConsumer, MappedPosition } from "source-map";
import * as base64 from "base64-js";