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 +}