summaryrefslogtreecommitdiff
path: root/cli/ast
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ast')
-rw-r--r--cli/ast/bundle_hook.rs2
-rw-r--r--cli/ast/mod.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/ast/bundle_hook.rs b/cli/ast/bundle_hook.rs
index 3f47946f7..a2dd658e3 100644
--- a/cli/ast/bundle_hook.rs
+++ b/cli/ast/bundle_hook.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
use deno_ast::swc::bundler::Hook;
use deno_ast::swc::bundler::ModuleRecord;
use deno_ast::swc::common::Span;
diff --git a/cli/ast/mod.rs b/cli/ast/mod.rs
index b089d5421..419471daa 100644
--- a/cli/ast/mod.rs
+++ b/cli/ast/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
use crate::config_file;
use crate::text_encoding::strip_bom;