From 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 Jan 2024 14:58:21 -0500 Subject: chore: update copyright to 2024 (#21753) --- cli/ops/bench.rs | 2 +- cli/ops/jupyter.rs | 2 +- cli/ops/mod.rs | 2 +- cli/ops/testing.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/ops') diff --git a/cli/ops/bench.rs b/cli/ops/bench.rs index e23ed4e16..74002440f 100644 --- a/cli/ops/bench.rs +++ b/cli/ops/bench.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. use std::sync::atomic::AtomicUsize; use std::sync::atomic::Ordering; diff --git a/cli/ops/jupyter.rs b/cli/ops/jupyter.rs index 7d12cb159..56bbf7171 100644 --- a/cli/ops/jupyter.rs +++ b/cli/ops/jupyter.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. use std::cell::RefCell; use std::rc::Rc; diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs index f26a5f29e..230d268ab 100644 --- a/cli/ops/mod.rs +++ b/cli/ops/mod.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. pub mod bench; pub mod jupyter; diff --git a/cli/ops/testing.rs b/cli/ops/testing.rs index 6984bc5b1..28c4145ea 100644 --- a/cli/ops/testing.rs +++ b/cli/ops/testing.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. use crate::tools::test::TestDescription; use crate::tools::test::TestEvent; -- cgit v1.2.3