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) --- runtime/ops/os/mod.rs | 2 +- runtime/ops/os/sys_info.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/ops/os') diff --git a/runtime/ops/os/mod.rs b/runtime/ops/os/mod.rs index 7c61ee0ad..ef98a7990 100644 --- a/runtime/ops/os/mod.rs +++ b/runtime/ops/os/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. use super::utils::into_string; use crate::permissions::PermissionsContainer; diff --git a/runtime/ops/os/sys_info.rs b/runtime/ops/os/sys_info.rs index b3d2cd743..c735ab5ca 100644 --- a/runtime/ops/os/sys_info.rs +++ b/runtime/ops/os/sys_info.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. #[cfg(target_family = "windows")] use std::sync::Once; -- cgit v1.2.3