summaryrefslogtreecommitdiff
path: root/cli/lockfile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lockfile.rs')
-rw-r--r--cli/lockfile.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/lockfile.rs b/cli/lockfile.rs
index 4ac893030..fcc15892b 100644
--- a/cli/lockfile.rs
+++ b/cli/lockfile.rs
@@ -1,3 +1,5 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
use serde_json::json;
use std::collections::BTreeMap;
use std::io::Result;