diff options
author | Liam Murphy <43807659+Liamolucko@users.noreply.github.com> | 2021-01-15 13:18:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 13:18:49 +1100 |
commit | 03bf2fc01f0d877c0b39b5de64670af200724b22 (patch) | |
tree | 0ec376305a009eb9ef210e2403fc2bb71e8b3120 /runtime | |
parent | 836e22112ae050b30cdc944aef2e5435302f5359 (diff) |
core(runtime): fix copyright in date (#9116)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ops/crypto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/crypto.rs b/runtime/ops/crypto.rs index 8743f8597..43a9d1126 100644 --- a/runtime/ops/crypto.rs +++ b/runtime/ops/crypto.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_crypto::op_crypto_get_random_values; use deno_crypto::rand::rngs::StdRng; use deno_crypto::rand::SeedableRng; |