diff options
author | Tristan F <LeoDog896@hotmail.com> | 2023-03-06 22:56:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 22:56:53 -0500 |
commit | 805e8b39ce06f218e172a6cde53a52c6e8146c8d (patch) | |
tree | c36f12d92e0e3dfcfea52bfdc7e306af59e8a4bd | |
parent | 489cafd5ba4ecd3fc9d8fa393b17e50015ec4707 (diff) |
chore: remove duplicate copyright disclaimer (#18055)
Removes duplicate copyright disclaimer from `/lockfile/lib.rs`
-rw-r--r-- | lockfile/lib.rs | 1 |
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; |