Skip to content
Snippets Groups Projects
Commit b40f3f36 authored by Daniel Zerbino's avatar Daniel Zerbino
Browse files

Updated copyright script for transition to EBI-only

parent b141218f
No related branches found
No related tags found
2 merge requests!133Updated copyright script for transition to EBI-only copyright,!133Updated copyright script for transition to EBI-only copyright
......@@ -33,8 +33,8 @@ for var in $dirs; do
year=$(date "+%Y")
last_year=$(($year - 1))
search="\\[1999-${last_year}\\] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute"
replacement="\\[1999-${year}\\] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute"
search="\\[1999-[0-9]*\\] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute"
replacement="[1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute\nCopyright [2015-2016] EMBL-European Bioinformatics Institute"
echo "About to scan $(pwd) for files to replace '$search' with '$replacement'"
......@@ -48,4 +48,4 @@ for var in $dirs; do
done
cd $original_wd
done
\ No newline at end of file
done
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