Skip to content

Commit 3b5d80b

Browse files
committed
skip updating copyright years
1 parent 24f7a85 commit 3b5d80b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

monorepo-migration/migrate.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,13 @@ if [ -f "$SOURCE_DIR/owlbot.py" ]; then
313313
fi
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
325325
echo "Modernizing root pom.xml..."

0 commit comments

Comments
 (0)