Skip to content
Snippets Groups Projects
Commit b4cd27de authored by Kieron Taylor's avatar Kieron Taylor
Browse files

Merge pull request #133 from Ensembl/feature/copyright

Updated copyright script for transition to EBI-only copyright
parents 34acea78 b40f3f36
No related branches found
No related tags found
No related merge requests found
......@@ -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