Skip to content

Commit

Permalink
Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
abarmat committed Sep 2, 2021
1 parent eb24762 commit f632beb
Show file tree
Hide file tree
Showing 51 changed files with 392 additions and 68 deletions.
360 changes: 342 additions & 18 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/curation/Curation.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/curation/CurationStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/curation/GraphCurationToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/curation/ICuration.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/curation/IGraphCurationToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/GNS.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/GNSStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/IGNS.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/IServiceRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/ServiceRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/discovery/ServiceRegistryStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/disputes/DisputeManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/disputes/DisputeManagerStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/disputes/IDisputeManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/epochs/EpochManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/epochs/EpochManagerStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/epochs/IEpochManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/Controller.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/Governed.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/GraphGovernance.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/GraphGovernanceStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/IController.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity >=0.6.12 <0.8.0;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/IGraphGovernance.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/IManaged.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/Managed.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/Pausable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/rewards/IRewardsManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/rewards/RewardsManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/rewards/RewardsManagerStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/IStaking.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity >=0.6.12 <0.8.0;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/IStakingData.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity >=0.6.12 <0.8.0;

Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/Staking.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/StakingStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/libs/MathUtils.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/libs/Rebates.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/libs/Stakes.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/statechannels/AllocationExchange.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/statechannels/GRTWithdrawHelper.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/GovernedMock.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/RebatePoolMock.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;
pragma experimental ABIEncoderV2;
Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/testnet/GDAI.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/testnet/GSRManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/token/GraphToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/token/IGraphToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrades/GraphProxy.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrades/GraphProxyAdmin.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrades/GraphProxyStorage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrades/GraphUpgradeable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrades/IGraphProxy.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/TokenUtils.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-2.0-or-later

pragma solidity ^0.7.3;

Expand Down

0 comments on commit f632beb

Please sign in to comment.