Skip to content

Commit

Permalink
Force usage of included LICENSE file (ethereum#5055)
Browse files Browse the repository at this point in the history
* Include LICENCE in the Jekyll build

* Replace old licence link with new and improved licence link

* Add note to EIP-1 mandating the new link

* Maybe this fixes it?

* Rename LICENCE so that jekyll picks it up

* Add original LICENCE file back

* Delete the markdown file

* Add Jekyll header

Hopefully the tooling still detects it as CC0

* Remove Jekyll header

* Maybe this will trick Jekyll and satisfy github?

* Remove config changes

* Enable incremental build

* Will it work if I rename it?

* I'll just paste the content of the licence into the file...

* Perhaps this will work

* Replace the licence file

* Fix false positive

Co-authored-by: Micah Zoltu <micah@zoltu.net>

* Resolve feedback

* Perhaps this might work

* It didn't work

This reverts commit 55116e1.

* Will licencee still detect this correctly?

* Jekyll Preamble in licence file

* Include it?

* Licence -> License, get rid of CC0.md

* Force wording of copyright waiver

* Formatting consistent with the rest of the list

* Spelling

* Escape

* Task failed successfully

* Fix two more links

* Will this render it?

* Perhaps this will work too

* .md essential

* Fix the issues Micah noted

Co-authored-by: Micah Zoltu <micah@zoltu.net>
  • Loading branch information
2 people authored and nachomazzara committed Jan 13, 2023
1 parent 92697e2 commit d33a9ce
Show file tree
Hide file tree
Showing 403 changed files with 410 additions and 414 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Each EIP should have the following parts:
- Test Cases - Test cases for an implementation are mandatory for EIPs that are affecting consensus changes. Tests should either be inlined in the EIP as data (such as input/expected output pairs, or included in `../assets/eip-###/<filename>`.
- Reference Implementation - An optional section that contains a reference/example implementation that people can use to assist in understanding or implementing this specification.
- Security Considerations - All EIPs must contain a section that discusses the security implications/considerations relevant to the proposed change. Include information that might be important for security discussions, surfaces risks and can be used throughout the life-cycle of the proposal. E.g. include security-relevant design decisions, concerns, important discussions, implementation-specific guidance and pitfalls, an outline of threats and risks and how they are being addressed. EIP submissions missing the "Security Considerations" section will be rejected. An EIP cannot proceed to status "Final" without a Security Considerations discussion deemed sufficient by the reviewers.
- Copyright Waiver - All EIPs must be in the public domain. See the bottom of this EIP for an example copyright waiver.
- Copyright Waiver - All EIPs must be in the public domain. The copyright waiver MUST link to the license file and use the following wording: `Copyright and related rights waived via [CC0](../LICENSE.md).`

## EIP Formats and Templates

Expand Down Expand Up @@ -274,4 +274,4 @@ This document was derived heavily from [Bitcoin's BIP-0001](https://github.com/b

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
3 changes: 1 addition & 2 deletions EIPS/eip-1010.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ consistently among all clients as intended by the proposal process will be suffi
to ensure that backwards compatibility is not a concern.

## Copyright
Copyright and related rights waived via
[CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1011.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ This setting is suggested default disabled because the block producer will almos
This EIP is not forward compatible and introduces backwards incompatibilities in the state, fork choice rule, block reward, transaction validity, and gas calculations on certain transactions. Therefore, all changes should be included in a scheduled hardfork at `HYBRID_CASPER_FORK_BLKNUM`.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1013.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ This meta-EIP specifies the changes included in the Ethereum hardfork named Cons

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1015.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ A lot of things are suggested in this EIP, so I would like to propose these ques


## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1046.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ TO-DO
- [Open Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity) (WIP)

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1051.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ TBD
TBD

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1052.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ There are no backwards compatibility concerns.
TBD

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1056.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ The address for the `EthereumDIDRegistry` is `0xdca7ef03e98e0dc2b855be647c39abe9

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

4 changes: 2 additions & 2 deletions EIPS/eip-1057.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ Machine-readable test vectors (T.B.D)

The reference ProgPoW mining implementation is located at [the @ifdefelse ProgPOW repository](https://github.com/ifdefelse/ProgPOW).

## License and Copyright
## Copyright

The ProgPoW algorithm and this specification are a new work. Copyright and related rights are waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

The reference ProgPoW mining implementation located at [ProgPOW](https://github.com/ifdefelse/ProgPOW) is a derivative of ethminer so retains the GPL license.
2 changes: 1 addition & 1 deletion EIPS/eip-1062.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ The use case can be implemented as browser extension. Users can easily download
The workable implementation repository : [https://github.com/PortalNetwork/portal-network-browser-extension](https://github.com/PortalNetwork/portal-network-browser-extension)

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).


2 changes: 1 addition & 1 deletion EIPS/eip-1066.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@ Reference cases and helper libraries (Solidity and JS) can be found at:

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-107.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,4 @@ That's it.
```
## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1077.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Is also interest of relayers to maintaining a private reputation of contracts th

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1078.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ This scheme would allow much more lighter apps, that don't require to hold ether
* [Universal Logins talk at UX Unconf, Toronto](https://www.youtube.com/watch?v=qF2lhJzngto)

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1080.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ event AccountFrozen(address indexed reported)
Pending.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1081.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ A reference implementation can be found here: https://github.com/Bounties-Networ
**Although this code has been tested, it has not yet been audited or bug-bountied, so we cannot make any assertions about it's correctness, nor can we presently encourage it's use to hold funds on the Ethereum mainnet.**

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1087.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ No contract should see an increase in gas cost for this change, and many will se
TBD

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1102.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ The MetaMask team [has implemented](https://github.com/MetaMask/metamask-extensi

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1108.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Both the Parity and Geth clients have already implemented cryptographic librarie
@vbuterin independently proposed a similar reduction after this EIP was originally created, with similar rationale, as [ethereum/EIPs#1187](https://github.com/ethereum/EIPs/issues/1187).

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1109.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Old contracts that call precompiled smart contracts with the `CALL` method, will
Not implemented yet.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
3 changes: 1 addition & 2 deletions EIPS/eip-1123.md
Original file line number Diff line number Diff line change
Expand Up @@ -1878,5 +1878,4 @@ and the Ethereum community at large.
Copyright
=========

Copyright and related rights waived via
[CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1129.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ The proposed version is deployed on Ropsten testnet all of the information can b
## Implementation

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1132.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ Test cases are available at [https://github.com/nitika-goel/lockable-token](http
- [GovBlocks](https://govblocks.io) Project specific implementation available at https://github.com/somish/govblocks-protocol/blob/Locking/contracts/GBTStandardToken.sol

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1153.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ However, if you only spend 1M gas allocating memory in each context, and make ca
For smart contract developers, there are no security considerations for existing contracts because they do not contain the new `TSTORE` or `TLOAD` opcodes. New contracts that do use the `TSTORE` and `TLOAD` opcodes operate under all the same assumptions as with storage. This EIP introduces no additional mental overhead for the developer. In some cases, transient storage simplifies contracts in that contract transient storage does not need to be cleared at the end of every transaction, e.g. in the ERC20 temporary approvals use case.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1154.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ For data which mutates over time, the `id` field may be structured to specify "w
* [Tidbit](https://github.com/levelkdev/tidbit) tracks this EIP.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,4 +707,4 @@ Another simple way to represent non-fungibles is to allow a maximum value of 1 f
- [ERC-1155: A new standard for The Sandbox](https://medium.com/sandbox-game/erc-1155-a-new-standard-for-the-sandbox-c95ee1e45072)

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1167.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Proxy deployment can be further optimized by installing the master contract at a
This saves 4 bytes of proxy contract size (savings on each deployment) and has zero impact on runtime gas costs.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1175.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,4 @@ contract WalletCenter {
}
```
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1178.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ Adoption of the MCFT standard proposal would not pose backwards compatibility is
A sample implementation can be found [here](https://github.com/achon22/ERC-1178/blob/master/erc1178-sample.sol)

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

2 changes: 1 addition & 1 deletion EIPS/eip-1185.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ https://github.com/wealdtech/ethereal.git can be used to test the functionality
Test cases for the DNS resolver are at https://github.com/wealdtech/wealdtech-solidity/blob/master/test/ens/DNSResolver.js

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1186.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ Since this only adds a new Method there are no issues with Backwards Compatibili
TODO: Tests still need to be implemented, but the core function creating the proof already exists inside the clients and are well tested.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1191.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ for chainid, cases in test_cases.items():

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

2 changes: 1 addition & 1 deletion EIPS/eip-1193.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Instead, Providers should support RPC methods for explicitly requesting account

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).

## Appendix I: Consumer-Facing API Documentation

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1202.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ The drafting and revision of EIP-1202 is conducted at [GitHub/xinbenlv/eip-1202]

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1203.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ The repository at [jeffishjeff/ERC-1203](https://github.com/jeffishjeff/ERC-1203
- ERC-1178 Multi-class Token Standard. ./eip-1178.md

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1207.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ Following is the DAuth Interface implementation. Furthermore, the example implem


## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1227.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Forthcoming.
Forthcoming.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1234.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Test cases shall be created once the specification is to be accepted by the deve
The implementation in it's logic does not differ from [EIP-649](./eip-649.md); an implementation for Parity-Ethereum is available in [parity-ethereum#9187](https://github.com/paritytech/parity-ethereum/pull/9187).

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1240.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Test cases shall be created once the specification is to be accepted by the deve
The yellow paper implements this change in https://github.com/ethereum/yellowpaper/pull/710

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1261.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,4 @@ Membership Verification Token ERC1261 -- a reference implementation

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1271.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ Note also that each contract implementing this method is responsible to ensure t
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1276.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Test cases shall be created once the specification is to be accepted by the deve
The implementation shall be created once the specification is to be accepted by the developers or implemented by the clients.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1283.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ We always start at state X. The first SSTORE can:

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1285.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ This EIP requires a backwards incompatible change for the ``Gcallstipend`` gas p

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1295.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Test cases shall be created once the specification is to be accepted by the deve
Forthcoming.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1319.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ No existing standard exists for package registries. The package registry current
A reference implementation of this proposal is in active development at the EthPM organization on GitHub [here](https://github.com/ethpm/escape-truffle).

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1328.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ The need for this ERC stems from the discussion to move away from JSON format us

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1337.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ TBD
TBD

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1344.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ A reference implementation for the Trinity Python client is [here](https://githu
An example implementation of a trustless chain ID oracle was implemented [here](https://github.com/fubuloubu/chain-id-oracle/blob/master/ChainIdOracle.vy).

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1352.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ N/A
N/A

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1363.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ Changing an allowance with the `approveAndCall` methods brings the risk that som
One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards ([EIP-20#issuecomment-263524729](https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729)).

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1380.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ TBA
TBA

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-140.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ should:

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-141.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This instruction was never used and therefore has no effect on past contracts.

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
2 changes: 1 addition & 1 deletion EIPS/eip-1417.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ Voting Standard -- a reference implementation

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](../LICENSE.md).
Loading

0 comments on commit d33a9ce

Please sign in to comment.