Skip to content
Snippets Groups Projects
Commit f6a6e590 authored by Moul's avatar Moul
Browse files

[mod] #364: Get rid of update_copyright_year.sh which becomes useless

parent 39aace1f
No related branches found
No related tags found
No related merge requests found
#!/bin/fish
# Script to update the copyright year in header files
set NEW_YEAR (date +"%Y")
set OLD_YEAR (math $NEW_YEAR - 1)
sed -i "s/Copyright 2016-$OLD_YEAR M/Copyright 2016-$NEW_YEAR M/g" silkaj/*.py tests/*.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment