summaryrefslogtreecommitdiff
path: root/std/node/global.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/global.ts')
-rw-r--r--std/node/global.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/node/global.ts b/std/node/global.ts
index 1049f8ba1..2f894c8e5 100644
--- a/std/node/global.ts
+++ b/std/node/global.ts
@@ -1,3 +1,5 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
Object.defineProperty(globalThis, Symbol.toStringTag, {
value: "global",
writable: false,