Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Oct 2, 2023
1 parent a9f2c7f commit 37a253c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion contracts/LightweightStateV2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "@rarimo/evm-bridge-contracts/bridge/proxy/UUPSSignableUpgradeable.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/QueryVerifier.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/ILightweightStateV2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "@iden3/contracts/interfaces/IState.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IQueryVerifier.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "./IVerifiedSBT.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IVerifiedSBT.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

uint256 constant VALUES_ARR_SIZE = 64;
Expand Down
2 changes: 1 addition & 1 deletion contracts/mock/LightweightStateV2Mock.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "../LightweightStateV2.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/validators/QueryMTPValidatorOffChain.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "./QueryValidatorOffChain.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/validators/QuerySigValidatorOffChain.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "./QueryValidatorOffChain.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/validators/QueryValidatorOffChain.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
Expand Down

0 comments on commit 37a253c

Please sign in to comment.