summaryrefslogtreecommitdiff
path: root/serde_v8/examples
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-03-27 01:26:27 +0100
committerGitHub <noreply@github.com>2021-03-27 01:26:27 +0100
commitfa67aeb026dca341cf25703de0f7a64fb80fe8cc (patch)
tree72dec557f9ff42c3b7663c6d3a2581c1e4240ba6 /serde_v8/examples
parent699eeebc12af25d83d482a0c755c9c5440a85a29 (diff)
chore: add Deno copyright headers to all rust files (#9909)
Diffstat (limited to 'serde_v8/examples')
-rw-r--r--serde_v8/examples/basic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/serde_v8/examples/basic.rs b/serde_v8/examples/basic.rs
index 67bae9f67..6567a51d8 100644
--- a/serde_v8/examples/basic.rs
+++ b/serde_v8/examples/basic.rs
@@ -1,3 +1,4 @@
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
use rusty_v8 as v8;
use serde::Deserialize;