Skip to content

Commit

Permalink
Update EIP-4886: Fix SPDX license identifier (ethereum#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 and nachomazzara committed Jan 13, 2023
1 parent a5f6c7c commit d1ef7d0
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

0 comments on commit d1ef7d0

Please sign in to comment.