diff options
Diffstat (limited to 'js/globals.ts')
-rw-r--r-- | js/globals.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/globals.ts b/js/globals.ts index 81e6bdf12..c36eaff60 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -1,5 +1,4 @@ -// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> -// All rights reserved. MIT License. +// Copyright 2018 the Deno authors. All rights reserved. MIT license. // If you use the eval function indirectly, by invoking it via a reference // other than eval, as of ECMAScript 5 it works in the global scope rather than |