From 10e4b2e14046b74469f7310c599579a6611513fe Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 2 Jan 2023 16:00:42 -0500 Subject: chore: update copyright year to 2023 (#17247) Yearly tradition of creating extra noise in git. --- 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 f6f4761df..28184c949 100644 --- a/runtime/ops/os/mod.rs +++ b/runtime/ops/os/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 super::utils::into_string; use crate::permissions::Permissions; diff --git a/runtime/ops/os/sys_info.rs b/runtime/ops/os/sys_info.rs index 91422546c..06807a8ea 100644 --- a/runtime/ops/os/sys_info.rs +++ b/runtime/ops/os/sys_info.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. #[cfg(target_family = "windows")] use std::sync::Once; -- cgit v1.2.3