mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
This commit is contained in:
parent
f729576b2d
commit
10e4b2e140
641 changed files with 643 additions and 644 deletions
|
@ -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.
|
||||
let [total, count] = typeof Deno !== "undefined"
|
||||
? Deno.args
|
||||
: [process.argv[2], process.argv[3]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue