From 03bf2fc01f0d877c0b39b5de64670af200724b22 Mon Sep 17 00:00:00 2001 From: Liam Murphy <43807659+Liamolucko@users.noreply.github.com> Date: Fri, 15 Jan 2021 13:18:49 +1100 Subject: [PATCH] core(runtime): fix copyright in date (#9116) --- runtime/ops/crypto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/ops/crypto.rs b/runtime/ops/crypto.rs index 8743f85978..43a9d11267 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;