summaryrefslogtreecommitdiff
path: root/std/node/fs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/fs.ts')
-rw-r--r--std/node/fs.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/fs.ts b/std/node/fs.ts
index 1eaafa788..f62f93168 100644
--- a/std/node/fs.ts
+++ b/std/node/fs.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { access, accessSync } from "./_fs/_fs_access.ts";
import { appendFile, appendFileSync } from "./_fs/_fs_appendFile.ts";
import { chmod, chmodSync } from "./_fs/_fs_chmod.ts";