diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-02 16:00:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 21:00:42 +0000 |
| commit | 10e4b2e14046b74469f7310c599579a6611513fe (patch) | |
| tree | f6e446cb97d1df8b7413f3bf3a9c897ff487b275 /cli/tools/repl | |
| parent | f729576b2db2aa6ce000a598ad2e45533f686213 (diff) | |
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
Diffstat (limited to 'cli/tools/repl')
| -rw-r--r-- | cli/tools/repl/cdp.rs | 2 | ||||
| -rw-r--r-- | cli/tools/repl/channel.rs | 2 | ||||
| -rw-r--r-- | cli/tools/repl/editor.rs | 2 | ||||
| -rw-r--r-- | cli/tools/repl/mod.rs | 2 | ||||
| -rw-r--r-- | cli/tools/repl/session.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cli/tools/repl/cdp.rs b/cli/tools/repl/cdp.rs index de2d784f7..f90a1875e 100644 --- a/cli/tools/repl/cdp.rs +++ b/cli/tools/repl/cdp.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. /// <https://chromedevtools.github.io/devtools-protocol/tot/> use deno_core::serde_json; diff --git a/cli/tools/repl/channel.rs b/cli/tools/repl/channel.rs index 4f2086fb5..47007e634 100644 --- a/cli/tools/repl/channel.rs +++ b/cli/tools/repl/channel.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use deno_core::anyhow::anyhow; use deno_core::error::AnyError; diff --git a/cli/tools/repl/editor.rs b/cli/tools/repl/editor.rs index 86d4ce4f9..fbdda3f5c 100644 --- a/cli/tools/repl/editor.rs +++ b/cli/tools/repl/editor.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use crate::colors; use deno_ast::swc::parser::error::SyntaxError; diff --git a/cli/tools/repl/mod.rs b/cli/tools/repl/mod.rs index b59405580..929a1b5d8 100644 --- a/cli/tools/repl/mod.rs +++ b/cli/tools/repl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use crate::args::Flags; use crate::args::ReplFlags; diff --git a/cli/tools/repl/session.rs b/cli/tools/repl/session.rs index 3f6528f3b..0c0563ab8 100644 --- a/cli/tools/repl/session.rs +++ b/cli/tools/repl/session.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use crate::colors; use crate::lsp::ReplLanguageServer; |
