From fa67aeb026dca341cf25703de0f7a64fb80fe8cc Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sat, 27 Mar 2021 01:26:27 +0100 Subject: chore: add Deno copyright headers to all rust files (#9909) --- serde_v8/src/utils.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'serde_v8/src/utils.rs') diff --git a/serde_v8/src/utils.rs b/serde_v8/src/utils.rs index f9f81837c..8f2a7a1eb 100644 --- a/serde_v8/src/utils.rs +++ b/serde_v8/src/utils.rs @@ -1,3 +1,4 @@ +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use rusty_v8 as v8; use std::sync::Once; -- cgit v1.2.3