From 54f99ebfdb81be71d19ff6b9558c804ad4250a53 Mon Sep 17 00:00:00 2001 From: Daniel Zerbino <daniel.zerbino@gmail.com> Date: Wed, 1 Jun 2016 14:42:08 +0200 Subject: [PATCH] Extra update to copyright notice It's Dan Barrell's fault. --- misc-scripts/annual_copyright_updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/annual_copyright_updater.sh b/misc-scripts/annual_copyright_updater.sh index 6f6cb0f7ca..ca6e52079d 100755 --- a/misc-scripts/annual_copyright_updater.sh +++ b/misc-scripts/annual_copyright_updater.sh @@ -34,7 +34,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="[1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute\nCopyright [2015-2016] EMBL-European Bioinformatics Institute" + replacement="[1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute\nCopyright [2016] EMBL-European Bioinformatics Institute" echo "About to scan $(pwd) for files to replace '$search' with '$replacement'" -- GitLab