From 1de16af1f3916c94b46e28fb22584dc1e7c17958 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 23 Jul 2018 14:46:30 -0400 Subject: Change copyrights to be 'Deno authors'. --- js/v8_source_maps.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/v8_source_maps.ts') 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 -// 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"; -- cgit v1.2.3