File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,13 +313,13 @@ if [ -f "$SOURCE_DIR/owlbot.py" ]; then
313313fi
314314
315315# 7.9 Fix copyright headers in Java files
316- echo " Fixing copyright headers in Java files..."
317- python3 " $FIX_COPYRIGHT_SCRIPT " " $SOURCE_REPO_NAME "
316+ # echo "Fixing copyright headers in Java files..."
317+ # python3 "$FIX_COPYRIGHT_SCRIPT" "$SOURCE_REPO_NAME"
318318
319- echo " Committing copyright header fixes..."
320- git add " $SOURCE_REPO_NAME "
321- git commit -n --no-gpg-sign -m " chore($SOURCE_REPO_NAME ): update copyright headers to 2026 Google LLC"
322- COMMIT_COUNT=$(( COMMIT_COUNT + 1 ))
319+ # echo "Committing copyright header fixes..."
320+ # git add "$SOURCE_REPO_NAME"
321+ # git commit -n --no-gpg-sign -m "chore($SOURCE_REPO_NAME): update copyright headers to 2026 Google LLC"
322+ # COMMIT_COUNT=$((COMMIT_COUNT + 1))
323323
324324# 7.11 Modernize root pom.xml
325325echo " Modernizing root pom.xml..."
You can’t perform that action at this time.
0 commit comments