summaryrefslogtreecommitdiff
path: root/std/async/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r--std/async/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/async/mod.ts b/std/async/mod.ts
index ad4ab5156..0345d8caf 100644
--- a/std/async/mod.ts
+++ b/std/async/mod.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.
export * from "./deferred.ts";
export * from "./delay.ts";
export * from "./mux_async_iterator.ts";