hyperledger-solang / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.26k stars 210 forks source link

Files with incompatible licenses must be removed. #1598

Closed ryjones closed 8 months ago

ryjones commented 10 months ago

These files have incompatible licenses and must be removed.

examples/polkadot/ballot.sol
testdata/solang_import_resolution_tests/01_solang_remap_target/contracts/Contract.sol
testdata/solang_import_resolution_tests/01_solang_remap_target/contracts/Contract2.sol
testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/Ambiguous.sol
testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/contracts/Ambiguous.sol
testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/contracts/Contract.sol
testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/resources/node_modules/lib/Ambiguous.sol
testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/Ambiguous.sol
testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/contracts/Ambiguous.sol
testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/contracts/Contract.sol
testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/resources/node_modules/lib/Ambiguous.sol
testdata/solang_import_resolution_tests/04_multiple_map_path_segments/contracts/Contract.sol
testdata/solang_import_resolution_tests/05_import_path_order_should_not_matter/contracts/Contract.sol
testdata/solang_import_resolution_tests/06_redundant_remaps/contracts/Contract.sol

The report is here

seanyoung commented 10 months ago

@xermicus that first file is yours

The other files were added as tests to make sure solang's imports work the same as solc. We'll have to remove those.