Skip to content

Commit

Permalink
chore: unlicense tests (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble authored and arr00 committed Aug 31, 2023
1 parent 2deacf7 commit 837f9eb
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion test/TestUsers.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/AuctionCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/BuyCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/CollectionBatchBuyCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/CollectionBuyCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/Crowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/CrowdfundFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "contracts/party/Party.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/InitialETHCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/MockMarketWrapper.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/MockPartyFactory.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "../../contracts/party/IPartyFactory.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/NounsCrowdfundForked.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/OpenseaForked.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/ReraiseETHCrowdfund.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/TestERC721Vault.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "../DummyERC721.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/crowdfund/TestableCrowdfund.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "../../contracts/crowdfund/Crowdfund.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/distribution/DummyTokenDistributorParty.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

contract DummyTokenDistributorParty {
Expand Down
2 changes: 1 addition & 1 deletion test/distribution/TokenDistributor.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/distribution/TokenDistributorUnit.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/Party.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/PartyFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/PartyGovernance.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/PartyGovernanceNFT.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/PartyGovernanceNFTUnit.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/party/PartyGovernanceUnit.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/proposals/MockZoraReserveAuctionCoreEth.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/renderers/MetadataProvider.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.20;

import "contracts/renderers/MetadataRegistry.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/renderers/MetadataRegistry.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.20;

import "contracts/renderers/MetadataRegistry.sol";
Expand Down

0 comments on commit 837f9eb

Please sign in to comment.