summaryrefslogtreecommitdiff
path: root/core/normalize_path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/normalize_path.rs')
-rw-r--r--core/normalize_path.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/normalize_path.rs b/core/normalize_path.rs
index 6a0e44896..0124aedc7 100644
--- a/core/normalize_path.rs
+++ b/core/normalize_path.rs
@@ -1,3 +1,5 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
use std::path::Component;
use std::path::Path;
use std::path::PathBuf;