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
|
||||
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 <directory>
|
||||
# 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 <directory>
|
||||
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: $0 <directory>"
|
||||
|
||||
Reference in New Issue
Block a user