Skip to content

Commit

Permalink
Correcting initial copyright year to match first commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri authored Jun 28, 2024
1 parent a9c571e commit 91f4f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
eof
- name: Update the copyright year
run: |
find . -type f -exec sed -i -E 's/Copyright [0-9\-]+ DMTF/Copyright 2017-'$(date +'%Y')' DMTF/' {} \;
find . -type f -exec sed -i -E 's/Copyright \(c\) [0-9\-]+,/Copyright (c) 2017-'$(date +'%Y')',/' {} \;
find . -type f -exec sed -i -E 's/Copyright [0-9\-]+ DMTF/Copyright 2016-'$(date +'%Y')' DMTF/' {} \;
find . -type f -exec sed -i -E 's/Copyright \(c\) [0-9\-]+,/Copyright (c) 2016-'$(date +'%Y')',/' {} \;
- name: Commit and push the updates
run: |
git config user.name "GitHub Release Workflow"
Expand Down

0 comments on commit 91f4f4f

Please sign in to comment.