Skip to content

Conversation

@Fuzzbawls
Copy link
Collaborator

While on first glance this PR looks daunting in the number of files it touches, the HEAD commit is the one doing most of the work here, which is a scripted-diff commit. scripted-diff commits are commits that are done by way of deterministically reproducible shell commands that are notated in the commit message, and which are checked in CI.

Fuzzbawls and others added 9 commits February 7, 2023 10:07
The copyright_header.py script will process Objective-C source files 
(*.mm) as other ones.
Includes .sh and .bash-completion files in the script as well
This change prevents updating copyright years from "2021" to
"2021-2017".
-BEGIN VERIFY SCRIPT-
find ./ -type f -name '*.mm' -exec sed -i "s/The PIVX developers/The PIVX Core developers/g" {} +
find ./ -type f -name '*.sh' -exec sed -i "s/The PIVX developers/The PIVX Core developers/g" {} +
find ./test -type f -name '*.py' -exec sed -i "s/The PIVX developers/The PIVX Core developers/g" {} +
find ./contrib -type f -exec sed -i "s/The PIVX developers/The PIVX Core developers/g" {} +
find ./src -type f \( -name '*.cpp' -o -name '*.h' \) -exec sed -i "s/The PIVX developers/The PIVX Core developers/g" {} +
./contrib/devtools/copyright_header.py insert src/qt/pivx/governancewidget.cpp
./contrib/devtools/copyright_header.py insert src/test/librust/json_test_vectors.h
./contrib/devtools/copyright_header.py insert src/test/sha256compress_tests.cpp
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Feb 8, 2023
@Fuzzbawls Fuzzbawls self-assigned this Feb 8, 2023
Copy link
Member

@Liquid369 Liquid369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK 76d868c
Fits for the changes with the aforementioned PR's
Build runs fine for me in my test

Copy link

@panleone panleone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 76d868c
working as expected

@Fuzzbawls Fuzzbawls merged commit ad9ecf8 into PIVX-Project:master Mar 5, 2023
@Fuzzbawls Fuzzbawls modified the milestones: 6.0.0, 5.6.0 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants