diff --git a/.github/scripts/rename/copyright.sh b/.github/scripts/rename/copyright.sh index 02a5e8985a..400bf79f66 100755 --- a/.github/scripts/rename/copyright.sh +++ b/.github/scripts/rename/copyright.sh @@ -13,12 +13,12 @@ if [[ "$OSTYPE" == "darwin"* ]]; then SED_COMMAND=gsed fi -# This script removes superflous copyright notices in source and header files in -# this project. Specifically, it removes all notices referencing Ripple, XRPLF, -# and certain individual contributors upon mutual agreement, so the one in the -# LICENSE.md file applies throughout. Copyright notices referencing external -# contributions, e.g. from Bitcoin, remain as-is. -# Usage: bin/rename/copyright.sh +# This script removes superfluous copyright notices in source and header files +# in this project. Specifically, it removes all notices referencing Ripple, +# XRPLF, and certain individual contributors upon mutual agreement, so the one +# in the LICENSE.md file applies throughout. Copyright notices referencing +# external contributions, e.g. from Bitcoin, remain as-is. +# Usage: .github/scripts/rename/copyright.sh if [ "$#" -ne 1 ]; then echo "Usage: $0 "