As discussed in "up for grabs" PR #12192:
- Remove redundant license reference (see #12192 (comment))
As discussed in "up for grabs" PR #12192:
Just to mention, that our license file is not contained if someone downloads an individual file only.
@MarcoFalke From a licensing perspective the contained text "MIT software license" should hopefully be sufficiently well-defined in case someone downloads an individual file only, don't you think?
Rebased. Please review :-)
Rebased!
Rebased!
Rebased! No longer touching copyright year to keep this PR focused.
-BEGIN VERIFY SCRIPT-
git grep -l "http://www.opensource.org/licenses/mit-license.php" -- "*.py" "*.in" "*.h" "*.cpp" "*.sh" "*.mm" "*.am" "*.m4" "*.bash-completion" "*.svg" "*.include" | grep -vE "(src/crypto/ctaes/|src/univalue/|src/secp256k1/|\.rc$)" | xargs sed -i '/file COPYING or http:\/\/www.opensource.org\/licenses\/mit-license.php./d'
git grep -l "Distributed under the MIT software license, see the accompanying$" -- "*.py" "*.in" "*.h" "*.cpp" "*.sh" "*.mm" "*.am" "*.m4" "*.bash-completion" "*.svg" "*.include" | grep -vE "(src/crypto/ctaes/|src/univalue/|src/secp256k1/|\.rc$)" | xargs sed -i 's/Distributed under the MIT software license, see the accompanying$/Distributed under the MIT software license, see the accompanying file COPYING./g'
git grep -l "COPYING or http://www.opensource.org/licenses/mit-license.php." -- "*.rc" | grep -vE "(src/crypto/ctaes/|src/univalue/|src/secp256k1)" | xargs sed -i 's%COPYING or http://www.opensource.org/licenses/mit-license.php.%COPYING.%g'
sed -i 's/license, see the accompanying file COPYING or/license, see the accompanying file COPYING./g' src/test/data/README.md
sed -i '/http:\/\/www.opensource.org\/licenses\/mit-license.php./d' src/test/data/README.md
-END VERIFY SCRIPT-
Rebased!
I think this needs some Concept ACK first. If no one comments here, either close it or bring it up in one of the meetings as a short topic.
utACK 176bb1b05fe3eee7deb1a351adb87d1f76f1c3dc. Since the scripted-diff affects a lot of files, though, I think it would be good to anchor the sed '/PATTERN/d' commands with sed '/^PATTERN$/d' to make sure they are aren't unintentially removing other text or closing comment or quote symbols.
bring it up in one of the meetings as a short topic.
This is a good suggestion for many of your pr's, practicalswift, if you are free Thursdays at 19:00 UTC ( https://bitcoincore.org/en/meetings/)