Skip to content

Commit

Permalink
Update EIP-4886: Fix SPDX license identifier (#5232)
Browse files Browse the repository at this point in the history
* Fix SPDX license identifier in EIP-4886

* Satisfy eth bot
  • Loading branch information
Pandapip1 authored Sep 4, 2022
1 parent 306d789 commit 792b7d6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-4886.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,5 @@ Potential negative security implications have been considered and none are envis
From a usability perspective the key risk is in users specifying the incorrect asset delivery address, though it is noted that this burden of accuracy is no different to that currently on the network.

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/EPS.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.7.0 (epsproxy/contracts/EPS.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/Proxiable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.7.0 (epsproxy/contracts/Proxiable.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/ProxyRegister.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.7.0 (epsproxy/contracts/ProxyRegister.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/examples/EPSExample721.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.8.0 (epsproxy/contracts/examples/EPSExample721.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/examples/EPSGenesis.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.8.0 (epsproxy/contracts/examples/EPSGenesis.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/examples/ERC20Proxied.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.8.0 (epsproxy/contracts/examples/ERC20Proxied.sol)

pragma solidity ^0.8.9;
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4886/contracts/examples/ERC721Proxied.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0
// EPSProxy Contracts v1.8.0 (epsproxy/contracts/examples/ERC721Proxied.sol)

pragma solidity ^0.8.9;
Expand Down

1 comment on commit 792b7d6

@xinbenlv
Copy link
Contributor

@xinbenlv xinbenlv commented on 792b7d6 Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit, changing MIT license to CC0-1.0, unless authorized by copyright owner (e.g. if the EIP author was also copying from someone else's work on condition of MIT license), I am afraid could be seen as a violation of MIT license. @Pandapip1

Please sign in to comment.