diff options
Diffstat (limited to 'ext/cron/lib.rs')
-rw-r--r-- | ext/cron/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/lib.rs b/ext/cron/lib.rs index c49659703..4f4d0e05c 100644 --- a/ext/cron/lib.rs +++ b/ext/cron/lib.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. mod interface; pub mod local; |