From 7efd63bb1565d8d532e5392e306a5dd5d16e327c Mon Sep 17 00:00:00 2001 From: ggrieco-tob Date: Thu, 19 May 2022 15:27:43 +0200 Subject: [PATCH] added missing license and pragma --- EchidnaTest.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EchidnaTest.sol b/EchidnaTest.sol index ada5bb3..00e0460 100644 --- a/EchidnaTest.sol +++ b/EchidnaTest.sol @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-4-Clause +pragma solidity ^0.8.1; + import "ABDKMath64x64.sol"; contract Test {