diff --git a/contracts/PriceFetcher.sol b/contracts/PriceFetcher.sol index afc3b8b..ffbbf1f 100644 --- a/contracts/PriceFetcher.sol +++ b/contracts/PriceFetcher.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: BUSL-1.1 +// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; diff --git a/contracts/VeloOracle.sol b/contracts/VeloOracle.sol index ff60763..0103ffa 100644 --- a/contracts/VeloOracle.sol +++ b/contracts/VeloOracle.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: BUSL-1.1 +// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; pragma abicoder v2;