From a00e432297d2ae119c8e1097aec74badc886f912 Mon Sep 17 00:00:00 2001 From: Yiyu Lin Date: Fri, 13 Jan 2023 15:51:32 +0800 Subject: chore: add `copyright_checker` tool and add the missing copyright (#17285) --- cli/util/console.rs | 2 ++ cli/util/path.rs | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cli/util') 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; -- cgit v1.2.3