Skip to content

Commit

Permalink
added missing license and pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob committed May 19, 2022
1 parent 6ed407c commit 7efd63b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EchidnaTest.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: BSD-4-Clause
pragma solidity ^0.8.1;

import "ABDKMath64x64.sol";

contract Test {
Expand Down

0 comments on commit 7efd63b

Please sign in to comment.