diff options
Diffstat (limited to 'cli/cdp.rs')
-rw-r--r-- | cli/cdp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cdp.rs b/cli/cdp.rs index 6c2adc552..b79240965 100644 --- a/cli/cdp.rs +++ b/cli/cdp.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /// <https://chromedevtools.github.io/devtools-protocol/tot/> use deno_core::serde_json; |