From 805e8b39ce06f218e172a6cde53a52c6e8146c8d Mon Sep 17 00:00:00 2001 From: Tristan F Date: Mon, 6 Mar 2023 22:56:53 -0500 Subject: chore: remove duplicate copyright disclaimer (#18055) Removes duplicate copyright disclaimer from `/lockfile/lib.rs` --- lockfile/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'lockfile/lib.rs') 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; -- cgit v1.2.3