Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GalloDaSballo committed Jul 30, 2022
1 parent bc2c3a3 commit b4915b3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contracts/AuraBribesProcessor.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/CowSwapSeller.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/OnChainPricingMainnet.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/OnChainPricingMainnetLenient.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/OnChainSwapMainnet.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;

import {IERC20} from "@oz/token/ERC20/IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/VotiumBribesProcessor.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/archive/BasicOnChainPricingMainnetLenient.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/archive/FullOnChainPricingMainnet.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/demo/CowSwapDemoSeller.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/demo/TestProcessor.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;


Expand Down
2 changes: 1 addition & 1 deletion contracts/demo/UselessPricer.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
pragma solidity 0.8.10;

/// @title OnChainPricing
Expand Down
2 changes: 1 addition & 1 deletion interfaces/balancer/WeightedPoolUserData.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-2.0
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
Expand Down

0 comments on commit b4915b3

Please sign in to comment.