Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: MIT license notification on contracts (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitpusha committed Feb 25, 2021
1 parent 060e90e commit c89a9a0
Show file tree
Hide file tree
Showing 106 changed files with 106 additions and 106 deletions.
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface ILendingPoolAddressesProvider {
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/aave/ILendingPoolCore.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface ILendingPoolCore {
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/chainlink/IGasPriceOracle.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "../../external/IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/compound/ICToken.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface ICToken {
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "../../external/IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/gnosis/IBatchExchange.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/kyber/IKyberNetworkProxy.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/// @title IKyberNetworkProxy
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/maker/IMakerMedianizer.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IMedianizer {
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/uniswap/IUniswapExchange.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "../../external/IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/uniswap/IUniswapFactory.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "./IUniswapExchange.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/dapp_interfaces/uniswap_v2/IUniswapV2.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IUniswapV2Router02 {
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/Address.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/IERC20.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/IOwnable.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IOwnable {
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/Math.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/Multisend.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0 <0.7.0;


Expand Down
2 changes: 1 addition & 1 deletion contracts/external/Ownable.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/SafeERC20.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "./IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/external/SafeMath.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/GelatoActionPipeline.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/GelatoActionsStandard.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {IGelatoAction} from "./IGelatoAction.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/GelatoActionsStandardFull.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoActionsStandard} from "./GelatoActionsStandard.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/IGelatoAction.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {DataFlow} from "../gelato_core/interfaces/IGelatoCore.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {Action} from "../../gelato_core/interfaces/IGelatoCore.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/// @title IGelatoInFlowAction
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

/// @title IGelatoOutFlowAction
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/gelato/ActionGelatoV1.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoActionsStandard} from "../GelatoActionsStandard.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/kyber/ActionKyberTrade.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoActionsStandardFull} from "../GelatoActionsStandardFull.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/provider/ActionFeeHandler.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/transfer/ActionTransfer.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_actions/uniswap/ActionUniswapTrade.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoActionsStandardFull} from "../GelatoActionsStandardFull.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {IGelatoInFlowAction} from "../action_pipeline_interfaces/IGelatoInFlowAction.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_conditions/GelatoConditionsStandard.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "./IGelatoCondition.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "./GelatoConditionsStandard.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_conditions/IGelatoCondition.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_conditions/balances/ConditionBalance.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoStatefulConditionsStandard} from "../GelatoStatefulConditionsStandard.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {GelatoStatefulConditionsStandard} from "../../GelatoStatefulConditionsStandard.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "../GelatoConditionsStandard.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "../GelatoStatefulConditionsStandard.sol";
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/GelatoCore.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/GelatoExecutors.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/GelatoGasPriceOracle.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import "./interfaces/IGelatoGasPriceOracle.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/GelatoProviders.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/GelatoSysAdmin.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

import {IGelatoSysAdmin} from "./interfaces/IGelatoSysAdmin.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/interfaces/IGelatoCore.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/interfaces/IGelatoExecutors.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IGelatoExecutors {
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/interfaces/IGelatoGasPriceOracle.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IGelatoGasPriceOracle {
Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/interfaces/IGelatoProviders.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_core/interfaces/IGelatoSysAdmin.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;

interface IGelatoSysAdmin {
Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_helpers/GelatoAddressStorage.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
2 changes: 1 addition & 1 deletion contracts/gelato_helpers/GelatoMultiCall.sol
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down
@@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.10;
pragma experimental ABIEncoderV2;

Expand Down

0 comments on commit c89a9a0

Please sign in to comment.