summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan F <LeoDog896@hotmail.com>2023-03-06 22:56:53 -0500
committerGitHub <noreply@github.com>2023-03-06 22:56:53 -0500
commit805e8b39ce06f218e172a6cde53a52c6e8146c8d (patch)
treec36f12d92e0e3dfcfea52bfdc7e306af59e8a4bd
parent489cafd5ba4ecd3fc9d8fa393b17e50015ec4707 (diff)
chore: remove duplicate copyright disclaimer (#18055)
Removes duplicate copyright disclaimer from `/lockfile/lib.rs`
-rw-r--r--lockfile/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lockfile/lib.rs b/lockfile/lib.rs
index 616a8da98..12ebb7441 100644
--- a/lockfile/lib.rs
+++ b/lockfile/lib.rs
@@ -1,5 +1,4 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use std::collections::BTreeMap;
use std::io::Write;