From 3d423e114e46f206ad2c6bfa5dfcb22094c5d2f6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 13 Jan 2023 13:42:15 -0500 Subject: chore: small cleanup of scripts in ./tools and run copyright checker in lint.js (#17393) --- tools/bench/rebootstrap.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/bench/rebootstrap.js') diff --git a/tools/bench/rebootstrap.js b/tools/bench/rebootstrap.js index 6090843d8..0e94285d5 100644 --- a/tools/bench/rebootstrap.js +++ b/tools/bench/rebootstrap.js @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + import { dirname, fromFileUrl, join } from "../../test_util/std/path/mod.ts"; import { expandGlobSync } from "../../test_util/std/fs/mod.ts"; -- cgit v1.2.3