summaryrefslogtreecommitdiff
path: root/runtime/ops/os
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/os')
-rw-r--r--runtime/ops/os/mod.rs2
-rw-r--r--runtime/ops/os/sys_info.rs2
2 files changed, 2 insertions, 2 deletions
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;