Skip to content
Snippets Groups Projects
Commit ef401810 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

copyright updater updated its own regex, doh

parent 0fd2a2ef
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ for var in $dirs; do
last_year=$(($year - 1))
search="^\(.*\)\\[1999-[0-9]*\\] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute"
replacement="\1[1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
replacement="\1[1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute"
replacement="\1[2016] EMBL-European Bioinformatics Institute\n\1[2016] EMBL-European Bioinformatics Institute"
echo "About to scan $(pwd) for files to replace '$search' with '$replacement'"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment