-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
|
||
// You should have received a copy of the GNU General Public License | ||
// along with Open Ethereum. If not, see <http://www.gnu.org/licenses/>. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come this file missing a license header? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is probably my fault when I refactored to use ethereum-types
in RPC and forgot to add the license header apparentely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license header in util/EIP-152/src/portable.rs
is not updated, can you fix it?
Otherwise looks good.
Good catch! Somehow the script didn't fix it. |
The script is hacky :) I wrote it but assumes a new line after the license header which |
* master: Code cleanup in the sync module (#11552) initial cleanup (#11542) Warn if genesis constructor revert (#11550) ethcore: cleanup after #11531 (#11546) license update (#11543) Less cloning when importing blocks (#11531) Github Actions (#11528) Fix Alpine Dockerfile (#11538) Remove AuxiliaryData/AuxiliaryRequest (#11533) [journaldb]: cleanup (#11534) Remove references to parity-ethereum (#11525) Drop IPFS support (#11532) chain-supplier: fix warning reporting for GetNodeData request (#11530) Faster kill_garbage (#11514) [EngineSigner]: don't sign message with only zeroes (#11524)
extracted from #11542