Skip to content

Commit

Permalink
feat: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 8, 2020
1 parent 0a4ee60 commit 1fd2f5f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ _do.maintenance: _do.checkoutmaster
# authors
if [ -f rules.mk ]; then make generate.authors; git add AUTHORS; fi || true

# copyright
sed -i "s/© 2014 /© 2014-2020 /" README.md
sed -i "s/© 2015 /© 2015-2020 /" README.md
sed -i "s/© 2016 /© 2016-2020 /" README.md
sed -i "s/© 2017 /© 2017-2020 /" README.md
sed -i "s/© 2018 /© 2018-2020 /" README.md
sed -i "s/© 2019 /© 2019-2020 /" README.md

# golangci-lint fix
sed -i "s/version: v1.26/version: v1.28/" .github/workflows/*.yml
sed -i "s/version: v1.27/version: v1.28/" .github/workflows/*.yml
sed -i "s/version: v1.26/version: v1.28/" .github/workflows/*.yml || true
sed -i "s/version: v1.27/version: v1.28/" .github/workflows/*.yml || true

# apply changes
git diff
Expand Down

0 comments on commit 1fd2f5f

Please sign in to comment.