Skip to content

Commit

Permalink
correct licensing
Browse files Browse the repository at this point in the history
as noted in Layr-Labs#8, looks like we missed a few license notes/identifiers, probably mostly due to typos of 'UNLICENCED' instead of 'UNLICENSED'
  • Loading branch information
ChaoticWalrus committed Apr 7, 2023
1 parent fafb6d0 commit cdabf79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/contracts/libraries/BN254.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

// The remainder of the code is written by LayrLabs Inc. and UNLICENSED
// The remainder of the code is written by LayrLabs Inc. and is under the BUSL-1.1 license

pragma solidity =0.8.12;

Expand Down
2 changes: 1 addition & 1 deletion src/contracts/libraries/BeaconChainProofs.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENCED
// SPDX-License-Identifier: BUSL-1.1

pragma solidity =0.8.12;

Expand Down
2 changes: 1 addition & 1 deletion src/contracts/libraries/Merkle.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENCED
// SPDX-License-Identifier: BUSL-1.1
// Adapted from OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/MerkleProof.sol)

pragma solidity =0.8.12;
Expand Down

0 comments on commit cdabf79

Please sign in to comment.