Skip to content

Commit

Permalink
better search to catch license file
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Dec 23, 2024
1 parent f7227e4 commit edbfdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
for OLD_YEAR in $(seq 2015 $((CURRENT_YEAR - 1))); do
find . -type f -exec \
sed -i -E "s/(Copyright \(c\) [0-9]{4})-${OLD_YEAR}, QIIME 2 development team\./\1-${CURRENT_YEAR}, QIIME 2 development team./g" {} +
sed -i -E "s/(Copyright \(c\) [0-9]{4})-${OLD_YEAR}, QIIME 2/\1-${CURRENT_YEAR}, QIIME 2/g" {} +
done
- name: Commit and push changes
Expand Down

0 comments on commit edbfdc7

Please sign in to comment.