From f46dc9216d639101dcbe9f72970b972e60df32bb Mon Sep 17 00:00:00 2001 From: Elijah Bodden <106613755+Elijah-Bodden@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:21:12 -0500 Subject: [PATCH] Prepend copyright header --- lib/index.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 3db2da1..e0ea006 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,5 +1,12 @@ /** @format */ +// Copyright 2022 Elijah Bodden + +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file or at +// https://opensource.org/licenses/MIT. + + "use strict"; var CONFIG = {} @@ -1494,4 +1501,4 @@ function indicateRouteAccepted(node) { async function obviatePeerError(node) { -} \ No newline at end of file +}