summaryrefslogtreecommitdiff
path: root/cli/js/symlink.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/symlink.ts')
-rw-r--r--cli/js/symlink.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/symlink.ts b/cli/js/symlink.ts
index 21ebb2f59..79a79c72c 100644
--- a/cli/js/symlink.ts
+++ b/cli/js/symlink.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { sendSync, sendAsync } from "./dispatch_json.ts";
import * as dispatch from "./dispatch.ts";
import * as util from "./util.ts";