mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo in comment
This commit is contained in:
12
.github/scripts/rename/copyright.sh
vendored
12
.github/scripts/rename/copyright.sh
vendored
@@ -13,12 +13,12 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
SED_COMMAND=gsed
|
SED_COMMAND=gsed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This script removes superflous copyright notices in source and header files in
|
# This script removes superfluous copyright notices in source and header files
|
||||||
# this project. Specifically, it removes all notices referencing Ripple, XRPLF,
|
# in this project. Specifically, it removes all notices referencing Ripple,
|
||||||
# and certain individual contributors upon mutual agreement, so the one in the
|
# XRPLF, and certain individual contributors upon mutual agreement, so the one
|
||||||
# LICENSE.md file applies throughout. Copyright notices referencing external
|
# in the LICENSE.md file applies throughout. Copyright notices referencing
|
||||||
# contributions, e.g. from Bitcoin, remain as-is.
|
# external contributions, e.g. from Bitcoin, remain as-is.
|
||||||
# Usage: bin/rename/copyright.sh <directory>
|
# Usage: .github/scripts/rename/copyright.sh <directory>
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $0 <directory>"
|
echo "Usage: $0 <directory>"
|
||||||
|
|||||||
Reference in New Issue
Block a user