Skip to content
Snippets Groups Projects
Commit 58bba898 authored by Guanqun Lu's avatar Guanqun Lu Committed by Gav Wood
Browse files

rename Polkadot to Substrate in the license header via following four commands (#614)

git grep -l 'This file is part of Polkadot' | xargs sed -i 's/This file is part of Polkadot/This file is part of Substrate/g'
    git grep -l 'Polkadot is free software' | xargs sed -i 's/Polkadot is free software/Substrate is free software/g'
    git grep -l 'Polkadot is distributed in the hope' | xargs sed -i 's/Polkadot is distributed in the hope/Substrate is distributed in the hope/g'
    git grep -l 'along with Polkadot' | xargs sed -i 's/along with Polkadot/along with Substrate/g'
parent e8ec3d72
No related merge requests found
Showing
with 80 additions and 80 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment