summaryrefslogtreecommitdiff
path: root/cli/util
diff options
context:
space:
mode:
Diffstat (limited to 'cli/util')
-rw-r--r--cli/util/console.rs2
-rw-r--r--cli/util/path.rs2
2 files changed, 4 insertions, 0 deletions
diff --git a/cli/util/console.rs b/cli/util/console.rs
index c36b274db..ac78ca4df 100644
--- a/cli/util/console.rs
+++ b/cli/util/console.rs
@@ -1,3 +1,5 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+
use deno_runtime::ops::tty::ConsoleSize;
/// Gets the console size.
diff --git a/cli/util/path.rs b/cli/util/path.rs
index 6df982f4e..76e2a1b6f 100644
--- a/cli/util/path.rs
+++ b/cli/util/path.rs
@@ -1,3 +1,5 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+
use std::borrow::Cow;
use std::path::Path;
use std::path::PathBuf;