core(runtime): fix copyright in date (#9116)

This commit is contained in:
Liam Murphy 2021-01-15 13:18:49 +11:00 committed by GitHub
parent 836e22112a
commit 03bf2fc01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;