Skip to content

Commit

Permalink
Prepend copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-Bodden authored Jul 28, 2022
1 parent 5065bca commit f46dc92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -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 = {}
Expand Down Expand Up @@ -1494,4 +1501,4 @@ function indicateRouteAccepted(node) {

async function obviatePeerError(node) {

}
}

0 comments on commit f46dc92

Please sign in to comment.