From 41e88d56336fcafdabd3c834a26817d788f05168 Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 20 Dec 2019 16:20:22 +0000
Subject: [PATCH 01/12] patch for 101 release

---
 sql/patch_100_101_a.sql | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 sql/patch_100_101_a.sql

diff --git a/sql/patch_100_101_a.sql b/sql/patch_100_101_a.sql
new file mode 100644
index 0000000000..439951c50c
--- /dev/null
+++ b/sql/patch_100_101_a.sql
@@ -0,0 +1,27 @@
+-- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
+-- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+--
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+--
+--      http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+
+# patch_100_101_a.sql
+#
+# Title: Update schema version.
+#
+# Description:
+#   Update schema_version in meta table to 101.
+
+UPDATE meta SET meta_value='101' WHERE meta_key='schema_version';
+
+# Patch identifier
+INSERT INTO meta (species_id, meta_key, meta_value)
+  VALUES (NULL, 'patch', 'patch_100_101_a.sql|schema_version');
-- 
GitLab


From 6d6644cdfdb056e120d8417a43ca922391f0aad1 Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 20 Dec 2019 16:21:51 +0000
Subject: [PATCH 02/12] table.sql update to schema_version 101

---
 sql/table.sql | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/sql/table.sql b/sql/table.sql
index 2c7dc25e49..4204894185 100755
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -308,19 +308,14 @@ CREATE TABLE IF NOT EXISTS meta (
 # Add schema type and schema version to the meta table.
 INSERT INTO meta (species_id, meta_key, meta_value) VALUES
   (NULL, 'schema_type', 'core'),
-  (NULL, 'schema_version', '100');
+  (NULL, 'schema_version', '101');
 
 # Patches included in this schema file:
 # NOTE: At start of release cycle, remove patch entries from last release.
 # NOTE: Avoid line-breaks in values.
 INSERT INTO meta (species_id, meta_key, meta_value)
-  VALUES (NULL, 'patch', 'patch_99_100_a.sql|schema_version');
+  VALUES (NULL, 'patch', 'patch_100_101_a.sql|schema_version');
 
-INSERT INTO meta (species_id, meta_key, meta_value)
-  VALUES (NULL, 'patch', 'patch_99_100_b.sql|alter_externaldb_type_notnull');
-
-INSERT INTO meta (species_id, meta_key, meta_value)
-  VALUES (NULL, 'patch', 'patch_99_100_c.sql|alter_mapping_session_assembly_length');
 
 /**
 @table meta_coord
-- 
GitLab


From bd8706b130527c85690e31efdce3a5320722de70 Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 20 Dec 2019 16:23:56 +0000
Subject: [PATCH 03/12] API_VERSION bump to 101

---
 modules/Bio/EnsEMBL/ApiVersion.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/ApiVersion.pm b/modules/Bio/EnsEMBL/ApiVersion.pm
index de60172c7b..38bf07c612 100644
--- a/modules/Bio/EnsEMBL/ApiVersion.pm
+++ b/modules/Bio/EnsEMBL/ApiVersion.pm
@@ -56,7 +56,7 @@ use base qw( Exporter );
 
 our @EXPORT = qw( software_version );
 
-my $API_VERSION = 100;
+my $API_VERSION = 101;
 
 sub software_version { return $API_VERSION }
 
-- 
GitLab


From 355d3d58e238b8a6968cbeda6125566b734ab5cc Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 20 Dec 2019 16:30:12 +0000
Subject: [PATCH 04/12] update test dbs to latest patch

---
 .../circ/core/SQLite/table.sql                |   2 +-
 modules/t/test-genome-DBs/circ/core/meta.txt  |   3 +-
 modules/t/test-genome-DBs/circ/core/table.sql |   2 +-
 .../homo_sapiens/core/SQLite/table.sql        |   2 +-
 .../homo_sapiens/core/meta.txt                |   3 +-
 .../homo_sapiens/core/table.sql               |   2 +-
 .../homo_sapiens/empty/SQLite/table.sql       |   6 +-
 .../homo_sapiens/empty/meta.txt               |   4 +-
 .../homo_sapiens/empty/table.sql              |   6 +-
 .../homo_sapiens/patch/SQLite/table.sql       |   6 +-
 .../homo_sapiens/patch/meta.txt               |   4 +-
 .../homo_sapiens/patch/table.sql              |   6 +-
 .../homo_sapiens/variation/meta.txt           |   2 +
 .../homo_sapiens/variation/phenotype.txt      |   4 +-
 .../structural_variation_feature.txt          |   6 +-
 .../homo_sapiens/variation/table.sql          |   5 +-
 .../homo_sapiens/xref/SQLite/table.sql        |   2 +-
 .../mapping/core/SQLite/table.sql             |   2 +-
 .../t/test-genome-DBs/mapping/core/meta.txt   |   3 +-
 .../t/test-genome-DBs/mapping/core/table.sql  |   2 +-
 .../multi/compara/SQLite/table.sql            |   4 +-
 .../t/test-genome-DBs/multi/compara/meta.txt  |   4 +-
 .../t/test-genome-DBs/multi/compara/table.sql | 148 +++++++++---------
 .../mus_musculus/core/SQLite/table.sql        |   2 +-
 .../mus_musculus/core/meta.txt                |   3 +-
 .../mus_musculus/core/table.sql               |   2 +-
 .../mus_musculus/variation/meta.txt           |   2 +
 .../mus_musculus/variation/table.sql          |   5 +-
 .../nameless/core/SQLite/table.sql            |   2 +-
 .../t/test-genome-DBs/nameless/core/meta.txt  |   3 +-
 .../t/test-genome-DBs/nameless/core/table.sql |   2 +-
 .../ontology/ontology/SQLite/table.sql        |   2 +-
 .../ontology/ontology/meta.txt                |   3 +-
 .../ontology/ontology/table.sql               |  12 +-
 .../polyploidy/core/SQLite/table.sql          |   2 +-
 .../test-genome-DBs/polyploidy/core/meta.txt  |   3 +-
 .../test-genome-DBs/polyploidy/core/table.sql |   2 +-
 .../test_collection/core/SQLite/table.sql     |   2 +-
 .../test_collection/core/meta.txt             |   3 +-
 .../test_collection/core/table.sql            |   2 +-
 40 files changed, 152 insertions(+), 128 deletions(-)

diff --git a/modules/t/test-genome-DBs/circ/core/SQLite/table.sql b/modules/t/test-genome-DBs/circ/core/SQLite/table.sql
index 39bfa99968..fa54d208fd 100644
--- a/modules/t/test-genome-DBs/circ/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/circ/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:32 2019
+-- Created on Fri Dec 20 16:28:13 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/circ/core/meta.txt b/modules/t/test-genome-DBs/circ/core/meta.txt
index 975a3cc873..9b724ae520 100644
--- a/modules/t/test-genome-DBs/circ/core/meta.txt
+++ b/modules/t/test-genome-DBs/circ/core/meta.txt
@@ -39,7 +39,7 @@
 95	\N	patch	patch_83_84_c.sql|protein_feature_unique
 96	\N	patch	patch_83_84_d.sql|longer_synonym
 1	\N	schema_type	core
-2	\N	schema_version	100
+2	\N	schema_version	101
 8	1	assembly.accession	GCA_000292705.1
 10	1	assembly.date	2012-08
 7	1	assembly.default	GCA_000292705.1
@@ -136,3 +136,4 @@
 136	\N	patch	patch_99_100_a.sql|schema_version
 137	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 138	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+139	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/circ/core/table.sql b/modules/t/test-genome-DBs/circ/core/table.sql
index 451ee7687f..e0041b8231 100644
--- a/modules/t/test-genome-DBs/circ/core/table.sql
+++ b/modules/t/test-genome-DBs/circ/core/table.sql
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=140 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/homo_sapiens/core/SQLite/table.sql b/modules/t/test-genome-DBs/homo_sapiens/core/SQLite/table.sql
index 9e12d2470a..2c4d4f01d2 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:36 2019
+-- Created on Fri Dec 20 16:28:17 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/homo_sapiens/core/meta.txt b/modules/t/test-genome-DBs/homo_sapiens/core/meta.txt
index 9450cc1570..bacacfb9f9 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/core/meta.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/core/meta.txt
@@ -1,4 +1,4 @@
-1	\N	schema_version	100
+1	\N	schema_version	101
 2	1	assembly.default	NCBI34
 3	1	species.taxonomy_id	9606
 26	1	species.classification	Homo sapiens
@@ -115,3 +115,4 @@
 189	\N	patch	patch_99_100_a.sql|schema_version
 190	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 191	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+192	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/homo_sapiens/core/table.sql b/modules/t/test-genome-DBs/homo_sapiens/core/table.sql
index cca5f6597e..98ed33a5bc 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/core/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/core/table.sql
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=192 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=193 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/homo_sapiens/empty/SQLite/table.sql b/modules/t/test-genome-DBs/homo_sapiens/empty/SQLite/table.sql
index a227bd6878..2661cb840a 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/empty/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/empty/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:39 2019
+-- Created on Fri Dec 20 16:28:20 2019
 -- 
 
 BEGIN TRANSACTION;
@@ -476,8 +476,8 @@ CREATE TABLE "mapping_session" (
   "new_db_name" varchar(80) NOT NULL DEFAULT '',
   "old_release" varchar(5) NOT NULL DEFAULT '',
   "new_release" varchar(5) NOT NULL DEFAULT '',
-  "old_assembly" varchar(20) NOT NULL DEFAULT '',
-  "new_assembly" varchar(20) NOT NULL DEFAULT '',
+  "old_assembly" varchar(80) NOT NULL DEFAULT '',
+  "new_assembly" varchar(80) NOT NULL DEFAULT '',
   "created" datetime
 );
 
diff --git a/modules/t/test-genome-DBs/homo_sapiens/empty/meta.txt b/modules/t/test-genome-DBs/homo_sapiens/empty/meta.txt
index bae2072de4..bae33b2f0b 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/empty/meta.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/empty/meta.txt
@@ -1,4 +1,4 @@
-1	\N	schema_version	100
+1	\N	schema_version	101
 2	1	assembly.default	NCBI34
 33	1	species.classification	Chordata
 32	1	species.classification	Vertebrata
@@ -114,3 +114,5 @@
 163	\N	patch	patch_98_99_a.sql|schema_version
 164	\N	patch	patch_99_100_a.sql|schema_version
 165	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
+166	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+167	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/homo_sapiens/empty/table.sql b/modules/t/test-genome-DBs/homo_sapiens/empty/table.sql
index 06e83c39a1..e420ba3a88 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/empty/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/empty/table.sql
@@ -420,8 +420,8 @@ CREATE TABLE `mapping_session` (
   `new_db_name` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
   `old_release` varchar(5) COLLATE latin1_bin NOT NULL DEFAULT '',
   `new_release` varchar(5) COLLATE latin1_bin NOT NULL DEFAULT '',
-  `old_assembly` varchar(20) COLLATE latin1_bin NOT NULL DEFAULT '',
-  `new_assembly` varchar(20) COLLATE latin1_bin NOT NULL DEFAULT '',
+  `old_assembly` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
+  `new_assembly` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
   `created` datetime DEFAULT NULL,
   PRIMARY KEY (`mapping_session_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_bin;
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=166 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=168 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/homo_sapiens/patch/SQLite/table.sql b/modules/t/test-genome-DBs/homo_sapiens/patch/SQLite/table.sql
index f0c16de07b..a97ec0b034 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/patch/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/patch/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:42 2019
+-- Created on Fri Dec 20 16:28:24 2019
 -- 
 
 BEGIN TRANSACTION;
@@ -476,8 +476,8 @@ CREATE TABLE "mapping_session" (
   "new_db_name" varchar(80) NOT NULL DEFAULT '',
   "old_release" varchar(5) NOT NULL DEFAULT '',
   "new_release" varchar(5) NOT NULL DEFAULT '',
-  "old_assembly" varchar(20) NOT NULL DEFAULT '',
-  "new_assembly" varchar(20) NOT NULL DEFAULT '',
+  "old_assembly" varchar(80) NOT NULL DEFAULT '',
+  "new_assembly" varchar(80) NOT NULL DEFAULT '',
   "created" datetime
 );
 
diff --git a/modules/t/test-genome-DBs/homo_sapiens/patch/meta.txt b/modules/t/test-genome-DBs/homo_sapiens/patch/meta.txt
index 185b545bc7..71d89d8c84 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/patch/meta.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/patch/meta.txt
@@ -1,4 +1,4 @@
-1	\N	schema_version	100
+1	\N	schema_version	101
 2014	1	species.classification	Haplorrhini
 40	1	assembly.default	GRCh37
 41	1	assembly.date	2009-02
@@ -119,3 +119,5 @@
 2126	\N	patch	patch_98_99_a.sql|schema_version
 2127	\N	patch	patch_99_100_a.sql|schema_version
 2128	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
+2129	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+2130	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/homo_sapiens/patch/table.sql b/modules/t/test-genome-DBs/homo_sapiens/patch/table.sql
index 5ae6e282c7..e9d53b4a91 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/patch/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/patch/table.sql
@@ -420,8 +420,8 @@ CREATE TABLE `mapping_session` (
   `new_db_name` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
   `old_release` varchar(5) COLLATE latin1_bin NOT NULL DEFAULT '',
   `new_release` varchar(5) COLLATE latin1_bin NOT NULL DEFAULT '',
-  `old_assembly` varchar(20) COLLATE latin1_bin NOT NULL DEFAULT '',
-  `new_assembly` varchar(20) COLLATE latin1_bin NOT NULL DEFAULT '',
+  `old_assembly` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
+  `new_assembly` varchar(80) COLLATE latin1_bin NOT NULL DEFAULT '',
   `created` datetime DEFAULT NULL,
   PRIMARY KEY (`mapping_session_id`)
 ) ENGINE=MyISAM AUTO_INCREMENT=394 DEFAULT CHARSET=latin1 COLLATE=latin1_bin;
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=2129 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=2131 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/homo_sapiens/variation/meta.txt b/modules/t/test-genome-DBs/homo_sapiens/variation/meta.txt
index 3e03d2bcfd..70f7130609 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/variation/meta.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/variation/meta.txt
@@ -49,3 +49,5 @@
 49	\N	patch	patch_98_99_d.sql|add key data_source_attrib
 50	\N	patch	patch_98_99_e.sql|Fix attrib ids in table variation_citation
 51	\N	patch	patch_99_100_a.sql|schema version
+52	\N	patch	patch_99_100_b.sql|add frequency to structural variation
+53	\N	patch	patch_99_100_c.sql|add class_attrib_id column to phenotype
diff --git a/modules/t/test-genome-DBs/homo_sapiens/variation/phenotype.txt b/modules/t/test-genome-DBs/homo_sapiens/variation/phenotype.txt
index 5d21f089e7..9590f4a858 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/variation/phenotype.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/variation/phenotype.txt
@@ -1,2 +1,2 @@
-1	\N	phenotype	\N
-2	\N	phenotype2	\N
+1	\N	phenotype	\N	\N
+2	\N	phenotype2	\N	\N
diff --git a/modules/t/test-genome-DBs/homo_sapiens/variation/structural_variation_feature.txt b/modules/t/test-genome-DBs/homo_sapiens/variation/structural_variation_feature.txt
index 02ddd82bd3..f345a606bd 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/variation/structural_variation_feature.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/variation/structural_variation_feature.txt
@@ -1,3 +1,3 @@
-1	469283	\N	30253000	\N	\N	30254000	\N	1	1	nsv12345	1	1	208	\N	0	0	\N	\N	1
-2	469283	\N	30255000	\N	\N	30256000	\N	1	2	nsv67890	1	1	208	\N	0	1	\N	\N	1
-3	469283	\N	30257000	\N	\N	30258000	\N	1	3	nsv09876	1	1	114	\N	0	0	\N	\N	
+1	469283	\N	30253000	\N	\N	30254000	\N	1	1	nsv12345	1	1	208	\N	0	0	\N	\N	1	\N	\N
+2	469283	\N	30255000	\N	\N	30256000	\N	1	2	nsv67890	1	1	208	\N	0	1	\N	\N	1	\N	\N
+3	469283	\N	30257000	\N	\N	30258000	\N	1	3	nsv09876	1	1	114	\N	0	0	\N	\N		\N	\N
diff --git a/modules/t/test-genome-DBs/homo_sapiens/variation/table.sql b/modules/t/test-genome-DBs/homo_sapiens/variation/table.sql
index 84e276006b..68d6a37739 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/variation/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/variation/table.sql
@@ -186,7 +186,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) NOT NULL,
@@ -220,6 +220,7 @@ CREATE TABLE `phenotype` (
   `stable_id` varchar(255) DEFAULT NULL,
   `name` varchar(50) DEFAULT NULL,
   `description` varchar(255) DEFAULT NULL,
+  `class_attrib_id` int(11) DEFAULT NULL,
   PRIMARY KEY (`phenotype_id`),
   UNIQUE KEY `desc_idx` (`description`),
   KEY `name_idx` (`name`),
@@ -473,6 +474,8 @@ CREATE TABLE `structural_variation_feature` (
   `breakpoint_order` tinyint(4) DEFAULT NULL,
   `length` int(10) DEFAULT NULL,
   `variation_set_id` set('1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31','32','33','34','35','36','37','38','39','40','41','42','43','44','45','46','47','48','49','50','51','52','53','54','55','56','57','58','59','60','61','62','63','64') NOT NULL DEFAULT '',
+  `allele_freq` float DEFAULT NULL,
+  `allele_count` int(10) unsigned DEFAULT NULL,
   PRIMARY KEY (`structural_variation_feature_id`),
   KEY `pos_idx` (`seq_region_id`,`seq_region_start`,`seq_region_end`),
   KEY `structural_variation_idx` (`structural_variation_id`),
diff --git a/modules/t/test-genome-DBs/homo_sapiens/xref/SQLite/table.sql b/modules/t/test-genome-DBs/homo_sapiens/xref/SQLite/table.sql
index cb82a4371a..0dcd0a1669 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/xref/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/homo_sapiens/xref/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:43 2019
+-- Created on Fri Dec 20 16:28:25 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/mapping/core/SQLite/table.sql b/modules/t/test-genome-DBs/mapping/core/SQLite/table.sql
index 19900e6a78..a2765f68e3 100644
--- a/modules/t/test-genome-DBs/mapping/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/mapping/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:46 2019
+-- Created on Fri Dec 20 16:28:28 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/mapping/core/meta.txt b/modules/t/test-genome-DBs/mapping/core/meta.txt
index 6cc475bc7d..d6d9e73219 100644
--- a/modules/t/test-genome-DBs/mapping/core/meta.txt
+++ b/modules/t/test-genome-DBs/mapping/core/meta.txt
@@ -1,4 +1,4 @@
-1	\N	schema_version	100
+1	\N	schema_version	101
 2	1	assembly.default	MULTIMAP
 3	1	species.taxonomy_id	1
 4	1	assembly.mapping	chromosome:MULTIMAP#contig
@@ -76,3 +76,4 @@
 169	\N	patch	patch_99_100_a.sql|schema_version
 170	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 171	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+172	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/mapping/core/table.sql b/modules/t/test-genome-DBs/mapping/core/table.sql
index 67afcddec3..00baef25db 100644
--- a/modules/t/test-genome-DBs/mapping/core/table.sql
+++ b/modules/t/test-genome-DBs/mapping/core/table.sql
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=172 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=173 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/multi/compara/SQLite/table.sql b/modules/t/test-genome-DBs/multi/compara/SQLite/table.sql
index 0da384e189..2bc662728b 100644
--- a/modules/t/test-genome-DBs/multi/compara/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/multi/compara/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:48 2019
+-- Created on Fri Dec 20 16:28:31 2019
 -- 
 
 BEGIN TRANSACTION;
@@ -426,7 +426,7 @@ CREATE TABLE "homology" (
 -- Table: "homology_member"
 --
 CREATE TABLE "homology_member" (
-  "homology_id" integer NOT NULL,
+  "homology_id" bigint NOT NULL,
   "gene_member_id" integer NOT NULL,
   "seq_member_id" integer,
   "cigar_line" mediumtext,
diff --git a/modules/t/test-genome-DBs/multi/compara/meta.txt b/modules/t/test-genome-DBs/multi/compara/meta.txt
index 711f2ba8a6..2cf2d385be 100644
--- a/modules/t/test-genome-DBs/multi/compara/meta.txt
+++ b/modules/t/test-genome-DBs/multi/compara/meta.txt
@@ -1,4 +1,4 @@
-69	\N	schema_version	100
+72	\N	schema_version	101
 2	\N	schema_type	compara
 3	\N	patch	patch_84_85_a.sql|schema_version
 4	\N	patch	patch_84_85_b.sql|gene_tree_root_attr
@@ -55,3 +55,5 @@
 67	\N	patch	patch_97_98_b.sql|division_name
 68	\N	patch	patch_98_99_a.sql|schema_version
 70	\N	patch	patch_99_100_a.sql|schema_version
+71	\N	patch	patch_99_100_b.sql|homology_id_64-bits
+73	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/multi/compara/table.sql b/modules/t/test-genome-DBs/multi/compara/table.sql
index 7a15ccb8b2..3c454b6935 100644
--- a/modules/t/test-genome-DBs/multi/compara/table.sql
+++ b/modules/t/test-genome-DBs/multi/compara/table.sql
@@ -24,8 +24,8 @@ CREATE TABLE `conservation_score` (
   `genomic_align_block_id` bigint(20) unsigned NOT NULL,
   `window_size` smallint(5) unsigned NOT NULL,
   `position` int(10) unsigned NOT NULL,
-  `expected_score` blob DEFAULT NULL,
-  `diff_score` blob DEFAULT NULL,
+  `expected_score` blob,
+  `diff_score` blob,
   KEY `genomic_align_block_id` (`genomic_align_block_id`,`window_size`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MAX_ROWS=15000000 AVG_ROW_LENGTH=841;
 
@@ -36,8 +36,8 @@ CREATE TABLE `constrained_element` (
   `dnafrag_end` int(12) unsigned NOT NULL,
   `dnafrag_strand` int(2) NOT NULL,
   `method_link_species_set_id` int(10) unsigned NOT NULL,
-  `p_value` double NOT NULL DEFAULT 0,
-  `score` double NOT NULL DEFAULT 0,
+  `p_value` double NOT NULL DEFAULT '0',
+  `score` double NOT NULL DEFAULT '0',
   KEY `dnafrag_id` (`dnafrag_id`),
   KEY `constrained_element_id_idx` (`constrained_element_id`),
   KEY `mlssid_dfId_dfStart_dfEnd_idx` (`method_link_species_set_id`,`dnafrag_id`,`dnafrag_start`,`dnafrag_end`)
@@ -45,23 +45,23 @@ CREATE TABLE `constrained_element` (
 
 CREATE TABLE `dnafrag` (
   `dnafrag_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
-  `length` int(11) NOT NULL DEFAULT 0,
+  `length` int(11) NOT NULL DEFAULT '0',
   `name` varchar(255) NOT NULL DEFAULT '',
   `genome_db_id` int(10) unsigned NOT NULL,
   `coord_system_name` varchar(40) NOT NULL DEFAULT '',
   `cellular_component` enum('NUC','MT','PT') NOT NULL DEFAULT 'NUC',
-  `is_reference` tinyint(1) NOT NULL DEFAULT 1,
-  `codon_table_id` tinyint(2) unsigned NOT NULL DEFAULT 1,
+  `is_reference` tinyint(1) NOT NULL DEFAULT '1',
+  `codon_table_id` tinyint(2) unsigned NOT NULL DEFAULT '1',
   PRIMARY KEY (`dnafrag_id`),
   UNIQUE KEY `name` (`genome_db_id`,`name`)
 ) ENGINE=MyISAM AUTO_INCREMENT=14026981 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `dnafrag_region` (
-  `synteny_region_id` int(10) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_id` bigint(20) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_start` int(10) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_end` int(10) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_strand` tinyint(4) NOT NULL DEFAULT 0,
+  `synteny_region_id` int(10) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_id` bigint(20) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_start` int(10) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_end` int(10) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_strand` tinyint(4) NOT NULL DEFAULT '0',
   KEY `synteny` (`synteny_region_id`,`dnafrag_id`),
   KEY `synteny_reversed` (`dnafrag_id`,`synteny_region_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -72,7 +72,7 @@ CREATE TABLE `exon_boundaries` (
   `dnafrag_start` int(11) NOT NULL,
   `dnafrag_end` int(11) NOT NULL,
   `sequence_length` int(10) unsigned NOT NULL,
-  `left_over` tinyint(1) NOT NULL DEFAULT 0,
+  `left_over` tinyint(1) NOT NULL DEFAULT '0',
   KEY `seq_member_id` (`seq_member_id`),
   KEY `gene_member_id` (`gene_member_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -87,7 +87,7 @@ CREATE TABLE `external_db` (
   `type` enum('ARRAY','ALT_TRANS','ALT_GENE','MISC','LIT','PRIMARY_DB_SYNONYM','ENSEMBL') DEFAULT NULL,
   `secondary_db_name` varchar(255) DEFAULT NULL,
   `secondary_db_table` varchar(255) DEFAULT NULL,
-  `description` text DEFAULT NULL,
+  `description` text,
   PRIMARY KEY (`external_db_id`),
   UNIQUE KEY `db_name_db_release_idx` (`db_name`,`db_release`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -97,7 +97,7 @@ CREATE TABLE `family` (
   `stable_id` varchar(40) NOT NULL,
   `version` int(10) unsigned NOT NULL,
   `method_link_species_set_id` int(10) unsigned NOT NULL,
-  `description` text DEFAULT NULL,
+  `description` text,
   `description_score` double DEFAULT NULL,
   PRIMARY KEY (`family_id`),
   UNIQUE KEY `stable_id` (`stable_id`),
@@ -108,7 +108,7 @@ CREATE TABLE `family` (
 CREATE TABLE `family_member` (
   `family_id` int(10) unsigned NOT NULL,
   `seq_member_id` int(10) unsigned NOT NULL,
-  `cigar_line` mediumtext DEFAULT NULL,
+  `cigar_line` mediumtext,
   PRIMARY KEY (`family_id`,`seq_member_id`),
   KEY `seq_member_id` (`seq_member_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -117,14 +117,14 @@ CREATE TABLE `gene_align` (
   `gene_align_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `seq_type` varchar(40) DEFAULT NULL,
   `aln_method` varchar(40) NOT NULL DEFAULT '',
-  `aln_length` int(10) NOT NULL DEFAULT 0,
+  `aln_length` int(10) NOT NULL DEFAULT '0',
   PRIMARY KEY (`gene_align_id`)
 ) ENGINE=MyISAM AUTO_INCREMENT=100000189 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `gene_align_member` (
   `gene_align_id` int(10) unsigned NOT NULL,
   `seq_member_id` int(10) unsigned NOT NULL,
-  `cigar_line` mediumtext DEFAULT NULL,
+  `cigar_line` mediumtext,
   PRIMARY KEY (`gene_align_id`,`seq_member_id`),
   KEY `seq_member_id` (`seq_member_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -132,13 +132,13 @@ CREATE TABLE `gene_align_member` (
 CREATE TABLE `gene_member` (
   `gene_member_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `stable_id` varchar(128) NOT NULL,
-  `version` int(10) DEFAULT 0,
+  `version` int(10) DEFAULT '0',
   `source_name` enum('ENSEMBLGENE','EXTERNALGENE') NOT NULL,
   `taxon_id` int(10) unsigned NOT NULL,
   `genome_db_id` int(10) unsigned DEFAULT NULL,
   `biotype_group` enum('coding','pseudogene','snoncoding','lnoncoding','mnoncoding','LRG','undefined','no_group','current_notdumped','notcurrent') NOT NULL DEFAULT 'coding',
   `canonical_member_id` int(10) unsigned DEFAULT NULL,
-  `description` text DEFAULT NULL,
+  `description` text,
   `dnafrag_id` bigint(20) unsigned DEFAULT NULL,
   `dnafrag_start` int(10) DEFAULT NULL,
   `dnafrag_end` int(10) DEFAULT NULL,
@@ -159,12 +159,12 @@ CREATE TABLE `gene_member` (
 CREATE TABLE `gene_member_hom_stats` (
   `gene_member_id` int(10) unsigned NOT NULL,
   `collection` varchar(40) NOT NULL,
-  `families` int(10) unsigned NOT NULL DEFAULT 0,
-  `gene_trees` tinyint(1) unsigned NOT NULL DEFAULT 0,
-  `gene_gain_loss_trees` tinyint(1) unsigned NOT NULL DEFAULT 0,
-  `orthologues` int(10) unsigned NOT NULL DEFAULT 0,
-  `paralogues` int(10) unsigned NOT NULL DEFAULT 0,
-  `homoeologues` int(10) unsigned NOT NULL DEFAULT 0,
+  `families` int(10) unsigned NOT NULL DEFAULT '0',
+  `gene_trees` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `gene_gain_loss_trees` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `orthologues` int(10) unsigned NOT NULL DEFAULT '0',
+  `paralogues` int(10) unsigned NOT NULL DEFAULT '0',
+  `homoeologues` int(10) unsigned NOT NULL DEFAULT '0',
   PRIMARY KEY (`gene_member_id`,`collection`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
@@ -184,9 +184,9 @@ CREATE TABLE `gene_tree_node` (
   `node_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `parent_id` int(10) unsigned DEFAULT NULL,
   `root_id` int(10) unsigned DEFAULT NULL,
-  `left_index` int(10) NOT NULL DEFAULT 0,
-  `right_index` int(10) NOT NULL DEFAULT 0,
-  `distance_to_parent` double NOT NULL DEFAULT 1,
+  `left_index` int(10) NOT NULL DEFAULT '0',
+  `right_index` int(10) NOT NULL DEFAULT '0',
+  `distance_to_parent` double NOT NULL DEFAULT '1',
   `seq_member_id` int(10) unsigned DEFAULT NULL,
   PRIMARY KEY (`node_id`),
   KEY `parent_id` (`parent_id`),
@@ -281,8 +281,8 @@ CREATE TABLE `genome_db` (
   `name` varchar(128) NOT NULL DEFAULT '',
   `assembly` varchar(100) NOT NULL DEFAULT '',
   `genebuild` varchar(100) NOT NULL DEFAULT '',
-  `has_karyotype` tinyint(1) NOT NULL DEFAULT 0,
-  `is_good_for_alignment` tinyint(1) NOT NULL DEFAULT 0,
+  `has_karyotype` tinyint(1) NOT NULL DEFAULT '0',
+  `is_good_for_alignment` tinyint(1) NOT NULL DEFAULT '0',
   `genome_component` varchar(5) DEFAULT NULL,
   `strain_name` varchar(40) DEFAULT NULL,
   `display_name` varchar(255) DEFAULT NULL,
@@ -297,13 +297,13 @@ CREATE TABLE `genome_db` (
 CREATE TABLE `genomic_align` (
   `genomic_align_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
   `genomic_align_block_id` bigint(20) unsigned NOT NULL,
-  `method_link_species_set_id` int(10) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_id` bigint(20) unsigned NOT NULL DEFAULT 0,
-  `dnafrag_start` int(10) NOT NULL DEFAULT 0,
-  `dnafrag_end` int(10) NOT NULL DEFAULT 0,
-  `dnafrag_strand` tinyint(4) NOT NULL DEFAULT 0,
+  `method_link_species_set_id` int(10) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_id` bigint(20) unsigned NOT NULL DEFAULT '0',
+  `dnafrag_start` int(10) NOT NULL DEFAULT '0',
+  `dnafrag_end` int(10) NOT NULL DEFAULT '0',
+  `dnafrag_strand` tinyint(4) NOT NULL DEFAULT '0',
   `cigar_line` mediumtext NOT NULL,
-  `visible` tinyint(2) unsigned NOT NULL DEFAULT 1,
+  `visible` tinyint(2) unsigned NOT NULL DEFAULT '1',
   `node_id` bigint(20) unsigned DEFAULT NULL,
   PRIMARY KEY (`genomic_align_id`),
   KEY `genomic_align_block_id` (`genomic_align_block_id`),
@@ -314,12 +314,12 @@ CREATE TABLE `genomic_align` (
 
 CREATE TABLE `genomic_align_block` (
   `genomic_align_block_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
-  `method_link_species_set_id` int(10) unsigned NOT NULL DEFAULT 0,
+  `method_link_species_set_id` int(10) unsigned NOT NULL DEFAULT '0',
   `score` double DEFAULT NULL,
   `perc_id` tinyint(3) unsigned DEFAULT NULL,
   `length` int(10) NOT NULL,
   `group_id` bigint(20) unsigned DEFAULT NULL,
-  `level_id` tinyint(2) unsigned NOT NULL DEFAULT 0,
+  `level_id` tinyint(2) unsigned NOT NULL DEFAULT '0',
   PRIMARY KEY (`genomic_align_block_id`),
   KEY `method_link_species_set_id` (`method_link_species_set_id`)
 ) ENGINE=MyISAM AUTO_INCREMENT=6770001148336 DEFAULT CHARSET=latin1;
@@ -327,12 +327,12 @@ CREATE TABLE `genomic_align_block` (
 CREATE TABLE `genomic_align_tree` (
   `node_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
   `parent_id` bigint(20) unsigned DEFAULT NULL,
-  `root_id` bigint(20) unsigned NOT NULL DEFAULT 0,
-  `left_index` int(10) NOT NULL DEFAULT 0,
-  `right_index` int(10) NOT NULL DEFAULT 0,
+  `root_id` bigint(20) unsigned NOT NULL DEFAULT '0',
+  `left_index` int(10) NOT NULL DEFAULT '0',
+  `right_index` int(10) NOT NULL DEFAULT '0',
   `left_node_id` bigint(10) DEFAULT NULL,
   `right_node_id` bigint(10) DEFAULT NULL,
-  `distance_to_parent` double NOT NULL DEFAULT 1,
+  `distance_to_parent` double NOT NULL DEFAULT '1',
   PRIMARY KEY (`node_id`),
   KEY `parent_id` (`parent_id`),
   KEY `left_index` (`root_id`,`left_index`)
@@ -350,8 +350,8 @@ CREATE TABLE `hmm_curated_annot` (
   `seq_member_stable_id` varchar(40) NOT NULL,
   `model_id` varchar(40) DEFAULT NULL,
   `library_version` varchar(40) NOT NULL,
-  `annot_date` timestamp NOT NULL DEFAULT current_timestamp(),
-  `reason` mediumtext DEFAULT NULL,
+  `annot_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `reason` mediumtext,
   PRIMARY KEY (`seq_member_stable_id`),
   KEY `model_id` (`model_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
@@ -360,16 +360,16 @@ CREATE TABLE `hmm_profile` (
   `model_id` varchar(40) NOT NULL,
   `name` varchar(40) DEFAULT NULL,
   `type` varchar(40) NOT NULL,
-  `compressed_profile` mediumblob DEFAULT NULL,
-  `consensus` mediumtext DEFAULT NULL,
+  `compressed_profile` mediumblob,
+  `consensus` mediumtext,
   PRIMARY KEY (`model_id`,`type`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
 CREATE TABLE `homology` (
-  `homology_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `homology_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
   `method_link_species_set_id` int(10) unsigned NOT NULL,
   `description` enum('ortholog_one2one','ortholog_one2many','ortholog_many2many','within_species_paralog','other_paralog','gene_split','between_species_paralog','alt_allele','homoeolog_one2one','homoeolog_one2many','homoeolog_many2many') NOT NULL,
-  `is_tree_compliant` tinyint(1) NOT NULL DEFAULT 0,
+  `is_tree_compliant` tinyint(1) NOT NULL DEFAULT '0',
   `dn` float(10,5) DEFAULT NULL,
   `ds` float(10,5) DEFAULT NULL,
   `n` float(10,1) DEFAULT NULL,
@@ -389,13 +389,13 @@ CREATE TABLE `homology` (
 ) ENGINE=MyISAM AUTO_INCREMENT=100990070 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `homology_member` (
-  `homology_id` int(10) unsigned NOT NULL,
+  `homology_id` bigint(20) unsigned NOT NULL,
   `gene_member_id` int(10) unsigned NOT NULL,
   `seq_member_id` int(10) unsigned DEFAULT NULL,
-  `cigar_line` mediumtext DEFAULT NULL,
-  `perc_cov` float unsigned DEFAULT 0,
-  `perc_id` float unsigned DEFAULT 0,
-  `perc_pos` float unsigned DEFAULT 0,
+  `cigar_line` mediumtext,
+  `perc_cov` float unsigned DEFAULT '0',
+  `perc_id` float unsigned DEFAULT '0',
+  `perc_pos` float unsigned DEFAULT '0',
   PRIMARY KEY (`homology_id`,`gene_member_id`),
   KEY `gene_member_id` (`gene_member_id`),
   KEY `seq_member_id` (`seq_member_id`)
@@ -404,7 +404,7 @@ CREATE TABLE `homology_member` (
 CREATE TABLE `mapping_session` (
   `mapping_session_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `type` enum('family','tree','hmm') DEFAULT NULL,
-  `when_mapped` timestamp NOT NULL DEFAULT current_timestamp(),
+  `when_mapped` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
   `rel_from` int(10) unsigned DEFAULT NULL,
   `rel_to` int(10) unsigned DEFAULT NULL,
   `prefix` char(4) NOT NULL,
@@ -422,13 +422,13 @@ CREATE TABLE `member_xref` (
 
 CREATE TABLE `meta` (
   `meta_id` int(11) NOT NULL AUTO_INCREMENT,
-  `species_id` int(10) unsigned DEFAULT 1,
+  `species_id` int(10) unsigned DEFAULT '1',
   `meta_key` varchar(40) NOT NULL,
   `meta_value` text NOT NULL,
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`(255)),
   KEY `species_value_idx` (`species_id`,`meta_value`(255))
-) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `method_link` (
   `method_link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
@@ -490,10 +490,10 @@ CREATE TABLE `ncbi_taxa_node` (
   `taxon_id` int(10) unsigned NOT NULL,
   `parent_id` int(10) unsigned NOT NULL,
   `rank` char(32) NOT NULL DEFAULT '',
-  `genbank_hidden_flag` tinyint(1) NOT NULL DEFAULT 0,
-  `left_index` int(10) NOT NULL DEFAULT 0,
-  `right_index` int(10) NOT NULL DEFAULT 0,
-  `root_id` int(10) NOT NULL DEFAULT 1,
+  `genbank_hidden_flag` tinyint(1) NOT NULL DEFAULT '0',
+  `left_index` int(10) NOT NULL DEFAULT '0',
+  `right_index` int(10) NOT NULL DEFAULT '0',
+  `root_id` int(10) NOT NULL DEFAULT '1',
   PRIMARY KEY (`taxon_id`),
   KEY `parent_id` (`parent_id`),
   KEY `rank` (`rank`),
@@ -515,11 +515,11 @@ CREATE TABLE `peptide_align_feature` (
   `hmember_id` int(10) unsigned NOT NULL,
   `qgenome_db_id` int(10) unsigned DEFAULT NULL,
   `hgenome_db_id` int(10) unsigned DEFAULT NULL,
-  `qstart` int(10) NOT NULL DEFAULT 0,
-  `qend` int(10) NOT NULL DEFAULT 0,
-  `hstart` int(11) NOT NULL DEFAULT 0,
-  `hend` int(11) NOT NULL DEFAULT 0,
-  `score` double(16,4) NOT NULL DEFAULT 0.0000,
+  `qstart` int(10) NOT NULL DEFAULT '0',
+  `qend` int(10) NOT NULL DEFAULT '0',
+  `hstart` int(11) NOT NULL DEFAULT '0',
+  `hend` int(11) NOT NULL DEFAULT '0',
+  `score` double(16,4) NOT NULL DEFAULT '0.0000',
   `evalue` double NOT NULL,
   `align_length` int(10) NOT NULL,
   `identical_matches` int(10) NOT NULL,
@@ -527,22 +527,22 @@ CREATE TABLE `peptide_align_feature` (
   `positive_matches` int(10) NOT NULL,
   `perc_pos` int(10) NOT NULL,
   `hit_rank` int(10) NOT NULL,
-  `cigar_line` mediumtext DEFAULT NULL,
+  `cigar_line` mediumtext,
   PRIMARY KEY (`peptide_align_feature_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MAX_ROWS=100000000 AVG_ROW_LENGTH=133;
 
 CREATE TABLE `seq_member` (
   `seq_member_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `stable_id` varchar(128) NOT NULL,
-  `version` int(10) DEFAULT 0,
+  `version` int(10) DEFAULT '0',
   `source_name` enum('ENSEMBLPEP','ENSEMBLTRANS','Uniprot/SPTREMBL','Uniprot/SWISSPROT','EXTERNALPEP','EXTERNALTRANS','EXTERNALCDS') NOT NULL,
   `taxon_id` int(10) unsigned NOT NULL,
   `genome_db_id` int(10) unsigned DEFAULT NULL,
   `sequence_id` int(10) unsigned DEFAULT NULL,
   `gene_member_id` int(10) unsigned DEFAULT NULL,
-  `has_transcript_edits` tinyint(1) NOT NULL DEFAULT 0,
-  `has_translation_edits` tinyint(1) NOT NULL DEFAULT 0,
-  `description` text DEFAULT NULL,
+  `has_transcript_edits` tinyint(1) NOT NULL DEFAULT '0',
+  `has_translation_edits` tinyint(1) NOT NULL DEFAULT '0',
+  `description` text,
   `dnafrag_id` bigint(20) unsigned DEFAULT NULL,
   `dnafrag_start` int(10) DEFAULT NULL,
   `dnafrag_end` int(10) DEFAULT NULL,
@@ -612,9 +612,9 @@ CREATE TABLE `species_tree_node` (
   `node_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `parent_id` int(10) unsigned DEFAULT NULL,
   `root_id` int(10) unsigned DEFAULT NULL,
-  `left_index` int(10) NOT NULL DEFAULT 0,
-  `right_index` int(10) NOT NULL DEFAULT 0,
-  `distance_to_parent` double DEFAULT 1,
+  `left_index` int(10) NOT NULL DEFAULT '0',
+  `right_index` int(10) NOT NULL DEFAULT '0',
+  `distance_to_parent` double DEFAULT '1',
   `taxon_id` int(10) unsigned DEFAULT NULL,
   `genome_db_id` int(10) unsigned DEFAULT NULL,
   `node_name` varchar(255) DEFAULT NULL,
diff --git a/modules/t/test-genome-DBs/mus_musculus/core/SQLite/table.sql b/modules/t/test-genome-DBs/mus_musculus/core/SQLite/table.sql
index 4fbd4c8a38..2359aa4a87 100644
--- a/modules/t/test-genome-DBs/mus_musculus/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/mus_musculus/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:52 2019
+-- Created on Fri Dec 20 16:28:35 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/mus_musculus/core/meta.txt b/modules/t/test-genome-DBs/mus_musculus/core/meta.txt
index 95575b6a50..0d7e745ad0 100644
--- a/modules/t/test-genome-DBs/mus_musculus/core/meta.txt
+++ b/modules/t/test-genome-DBs/mus_musculus/core/meta.txt
@@ -1,5 +1,5 @@
 1	\N	schema_type	core
-2	\N	schema_version	100
+2	\N	schema_version	101
 3	\N	patch	patch_65_66_a.sql|schema_version
 4	\N	patch	patch_65_66_b.sql|fix_external_db_id
 5	\N	patch	patch_65_66_c.sql|reorder_unmapped_obj_index
@@ -193,3 +193,4 @@
 1705	\N	patch	patch_99_100_a.sql|schema_version
 1706	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 1707	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+1708	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/mus_musculus/core/table.sql b/modules/t/test-genome-DBs/mus_musculus/core/table.sql
index 694fe7f52b..7046f52e3e 100644
--- a/modules/t/test-genome-DBs/mus_musculus/core/table.sql
+++ b/modules/t/test-genome-DBs/mus_musculus/core/table.sql
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=1708 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=1709 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/mus_musculus/variation/meta.txt b/modules/t/test-genome-DBs/mus_musculus/variation/meta.txt
index 186af15893..8c83a75f86 100644
--- a/modules/t/test-genome-DBs/mus_musculus/variation/meta.txt
+++ b/modules/t/test-genome-DBs/mus_musculus/variation/meta.txt
@@ -76,3 +76,5 @@
 82	\N	patch	patch_98_99_d.sql|add key data_source_attrib
 83	\N	patch	patch_98_99_e.sql|Fix attrib ids in table variation_citation
 84	\N	patch	patch_99_100_a.sql|schema version
+85	\N	patch	patch_99_100_b.sql|add frequency to structural variation
+86	\N	patch	patch_99_100_c.sql|add class_attrib_id column to phenotype
diff --git a/modules/t/test-genome-DBs/mus_musculus/variation/table.sql b/modules/t/test-genome-DBs/mus_musculus/variation/table.sql
index cb7051359f..694e6e446b 100644
--- a/modules/t/test-genome-DBs/mus_musculus/variation/table.sql
+++ b/modules/t/test-genome-DBs/mus_musculus/variation/table.sql
@@ -186,7 +186,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) NOT NULL,
@@ -220,6 +220,7 @@ CREATE TABLE `phenotype` (
   `stable_id` varchar(255) DEFAULT NULL,
   `name` varchar(50) DEFAULT NULL,
   `description` varchar(255) DEFAULT NULL,
+  `class_attrib_id` int(11) DEFAULT NULL,
   PRIMARY KEY (`phenotype_id`),
   UNIQUE KEY `desc_idx` (`description`),
   KEY `name_idx` (`name`),
@@ -473,6 +474,8 @@ CREATE TABLE `structural_variation_feature` (
   `somatic` tinyint(1) NOT NULL DEFAULT '0',
   `breakpoint_order` tinyint(4) DEFAULT NULL,
   `length` int(10) DEFAULT NULL,
+  `allele_freq` float DEFAULT NULL,
+  `allele_count` int(10) unsigned DEFAULT NULL,
   PRIMARY KEY (`structural_variation_feature_id`),
   KEY `pos_idx` (`seq_region_id`,`seq_region_start`,`seq_region_end`),
   KEY `structural_variation_idx` (`structural_variation_id`),
diff --git a/modules/t/test-genome-DBs/nameless/core/SQLite/table.sql b/modules/t/test-genome-DBs/nameless/core/SQLite/table.sql
index d8ca0a6b16..07ffd9da48 100644
--- a/modules/t/test-genome-DBs/nameless/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/nameless/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:55 2019
+-- Created on Fri Dec 20 16:28:38 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/nameless/core/meta.txt b/modules/t/test-genome-DBs/nameless/core/meta.txt
index 10ac39f81c..44579737ea 100644
--- a/modules/t/test-genome-DBs/nameless/core/meta.txt
+++ b/modules/t/test-genome-DBs/nameless/core/meta.txt
@@ -1,4 +1,4 @@
-1	\N	schema_version	100
+1	\N	schema_version	101
 2	1	assembly.default	NCBI34
 3	1	species.taxonomy_id	9606
 26	1	species.classification	Homo sapiens
@@ -114,3 +114,4 @@
 168	\N	patch	patch_99_100_a.sql|schema_version
 169	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 170	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+171	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/nameless/core/table.sql b/modules/t/test-genome-DBs/nameless/core/table.sql
index 663e9a0280..c6cb14103b 100644
--- a/modules/t/test-genome-DBs/nameless/core/table.sql
+++ b/modules/t/test-genome-DBs/nameless/core/table.sql
@@ -480,7 +480,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=171 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=172 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/ontology/ontology/SQLite/table.sql b/modules/t/test-genome-DBs/ontology/ontology/SQLite/table.sql
index 8bbd182c6d..7c08d07cdf 100644
--- a/modules/t/test-genome-DBs/ontology/ontology/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/ontology/ontology/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:56 2019
+-- Created on Fri Dec 20 16:28:40 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/ontology/ontology/meta.txt b/modules/t/test-genome-DBs/ontology/ontology/meta.txt
index f6c29f8de2..652cefd211 100644
--- a/modules/t/test-genome-DBs/ontology/ontology/meta.txt
+++ b/modules/t/test-genome-DBs/ontology/ontology/meta.txt
@@ -9,7 +9,7 @@
 10	patch	patch_72_73_b.sql|meta	\N
 12	patch	patch_73_74_a.sql|schema_version	\N
 14	patch	patch_74_75_a.sql|schema_version	\N
-15	schema_version	100	\N
+15	schema_version	101	\N
 16	patch	patch_75_76_a.sql|schema_version	\N
 17	patch	patch_76_77_a.sql|schema_version	\N
 18	patch	patch_77_78_a.sql|schema_version	\N
@@ -43,3 +43,4 @@
 46	patch	patch_97_98_a.sql|schema_version	\N
 47	patch	patch_98_99_a.sql|schema_version	\N
 48	patch	patch_99_100_a.sql|schema_version	\N
+49	patch	patch_100_101_a.sql|schema_version	\N
diff --git a/modules/t/test-genome-DBs/ontology/ontology/table.sql b/modules/t/test-genome-DBs/ontology/ontology/table.sql
index e21af72409..e1d4f4cee4 100644
--- a/modules/t/test-genome-DBs/ontology/ontology/table.sql
+++ b/modules/t/test-genome-DBs/ontology/ontology/table.sql
@@ -141,7 +141,7 @@ CREATE TABLE `meta` (
   `species_id` int(10) unsigned DEFAULT NULL,
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `key_value_idx` (`meta_key`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
 CREATE TABLE `ontology` (
   `ontology_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
@@ -196,13 +196,13 @@ CREATE TABLE `synonym` (
 CREATE TABLE `term` (
   `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `ontology_id` int(10) unsigned NOT NULL,
-  `subsets` text COLLATE utf8_unicode_ci DEFAULT NULL,
+  `subsets` text COLLATE utf8_unicode_ci,
   `accession` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
   `name` varchar(255) CHARACTER SET utf8 NOT NULL,
-  `definition` text CHARACTER SET utf8 DEFAULT NULL,
-  `is_root` int(11) NOT NULL DEFAULT 0,
-  `is_obsolete` int(11) NOT NULL DEFAULT 0,
-  `iri` text COLLATE utf8_unicode_ci DEFAULT NULL,
+  `definition` text CHARACTER SET utf8,
+  `is_root` int(11) NOT NULL DEFAULT '0',
+  `is_obsolete` int(11) NOT NULL DEFAULT '0',
+  `iri` text COLLATE utf8_unicode_ci,
   PRIMARY KEY (`term_id`),
   UNIQUE KEY `accession` (`accession`),
   UNIQUE KEY `term_ontology_acc_idx` (`ontology_id`,`accession`),
diff --git a/modules/t/test-genome-DBs/polyploidy/core/SQLite/table.sql b/modules/t/test-genome-DBs/polyploidy/core/SQLite/table.sql
index 9899e52afc..dced4ebd3e 100644
--- a/modules/t/test-genome-DBs/polyploidy/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/polyploidy/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:11:59 2019
+-- Created on Fri Dec 20 16:28:43 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/polyploidy/core/meta.txt b/modules/t/test-genome-DBs/polyploidy/core/meta.txt
index 19548e74ca..bfcec30e6d 100644
--- a/modules/t/test-genome-DBs/polyploidy/core/meta.txt
+++ b/modules/t/test-genome-DBs/polyploidy/core/meta.txt
@@ -1,5 +1,5 @@
 1	\N	schema_type	core
-2	\N	schema_version	100
+2	\N	schema_version	101
 3	\N	patch	patch_68_69_a.sql|schema_version
 4	1	species.taxonomy_id	4565
 6	1	species.alias	bread wheat
@@ -169,3 +169,4 @@
 249	\N	patch	patch_99_100_a.sql|schema_version
 250	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 251	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+252	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/polyploidy/core/table.sql b/modules/t/test-genome-DBs/polyploidy/core/table.sql
index 906583cc6a..4bfe89d215 100644
--- a/modules/t/test-genome-DBs/polyploidy/core/table.sql
+++ b/modules/t/test-genome-DBs/polyploidy/core/table.sql
@@ -490,7 +490,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=253 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
diff --git a/modules/t/test-genome-DBs/test_collection/core/SQLite/table.sql b/modules/t/test-genome-DBs/test_collection/core/SQLite/table.sql
index dceb106b35..43cbad0024 100644
--- a/modules/t/test-genome-DBs/test_collection/core/SQLite/table.sql
+++ b/modules/t/test-genome-DBs/test_collection/core/SQLite/table.sql
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Tue Dec 17 13:12:02 2019
+-- Created on Fri Dec 20 16:28:47 2019
 -- 
 
 BEGIN TRANSACTION;
diff --git a/modules/t/test-genome-DBs/test_collection/core/meta.txt b/modules/t/test-genome-DBs/test_collection/core/meta.txt
index 48b8e20c70..0bdb757f1d 100644
--- a/modules/t/test-genome-DBs/test_collection/core/meta.txt
+++ b/modules/t/test-genome-DBs/test_collection/core/meta.txt
@@ -39,7 +39,7 @@
 190	\N	patch	patch_83_84_c.sql|protein_feature_unique
 191	\N	patch	patch_83_84_d.sql|longer_synonym
 1	\N	schema_type	core
-2	\N	schema_version	100
+2	\N	schema_version	101
 8	1	assembly.accession	GCA_000292705.1
 10	1	assembly.date	2012-08
 7	1	assembly.default	GCA_000292705.1
@@ -189,3 +189,4 @@
 231	\N	patch	patch_99_100_a.sql|schema_version
 232	\N	patch	patch_99_100_b.sql|alter_externaldb_type_notnull
 233	\N	patch	patch_99_100_c.sql|alter_mapping_session_assembly_length
+234	\N	patch	patch_100_101_a.sql|schema_version
diff --git a/modules/t/test-genome-DBs/test_collection/core/table.sql b/modules/t/test-genome-DBs/test_collection/core/table.sql
index 4e9624bd6f..6bca099285 100644
--- a/modules/t/test-genome-DBs/test_collection/core/table.sql
+++ b/modules/t/test-genome-DBs/test_collection/core/table.sql
@@ -480,7 +480,7 @@ CREATE TABLE `meta` (
   PRIMARY KEY (`meta_id`),
   UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
   KEY `species_value_idx` (`species_id`,`meta_value`)
-) ENGINE=MyISAM AUTO_INCREMENT=234 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=235 DEFAULT CHARSET=latin1;
 
 CREATE TABLE `meta_coord` (
   `table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
-- 
GitLab


From 866a6ba68cc2f1efd573665f8d88a7963881f881 Mon Sep 17 00:00:00 2001
From: Matthieu Muffato <muffato@ebi.ac.uk>
Date: Thu, 2 Jan 2020 10:40:39 +0000
Subject: [PATCH 05/12] [annual copyright updater]. Bugfix: do not touch
 symbolic links

---
 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 d1b7c140f5..f6076546e7 100755
--- a/misc-scripts/annual_copyright_updater.sh
+++ b/misc-scripts/annual_copyright_updater.sh
@@ -39,7 +39,7 @@ for var in $dirs; do
 
   echo "About to scan $(pwd) for files to replace '$search' with '$replacement'"
 
-  for file in $(grep -R --files-with-matches "$search" --exclude-dir=.git .); do
+  for file in $(grep -r --files-with-matches "$search" --exclude-dir=.git .); do
     echo "Replacing date in $file"
     if [ "$(uname)" = "Darwin" ]; then
       LC_CTYPE=C LANG=C sed -i '' -e "s/$search/$replacement/g" $file
-- 
GitLab


From 3122cdd133d942f10f9190fa6355d747d33560d1 Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Thu, 2 Jan 2020 12:08:05 +0000
Subject: [PATCH 06/12] Yearly copyright update

---
 LICENSE                                                         | 2 +-
 misc-scripts/CreateFile4CopyDBoverServer.pl                     | 2 +-
 misc-scripts/alt_alleles/alt_alleles.pl                         | 2 +-
 misc-scripts/annual_copyright_updater.sh                        | 2 +-
 misc-scripts/assembly/AssemblyMapper/BlastzAligner.pm           | 2 +-
 misc-scripts/assembly/EXAMPLE.use_mapping.pl                    | 2 +-
 misc-scripts/assembly/align_by_clone_identity.pl                | 2 +-
 misc-scripts/assembly/align_nonident_regions.pl                 | 2 +-
 misc-scripts/assembly/align_nonident_regions_wrapper.pl         | 2 +-
 misc-scripts/assembly/check_mapping.pl                          | 2 +-
 misc-scripts/assembly/cleanup_tmp_tables.sql                    | 2 +-
 misc-scripts/assembly/compare_assemblies.pl                     | 2 +-
 misc-scripts/assembly/conservation_statistics.pl                | 2 +-
 misc-scripts/assembly/ensembl_assembly_to_chain.pl              | 2 +-
 misc-scripts/assembly/exon_conservation_check.pl                | 2 +-
 misc-scripts/assembly/find_overlaps.pl                          | 2 +-
 misc-scripts/assembly/fix_asm_overlaps.pl                       | 2 +-
 misc-scripts/assembly/fix_cmp_overlaps.pl                       | 2 +-
 misc-scripts/assembly/fix_overlaps.pl                           | 2 +-
 misc-scripts/assembly/load_alternative_assembly.pl              | 2 +-
 misc-scripts/assembly/load_feature_mappings.pl                  | 2 +-
 misc-scripts/assembly/load_patch_fix_to_ref.pl                  | 2 +-
 misc-scripts/assembly/mapping_stats.pl                          | 2 +-
 misc-scripts/assembly/merge_cmp_gaps.pl                         | 2 +-
 misc-scripts/assembly/test_assembly_mapping.pl                  | 2 +-
 misc-scripts/canonical_transcripts/emit_canonical_encodings.pl  | 2 +-
 .../canonical_transcripts/select_canonical_transcripts.pl       | 2 +-
 misc-scripts/cloud/EnsCloud/Cmd.pm                              | 2 +-
 misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm     | 2 +-
 misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm                 | 2 +-
 misc-scripts/cloud/EnsCloud/Describer.pm                        | 2 +-
 misc-scripts/cloud/EnsCloud/Image.pm                            | 2 +-
 misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm               | 2 +-
 misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm        | 2 +-
 .../cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm | 2 +-
 misc-scripts/cloud/ecloud                                       | 2 +-
 misc-scripts/core_tutorial_test/test_code_from_html.pl          | 2 +-
 misc-scripts/db/cleanup_tmp_tables.pl                           | 2 +-
 misc-scripts/db/convert_tables_MyISAM_InnoDB.pl                 | 2 +-
 misc-scripts/db/cp_mysqldb                                      | 2 +-
 misc-scripts/db/db-space.pl                                     | 2 +-
 misc-scripts/db/dump_mysql.pl                                   | 2 +-
 misc-scripts/db/fingerprint_db.pl                               | 2 +-
 misc-scripts/db/kill_process_by_db.pl                           | 2 +-
 misc-scripts/db/multidb_sql.pl                                  | 2 +-
 misc-scripts/db/mv_mysqldb                                      | 2 +-
 misc-scripts/db/remove_mysqldb.pl                               | 2 +-
 misc-scripts/db/search_dbs.pl                                   | 2 +-
 misc-scripts/doxygen_filter/EnsEMBL/Filter.pm                   | 2 +-
 misc-scripts/doxygen_filter/EnsEMBL/PerlFilter.pm               | 2 +-
 misc-scripts/doxygen_filter/ensembldoxygenfilter.pl             | 2 +-
 misc-scripts/email_blatter.sh                                   | 2 +-
 misc-scripts/frameshift_transcript_attribs.pl                   | 2 +-
 misc-scripts/generate_stable_ids.pl                             | 2 +-
 misc-scripts/gifts_import/populate_protein_feature.pl           | 2 +-
 misc-scripts/id_mapping/dump_by_seq_region.pl                   | 2 +-
 misc-scripts/id_mapping/dump_cache.pl                           | 2 +-
 misc-scripts/id_mapping/fake_stable_id_mapping.pl               | 2 +-
 misc-scripts/id_mapping/id_mapping.pl                           | 2 +-
 misc-scripts/id_mapping/myRun.ksh                               | 2 +-
 misc-scripts/id_mapping/run.pl                                  | 2 +-
 misc-scripts/id_mapping/synteny_rescore.pl                      | 2 +-
 misc-scripts/id_mapping/utils/batch_id_history.pl               | 2 +-
 misc-scripts/id_mapping/utils/compare_results.pl                | 2 +-
 misc-scripts/id_mapping/utils/compare_scores.pl                 | 2 +-
 misc-scripts/id_mapping/utils/dump_scores.pl                    | 2 +-
 misc-scripts/id_mapping/utils/id_mapping_clean.sql              | 2 +-
 misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl       | 2 +-
 misc-scripts/id_mapping/utils/myManager.ksh                     | 2 +-
 misc-scripts/import/import_bed_simple_feature.pl                | 2 +-
 misc-scripts/import/import_recombinant_hotspots.pl              | 2 +-
 misc-scripts/import/karyotype_rank_assigner.pl                  | 2 +-
 misc-scripts/import/sort_feature_table.pl                       | 2 +-
 misc-scripts/load_databases/load_database_from_ftp_site.pl      | 2 +-
 misc-scripts/load_databases/load_multiple_databases.pl          | 2 +-
 misc-scripts/meta_coord/update_meta_coord.pl                    | 2 +-
 misc-scripts/meta_levels.pl                                     | 2 +-
 misc-scripts/mouse_knockouts/IKMC_get_data.pl                   | 2 +-
 misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl     | 2 +-
 misc-scripts/ping_ensembl.pl                                    | 2 +-
 misc-scripts/repeats/repeat-libraries.pl                        | 2 +-
 misc-scripts/repeats/repeat-types.pl                            | 2 +-
 misc-scripts/repeats/shrink_trfs.pl                             | 2 +-
 misc-scripts/repeats/vega_repeat_libraries.pl                   | 2 +-
 misc-scripts/schema_patcher.pl                                  | 2 +-
 misc-scripts/stable_id_lookup/populate_stable_id_lookup.pl      | 2 +-
 misc-scripts/stable_id_lookup/sql/tables.sql                    | 2 +-
 misc-scripts/surgery/SchemaConverter.pm                         | 2 +-
 misc-scripts/surgery/SeqStoreConverter/AnophelesGambiae.pm      | 2 +-
 misc-scripts/surgery/SeqStoreConverter/ApisMellifera.pm         | 2 +-
 misc-scripts/surgery/SeqStoreConverter/BasicConverter.pm        | 2 +-
 .../surgery/SeqStoreConverter/CaenorhabditisBriggsae.pm         | 2 +-
 misc-scripts/surgery/SeqStoreConverter/CaenorhabditisElegans.pm | 2 +-
 misc-scripts/surgery/SeqStoreConverter/CanisFamiliaris.pm       | 2 +-
 misc-scripts/surgery/SeqStoreConverter/DanioRerio.pm            | 2 +-
 .../surgery/SeqStoreConverter/DrosophilaMelanogaster.pm         | 2 +-
 misc-scripts/surgery/SeqStoreConverter/FuguRubripes.pm          | 2 +-
 misc-scripts/surgery/SeqStoreConverter/GallusGallus.pm          | 2 +-
 misc-scripts/surgery/SeqStoreConverter/HomoSapiens.pm           | 2 +-
 misc-scripts/surgery/SeqStoreConverter/MusMusculus.pm           | 2 +-
 misc-scripts/surgery/SeqStoreConverter/PanTroglodytes.pm        | 2 +-
 misc-scripts/surgery/SeqStoreConverter/RattusNorvegicus.pm      | 2 +-
 misc-scripts/surgery/SeqStoreConverter/vega/CanisFamiliaris.pm  | 2 +-
 misc-scripts/surgery/SeqStoreConverter/vega/DanioRerio.pm       | 2 +-
 misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm      | 2 +-
 misc-scripts/surgery/SeqStoreConverter/vega/MusMusculus.pm      | 2 +-
 misc-scripts/surgery/SeqStoreConverter/vega/VBasicConverter.pm  | 2 +-
 misc-scripts/surgery/convert_seqstore.pl                        | 2 +-
 misc-scripts/surgery/create_fixsql.pl                           | 2 +-
 misc-scripts/surgery/fuller_test_genome_9_chr20.pl              | 2 +-
 misc-scripts/surgery/push_align_features.pl                     | 2 +-
 misc-scripts/surgery/set_nonredundant_attribs.pl                | 2 +-
 misc-scripts/surgery/shortintrons2frameshifts.pl                | 2 +-
 misc-scripts/transfer_karyotype.pl                              | 2 +-
 misc-scripts/update_mapping_set.pl                              | 2 +-
 misc-scripts/web_stats.sh                                       | 2 +-
 misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm             | 2 +-
 misc-scripts/xref_mapping/XrefMapper/ChecksumMapper.pm          | 2 +-
 misc-scripts/xref_mapping/XrefMapper/CoordinateMapper.pm        | 2 +-
 misc-scripts/xref_mapping/XrefMapper/CoreInfo.pm                | 2 +-
 misc-scripts/xref_mapping/XrefMapper/DirectXrefs.pm             | 2 +-
 misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm            | 2 +-
 misc-scripts/xref_mapping/XrefMapper/LoadMapper.pm              | 2 +-
 misc-scripts/xref_mapping/XrefMapper/Methods/ChecksumBasic.pm   | 2 +-
 misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBasic.pm  | 2 +-
 misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBest1.pm  | 2 +-
 .../xref_mapping/XrefMapper/Methods/ExonerateGappedBest1.pm     | 2 +-
 .../XrefMapper/Methods/ExonerateGappedBest1_55_perc_id.pm       | 2 +-
 .../xref_mapping/XrefMapper/Methods/ExonerateGappedBest5.pm     | 2 +-
 .../XrefMapper/Methods/ExonerateGappedBest5_55_perc_id.pm       | 2 +-
 .../XrefMapper/Methods/ExonerateGappedBest5_subtran.pm          | 2 +-
 .../XrefMapper/Methods/ExonerateGappedBest_100_perc_id.pm       | 2 +-
 .../XrefMapper/Methods/ExonerateGappedBest_90_perc_id.pm        | 2 +-
 .../xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm   | 2 +-
 .../XrefMapper/Methods/LocalExonerateGappedBest1.pm             | 2 +-
 misc-scripts/xref_mapping/XrefMapper/Methods/MySQLChecksum.pm   | 2 +-
 .../xref_mapping/XrefMapper/Methods/PBSExonerateGappedBest1.pm  | 2 +-
 misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm          | 2 +-
 misc-scripts/xref_mapping/XrefMapper/ProcessMappings.pm         | 2 +-
 misc-scripts/xref_mapping/XrefMapper/ProcessPaired.pm           | 2 +-
 misc-scripts/xref_mapping/XrefMapper/ProcessPrioritys.pm        | 2 +-
 misc-scripts/xref_mapping/XrefMapper/RNACentralMapper.pm        | 2 +-
 misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm            | 2 +-
 misc-scripts/xref_mapping/XrefMapper/TestMappings.pm            | 2 +-
 misc-scripts/xref_mapping/XrefMapper/UniParcMapper.pm           | 2 +-
 misc-scripts/xref_mapping/XrefMapper/VBCoordinateMapper.pm      | 2 +-
 misc-scripts/xref_mapping/XrefMapper/XrefLoader.pm              | 2 +-
 misc-scripts/xref_mapping/XrefMapper/aedes_aegypti.pm           | 2 +-
 misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm       | 2 +-
 misc-scripts/xref_mapping/XrefMapper/culex_quinquefasciatus.pm  | 2 +-
 misc-scripts/xref_mapping/XrefMapper/danio_rerio.pm             | 2 +-
 misc-scripts/xref_mapping/XrefMapper/db.pm                      | 2 +-
 misc-scripts/xref_mapping/XrefMapper/drosophila.pm              | 2 +-
 misc-scripts/xref_mapping/XrefMapper/eukaryota.pm               | 2 +-
 misc-scripts/xref_mapping/XrefMapper/fugu_rubripes.pm           | 2 +-
 misc-scripts/xref_mapping/XrefMapper/homo_sapiens.pm            | 2 +-
 misc-scripts/xref_mapping/XrefMapper/ixodes_scapularis.pm       | 2 +-
 misc-scripts/xref_mapping/XrefMapper/mus_musculus.pm            | 2 +-
 misc-scripts/xref_mapping/XrefMapper/neurospora_crassa.pm       | 2 +-
 .../xref_mapping/XrefMapper/ornithorhynchus_anatinus.pm         | 2 +-
 misc-scripts/xref_mapping/XrefMapper/parasite.pm                | 2 +-
 misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm       | 2 +-
 .../xref_mapping/XrefMapper/saccharomyces_cerevisiae.pm         | 2 +-
 .../xref_mapping/XrefMapper/schizosaccharomyces_pombe.pm        | 2 +-
 misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm              | 2 +-
 misc-scripts/xref_mapping/XrefMapper/tetraodon_nigroviridis.pm  | 2 +-
 misc-scripts/xref_mapping/XrefMapper/wormbase.pm                | 2 +-
 misc-scripts/xref_mapping/XrefMapper/xenopus_tropicalis.pm      | 2 +-
 misc-scripts/xref_mapping/XrefParser/AedesCAPParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/AedesGenBankParser.pm      | 2 +-
 misc-scripts/xref_mapping/XrefParser/AgilentParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/AnoXcelParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/AnophelesSymbolParser.pm   | 2 +-
 misc-scripts/xref_mapping/XrefParser/ArrayExpressParser.pm      | 2 +-
 misc-scripts/xref_mapping/XrefParser/BaseParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm     | 2 +-
 .../xref_mapping/XrefParser/Broad_MagnaportheDBParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/CCDSParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/CeleraParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/CeleraProteinParser.pm     | 2 +-
 misc-scripts/xref_mapping/XrefParser/CeleraTranscriptParser.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/ChecksumParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/CodelinkParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/CoordinateParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/CoreXrefParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/DBASSParser.pm             | 2 +-
 misc-scripts/xref_mapping/XrefParser/Database.pm                | 2 +-
 misc-scripts/xref_mapping/XrefParser/DatabaseParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/DirectParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/ECParser.pm                | 2 +-
 misc-scripts/xref_mapping/XrefParser/EG_DBParser.pm             | 2 +-
 misc-scripts/xref_mapping/XrefParser/EntrezGeneParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/FantomParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/FastaParser.pm             | 2 +-
 misc-scripts/xref_mapping/XrefParser/FetchFiles.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/GOParser.pm                | 2 +-
 misc-scripts/xref_mapping/XrefParser/GOSlimParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/GrameneOntologyParser.pm   | 2 +-
 misc-scripts/xref_mapping/XrefParser/GramenePathwayParser.pm    | 2 +-
 misc-scripts/xref_mapping/XrefParser/HGNCParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/HGNC_CCDSParser.pm         | 2 +-
 misc-scripts/xref_mapping/XrefParser/HPAParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/IKMCParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/IPIParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/IlluminaParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/IlluminaWGParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/ImmunoDBParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/InterproFromCoreParser.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/IxodesCAPParser.pm         | 2 +-
 misc-scripts/xref_mapping/XrefParser/JGI_Parser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/JGI_ProteinParser.pm       | 2 +-
 misc-scripts/xref_mapping/XrefParser/MGIParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/MGI_CCDS_Parser.pm         | 2 +-
 misc-scripts/xref_mapping/XrefParser/MGI_Desc_Parser.pm         | 2 +-
 misc-scripts/xref_mapping/XrefParser/MIMParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/Mim2GeneParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/OTTTParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/OrphanetParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/PGSCParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/PHIbaseParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/PhytozomeGmaxParser.pm     | 2 +-
 misc-scripts/xref_mapping/XrefParser/PomBaseParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/ProcessData.pm             | 2 +-
 misc-scripts/xref_mapping/XrefParser/RFAMParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/RGDParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/ReactomeParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/RefSeqCoordinateParser.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/RefSeqParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/RefSeq_CCDSParser.pm       | 2 +-
 misc-scripts/xref_mapping/XrefParser/SGDParser.pm               | 2 +-
 misc-scripts/xref_mapping/XrefParser/SegmentParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/TAIRIDParser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm      | 2 +-
 misc-scripts/xref_mapping/XrefParser/UCSCParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/UCSC_human_parser.pm       | 2 +-
 misc-scripts/xref_mapping/XrefParser/UCSC_mouse_parser.pm       | 2 +-
 misc-scripts/xref_mapping/XrefParser/UniGeneParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/UniProtDirectParser.pm     | 2 +-
 misc-scripts/xref_mapping/XrefParser/UniProtParser.pm           | 2 +-
 .../xref_mapping/XrefParser/UniProtParser_descriptions_only.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/UniProtVarSplicParser.pm   | 2 +-
 misc-scripts/xref_mapping/XrefParser/VBCommunitySymbolParser.pm | 2 +-
 .../xref_mapping/XrefParser/VBCommunitySynonymParser.pm         | 2 +-
 .../xref_mapping/XrefParser/VBExternalDescriptionParser.pm      | 2 +-
 misc-scripts/xref_mapping/XrefParser/VBPubMedParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/VBRNADescriptionParser.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/VBribosomalParser.pm       | 2 +-
 misc-scripts/xref_mapping/XrefParser/VGNCParser.pm              | 2 +-
 misc-scripts/xref_mapping/XrefParser/VbDirectParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/VbGFF3Parser.pm            | 2 +-
 misc-scripts/xref_mapping/XrefParser/VegaOfficialNameParser.pm  | 2 +-
 misc-scripts/xref_mapping/XrefParser/WilsonAffyParser.pm        | 2 +-
 misc-scripts/xref_mapping/XrefParser/WormPepParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/WormbaseCElegansBase.pm    | 2 +-
 .../xref_mapping/XrefParser/WormbaseCElegansRefSeqGPFFParser.pm | 2 +-
 .../xref_mapping/XrefParser/WormbaseCElegansUniProtParser.pm    | 2 +-
 .../xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm   | 2 +-
 misc-scripts/xref_mapping/XrefParser/WormbaseDirectParser.pm    | 2 +-
 misc-scripts/xref_mapping/XrefParser/XenopusJamboreeParser.pm   | 2 +-
 misc-scripts/xref_mapping/XrefParser/ZFINDescParser.pm          | 2 +-
 misc-scripts/xref_mapping/XrefParser/ZFINParser.pm              | 2 +-
 .../xref_mapping/XrefParser/curated_transcriptParser.pm         | 2 +-
 misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/ncRNAParser.pm             | 2 +-
 misc-scripts/xref_mapping/XrefParser/ncRNA_DBParser.pm          | 2 +-
 misc-scripts/xref_mapping/compare_displays.pl                   | 2 +-
 misc-scripts/xref_mapping/compare_mapping.pl                    | 2 +-
 misc-scripts/xref_mapping/compare_xrefs_by_source.pl            | 2 +-
 misc-scripts/xref_mapping/convert_xrefs_to_all_translations.pl  | 2 +-
 misc-scripts/xref_mapping/core_vega_link_check.pl               | 2 +-
 misc-scripts/xref_mapping/gen_perc_file.pl                      | 2 +-
 misc-scripts/xref_mapping/generate_csv_graph_file.pl            | 2 +-
 misc-scripts/xref_mapping/list_xrefs.pl                         | 2 +-
 misc-scripts/xref_mapping/sql/table.sql                         | 2 +-
 misc-scripts/xref_mapping/test_mapping_files.pl                 | 2 +-
 misc-scripts/xref_mapping/test_xref_mapper.pl                   | 2 +-
 misc-scripts/xref_mapping/xref_config2sql.pl                    | 2 +-
 misc-scripts/xref_mapping/xref_data_analysis.pl                 | 2 +-
 misc-scripts/xref_mapping/xref_mapper.pl                        | 2 +-
 misc-scripts/xref_mapping/xref_mindmap/generate_xref_mindmap.pl | 2 +-
 misc-scripts/xref_mapping/xref_mindmap/sql/tables.sql           | 2 +-
 misc-scripts/xref_mapping/xref_mindmap/sql/update.sql           | 2 +-
 misc-scripts/xref_mapping/xref_parser.pl                        | 2 +-
 misc-scripts/xref_mapping/xref_tracker.pl                       | 2 +-
 modules/Bio/EnsEMBL/AltAlleleGroup.pm                           | 2 +-
 modules/Bio/EnsEMBL/Analysis.pm                                 | 2 +-
 modules/Bio/EnsEMBL/Analysis/PairAlign.pm                       | 2 +-
 modules/Bio/EnsEMBL/Analysis/Programs.pm                        | 2 +-
 modules/Bio/EnsEMBL/ApiVersion.pm                               | 2 +-
 modules/Bio/EnsEMBL/ArchiveStableId.pm                          | 2 +-
 modules/Bio/EnsEMBL/AssemblyExceptionFeature.pm                 | 2 +-
 modules/Bio/EnsEMBL/AssemblyMapper.pm                           | 2 +-
 modules/Bio/EnsEMBL/Attribute.pm                                | 2 +-
 modules/Bio/EnsEMBL/BaseAlignFeature.pm                         | 2 +-
 modules/Bio/EnsEMBL/Biotype.pm                                  | 2 +-
 modules/Bio/EnsEMBL/CDS.pm                                      | 2 +-
 modules/Bio/EnsEMBL/ChainedAssemblyMapper.pm                    | 2 +-
 modules/Bio/EnsEMBL/CircularSlice.pm                            | 2 +-
 modules/Bio/EnsEMBL/CoordSystem.pm                              | 2 +-
 modules/Bio/EnsEMBL/DB/ExternalFeatureFactoryI.pm               | 2 +-
 modules/Bio/EnsEMBL/DBEntry.pm                                  | 2 +-
 modules/Bio/EnsEMBL/DBFile/CollectionAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBFile/FileAdaptor.pm                       | 2 +-
 modules/Bio/EnsEMBL/DBLoader.pm                                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AltAlleleGroupAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm                    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm             | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AssemblyExceptionFeatureAdaptor.pm    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AssemblySliceAdaptor.pm               | 2 +-
 modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm                   | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm                        | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm            | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BaseMetaContainer.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BaseSequenceAdaptor.pm                | 2 +-
 modules/Bio/EnsEMBL/DBSQL/BiotypeAdaptor.pm                     | 2 +-
 modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm                          | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DBConnection.pm                       | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm                     | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DataFileAdaptor.pm                    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DensityFeatureAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DensityTypeAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm             | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver.pm                             | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/Oracle.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/Pg.pm                          | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/SQLite.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/Sybase.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/TestDummy.pm                   | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/mysql.pm                       | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Driver/odbc.pm                        | 2 +-
 modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm                        | 2 +-
 modules/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm               | 2 +-
 modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm                        | 2 +-
 modules/Bio/EnsEMBL/DBSQL/GenomeContainer.pm                    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/IntronSupportingEvidenceAdaptor.pm    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/KaryotypeBandAdaptor.pm               | 2 +-
 modules/Bio/EnsEMBL/DBSQL/MergedAdaptor.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/MetaContainer.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/MetaCoordContainer.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm                     | 2 +-
 modules/Bio/EnsEMBL/DBSQL/OntologyDBAdaptor.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/OntologyTermAdaptor.pm                | 2 +-
 modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm                      | 2 +-
 modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm            | 2 +-
 modules/Bio/EnsEMBL/DBSQL/PredictionExonAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DBSQL/PredictionTranscriptAdaptor.pm        | 2 +-
 modules/Bio/EnsEMBL/DBSQL/ProteinAlignFeatureAdaptor.pm         | 2 +-
 modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DBSQL/ProxyDBConnection.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/RepeatConsensusAdaptor.pm             | 2 +-
 modules/Bio/EnsEMBL/DBSQL/RepeatFeatureAdaptor.pm               | 2 +-
 modules/Bio/EnsEMBL/DBSQL/SeqRegionSynonymAdaptor.pm            | 2 +-
 modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm                    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm               | 2 +-
 modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm                       | 2 +-
 modules/Bio/EnsEMBL/DBSQL/StatementHandle.pm                    | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm                | 2 +-
 modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/SupportingFeatureAdaptor.pm           | 2 +-
 modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm                  | 2 +-
 modules/Bio/EnsEMBL/DBSQL/TranscriptSupportingFeatureAdaptor.pm | 2 +-
 modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm                 | 2 +-
 modules/Bio/EnsEMBL/DBSQL/UnmappedObjectAdaptor.pm              | 2 +-
 modules/Bio/EnsEMBL/DataFile.pm                                 | 2 +-
 modules/Bio/EnsEMBL/DensityFeature.pm                           | 2 +-
 modules/Bio/EnsEMBL/DensityFeatureSet.pm                        | 2 +-
 modules/Bio/EnsEMBL/DensityPlot/BinValue.pm                     | 2 +-
 modules/Bio/EnsEMBL/DensityPlot/BinValueSet.pm                  | 2 +-
 modules/Bio/EnsEMBL/DensityType.pm                              | 2 +-
 modules/Bio/EnsEMBL/DnaDnaAlignFeature.pm                       | 2 +-
 modules/Bio/EnsEMBL/DnaPepAlignFeature.pm                       | 2 +-
 modules/Bio/EnsEMBL/Exon.pm                                     | 2 +-
 modules/Bio/EnsEMBL/ExonTranscript.pm                           | 2 +-
 modules/Bio/EnsEMBL/External/ExternalFeatureAdaptor.pm          | 2 +-
 modules/Bio/EnsEMBL/Feature.pm                                  | 2 +-
 modules/Bio/EnsEMBL/FeaturePair.pm                              | 2 +-
 modules/Bio/EnsEMBL/Gene.pm                                     | 2 +-
 modules/Bio/EnsEMBL/Genome.pm                                   | 2 +-
 modules/Bio/EnsEMBL/IdMapping/Archiver.pm                       | 2 +-
 modules/Bio/EnsEMBL/IdMapping/BaseObject.pm                     | 2 +-
 modules/Bio/EnsEMBL/IdMapping/Cache.pm                          | 2 +-
 modules/Bio/EnsEMBL/IdMapping/Entry.pm                          | 2 +-
 modules/Bio/EnsEMBL/IdMapping/ExonScoreBuilder.pm               | 2 +-
 modules/Bio/EnsEMBL/IdMapping/GeneScoreBuilder.pm               | 2 +-
 modules/Bio/EnsEMBL/IdMapping/InternalIdMapper.pm               | 2 +-
 modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm    | 2 +-
 .../EnsEMBL/IdMapping/InternalIdMapper/EnsemblExonGeneric.pm    | 2 +-
 .../EnsEMBL/IdMapping/InternalIdMapper/EnsemblGeneGeneric.pm    | 2 +-
 .../IdMapping/InternalIdMapper/EnsemblTranscriptGeneric.pm      | 2 +-
 modules/Bio/EnsEMBL/IdMapping/MappingList.pm                    | 2 +-
 modules/Bio/EnsEMBL/IdMapping/ResultAnalyser.pm                 | 2 +-
 modules/Bio/EnsEMBL/IdMapping/ScoreBuilder.pm                   | 2 +-
 modules/Bio/EnsEMBL/IdMapping/ScoredMappingMatrix.pm            | 2 +-
 modules/Bio/EnsEMBL/IdMapping/Serialisable.pm                   | 2 +-
 modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AedesAegypti.pm | 2 +-
 .../Bio/EnsEMBL/IdMapping/StableIdGenerator/AnophelesGambiae.pm | 2 +-
 .../Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm   | 2 +-
 .../IdMapping/StableIdGenerator/PristionchusPacificus.pm        | 2 +-
 modules/Bio/EnsEMBL/IdMapping/StableIdMapper.pm                 | 2 +-
 modules/Bio/EnsEMBL/IdMapping/SyntenyFramework.pm               | 2 +-
 modules/Bio/EnsEMBL/IdMapping/SyntenyRegion.pm                  | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TinyExon.pm                       | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TinyFeature.pm                    | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TinyGene.pm                       | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TinyTranscript.pm                 | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TinyTranslation.pm                | 2 +-
 modules/Bio/EnsEMBL/IdMapping/TranscriptScoreBuilder.pm         | 2 +-
 modules/Bio/EnsEMBL/IdentityXref.pm                             | 2 +-
 modules/Bio/EnsEMBL/Intron.pm                                   | 2 +-
 modules/Bio/EnsEMBL/IntronSupportingEvidence.pm                 | 2 +-
 modules/Bio/EnsEMBL/KaryotypeBand.pm                            | 2 +-
 modules/Bio/EnsEMBL/LRGSlice.pm                                 | 2 +-
 modules/Bio/EnsEMBL/Map/DBSQL/DitagAdaptor.pm                   | 2 +-
 modules/Bio/EnsEMBL/Map/DBSQL/DitagFeatureAdaptor.pm            | 2 +-
 modules/Bio/EnsEMBL/Map/DBSQL/MarkerAdaptor.pm                  | 2 +-
 modules/Bio/EnsEMBL/Map/DBSQL/MarkerFeatureAdaptor.pm           | 2 +-
 modules/Bio/EnsEMBL/Map/Ditag.pm                                | 2 +-
 modules/Bio/EnsEMBL/Map/DitagFeature.pm                         | 2 +-
 modules/Bio/EnsEMBL/Map/MapLocation.pm                          | 2 +-
 modules/Bio/EnsEMBL/Map/Marker.pm                               | 2 +-
 modules/Bio/EnsEMBL/Map/MarkerFeature.pm                        | 2 +-
 modules/Bio/EnsEMBL/Map/MarkerSynonym.pm                        | 2 +-
 modules/Bio/EnsEMBL/MappedSlice.pm                              | 2 +-
 modules/Bio/EnsEMBL/MappedSliceContainer.pm                     | 2 +-
 modules/Bio/EnsEMBL/Mapper.pm                                   | 2 +-
 modules/Bio/EnsEMBL/Mapper/Coordinate.pm                        | 2 +-
 modules/Bio/EnsEMBL/Mapper/Gap.pm                               | 2 +-
 modules/Bio/EnsEMBL/Mapper/IndelCoordinate.pm                   | 2 +-
 modules/Bio/EnsEMBL/Mapper/IndelPair.pm                         | 2 +-
 modules/Bio/EnsEMBL/Mapper/Pair.pm                              | 2 +-
 modules/Bio/EnsEMBL/Mapper/RangeRegistry.pm                     | 2 +-
 modules/Bio/EnsEMBL/Mapper/Unit.pm                              | 2 +-
 modules/Bio/EnsEMBL/MicroRNA.pm                                 | 2 +-
 modules/Bio/EnsEMBL/MiscFeature.pm                              | 2 +-
 modules/Bio/EnsEMBL/MiscSet.pm                                  | 2 +-
 modules/Bio/EnsEMBL/OntologyTerm.pm                             | 2 +-
 modules/Bio/EnsEMBL/OntologyXref.pm                             | 2 +-
 modules/Bio/EnsEMBL/Operon.pm                                   | 2 +-
 modules/Bio/EnsEMBL/OperonTranscript.pm                         | 2 +-
 modules/Bio/EnsEMBL/PaddedSlice.pm                              | 2 +-
 modules/Bio/EnsEMBL/PepDnaAlignFeature.pm                       | 2 +-
 modules/Bio/EnsEMBL/PredictionExon.pm                           | 2 +-
 modules/Bio/EnsEMBL/PredictionTranscript.pm                     | 2 +-
 modules/Bio/EnsEMBL/ProjectionSegment.pm                        | 2 +-
 modules/Bio/EnsEMBL/ProteinFeature.pm                           | 2 +-
 modules/Bio/EnsEMBL/RNAProduct.pm                               | 2 +-
 modules/Bio/EnsEMBL/Registry.pm                                 | 2 +-
 modules/Bio/EnsEMBL/RepeatConsensus.pm                          | 2 +-
 modules/Bio/EnsEMBL/RepeatFeature.pm                            | 2 +-
 modules/Bio/EnsEMBL/RepeatMaskedSlice.pm                        | 2 +-
 modules/Bio/EnsEMBL/SeqEdit.pm                                  | 2 +-
 modules/Bio/EnsEMBL/SeqFeature.pm                               | 2 +-
 modules/Bio/EnsEMBL/SeqRegionSynonym.pm                         | 2 +-
 modules/Bio/EnsEMBL/SimpleFeature.pm                            | 2 +-
 modules/Bio/EnsEMBL/Slice.pm                                    | 2 +-
 modules/Bio/EnsEMBL/StableIdEvent.pm                            | 2 +-
 modules/Bio/EnsEMBL/StableIdHistoryTree.pm                      | 2 +-
 modules/Bio/EnsEMBL/StopCodonReadthroughEdit.pm                 | 2 +-
 modules/Bio/EnsEMBL/Storable.pm                                 | 2 +-
 modules/Bio/EnsEMBL/SubSlicedFeature.pm                         | 2 +-
 modules/Bio/EnsEMBL/TopLevelAssemblyMapper.pm                   | 2 +-
 modules/Bio/EnsEMBL/Transcript.pm                               | 2 +-
 modules/Bio/EnsEMBL/TranscriptFactory.pm                        | 2 +-
 modules/Bio/EnsEMBL/TranscriptMapper.pm                         | 2 +-
 modules/Bio/EnsEMBL/Translation.pm                              | 2 +-
 modules/Bio/EnsEMBL/UTR.pm                                      | 2 +-
 modules/Bio/EnsEMBL/UnmappedObject.pm                           | 2 +-
 modules/Bio/EnsEMBL/Upstream.pm                                 | 2 +-
 modules/Bio/EnsEMBL/Utils/Argument.pm                           | 2 +-
 modules/Bio/EnsEMBL/Utils/AssemblyProjector.pm                  | 2 +-
 modules/Bio/EnsEMBL/Utils/BitString.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/Cache.pm                              | 2 +-
 modules/Bio/EnsEMBL/Utils/CigarString.pm                        | 2 +-
 modules/Bio/EnsEMBL/Utils/CliHelper.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/Collector.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/ConfParser.pm                         | 2 +-
 modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm                     | 2 +-
 modules/Bio/EnsEMBL/Utils/ConversionSupport.pm                  | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens.pm                  | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_analysis.pm         | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_exon.pm             | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm      | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_gene.pm             | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hit.pm              | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hsp.pm              | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionExon.pm   | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionGene.pm   | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_seqFeature.pm       | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/bio_ens_transcript.pm       | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/ens_bio.pm                  | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/ens_bio_featurePair.pm      | 2 +-
 modules/Bio/EnsEMBL/Utils/Converter/ens_bio_seqFeature.pm       | 2 +-
 modules/Bio/EnsEMBL/Utils/EasyArgv.pm                           | 2 +-
 modules/Bio/EnsEMBL/Utils/Eprof.pm                              | 2 +-
 modules/Bio/EnsEMBL/Utils/EprofStack.pm                         | 2 +-
 modules/Bio/EnsEMBL/Utils/Exception.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/IO.pm                                 | 2 +-
 modules/Bio/EnsEMBL/Utils/Interval.pm                           | 2 +-
 modules/Bio/EnsEMBL/Utils/Iterator.pm                           | 2 +-
 modules/Bio/EnsEMBL/Utils/Logger.pm                             | 2 +-
 modules/Bio/EnsEMBL/Utils/Net.pm                                | 2 +-
 modules/Bio/EnsEMBL/Utils/PolyA.pm                              | 2 +-
 modules/Bio/EnsEMBL/Utils/Proxy.pm                              | 2 +-
 modules/Bio/EnsEMBL/Utils/RNAProductTypeMapper.pm               | 2 +-
 modules/Bio/EnsEMBL/Utils/Scalar.pm                             | 2 +-
 modules/Bio/EnsEMBL/Utils/SchemaConversion.pm                   | 2 +-
 modules/Bio/EnsEMBL/Utils/ScriptUtils.pm                        | 2 +-
 modules/Bio/EnsEMBL/Utils/SeqDumper.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/SeqRegionCache.pm                     | 2 +-
 modules/Bio/EnsEMBL/Utils/Sequence.pm                           | 2 +-
 modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm             | 2 +-
 modules/Bio/EnsEMBL/Utils/Slice.pm                              | 2 +-
 modules/Bio/EnsEMBL/Utils/SqlHelper.pm                          | 2 +-
 modules/Bio/EnsEMBL/Utils/TranscriptSelector.pm                 | 2 +-
 modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable.pm            | 2 +-
 modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable/Node.pm       | 2 +-
 modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable.pm              | 2 +-
 modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/Node.pm         | 2 +-
 modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/PP.pm           | 2 +-
 modules/Bio/EnsEMBL/Utils/URI.pm                                | 2 +-
 modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm                  | 2 +-
 modules/Bio/EnsEMBL/Utils/VegaCuration/Transcript.pm            | 2 +-
 modules/Bio/EnsEMBL/Utils/VegaCuration/Translation.pm           | 2 +-
 modules/t/MultiTestDB.t                                         | 2 +-
 modules/t/altAlleleGroup.t                                      | 2 +-
 modules/t/analysis.t                                            | 2 +-
 modules/t/archiveStableId.t                                     | 2 +-
 modules/t/argument.t                                            | 2 +-
 modules/t/assemblyException.t                                   | 2 +-
 modules/t/assemblyExceptionFeature.t                            | 2 +-
 modules/t/assemblyMapper.t                                      | 2 +-
 modules/t/associated_xref.t                                     | 2 +-
 modules/t/attribute.t                                           | 2 +-
 modules/t/attributeAdaptor.t                                    | 2 +-
 modules/t/baseAdaptor.t                                         | 2 +-
 modules/t/baseAlignFeature.t                                    | 2 +-
 modules/t/biotype.t                                             | 2 +-
 modules/t/canonicalDBAdaptor.t                                  | 2 +-
 modules/t/cds.t                                                 | 2 +-
 modules/t/chainedAssemblyMapper.t                               | 2 +-
 modules/t/circularSlice.t                                       | 2 +-
 modules/t/cliHelper.t                                           | 2 +-
 modules/t/compara.t                                             | 2 +-
 modules/t/coordSystem.t                                         | 2 +-
 modules/t/coordSystemAdaptor.t                                  | 2 +-
 modules/t/dataFile.t                                            | 2 +-
 modules/t/dbConnection.t                                        | 2 +-
 modules/t/dbEntries.t                                           | 2 +-
 modules/t/densityFeature.t                                      | 2 +-
 modules/t/densityFeatureAdaptor.t                               | 2 +-
 modules/t/densityType.t                                         | 2 +-
 modules/t/densityTypeAdaptor.t                                  | 2 +-
 modules/t/dependencies.t                                        | 2 +-
 modules/t/ditag.t                                               | 2 +-
 modules/t/ditagAdaptor.t                                        | 2 +-
 modules/t/ditagFeature.t                                        | 2 +-
 modules/t/ditagFeatureAdaptor.t                                 | 2 +-
 modules/t/dnaAlignFeatureAdaptor.t                              | 2 +-
 modules/t/dnaDnaAlignFeature.t                                  | 2 +-
 modules/t/dnaPepAlignFeature.t                                  | 2 +-
 modules/t/easyargv.t                                            | 2 +-
 modules/t/exception.t                                           | 2 +-
 modules/t/exon.t                                                | 2 +-
 modules/t/exonTranscript.pm                                     | 2 +-
 modules/t/externalFeatureAdaptor.t                              | 2 +-
 modules/t/fastaSequenceAdaptor.t                                | 2 +-
 modules/t/feature.t                                             | 2 +-
 modules/t/featurePair.t                                         | 2 +-
 modules/t/fullIdCaching.t                                       | 2 +-
 modules/t/gene.t                                                | 2 +-
 modules/t/geneview.t                                            | 2 +-
 modules/t/genomeContainer.t                                     | 2 +-
 modules/t/getNearestFeature.t                                   | 2 +-
 modules/t/housekeeping_apache2.t                                | 2 +-
 modules/t/housekeeping_perlCritic.t                             | 2 +-
 modules/t/interval_tree_immutable.t                             | 2 +-
 modules/t/interval_tree_mutable.t                               | 2 +-
 modules/t/intron.t                                              | 2 +-
 modules/t/intronSupportingEvidence.t                            | 2 +-
 modules/t/iterator.t                                            | 2 +-
 modules/t/karyotypeBand.t                                       | 2 +-
 modules/t/karyotypeBandAdaptor.t                                | 2 +-
 modules/t/lruIdCaching.t                                        | 2 +-
 modules/t/mapLocation.t                                         | 2 +-
 modules/t/mappedSliceContainer.t                                | 2 +-
 modules/t/mapper.t                                              | 2 +-
 modules/t/marker.t                                              | 2 +-
 modules/t/markerAdaptor.t                                       | 2 +-
 modules/t/markerFeature.t                                       | 2 +-
 modules/t/markerFeatureAdaptor.t                                | 2 +-
 modules/t/markerSynonym.t                                       | 2 +-
 modules/t/metaContainer.t                                       | 2 +-
 modules/t/metaCoordContainer.t                                  | 2 +-
 modules/t/miscFeature.t                                         | 2 +-
 modules/t/miscFeatureAdaptor.t                                  | 2 +-
 modules/t/miscSet.t                                             | 2 +-
 modules/t/miscSetAdaptor.t                                      | 2 +-
 modules/t/objectLoad.t                                          | 2 +-
 modules/t/ontologyTerm.t                                        | 2 +-
 modules/t/operon.t                                              | 2 +-
 modules/t/operon_fetch.t                                        | 2 +-
 modules/t/operon_transcript.t                                   | 2 +-
 modules/t/paddedSlice.t                                         | 2 +-
 modules/t/predictionTranscript.t                                | 2 +-
 modules/t/proteinAlignFeatureAdaptor.t                          | 2 +-
 modules/t/proteinFeature.t                                      | 2 +-
 modules/t/proteinFeatureAdaptor.t                               | 2 +-
 modules/t/rangeRegistry.t                                       | 2 +-
 modules/t/registry.t                                            | 2 +-
 modules/t/registry_public_cores.t                               | 2 +-
 modules/t/regression_baseFeatureAdaptorMultiQuery.t             | 2 +-
 modules/t/regression_featureAdaptorCache.t                      | 2 +-
 modules/t/regression_multiMappingContig.t                       | 2 +-
 modules/t/regression_transcriptProjectionAttributeDuplication.t | 2 +-
 modules/t/repeatConsensus.t                                     | 2 +-
 modules/t/repeatConsensusAdaptor.t                              | 2 +-
 modules/t/repeatFeature.t                                       | 2 +-
 modules/t/repeatFeatureAdaptor.t                                | 2 +-
 modules/t/repeatMaskedSlice.t                                   | 2 +-
 modules/t/rnaProduct.t                                          | 2 +-
 modules/t/schema.t                                              | 2 +-
 modules/t/schemaPatches.t                                       | 2 +-
 modules/t/seqDumper.t                                           | 2 +-
 modules/t/seqEdit.t                                             | 2 +-
 modules/t/sequenceAdaptor.t                                     | 2 +-
 modules/t/sequenceOntologyMapper.t                              | 2 +-
 modules/t/simpleFeature.t                                       | 2 +-
 modules/t/slice.t                                               | 2 +-
 modules/t/sliceAdaptor.t                                        | 2 +-
 modules/t/sliceVariation.t                                      | 2 +-
 modules/t/sqlHelper.t                                           | 2 +-
 modules/t/strainSlice.t                                         | 2 +-
 modules/t/subSliceFeature.t                                     | 2 +-
 modules/t/switchableAdaptors.t                                  | 2 +-
 modules/t/topLevelAssemblyMapper.t                              | 2 +-
 modules/t/transcript.t                                          | 2 +-
 modules/t/transcriptSelector.t                                  | 2 +-
 modules/t/transcriptSupportingFeatureAdaptor.t                  | 2 +-
 modules/t/translation.t                                         | 2 +-
 modules/t/unmappedObject.t                                      | 2 +-
 modules/t/unmappedObjectAdaptor.t                               | 2 +-
 modules/t/utilsIo.t                                             | 2 +-
 modules/t/utilsNet.t                                            | 2 +-
 modules/t/utilsScalar.t                                         | 2 +-
 modules/t/utilsUri.t                                            | 2 +-
 modules/t/utr.t                                                 | 2 +-
 modules/t/xref_parser.t                                         | 2 +-
 modules/t/xrefs.t                                               | 2 +-
 sql/foreign_keys.sql                                            | 2 +-
 sql/patch_100_101_a.sql                                         | 2 +-
 sql/patch_21_22.sql                                             | 2 +-
 sql/patch_23_24.sql                                             | 2 +-
 sql/patch_24_25.sql                                             | 2 +-
 sql/patch_25_26.sql                                             | 2 +-
 sql/patch_26_27.sql                                             | 2 +-
 sql/patch_27_28.sql                                             | 2 +-
 sql/patch_28_29.sql                                             | 2 +-
 sql/patch_29_30.sql                                             | 2 +-
 sql/patch_30_31.sql                                             | 2 +-
 sql/patch_31_32.sql                                             | 2 +-
 sql/patch_32_33.sql                                             | 2 +-
 sql/patch_33_34.sql                                             | 2 +-
 sql/patch_34_35.sql                                             | 2 +-
 sql/patch_35_36.sql                                             | 2 +-
 sql/patch_36_37.sql                                             | 2 +-
 sql/patch_37_38.sql                                             | 2 +-
 sql/patch_38_39_a.sql                                           | 2 +-
 sql/patch_38_39_b.sql                                           | 2 +-
 sql/patch_38_39_c.sql                                           | 2 +-
 sql/patch_38_39_d.sql                                           | 2 +-
 sql/patch_38_39_e.sql                                           | 2 +-
 sql/patch_39_40_a.sql                                           | 2 +-
 sql/patch_39_40_b.sql                                           | 2 +-
 sql/patch_39_40_c.sql                                           | 2 +-
 sql/patch_39_40_d.sql                                           | 2 +-
 sql/patch_39_40_e.sql                                           | 2 +-
 sql/patch_39_40_f.sql                                           | 2 +-
 sql/patch_39_40_g.sql                                           | 2 +-
 sql/patch_39_40_h.sql                                           | 2 +-
 sql/patch_39_40_i.sql                                           | 2 +-
 sql/patch_39_40_j.sql                                           | 2 +-
 sql/patch_40_41_a.sql                                           | 2 +-
 sql/patch_40_41_b.sql                                           | 2 +-
 sql/patch_40_41_c.sql                                           | 2 +-
 sql/patch_40_41_d.sql                                           | 2 +-
 sql/patch_40_41_e.sql                                           | 2 +-
 sql/patch_40_41_f.sql                                           | 2 +-
 sql/patch_41_42_a.sql                                           | 2 +-
 sql/patch_41_42_b.sql                                           | 2 +-
 sql/patch_41_42_c.sql                                           | 2 +-
 sql/patch_41_42_d.sql                                           | 2 +-
 sql/patch_41_42_e.sql                                           | 2 +-
 sql/patch_41_42_f.sql                                           | 2 +-
 sql/patch_41_42_g.sql                                           | 2 +-
 sql/patch_42_43_a.sql                                           | 2 +-
 sql/patch_42_43_b.sql                                           | 2 +-
 sql/patch_42_43_c.sql                                           | 2 +-
 sql/patch_42_43_d.sql                                           | 2 +-
 sql/patch_42_43_e.sql                                           | 2 +-
 sql/patch_42_43_f.sql                                           | 2 +-
 sql/patch_43_44_a.sql                                           | 2 +-
 sql/patch_43_44_b.sql                                           | 2 +-
 sql/patch_43_44_c.sql                                           | 2 +-
 sql/patch_43_44_d.sql                                           | 2 +-
 sql/patch_43_44_e.sql                                           | 2 +-
 sql/patch_43_44_f.sql                                           | 2 +-
 sql/patch_44_45_a.sql                                           | 2 +-
 sql/patch_44_45_b.sql                                           | 2 +-
 sql/patch_44_45_c.sql                                           | 2 +-
 sql/patch_45_46_a.sql                                           | 2 +-
 sql/patch_45_46_b.sql                                           | 2 +-
 sql/patch_45_46_c.sql                                           | 2 +-
 sql/patch_45_46_d.sql                                           | 2 +-
 sql/patch_45_46_e.sql                                           | 2 +-
 sql/patch_45_46_f.sql                                           | 2 +-
 sql/patch_45_46_g.sql                                           | 2 +-
 sql/patch_46_47_a.sql                                           | 2 +-
 sql/patch_46_47_b.sql                                           | 2 +-
 sql/patch_46_47_c.sql                                           | 2 +-
 sql/patch_47_48_a.sql                                           | 2 +-
 sql/patch_48_49_a.sql                                           | 2 +-
 sql/patch_48_49_b.sql                                           | 2 +-
 sql/patch_48_49_c.sql                                           | 2 +-
 sql/patch_48_49_d.sql                                           | 2 +-
 sql/patch_48_49_e.sql                                           | 2 +-
 sql/patch_49_50_a.sql                                           | 2 +-
 sql/patch_49_50_b.sql                                           | 2 +-
 sql/patch_49_50_c.sql                                           | 2 +-
 sql/patch_49_50_d.sql                                           | 2 +-
 sql/patch_49_50_e.sql                                           | 2 +-
 sql/patch_50_51_a.sql                                           | 2 +-
 sql/patch_50_51_b.sql                                           | 2 +-
 sql/patch_50_51_c.sql                                           | 2 +-
 sql/patch_50_51_d.sql                                           | 2 +-
 sql/patch_50_51_e.sql                                           | 2 +-
 sql/patch_50_51_f.sql                                           | 2 +-
 sql/patch_50_51_g.sql                                           | 2 +-
 sql/patch_50_51_h.sql                                           | 2 +-
 sql/patch_50_51_i.sql                                           | 2 +-
 sql/patch_51_52_a.sql                                           | 2 +-
 sql/patch_51_52_b.sql                                           | 2 +-
 sql/patch_51_52_c.sql                                           | 2 +-
 sql/patch_51_52_d.sql                                           | 2 +-
 sql/patch_52_53_a.sql                                           | 2 +-
 sql/patch_52_53_b.sql                                           | 2 +-
 sql/patch_52_53_c.sql                                           | 2 +-
 sql/patch_52_53_d.sql                                           | 2 +-
 sql/patch_53_54_a.sql                                           | 2 +-
 sql/patch_53_54_b.sql                                           | 2 +-
 sql/patch_53_54_c.sql                                           | 2 +-
 sql/patch_54_55_a.sql                                           | 2 +-
 sql/patch_54_55_b.sql                                           | 2 +-
 sql/patch_54_55_c.sql                                           | 2 +-
 sql/patch_54_55_d.sql                                           | 2 +-
 sql/patch_54_55_e.sql                                           | 2 +-
 sql/patch_54_55_f.sql                                           | 2 +-
 sql/patch_54_55_g.sql                                           | 2 +-
 sql/patch_54_55_h.sql                                           | 2 +-
 sql/patch_55_56_a.sql                                           | 2 +-
 sql/patch_55_56_b.sql                                           | 2 +-
 sql/patch_55_56_c.sql                                           | 2 +-
 sql/patch_55_56_d.sql                                           | 2 +-
 sql/patch_56_57_a.sql                                           | 2 +-
 sql/patch_56_57_b.sql                                           | 2 +-
 sql/patch_56_57_c.sql                                           | 2 +-
 sql/patch_56_57_d.sql                                           | 2 +-
 sql/patch_56_57_e.sql                                           | 2 +-
 sql/patch_56_57_f.sql                                           | 2 +-
 sql/patch_57_58_a.sql                                           | 2 +-
 sql/patch_58_59_a.sql                                           | 2 +-
 sql/patch_58_59_b.sql                                           | 2 +-
 sql/patch_58_59_c.sql                                           | 2 +-
 sql/patch_58_59_d.sql                                           | 2 +-
 sql/patch_58_59_e.sql                                           | 2 +-
 sql/patch_59_60_a.sql                                           | 2 +-
 sql/patch_59_60_b.sql                                           | 2 +-
 sql/patch_59_60_c.sql                                           | 2 +-
 sql/patch_60_61_a.sql                                           | 2 +-
 sql/patch_60_61_b.sql                                           | 2 +-
 sql/patch_60_61_c.sql                                           | 2 +-
 sql/patch_61_62_a.sql                                           | 2 +-
 sql/patch_61_62_b.sql                                           | 2 +-
 sql/patch_61_62_c.sql                                           | 2 +-
 sql/patch_61_62_d.sql                                           | 2 +-
 sql/patch_61_62_e.sql                                           | 2 +-
 sql/patch_62_63_a.sql                                           | 2 +-
 sql/patch_62_63_b.sql                                           | 2 +-
 sql/patch_62_63_c.sql                                           | 2 +-
 sql/patch_63_64_a.sql                                           | 2 +-
 sql/patch_63_64_b.sql                                           | 2 +-
 sql/patch_63_64_c.sql                                           | 2 +-
 sql/patch_63_64_d.sql                                           | 2 +-
 sql/patch_64_65_a.sql                                           | 2 +-
 sql/patch_64_65_b.sql                                           | 2 +-
 sql/patch_64_65_c.sql                                           | 2 +-
 sql/patch_64_65_d.sql                                           | 2 +-
 sql/patch_65_66_a.sql                                           | 2 +-
 sql/patch_65_66_b.sql                                           | 2 +-
 sql/patch_65_66_c.sql                                           | 2 +-
 sql/patch_65_66_d.sql                                           | 2 +-
 sql/patch_65_66_e.sql                                           | 2 +-
 sql/patch_65_66_f.sql                                           | 2 +-
 sql/patch_66_67_a.sql                                           | 2 +-
 sql/patch_66_67_b.sql                                           | 2 +-
 sql/patch_66_67_c.sql                                           | 2 +-
 sql/patch_66_67_d.sql                                           | 2 +-
 sql/patch_66_67_e.sql                                           | 2 +-
 sql/patch_67_68_a.sql                                           | 2 +-
 sql/patch_67_68_b.sql                                           | 2 +-
 sql/patch_67_68_c.sql                                           | 2 +-
 sql/patch_67_68_d.sql                                           | 2 +-
 sql/patch_67_68_e.sql                                           | 2 +-
 sql/patch_68_69_a.sql                                           | 2 +-
 sql/patch_69_70_a.sql                                           | 2 +-
 sql/patch_69_70_b.sql                                           | 2 +-
 sql/patch_69_70_c.sql                                           | 2 +-
 sql/patch_69_70_d.sql                                           | 2 +-
 sql/patch_69_70_e.sql                                           | 2 +-
 sql/patch_70_71_a.sql                                           | 2 +-
 sql/patch_70_71_b.sql                                           | 2 +-
 sql/patch_71_72_a.sql                                           | 2 +-
 sql/patch_71_72_b.sql                                           | 2 +-
 sql/patch_72_73_a.sql                                           | 2 +-
 sql/patch_72_73_b.sql                                           | 2 +-
 sql/patch_72_73_c.sql                                           | 2 +-
 sql/patch_73_74_a.sql                                           | 2 +-
 sql/patch_73_74_b.sql                                           | 2 +-
 sql/patch_73_74_c.sql                                           | 2 +-
 sql/patch_73_74_d.sql                                           | 2 +-
 sql/patch_73_74_e.sql                                           | 2 +-
 sql/patch_73_74_f.sql                                           | 2 +-
 sql/patch_73_74_g.sql                                           | 2 +-
 sql/patch_73_74_h.sql                                           | 2 +-
 sql/patch_74_75_a.sql                                           | 2 +-
 sql/patch_74_75_b.sql                                           | 2 +-
 sql/patch_74_75_c.sql                                           | 2 +-
 sql/patch_74_75_d.sql                                           | 2 +-
 sql/patch_74_75_e.sql                                           | 2 +-
 sql/patch_74_75_f.sql                                           | 2 +-
 sql/patch_75_76_a.sql                                           | 2 +-
 sql/patch_75_76_b.sql                                           | 2 +-
 sql/patch_75_76_c.sql                                           | 2 +-
 sql/patch_76_77_a.sql                                           | 2 +-
 sql/patch_77_78_a.sql                                           | 2 +-
 sql/patch_77_78_b.sql                                           | 2 +-
 sql/patch_77_78_c.sql                                           | 2 +-
 sql/patch_78_79_a.sql                                           | 2 +-
 sql/patch_78_79_b.sql                                           | 2 +-
 sql/patch_79_80_a.sql                                           | 2 +-
 sql/patch_79_80_b.sql                                           | 2 +-
 sql/patch_79_80_c.sql                                           | 2 +-
 sql/patch_79_80_d.sql                                           | 2 +-
 sql/patch_80_81_a.sql                                           | 2 +-
 sql/patch_80_81_b.sql                                           | 2 +-
 sql/patch_81_82_a.sql                                           | 2 +-
 sql/patch_81_82_b.sql                                           | 2 +-
 sql/patch_81_82_c.sql                                           | 2 +-
 sql/patch_82_83_a.sql                                           | 2 +-
 sql/patch_83_84_a.sql                                           | 2 +-
 sql/patch_83_84_b.sql                                           | 2 +-
 sql/patch_83_84_c.sql                                           | 2 +-
 sql/patch_83_84_d.sql                                           | 2 +-
 sql/patch_83_84_e.sql                                           | 2 +-
 sql/patch_84_85_a.sql                                           | 2 +-
 sql/patch_84_85_b.sql                                           | 2 +-
 sql/patch_85_86_a.sql                                           | 2 +-
 sql/patch_85_86_b.sql                                           | 2 +-
 sql/patch_85_86_c.sql                                           | 2 +-
 sql/patch_86_87_a.sql                                           | 2 +-
 sql/patch_86_87_b.sql                                           | 2 +-
 sql/patch_86_87_c.sql                                           | 2 +-
 sql/patch_87_88_a.sql                                           | 2 +-
 sql/patch_87_88_b.sql                                           | 2 +-
 sql/patch_87_88_c.sql                                           | 2 +-
 sql/patch_88_89_a.sql                                           | 2 +-
 sql/patch_89_90_a.sql                                           | 2 +-
 sql/patch_89_90_b.sql                                           | 2 +-
 sql/patch_89_90_c.sql                                           | 2 +-
 sql/patch_90_91_a.sql                                           | 2 +-
 sql/patch_90_91_b.sql                                           | 2 +-
 sql/patch_90_91_c.sql                                           | 2 +-
 sql/patch_90_91_d.sql                                           | 2 +-
 sql/patch_91_92_a.sql                                           | 2 +-
 sql/patch_91_92_b.sql                                           | 2 +-
 sql/patch_92_93_a.sql                                           | 2 +-
 sql/patch_92_93_b.sql                                           | 2 +-
 sql/patch_92_93_c.sql                                           | 2 +-
 sql/patch_93_94_a.sql                                           | 2 +-
 sql/patch_93_94_b.sql                                           | 2 +-
 sql/patch_93_94_c.sql                                           | 2 +-
 sql/patch_94_95_a.sql                                           | 2 +-
 sql/patch_94_95_b.sql                                           | 2 +-
 sql/patch_95_96_a.sql                                           | 2 +-
 sql/patch_96_97_a.sql                                           | 2 +-
 sql/patch_96_97_b.sql                                           | 2 +-
 sql/patch_96_97_c.sql                                           | 2 +-
 sql/patch_96_97_d.sql                                           | 2 +-
 sql/patch_96_97_e.sql                                           | 2 +-
 sql/patch_97_98_a.sql                                           | 2 +-
 sql/patch_98_99_a.sql                                           | 2 +-
 sql/patch_99_100_a.sql                                          | 2 +-
 sql/patch_99_100_b.sql                                          | 2 +-
 sql/patch_99_100_c.sql                                          | 2 +-
 sql/populate_meta_coord.pl                                      | 2 +-
 sql/table.sql                                                   | 2 +-
 914 files changed, 914 insertions(+), 914 deletions(-)

diff --git a/LICENSE b/LICENSE
index f84d117ce8..a33c64e07f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
       identification within third-party archives.
 
    Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-   Copyright [2016-2019] EMBL-European Bioinformatics Institute
+   Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/misc-scripts/CreateFile4CopyDBoverServer.pl b/misc-scripts/CreateFile4CopyDBoverServer.pl
index 4419e0df3d..43c28b0a1a 100755
--- a/misc-scripts/CreateFile4CopyDBoverServer.pl
+++ b/misc-scripts/CreateFile4CopyDBoverServer.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/alt_alleles/alt_alleles.pl b/misc-scripts/alt_alleles/alt_alleles.pl
index 238180a244..18a41b73fe 100644
--- a/misc-scripts/alt_alleles/alt_alleles.pl
+++ b/misc-scripts/alt_alleles/alt_alleles.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/annual_copyright_updater.sh b/misc-scripts/annual_copyright_updater.sh
index d1b7c140f5..461bdf5fd0 100755
--- a/misc-scripts/annual_copyright_updater.sh
+++ b/misc-scripts/annual_copyright_updater.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/AssemblyMapper/BlastzAligner.pm b/misc-scripts/assembly/AssemblyMapper/BlastzAligner.pm
index 982fef8ed1..543106fa72 100644
--- a/misc-scripts/assembly/AssemblyMapper/BlastzAligner.pm
+++ b/misc-scripts/assembly/AssemblyMapper/BlastzAligner.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/EXAMPLE.use_mapping.pl b/misc-scripts/assembly/EXAMPLE.use_mapping.pl
index 302ebe05a2..176b3bd896 100644
--- a/misc-scripts/assembly/EXAMPLE.use_mapping.pl
+++ b/misc-scripts/assembly/EXAMPLE.use_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/align_by_clone_identity.pl b/misc-scripts/assembly/align_by_clone_identity.pl
index 7ab05ca125..ce1e845611 100755
--- a/misc-scripts/assembly/align_by_clone_identity.pl
+++ b/misc-scripts/assembly/align_by_clone_identity.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/align_nonident_regions.pl b/misc-scripts/assembly/align_nonident_regions.pl
index db168b2bf1..790ad7407d 100755
--- a/misc-scripts/assembly/align_nonident_regions.pl
+++ b/misc-scripts/assembly/align_nonident_regions.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/align_nonident_regions_wrapper.pl b/misc-scripts/assembly/align_nonident_regions_wrapper.pl
index 9deafe492e..eebcba04da 100755
--- a/misc-scripts/assembly/align_nonident_regions_wrapper.pl
+++ b/misc-scripts/assembly/align_nonident_regions_wrapper.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/check_mapping.pl b/misc-scripts/assembly/check_mapping.pl
index 994751959d..043eb885f2 100755
--- a/misc-scripts/assembly/check_mapping.pl
+++ b/misc-scripts/assembly/check_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/cleanup_tmp_tables.sql b/misc-scripts/assembly/cleanup_tmp_tables.sql
index f09bdf44ea..888cf5b8e1 100644
--- a/misc-scripts/assembly/cleanup_tmp_tables.sql
+++ b/misc-scripts/assembly/cleanup_tmp_tables.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/compare_assemblies.pl b/misc-scripts/assembly/compare_assemblies.pl
index f24bc34cf5..95617e908f 100755
--- a/misc-scripts/assembly/compare_assemblies.pl
+++ b/misc-scripts/assembly/compare_assemblies.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/conservation_statistics.pl b/misc-scripts/assembly/conservation_statistics.pl
index 477ba4507b..6c531b357a 100755
--- a/misc-scripts/assembly/conservation_statistics.pl
+++ b/misc-scripts/assembly/conservation_statistics.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/ensembl_assembly_to_chain.pl b/misc-scripts/assembly/ensembl_assembly_to_chain.pl
index ba534b20ee..555c54234c 100644
--- a/misc-scripts/assembly/ensembl_assembly_to_chain.pl
+++ b/misc-scripts/assembly/ensembl_assembly_to_chain.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/exon_conservation_check.pl b/misc-scripts/assembly/exon_conservation_check.pl
index a91b7a0ec2..af0d1fe5cd 100644
--- a/misc-scripts/assembly/exon_conservation_check.pl
+++ b/misc-scripts/assembly/exon_conservation_check.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/find_overlaps.pl b/misc-scripts/assembly/find_overlaps.pl
index 4fc5c992d0..29eeca9501 100755
--- a/misc-scripts/assembly/find_overlaps.pl
+++ b/misc-scripts/assembly/find_overlaps.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/fix_asm_overlaps.pl b/misc-scripts/assembly/fix_asm_overlaps.pl
index 336887f9db..586f149986 100755
--- a/misc-scripts/assembly/fix_asm_overlaps.pl
+++ b/misc-scripts/assembly/fix_asm_overlaps.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/fix_cmp_overlaps.pl b/misc-scripts/assembly/fix_cmp_overlaps.pl
index 8ac863212d..a5fd079f77 100755
--- a/misc-scripts/assembly/fix_cmp_overlaps.pl
+++ b/misc-scripts/assembly/fix_cmp_overlaps.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/fix_overlaps.pl b/misc-scripts/assembly/fix_overlaps.pl
index 43f927b093..6566bc4434 100755
--- a/misc-scripts/assembly/fix_overlaps.pl
+++ b/misc-scripts/assembly/fix_overlaps.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/load_alternative_assembly.pl b/misc-scripts/assembly/load_alternative_assembly.pl
index 04149a5779..7fb9aff165 100755
--- a/misc-scripts/assembly/load_alternative_assembly.pl
+++ b/misc-scripts/assembly/load_alternative_assembly.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/load_feature_mappings.pl b/misc-scripts/assembly/load_feature_mappings.pl
index a832a4a0b0..9cfc38d05d 100644
--- a/misc-scripts/assembly/load_feature_mappings.pl
+++ b/misc-scripts/assembly/load_feature_mappings.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/load_patch_fix_to_ref.pl b/misc-scripts/assembly/load_patch_fix_to_ref.pl
index 3f0f8228f0..d19aea2a2e 100644
--- a/misc-scripts/assembly/load_patch_fix_to_ref.pl
+++ b/misc-scripts/assembly/load_patch_fix_to_ref.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/mapping_stats.pl b/misc-scripts/assembly/mapping_stats.pl
index 127e4141f8..ab796ffec2 100755
--- a/misc-scripts/assembly/mapping_stats.pl
+++ b/misc-scripts/assembly/mapping_stats.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/merge_cmp_gaps.pl b/misc-scripts/assembly/merge_cmp_gaps.pl
index e3dd5c710a..d757602917 100755
--- a/misc-scripts/assembly/merge_cmp_gaps.pl
+++ b/misc-scripts/assembly/merge_cmp_gaps.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/assembly/test_assembly_mapping.pl b/misc-scripts/assembly/test_assembly_mapping.pl
index 32d3c9ffe0..93467c4f0c 100644
--- a/misc-scripts/assembly/test_assembly_mapping.pl
+++ b/misc-scripts/assembly/test_assembly_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/canonical_transcripts/emit_canonical_encodings.pl b/misc-scripts/canonical_transcripts/emit_canonical_encodings.pl
index b861d0e937..b4a788a239 100755
--- a/misc-scripts/canonical_transcripts/emit_canonical_encodings.pl
+++ b/misc-scripts/canonical_transcripts/emit_canonical_encodings.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/canonical_transcripts/select_canonical_transcripts.pl b/misc-scripts/canonical_transcripts/select_canonical_transcripts.pl
index 117ae2c928..758c8cff21 100644
--- a/misc-scripts/canonical_transcripts/select_canonical_transcripts.pl
+++ b/misc-scripts/canonical_transcripts/select_canonical_transcripts.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Cmd.pm b/misc-scripts/cloud/EnsCloud/Cmd.pm
index c4d2112455..9838ccb8df 100644
--- a/misc-scripts/cloud/EnsCloud/Cmd.pm
+++ b/misc-scripts/cloud/EnsCloud/Cmd.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm b/misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
index c7db4841a3..53ab48b96d 100644
--- a/misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
+++ b/misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm b/misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
index c17ecb68e2..10c3f063b3 100644
--- a/misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
+++ b/misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Describer.pm b/misc-scripts/cloud/EnsCloud/Describer.pm
index bc10672900..bf4a62a955 100644
--- a/misc-scripts/cloud/EnsCloud/Describer.pm
+++ b/misc-scripts/cloud/EnsCloud/Describer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Image.pm b/misc-scripts/cloud/EnsCloud/Image.pm
index fb1867ec8f..460d489679 100644
--- a/misc-scripts/cloud/EnsCloud/Image.pm
+++ b/misc-scripts/cloud/EnsCloud/Image.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
index 50046f85e7..c6499d8bcc 100644
--- a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
+++ b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
index 82d3f6ff13..2680f8d0ce 100644
--- a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
+++ b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
index 8584b25811..938557f25f 100644
--- a/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
+++ b/misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/cloud/ecloud b/misc-scripts/cloud/ecloud
index f514449355..3c326b0223 100755
--- a/misc-scripts/cloud/ecloud
+++ b/misc-scripts/cloud/ecloud
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/core_tutorial_test/test_code_from_html.pl b/misc-scripts/core_tutorial_test/test_code_from_html.pl
index 7cf173507f..57cb3d1a27 100644
--- a/misc-scripts/core_tutorial_test/test_code_from_html.pl
+++ b/misc-scripts/core_tutorial_test/test_code_from_html.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/cleanup_tmp_tables.pl b/misc-scripts/db/cleanup_tmp_tables.pl
index ad9b55b979..0d29f526d5 100755
--- a/misc-scripts/db/cleanup_tmp_tables.pl
+++ b/misc-scripts/db/cleanup_tmp_tables.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/convert_tables_MyISAM_InnoDB.pl b/misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
index ed140a1421..7317ffe710 100644
--- a/misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
+++ b/misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/cp_mysqldb b/misc-scripts/db/cp_mysqldb
index 06b6b38308..b6aa05a063 100644
--- a/misc-scripts/db/cp_mysqldb
+++ b/misc-scripts/db/cp_mysqldb
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/db-space.pl b/misc-scripts/db/db-space.pl
index fb8680721a..8dbd841caa 100755
--- a/misc-scripts/db/db-space.pl
+++ b/misc-scripts/db/db-space.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/dump_mysql.pl b/misc-scripts/db/dump_mysql.pl
index cfdd7736c3..c2e53b2180 100755
--- a/misc-scripts/db/dump_mysql.pl
+++ b/misc-scripts/db/dump_mysql.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/fingerprint_db.pl b/misc-scripts/db/fingerprint_db.pl
index f99b79e2f1..e36eff8c8f 100644
--- a/misc-scripts/db/fingerprint_db.pl
+++ b/misc-scripts/db/fingerprint_db.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/kill_process_by_db.pl b/misc-scripts/db/kill_process_by_db.pl
index 8b2e7bd105..931a8c35f4 100644
--- a/misc-scripts/db/kill_process_by_db.pl
+++ b/misc-scripts/db/kill_process_by_db.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/multidb_sql.pl b/misc-scripts/db/multidb_sql.pl
index e36a6241ad..b5a8408413 100644
--- a/misc-scripts/db/multidb_sql.pl
+++ b/misc-scripts/db/multidb_sql.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/mv_mysqldb b/misc-scripts/db/mv_mysqldb
index 845c664dc0..d8575c56ec 100755
--- a/misc-scripts/db/mv_mysqldb
+++ b/misc-scripts/db/mv_mysqldb
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/remove_mysqldb.pl b/misc-scripts/db/remove_mysqldb.pl
index 7c7ca121be..d4bc194b77 100644
--- a/misc-scripts/db/remove_mysqldb.pl
+++ b/misc-scripts/db/remove_mysqldb.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/db/search_dbs.pl b/misc-scripts/db/search_dbs.pl
index b98e124a50..ed94c38341 100644
--- a/misc-scripts/db/search_dbs.pl
+++ b/misc-scripts/db/search_dbs.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/doxygen_filter/EnsEMBL/Filter.pm b/misc-scripts/doxygen_filter/EnsEMBL/Filter.pm
index b47b58e33f..c7af379875 100644
--- a/misc-scripts/doxygen_filter/EnsEMBL/Filter.pm
+++ b/misc-scripts/doxygen_filter/EnsEMBL/Filter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/doxygen_filter/EnsEMBL/PerlFilter.pm b/misc-scripts/doxygen_filter/EnsEMBL/PerlFilter.pm
index 2cd43eb6fa..eada19bc88 100644
--- a/misc-scripts/doxygen_filter/EnsEMBL/PerlFilter.pm
+++ b/misc-scripts/doxygen_filter/EnsEMBL/PerlFilter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/doxygen_filter/ensembldoxygenfilter.pl b/misc-scripts/doxygen_filter/ensembldoxygenfilter.pl
index 92f26ab0c5..1d237dd49c 100755
--- a/misc-scripts/doxygen_filter/ensembldoxygenfilter.pl
+++ b/misc-scripts/doxygen_filter/ensembldoxygenfilter.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/email_blatter.sh b/misc-scripts/email_blatter.sh
index c4c8caf4c5..41bc2db711 100755
--- a/misc-scripts/email_blatter.sh
+++ b/misc-scripts/email_blatter.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/frameshift_transcript_attribs.pl b/misc-scripts/frameshift_transcript_attribs.pl
index 9d9b5b9403..d5d51c94d6 100644
--- a/misc-scripts/frameshift_transcript_attribs.pl
+++ b/misc-scripts/frameshift_transcript_attribs.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/generate_stable_ids.pl b/misc-scripts/generate_stable_ids.pl
index 517ff78d5d..731b0ee8f8 100644
--- a/misc-scripts/generate_stable_ids.pl
+++ b/misc-scripts/generate_stable_ids.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/gifts_import/populate_protein_feature.pl b/misc-scripts/gifts_import/populate_protein_feature.pl
index 86c65b874e..35ce7d5168 100644
--- a/misc-scripts/gifts_import/populate_protein_feature.pl
+++ b/misc-scripts/gifts_import/populate_protein_feature.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/dump_by_seq_region.pl b/misc-scripts/id_mapping/dump_by_seq_region.pl
index 2c2eb81ef8..a83adfc544 100755
--- a/misc-scripts/id_mapping/dump_by_seq_region.pl
+++ b/misc-scripts/id_mapping/dump_by_seq_region.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/dump_cache.pl b/misc-scripts/id_mapping/dump_cache.pl
index 07d3210f5f..d24021f762 100755
--- a/misc-scripts/id_mapping/dump_cache.pl
+++ b/misc-scripts/id_mapping/dump_cache.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/fake_stable_id_mapping.pl b/misc-scripts/id_mapping/fake_stable_id_mapping.pl
index 3ba04aba69..f260c85217 100755
--- a/misc-scripts/id_mapping/fake_stable_id_mapping.pl
+++ b/misc-scripts/id_mapping/fake_stable_id_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/id_mapping.pl b/misc-scripts/id_mapping/id_mapping.pl
index d3f5beaf53..3813a62c33 100755
--- a/misc-scripts/id_mapping/id_mapping.pl
+++ b/misc-scripts/id_mapping/id_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/myRun.ksh b/misc-scripts/id_mapping/myRun.ksh
index d04d5f64f6..c502029a0e 100755
--- a/misc-scripts/id_mapping/myRun.ksh
+++ b/misc-scripts/id_mapping/myRun.ksh
@@ -1,6 +1,6 @@
 #!/bin/ksh
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/run.pl b/misc-scripts/id_mapping/run.pl
index ee74a4b597..14f8ae9f52 100755
--- a/misc-scripts/id_mapping/run.pl
+++ b/misc-scripts/id_mapping/run.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/synteny_rescore.pl b/misc-scripts/id_mapping/synteny_rescore.pl
index e14a92cb6a..db0d62e55c 100755
--- a/misc-scripts/id_mapping/synteny_rescore.pl
+++ b/misc-scripts/id_mapping/synteny_rescore.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/batch_id_history.pl b/misc-scripts/id_mapping/utils/batch_id_history.pl
index 348f653cc2..781e0f5b9c 100755
--- a/misc-scripts/id_mapping/utils/batch_id_history.pl
+++ b/misc-scripts/id_mapping/utils/batch_id_history.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/compare_results.pl b/misc-scripts/id_mapping/utils/compare_results.pl
index 0ed25cef39..1eef0201b2 100755
--- a/misc-scripts/id_mapping/utils/compare_results.pl
+++ b/misc-scripts/id_mapping/utils/compare_results.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/compare_scores.pl b/misc-scripts/id_mapping/utils/compare_scores.pl
index 31962cf676..cb0f84e2bc 100755
--- a/misc-scripts/id_mapping/utils/compare_scores.pl
+++ b/misc-scripts/id_mapping/utils/compare_scores.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/dump_scores.pl b/misc-scripts/id_mapping/utils/dump_scores.pl
index 2e3c6335ac..051171ea3f 100755
--- a/misc-scripts/id_mapping/utils/dump_scores.pl
+++ b/misc-scripts/id_mapping/utils/dump_scores.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/id_mapping_clean.sql b/misc-scripts/id_mapping/utils/id_mapping_clean.sql
index 2a01641757..d2ca0cfb83 100644
--- a/misc-scripts/id_mapping/utils/id_mapping_clean.sql
+++ b/misc-scripts/id_mapping/utils/id_mapping_clean.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl b/misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
index 955707a1eb..244874bed9 100755
--- a/misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
+++ b/misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/id_mapping/utils/myManager.ksh b/misc-scripts/id_mapping/utils/myManager.ksh
index 7c330c54ce..e4a065694d 100755
--- a/misc-scripts/id_mapping/utils/myManager.ksh
+++ b/misc-scripts/id_mapping/utils/myManager.ksh
@@ -1,6 +1,6 @@
 #!/bin/ksh
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/import/import_bed_simple_feature.pl b/misc-scripts/import/import_bed_simple_feature.pl
index 46b52a6a1b..2b99273c41 100644
--- a/misc-scripts/import/import_bed_simple_feature.pl
+++ b/misc-scripts/import/import_bed_simple_feature.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/import/import_recombinant_hotspots.pl b/misc-scripts/import/import_recombinant_hotspots.pl
index 3332979e12..559f70516e 100644
--- a/misc-scripts/import/import_recombinant_hotspots.pl
+++ b/misc-scripts/import/import_recombinant_hotspots.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/import/karyotype_rank_assigner.pl b/misc-scripts/import/karyotype_rank_assigner.pl
index baba9c2a5d..ba4d9fa2f6 100644
--- a/misc-scripts/import/karyotype_rank_assigner.pl
+++ b/misc-scripts/import/karyotype_rank_assigner.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/import/sort_feature_table.pl b/misc-scripts/import/sort_feature_table.pl
index 0c18bf4477..a79ec6f499 100644
--- a/misc-scripts/import/sort_feature_table.pl
+++ b/misc-scripts/import/sort_feature_table.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/load_databases/load_database_from_ftp_site.pl b/misc-scripts/load_databases/load_database_from_ftp_site.pl
index 8a4269c71e..de9d896b6e 100644
--- a/misc-scripts/load_databases/load_database_from_ftp_site.pl
+++ b/misc-scripts/load_databases/load_database_from_ftp_site.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/load_databases/load_multiple_databases.pl b/misc-scripts/load_databases/load_multiple_databases.pl
index c41d7d3442..fb787f49f4 100644
--- a/misc-scripts/load_databases/load_multiple_databases.pl
+++ b/misc-scripts/load_databases/load_multiple_databases.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/meta_coord/update_meta_coord.pl b/misc-scripts/meta_coord/update_meta_coord.pl
index 6cf8f8bd23..f212cde93d 100755
--- a/misc-scripts/meta_coord/update_meta_coord.pl
+++ b/misc-scripts/meta_coord/update_meta_coord.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/meta_levels.pl b/misc-scripts/meta_levels.pl
index 9826b0adf3..a34683c241 100755
--- a/misc-scripts/meta_levels.pl
+++ b/misc-scripts/meta_levels.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 #
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/mouse_knockouts/IKMC_get_data.pl b/misc-scripts/mouse_knockouts/IKMC_get_data.pl
index 0194c76220..4a771320a3 100644
--- a/misc-scripts/mouse_knockouts/IKMC_get_data.pl
+++ b/misc-scripts/mouse_knockouts/IKMC_get_data.pl
@@ -1,6 +1,6 @@
 #!/ebi/extserv/bin/perl/bin/perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl b/misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
index cfb6aa3358..1211dad0f2 100644
--- a/misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
+++ b/misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/ping_ensembl.pl b/misc-scripts/ping_ensembl.pl
index 36d15bfec7..aa2fc3a319 100755
--- a/misc-scripts/ping_ensembl.pl
+++ b/misc-scripts/ping_ensembl.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/repeats/repeat-libraries.pl b/misc-scripts/repeats/repeat-libraries.pl
index 515dc99c11..2a289157e3 100644
--- a/misc-scripts/repeats/repeat-libraries.pl
+++ b/misc-scripts/repeats/repeat-libraries.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/repeats/repeat-types.pl b/misc-scripts/repeats/repeat-types.pl
index 5df52067fc..6dbba81c71 100644
--- a/misc-scripts/repeats/repeat-types.pl
+++ b/misc-scripts/repeats/repeat-types.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/repeats/shrink_trfs.pl b/misc-scripts/repeats/shrink_trfs.pl
index 0970f25b0a..b60e3bcb10 100644
--- a/misc-scripts/repeats/shrink_trfs.pl
+++ b/misc-scripts/repeats/shrink_trfs.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/repeats/vega_repeat_libraries.pl b/misc-scripts/repeats/vega_repeat_libraries.pl
index 6474de33dd..3d6618d72b 100644
--- a/misc-scripts/repeats/vega_repeat_libraries.pl
+++ b/misc-scripts/repeats/vega_repeat_libraries.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl
index 71f92fcfed..a1a91ce0b3 100755
--- a/misc-scripts/schema_patcher.pl
+++ b/misc-scripts/schema_patcher.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/stable_id_lookup/populate_stable_id_lookup.pl b/misc-scripts/stable_id_lookup/populate_stable_id_lookup.pl
index 6047e5ccbc..f1ace2db6f 100644
--- a/misc-scripts/stable_id_lookup/populate_stable_id_lookup.pl
+++ b/misc-scripts/stable_id_lookup/populate_stable_id_lookup.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/stable_id_lookup/sql/tables.sql b/misc-scripts/stable_id_lookup/sql/tables.sql
index 25c836a733..43e4d78eef 100644
--- a/misc-scripts/stable_id_lookup/sql/tables.sql
+++ b/misc-scripts/stable_id_lookup/sql/tables.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SchemaConverter.pm b/misc-scripts/surgery/SchemaConverter.pm
index df1d497179..4091745aea 100644
--- a/misc-scripts/surgery/SchemaConverter.pm
+++ b/misc-scripts/surgery/SchemaConverter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/AnophelesGambiae.pm b/misc-scripts/surgery/SeqStoreConverter/AnophelesGambiae.pm
index ec13d8602e..abf0e6b2c2 100644
--- a/misc-scripts/surgery/SeqStoreConverter/AnophelesGambiae.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/AnophelesGambiae.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/ApisMellifera.pm b/misc-scripts/surgery/SeqStoreConverter/ApisMellifera.pm
index f40ab401cb..deb76d36ed 100644
--- a/misc-scripts/surgery/SeqStoreConverter/ApisMellifera.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/ApisMellifera.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/BasicConverter.pm b/misc-scripts/surgery/SeqStoreConverter/BasicConverter.pm
index ca81d6b632..0c21e5855d 100644
--- a/misc-scripts/surgery/SeqStoreConverter/BasicConverter.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/BasicConverter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisBriggsae.pm b/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisBriggsae.pm
index cdeada8798..03073be8d7 100644
--- a/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisBriggsae.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisBriggsae.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisElegans.pm b/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisElegans.pm
index 73f018f700..2a6d25ffb6 100644
--- a/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisElegans.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/CaenorhabditisElegans.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/CanisFamiliaris.pm b/misc-scripts/surgery/SeqStoreConverter/CanisFamiliaris.pm
index 8be1d33b36..6f419f9b45 100644
--- a/misc-scripts/surgery/SeqStoreConverter/CanisFamiliaris.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/CanisFamiliaris.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/DanioRerio.pm b/misc-scripts/surgery/SeqStoreConverter/DanioRerio.pm
index 76e6fb409f..d420cf94ae 100644
--- a/misc-scripts/surgery/SeqStoreConverter/DanioRerio.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/DanioRerio.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/DrosophilaMelanogaster.pm b/misc-scripts/surgery/SeqStoreConverter/DrosophilaMelanogaster.pm
index 541618587b..330bc8808d 100644
--- a/misc-scripts/surgery/SeqStoreConverter/DrosophilaMelanogaster.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/DrosophilaMelanogaster.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/FuguRubripes.pm b/misc-scripts/surgery/SeqStoreConverter/FuguRubripes.pm
index 641bb25096..28c122b9cc 100644
--- a/misc-scripts/surgery/SeqStoreConverter/FuguRubripes.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/FuguRubripes.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/GallusGallus.pm b/misc-scripts/surgery/SeqStoreConverter/GallusGallus.pm
index 34e77db1df..a3a7fc0c98 100644
--- a/misc-scripts/surgery/SeqStoreConverter/GallusGallus.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/GallusGallus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/HomoSapiens.pm b/misc-scripts/surgery/SeqStoreConverter/HomoSapiens.pm
index 025eacad92..8a82c7fb64 100644
--- a/misc-scripts/surgery/SeqStoreConverter/HomoSapiens.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/HomoSapiens.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/MusMusculus.pm b/misc-scripts/surgery/SeqStoreConverter/MusMusculus.pm
index a604008be2..6b92bffa88 100644
--- a/misc-scripts/surgery/SeqStoreConverter/MusMusculus.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/MusMusculus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/PanTroglodytes.pm b/misc-scripts/surgery/SeqStoreConverter/PanTroglodytes.pm
index 22ada6ba05..4550ef78fe 100644
--- a/misc-scripts/surgery/SeqStoreConverter/PanTroglodytes.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/PanTroglodytes.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/RattusNorvegicus.pm b/misc-scripts/surgery/SeqStoreConverter/RattusNorvegicus.pm
index f3c06fbed6..ca2e331a2f 100644
--- a/misc-scripts/surgery/SeqStoreConverter/RattusNorvegicus.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/RattusNorvegicus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/vega/CanisFamiliaris.pm b/misc-scripts/surgery/SeqStoreConverter/vega/CanisFamiliaris.pm
index 0b85395f9e..830fac441e 100644
--- a/misc-scripts/surgery/SeqStoreConverter/vega/CanisFamiliaris.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/vega/CanisFamiliaris.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/vega/DanioRerio.pm b/misc-scripts/surgery/SeqStoreConverter/vega/DanioRerio.pm
index c476a55bba..9677b5759f 100644
--- a/misc-scripts/surgery/SeqStoreConverter/vega/DanioRerio.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/vega/DanioRerio.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm b/misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm
index 345d3a977b..0fbe5748c0 100644
--- a/misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/vega/MusMusculus.pm b/misc-scripts/surgery/SeqStoreConverter/vega/MusMusculus.pm
index bd816b6093..7350a1b32b 100644
--- a/misc-scripts/surgery/SeqStoreConverter/vega/MusMusculus.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/vega/MusMusculus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/SeqStoreConverter/vega/VBasicConverter.pm b/misc-scripts/surgery/SeqStoreConverter/vega/VBasicConverter.pm
index e22dacb720..dbd3b3897e 100644
--- a/misc-scripts/surgery/SeqStoreConverter/vega/VBasicConverter.pm
+++ b/misc-scripts/surgery/SeqStoreConverter/vega/VBasicConverter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/convert_seqstore.pl b/misc-scripts/surgery/convert_seqstore.pl
index d99ea158a9..fe90d3e6a1 100644
--- a/misc-scripts/surgery/convert_seqstore.pl
+++ b/misc-scripts/surgery/convert_seqstore.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/create_fixsql.pl b/misc-scripts/surgery/create_fixsql.pl
index cc867caaca..1619479d5b 100644
--- a/misc-scripts/surgery/create_fixsql.pl
+++ b/misc-scripts/surgery/create_fixsql.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/fuller_test_genome_9_chr20.pl b/misc-scripts/surgery/fuller_test_genome_9_chr20.pl
index 63cffb320e..c48274004e 100644
--- a/misc-scripts/surgery/fuller_test_genome_9_chr20.pl
+++ b/misc-scripts/surgery/fuller_test_genome_9_chr20.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/push_align_features.pl b/misc-scripts/surgery/push_align_features.pl
index c2bbb2c5db..0ff8126174 100644
--- a/misc-scripts/surgery/push_align_features.pl
+++ b/misc-scripts/surgery/push_align_features.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/set_nonredundant_attribs.pl b/misc-scripts/surgery/set_nonredundant_attribs.pl
index 856f15f1b8..56b8a132c4 100644
--- a/misc-scripts/surgery/set_nonredundant_attribs.pl
+++ b/misc-scripts/surgery/set_nonredundant_attribs.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/surgery/shortintrons2frameshifts.pl b/misc-scripts/surgery/shortintrons2frameshifts.pl
index 77980b7b3b..d05e241e83 100644
--- a/misc-scripts/surgery/shortintrons2frameshifts.pl
+++ b/misc-scripts/surgery/shortintrons2frameshifts.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/transfer_karyotype.pl b/misc-scripts/transfer_karyotype.pl
index 024a82addc..df4eddaae1 100644
--- a/misc-scripts/transfer_karyotype.pl
+++ b/misc-scripts/transfer_karyotype.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 #
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/update_mapping_set.pl b/misc-scripts/update_mapping_set.pl
index ddf7037e77..ba2cc2ef15 100644
--- a/misc-scripts/update_mapping_set.pl
+++ b/misc-scripts/update_mapping_set.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 #
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/web_stats.sh b/misc-scripts/web_stats.sh
index 77aecffdeb..3b8f47ff0c 100644
--- a/misc-scripts/web_stats.sh
+++ b/misc-scripts/web_stats.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm b/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
index f9c232cc8e..56b3b15d70 100644
--- a/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ChecksumMapper.pm b/misc-scripts/xref_mapping/XrefMapper/ChecksumMapper.pm
index 2d71cd7c23..5c59792e56 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ChecksumMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ChecksumMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/CoordinateMapper.pm b/misc-scripts/xref_mapping/XrefMapper/CoordinateMapper.pm
index 9a016d1add..b8cc50f81e 100644
--- a/misc-scripts/xref_mapping/XrefMapper/CoordinateMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/CoordinateMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/CoreInfo.pm b/misc-scripts/xref_mapping/XrefMapper/CoreInfo.pm
index 713f8a67ee..1ea5f294c3 100644
--- a/misc-scripts/xref_mapping/XrefMapper/CoreInfo.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/CoreInfo.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/DirectXrefs.pm b/misc-scripts/xref_mapping/XrefMapper/DirectXrefs.pm
index 6b0a0b0a23..dcd6c43013 100644
--- a/misc-scripts/xref_mapping/XrefMapper/DirectXrefs.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/DirectXrefs.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm b/misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
index 7e6f81b1ae..c6075ccd2c 100644
--- a/misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/LoadMapper.pm b/misc-scripts/xref_mapping/XrefMapper/LoadMapper.pm
index 81bc76c978..863aa7c47b 100644
--- a/misc-scripts/xref_mapping/XrefMapper/LoadMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/LoadMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ChecksumBasic.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ChecksumBasic.pm
index e31f9b4fce..35b5e54d5f 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ChecksumBasic.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ChecksumBasic.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBasic.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBasic.pm
index 056ce97c28..2797b00bde 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBasic.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBasic.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBest1.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBest1.pm
index 4215ee38e7..7f6dcf29c4 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBest1.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateBest1.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1.pm
index 1f6164da05..9c0310575c 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1_55_perc_id.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1_55_perc_id.pm
index cb43f7d7ae..4e892a81ae 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1_55_perc_id.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1_55_perc_id.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5.pm
index 814025c0b9..dacefad415 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_55_perc_id.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_55_perc_id.pm
index c91a4b88da..24f3bf9f40 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_55_perc_id.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_55_perc_id.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_subtran.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_subtran.pm
index 26a8430ebd..243279eb82 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_subtran.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest5_subtran.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_100_perc_id.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_100_perc_id.pm
index 4d22af6cba..4da26ce000 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_100_perc_id.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_100_perc_id.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_90_perc_id.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_90_perc_id.pm
index 31bb0c4746..2948859ae1 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_90_perc_id.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest_90_perc_id.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm
index 18d43f44d9..d7bc3fa399 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/LocalExonerateGappedBest1.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/LocalExonerateGappedBest1.pm
index 48ad1a6383..ba530c2b58 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/LocalExonerateGappedBest1.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/LocalExonerateGappedBest1.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/MySQLChecksum.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/MySQLChecksum.pm
index 04590605fa..9c6398849c 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/MySQLChecksum.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/MySQLChecksum.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/Methods/PBSExonerateGappedBest1.pm b/misc-scripts/xref_mapping/XrefMapper/Methods/PBSExonerateGappedBest1.pm
index 8b0e2903cc..5c398b6326 100644
--- a/misc-scripts/xref_mapping/XrefMapper/Methods/PBSExonerateGappedBest1.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/Methods/PBSExonerateGappedBest1.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm b/misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
index 216018e276..94d2d8bf03 100644
--- a/misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ProcessMappings.pm b/misc-scripts/xref_mapping/XrefMapper/ProcessMappings.pm
index f23c797522..8c555596f2 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ProcessMappings.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ProcessMappings.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ProcessPaired.pm b/misc-scripts/xref_mapping/XrefMapper/ProcessPaired.pm
index a7e6fcc09d..00f912e27c 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ProcessPaired.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ProcessPaired.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ProcessPrioritys.pm b/misc-scripts/xref_mapping/XrefMapper/ProcessPrioritys.pm
index efe0f48953..a6ae4eff5e 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ProcessPrioritys.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ProcessPrioritys.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/RNACentralMapper.pm b/misc-scripts/xref_mapping/XrefMapper/RNACentralMapper.pm
index 0932eab245..7cdf56ffe7 100644
--- a/misc-scripts/xref_mapping/XrefMapper/RNACentralMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/RNACentralMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm b/misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
index acad450165..7671eef19f 100644
--- a/misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/TestMappings.pm b/misc-scripts/xref_mapping/XrefMapper/TestMappings.pm
index 9ceef54e42..56c1a78b5a 100644
--- a/misc-scripts/xref_mapping/XrefMapper/TestMappings.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/TestMappings.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/UniParcMapper.pm b/misc-scripts/xref_mapping/XrefMapper/UniParcMapper.pm
index 924cbef6dd..2c069b4347 100644
--- a/misc-scripts/xref_mapping/XrefMapper/UniParcMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/UniParcMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/VBCoordinateMapper.pm b/misc-scripts/xref_mapping/XrefMapper/VBCoordinateMapper.pm
index eacecd8111..e65bbd286b 100644
--- a/misc-scripts/xref_mapping/XrefMapper/VBCoordinateMapper.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/VBCoordinateMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/XrefLoader.pm b/misc-scripts/xref_mapping/XrefMapper/XrefLoader.pm
index daefd3795a..5f055f7b0a 100644
--- a/misc-scripts/xref_mapping/XrefMapper/XrefLoader.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/XrefLoader.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/aedes_aegypti.pm b/misc-scripts/xref_mapping/XrefMapper/aedes_aegypti.pm
index fc6fcb60d3..c404b356e4 100644
--- a/misc-scripts/xref_mapping/XrefMapper/aedes_aegypti.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/aedes_aegypti.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm b/misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
index 34a8644f11..4ea452e601 100644
--- a/misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/culex_quinquefasciatus.pm b/misc-scripts/xref_mapping/XrefMapper/culex_quinquefasciatus.pm
index 3e7acb462a..00568d8e48 100644
--- a/misc-scripts/xref_mapping/XrefMapper/culex_quinquefasciatus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/culex_quinquefasciatus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/danio_rerio.pm b/misc-scripts/xref_mapping/XrefMapper/danio_rerio.pm
index 2f488e5167..522a9ecb14 100644
--- a/misc-scripts/xref_mapping/XrefMapper/danio_rerio.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/danio_rerio.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/db.pm b/misc-scripts/xref_mapping/XrefMapper/db.pm
index 7491be4853..ee1d2fe7ab 100644
--- a/misc-scripts/xref_mapping/XrefMapper/db.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/db.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/drosophila.pm b/misc-scripts/xref_mapping/XrefMapper/drosophila.pm
index 73b8b4e8bb..556af0756b 100644
--- a/misc-scripts/xref_mapping/XrefMapper/drosophila.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/drosophila.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm b/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
index 0b62ae1973..8e66b68470 100644
--- a/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/eukaryota.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/fugu_rubripes.pm b/misc-scripts/xref_mapping/XrefMapper/fugu_rubripes.pm
index ceb6b45fe3..5edfed9441 100644
--- a/misc-scripts/xref_mapping/XrefMapper/fugu_rubripes.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/fugu_rubripes.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/homo_sapiens.pm b/misc-scripts/xref_mapping/XrefMapper/homo_sapiens.pm
index c0477517c4..ba4e290032 100644
--- a/misc-scripts/xref_mapping/XrefMapper/homo_sapiens.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/homo_sapiens.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ixodes_scapularis.pm b/misc-scripts/xref_mapping/XrefMapper/ixodes_scapularis.pm
index 37f4ff54ca..f0d0e8e9af 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ixodes_scapularis.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ixodes_scapularis.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/mus_musculus.pm b/misc-scripts/xref_mapping/XrefMapper/mus_musculus.pm
index 343ac47733..a1b010e259 100644
--- a/misc-scripts/xref_mapping/XrefMapper/mus_musculus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/mus_musculus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/neurospora_crassa.pm b/misc-scripts/xref_mapping/XrefMapper/neurospora_crassa.pm
index 24d50745cc..3aa532545f 100644
--- a/misc-scripts/xref_mapping/XrefMapper/neurospora_crassa.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/neurospora_crassa.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/ornithorhynchus_anatinus.pm b/misc-scripts/xref_mapping/XrefMapper/ornithorhynchus_anatinus.pm
index 932476b544..9fe03d3aee 100644
--- a/misc-scripts/xref_mapping/XrefMapper/ornithorhynchus_anatinus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/ornithorhynchus_anatinus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/parasite.pm b/misc-scripts/xref_mapping/XrefMapper/parasite.pm
index 4c5b2be46e..3929b23fe0 100644
--- a/misc-scripts/xref_mapping/XrefMapper/parasite.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/parasite.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm b/misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
index af14743af8..63f2a08c9d 100644
--- a/misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/saccharomyces_cerevisiae.pm b/misc-scripts/xref_mapping/XrefMapper/saccharomyces_cerevisiae.pm
index b1fe2d1348..07f24bed46 100644
--- a/misc-scripts/xref_mapping/XrefMapper/saccharomyces_cerevisiae.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/saccharomyces_cerevisiae.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/schizosaccharomyces_pombe.pm b/misc-scripts/xref_mapping/XrefMapper/schizosaccharomyces_pombe.pm
index 7568b0e7a3..a52cc2b75e 100644
--- a/misc-scripts/xref_mapping/XrefMapper/schizosaccharomyces_pombe.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/schizosaccharomyces_pombe.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm b/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm
index f26a4c684f..b6fb1f282c 100644
--- a/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/tetraodon_nigroviridis.pm b/misc-scripts/xref_mapping/XrefMapper/tetraodon_nigroviridis.pm
index e4921984d7..ce44c5fd36 100644
--- a/misc-scripts/xref_mapping/XrefMapper/tetraodon_nigroviridis.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/tetraodon_nigroviridis.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/wormbase.pm b/misc-scripts/xref_mapping/XrefMapper/wormbase.pm
index 7e139060a2..78d23725ff 100644
--- a/misc-scripts/xref_mapping/XrefMapper/wormbase.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/wormbase.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/xenopus_tropicalis.pm b/misc-scripts/xref_mapping/XrefMapper/xenopus_tropicalis.pm
index c6c1b58b86..705fbb3606 100644
--- a/misc-scripts/xref_mapping/XrefMapper/xenopus_tropicalis.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/xenopus_tropicalis.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/AedesCAPParser.pm b/misc-scripts/xref_mapping/XrefParser/AedesCAPParser.pm
index 1939f3b7f2..c9bb08a193 100644
--- a/misc-scripts/xref_mapping/XrefParser/AedesCAPParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/AedesCAPParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/AedesGenBankParser.pm b/misc-scripts/xref_mapping/XrefParser/AedesGenBankParser.pm
index e086ce36fb..c31a1c3eac 100644
--- a/misc-scripts/xref_mapping/XrefParser/AedesGenBankParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/AedesGenBankParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/AgilentParser.pm b/misc-scripts/xref_mapping/XrefParser/AgilentParser.pm
index aad212e032..b7505f5ca6 100644
--- a/misc-scripts/xref_mapping/XrefParser/AgilentParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/AgilentParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/AnoXcelParser.pm b/misc-scripts/xref_mapping/XrefParser/AnoXcelParser.pm
index aa4009e21b..21b747e938 100644
--- a/misc-scripts/xref_mapping/XrefParser/AnoXcelParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/AnoXcelParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/AnophelesSymbolParser.pm b/misc-scripts/xref_mapping/XrefParser/AnophelesSymbolParser.pm
index 555e67c099..20910b2498 100644
--- a/misc-scripts/xref_mapping/XrefParser/AnophelesSymbolParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/AnophelesSymbolParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ArrayExpressParser.pm b/misc-scripts/xref_mapping/XrefParser/ArrayExpressParser.pm
index 864d33a975..f0146ec445 100644
--- a/misc-scripts/xref_mapping/XrefParser/ArrayExpressParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ArrayExpressParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/BaseParser.pm b/misc-scripts/xref_mapping/XrefParser/BaseParser.pm
index c2cbe85f4d..cccb5b8557 100644
--- a/misc-scripts/xref_mapping/XrefParser/BaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/BaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm b/misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
index 47a8dc1ddb..ed9f8a2ed1 100644
--- a/misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/Broad_MagnaportheDBParser.pm b/misc-scripts/xref_mapping/XrefParser/Broad_MagnaportheDBParser.pm
index 16b22159e9..4051cfcf24 100644
--- a/misc-scripts/xref_mapping/XrefParser/Broad_MagnaportheDBParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/Broad_MagnaportheDBParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CCDSParser.pm b/misc-scripts/xref_mapping/XrefParser/CCDSParser.pm
index b5210cf281..507ed1c523 100644
--- a/misc-scripts/xref_mapping/XrefParser/CCDSParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CCDSParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CeleraParser.pm b/misc-scripts/xref_mapping/XrefParser/CeleraParser.pm
index 30ccbb1e48..40d584d729 100644
--- a/misc-scripts/xref_mapping/XrefParser/CeleraParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CeleraParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CeleraProteinParser.pm b/misc-scripts/xref_mapping/XrefParser/CeleraProteinParser.pm
index cf3a24a152..f9377c645c 100644
--- a/misc-scripts/xref_mapping/XrefParser/CeleraProteinParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CeleraProteinParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CeleraTranscriptParser.pm b/misc-scripts/xref_mapping/XrefParser/CeleraTranscriptParser.pm
index eddff29c3e..1adc7c9c3c 100644
--- a/misc-scripts/xref_mapping/XrefParser/CeleraTranscriptParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CeleraTranscriptParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ChecksumParser.pm b/misc-scripts/xref_mapping/XrefParser/ChecksumParser.pm
index 29d26cfc64..c3b6a9738a 100644
--- a/misc-scripts/xref_mapping/XrefParser/ChecksumParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ChecksumParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CodelinkParser.pm b/misc-scripts/xref_mapping/XrefParser/CodelinkParser.pm
index 35a75d84cf..5209c12a0d 100644
--- a/misc-scripts/xref_mapping/XrefParser/CodelinkParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CodelinkParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CoordinateParser.pm b/misc-scripts/xref_mapping/XrefParser/CoordinateParser.pm
index 0f31f6f066..43797c3c31 100644
--- a/misc-scripts/xref_mapping/XrefParser/CoordinateParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CoordinateParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CoreXrefParser.pm b/misc-scripts/xref_mapping/XrefParser/CoreXrefParser.pm
index 44c641d0bc..f1cb5cf2c1 100644
--- a/misc-scripts/xref_mapping/XrefParser/CoreXrefParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CoreXrefParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/DBASSParser.pm b/misc-scripts/xref_mapping/XrefParser/DBASSParser.pm
index c1e4ba0558..4e4137aab6 100644
--- a/misc-scripts/xref_mapping/XrefParser/DBASSParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/DBASSParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/Database.pm b/misc-scripts/xref_mapping/XrefParser/Database.pm
index 1fc2b534b4..7ed1b37b13 100644
--- a/misc-scripts/xref_mapping/XrefParser/Database.pm
+++ b/misc-scripts/xref_mapping/XrefParser/Database.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/DatabaseParser.pm b/misc-scripts/xref_mapping/XrefParser/DatabaseParser.pm
index 816c735100..eb729c59a9 100644
--- a/misc-scripts/xref_mapping/XrefParser/DatabaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/DatabaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/DirectParser.pm b/misc-scripts/xref_mapping/XrefParser/DirectParser.pm
index 1f99f2fdff..e9a2e4bc37 100644
--- a/misc-scripts/xref_mapping/XrefParser/DirectParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/DirectParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ECParser.pm b/misc-scripts/xref_mapping/XrefParser/ECParser.pm
index ecff9c3814..5f07ad3dd1 100644
--- a/misc-scripts/xref_mapping/XrefParser/ECParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ECParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/EG_DBParser.pm b/misc-scripts/xref_mapping/XrefParser/EG_DBParser.pm
index f1219602bd..5289169783 100644
--- a/misc-scripts/xref_mapping/XrefParser/EG_DBParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/EG_DBParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/EntrezGeneParser.pm b/misc-scripts/xref_mapping/XrefParser/EntrezGeneParser.pm
index 3b3692b038..2b856fd1de 100644
--- a/misc-scripts/xref_mapping/XrefParser/EntrezGeneParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/EntrezGeneParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/FantomParser.pm b/misc-scripts/xref_mapping/XrefParser/FantomParser.pm
index 1c9037bcc9..b2b3a89fe4 100644
--- a/misc-scripts/xref_mapping/XrefParser/FantomParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/FantomParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/FastaParser.pm b/misc-scripts/xref_mapping/XrefParser/FastaParser.pm
index e109122f4c..97f6f2bd8f 100644
--- a/misc-scripts/xref_mapping/XrefParser/FastaParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/FastaParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/FetchFiles.pm b/misc-scripts/xref_mapping/XrefParser/FetchFiles.pm
index b78c4446cb..cbdb808e3d 100644
--- a/misc-scripts/xref_mapping/XrefParser/FetchFiles.pm
+++ b/misc-scripts/xref_mapping/XrefParser/FetchFiles.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm b/misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
index b65dac2c8b..428b7dbac1 100644
--- a/misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/GOParser.pm b/misc-scripts/xref_mapping/XrefParser/GOParser.pm
index 17ca9b5ccd..4f7288f431 100644
--- a/misc-scripts/xref_mapping/XrefParser/GOParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/GOParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/GOSlimParser.pm b/misc-scripts/xref_mapping/XrefParser/GOSlimParser.pm
index 162a40b0e8..6df1042ed4 100644
--- a/misc-scripts/xref_mapping/XrefParser/GOSlimParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/GOSlimParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/GrameneOntologyParser.pm b/misc-scripts/xref_mapping/XrefParser/GrameneOntologyParser.pm
index 3ab24deeb7..8556f60a0a 100644
--- a/misc-scripts/xref_mapping/XrefParser/GrameneOntologyParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/GrameneOntologyParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/GramenePathwayParser.pm b/misc-scripts/xref_mapping/XrefParser/GramenePathwayParser.pm
index b10a55099b..b36eb04bdb 100644
--- a/misc-scripts/xref_mapping/XrefParser/GramenePathwayParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/GramenePathwayParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/HGNCParser.pm b/misc-scripts/xref_mapping/XrefParser/HGNCParser.pm
index cf6553d97c..fc4d17090e 100644
--- a/misc-scripts/xref_mapping/XrefParser/HGNCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/HGNCParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/HGNC_CCDSParser.pm b/misc-scripts/xref_mapping/XrefParser/HGNC_CCDSParser.pm
index 1984c54ba9..79b5da7446 100644
--- a/misc-scripts/xref_mapping/XrefParser/HGNC_CCDSParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/HGNC_CCDSParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/HPAParser.pm b/misc-scripts/xref_mapping/XrefParser/HPAParser.pm
index f989babc0e..7079465237 100644
--- a/misc-scripts/xref_mapping/XrefParser/HPAParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/HPAParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/IKMCParser.pm b/misc-scripts/xref_mapping/XrefParser/IKMCParser.pm
index c6b04885ba..60e640c5e0 100644
--- a/misc-scripts/xref_mapping/XrefParser/IKMCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/IKMCParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/IPIParser.pm b/misc-scripts/xref_mapping/XrefParser/IPIParser.pm
index e351681483..b0792cd92f 100644
--- a/misc-scripts/xref_mapping/XrefParser/IPIParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/IPIParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/IlluminaParser.pm b/misc-scripts/xref_mapping/XrefParser/IlluminaParser.pm
index 49550e52d6..8000a3f700 100644
--- a/misc-scripts/xref_mapping/XrefParser/IlluminaParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/IlluminaParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/IlluminaWGParser.pm b/misc-scripts/xref_mapping/XrefParser/IlluminaWGParser.pm
index 736fcfc7a3..5dc453b190 100644
--- a/misc-scripts/xref_mapping/XrefParser/IlluminaWGParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/IlluminaWGParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ImmunoDBParser.pm b/misc-scripts/xref_mapping/XrefParser/ImmunoDBParser.pm
index 5da24e6547..f8fc089aca 100644
--- a/misc-scripts/xref_mapping/XrefParser/ImmunoDBParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ImmunoDBParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/InterproFromCoreParser.pm b/misc-scripts/xref_mapping/XrefParser/InterproFromCoreParser.pm
index 081358f1d3..8beea48539 100755
--- a/misc-scripts/xref_mapping/XrefParser/InterproFromCoreParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/InterproFromCoreParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/IxodesCAPParser.pm b/misc-scripts/xref_mapping/XrefParser/IxodesCAPParser.pm
index 8371417715..3119057ed2 100644
--- a/misc-scripts/xref_mapping/XrefParser/IxodesCAPParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/IxodesCAPParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/JGI_Parser.pm b/misc-scripts/xref_mapping/XrefParser/JGI_Parser.pm
index 52f5bb051d..eb9eba2295 100644
--- a/misc-scripts/xref_mapping/XrefParser/JGI_Parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/JGI_Parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/JGI_ProteinParser.pm b/misc-scripts/xref_mapping/XrefParser/JGI_ProteinParser.pm
index 42cbe224d8..9649220cc0 100644
--- a/misc-scripts/xref_mapping/XrefParser/JGI_ProteinParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/JGI_ProteinParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/MGIParser.pm b/misc-scripts/xref_mapping/XrefParser/MGIParser.pm
index b5ab3dcbc0..b195af45d8 100644
--- a/misc-scripts/xref_mapping/XrefParser/MGIParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/MGIParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/MGI_CCDS_Parser.pm b/misc-scripts/xref_mapping/XrefParser/MGI_CCDS_Parser.pm
index bfe019ad9e..ef8b8eb25a 100644
--- a/misc-scripts/xref_mapping/XrefParser/MGI_CCDS_Parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/MGI_CCDS_Parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/MGI_Desc_Parser.pm b/misc-scripts/xref_mapping/XrefParser/MGI_Desc_Parser.pm
index 457484887e..ba6a23cc03 100644
--- a/misc-scripts/xref_mapping/XrefParser/MGI_Desc_Parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/MGI_Desc_Parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/MIMParser.pm b/misc-scripts/xref_mapping/XrefParser/MIMParser.pm
index 52497b4370..5d5068583a 100644
--- a/misc-scripts/xref_mapping/XrefParser/MIMParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/MIMParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/Mim2GeneParser.pm b/misc-scripts/xref_mapping/XrefParser/Mim2GeneParser.pm
index 236c7ff957..a82df3f225 100644
--- a/misc-scripts/xref_mapping/XrefParser/Mim2GeneParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/Mim2GeneParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/OTTTParser.pm b/misc-scripts/xref_mapping/XrefParser/OTTTParser.pm
index 84bab1278c..0ee7c31dce 100644
--- a/misc-scripts/xref_mapping/XrefParser/OTTTParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/OTTTParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/OrphanetParser.pm b/misc-scripts/xref_mapping/XrefParser/OrphanetParser.pm
index 03273371db..a07260a923 100644
--- a/misc-scripts/xref_mapping/XrefParser/OrphanetParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/OrphanetParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/PGSCParser.pm b/misc-scripts/xref_mapping/XrefParser/PGSCParser.pm
index 9a07f07420..cfb2104f4c 100644
--- a/misc-scripts/xref_mapping/XrefParser/PGSCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/PGSCParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/PHIbaseParser.pm b/misc-scripts/xref_mapping/XrefParser/PHIbaseParser.pm
index 73b0cdba8f..fa071b6825 100644
--- a/misc-scripts/xref_mapping/XrefParser/PHIbaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/PHIbaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/PhytozomeGmaxParser.pm b/misc-scripts/xref_mapping/XrefParser/PhytozomeGmaxParser.pm
index 28f36cb22c..e0dec8a624 100644
--- a/misc-scripts/xref_mapping/XrefParser/PhytozomeGmaxParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/PhytozomeGmaxParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/PomBaseParser.pm b/misc-scripts/xref_mapping/XrefParser/PomBaseParser.pm
index fd75c1c664..65b30c9f43 100644
--- a/misc-scripts/xref_mapping/XrefParser/PomBaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/PomBaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ProcessData.pm b/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
index c5252f7621..8be948b5da 100644
--- a/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm b/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
index 652d71856e..e94bd86011 100644
--- a/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RGDParser.pm b/misc-scripts/xref_mapping/XrefParser/RGDParser.pm
index 3caeeecea7..bebe053395 100644
--- a/misc-scripts/xref_mapping/XrefParser/RGDParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RGDParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ReactomeParser.pm b/misc-scripts/xref_mapping/XrefParser/ReactomeParser.pm
index b75056a8d3..18574f163f 100644
--- a/misc-scripts/xref_mapping/XrefParser/ReactomeParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ReactomeParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RefSeqCoordinateParser.pm b/misc-scripts/xref_mapping/XrefParser/RefSeqCoordinateParser.pm
index 2a82b05cb7..fe190fbbf3 100644
--- a/misc-scripts/xref_mapping/XrefParser/RefSeqCoordinateParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RefSeqCoordinateParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm b/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm
index 656cc4ddf5..a236daab92 100644
--- a/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RefSeqParser.pm b/misc-scripts/xref_mapping/XrefParser/RefSeqParser.pm
index 446f02f479..2737fa17dd 100644
--- a/misc-scripts/xref_mapping/XrefParser/RefSeqParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RefSeqParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/RefSeq_CCDSParser.pm b/misc-scripts/xref_mapping/XrefParser/RefSeq_CCDSParser.pm
index 0ad8d34baf..783fee7db0 100644
--- a/misc-scripts/xref_mapping/XrefParser/RefSeq_CCDSParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RefSeq_CCDSParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/SGDParser.pm b/misc-scripts/xref_mapping/XrefParser/SGDParser.pm
index bdef864a65..2dfa99f46c 100644
--- a/misc-scripts/xref_mapping/XrefParser/SGDParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/SGDParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/SegmentParser.pm b/misc-scripts/xref_mapping/XrefParser/SegmentParser.pm
index ce2d517aa3..939d3252f7 100644
--- a/misc-scripts/xref_mapping/XrefParser/SegmentParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/SegmentParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/TAIRIDParser.pm b/misc-scripts/xref_mapping/XrefParser/TAIRIDParser.pm
index a067c32868..9b055220ee 100644
--- a/misc-scripts/xref_mapping/XrefParser/TAIRIDParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/TAIRIDParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm b/misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
index acd360e6f9..a405f26d55 100644
--- a/misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UCSCParser.pm b/misc-scripts/xref_mapping/XrefParser/UCSCParser.pm
index 74b8317513..acdb008287 100644
--- a/misc-scripts/xref_mapping/XrefParser/UCSCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UCSCParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UCSC_human_parser.pm b/misc-scripts/xref_mapping/XrefParser/UCSC_human_parser.pm
index c86b0de2b5..1ca03a64e1 100644
--- a/misc-scripts/xref_mapping/XrefParser/UCSC_human_parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UCSC_human_parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UCSC_mouse_parser.pm b/misc-scripts/xref_mapping/XrefParser/UCSC_mouse_parser.pm
index 37c0ed5738..f116c578b3 100644
--- a/misc-scripts/xref_mapping/XrefParser/UCSC_mouse_parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UCSC_mouse_parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UniGeneParser.pm b/misc-scripts/xref_mapping/XrefParser/UniGeneParser.pm
index 6046a0f821..9f3e244a79 100644
--- a/misc-scripts/xref_mapping/XrefParser/UniGeneParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UniGeneParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UniProtDirectParser.pm b/misc-scripts/xref_mapping/XrefParser/UniProtDirectParser.pm
index bddbf34056..29538dbf3b 100644
--- a/misc-scripts/xref_mapping/XrefParser/UniProtDirectParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UniProtDirectParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm b/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
index 8247f4cb63..2c8d5f176a 100644
--- a/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm b/misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm
index 08a09c07b4..cbf2b16cf7 100644
--- a/misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/UniProtVarSplicParser.pm b/misc-scripts/xref_mapping/XrefParser/UniProtVarSplicParser.pm
index 46b3c8b7be..ca44f0f5ee 100644
--- a/misc-scripts/xref_mapping/XrefParser/UniProtVarSplicParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/UniProtVarSplicParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBCommunitySymbolParser.pm b/misc-scripts/xref_mapping/XrefParser/VBCommunitySymbolParser.pm
index 15639fffe7..f799cac069 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBCommunitySymbolParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBCommunitySymbolParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBCommunitySynonymParser.pm b/misc-scripts/xref_mapping/XrefParser/VBCommunitySynonymParser.pm
index 1ca245e3bd..cdf840baaa 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBCommunitySynonymParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBCommunitySynonymParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBExternalDescriptionParser.pm b/misc-scripts/xref_mapping/XrefParser/VBExternalDescriptionParser.pm
index b092807c8c..f06dea23c3 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBExternalDescriptionParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBExternalDescriptionParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBPubMedParser.pm b/misc-scripts/xref_mapping/XrefParser/VBPubMedParser.pm
index ea8939abb3..be99f246c9 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBPubMedParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBPubMedParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBRNADescriptionParser.pm b/misc-scripts/xref_mapping/XrefParser/VBRNADescriptionParser.pm
index 56904ab638..1038788ec7 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBRNADescriptionParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBRNADescriptionParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VBribosomalParser.pm b/misc-scripts/xref_mapping/XrefParser/VBribosomalParser.pm
index 7e03f7f6ee..91df57e528 100644
--- a/misc-scripts/xref_mapping/XrefParser/VBribosomalParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VBribosomalParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VGNCParser.pm b/misc-scripts/xref_mapping/XrefParser/VGNCParser.pm
index 489eb5a463..2a75863964 100644
--- a/misc-scripts/xref_mapping/XrefParser/VGNCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VGNCParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VbDirectParser.pm b/misc-scripts/xref_mapping/XrefParser/VbDirectParser.pm
index d03a8a76af..40915bd374 100644
--- a/misc-scripts/xref_mapping/XrefParser/VbDirectParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VbDirectParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VbGFF3Parser.pm b/misc-scripts/xref_mapping/XrefParser/VbGFF3Parser.pm
index de25f5e5b4..f9b8b7bdcc 100644
--- a/misc-scripts/xref_mapping/XrefParser/VbGFF3Parser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VbGFF3Parser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/VegaOfficialNameParser.pm b/misc-scripts/xref_mapping/XrefParser/VegaOfficialNameParser.pm
index 9e8f377d6b..1bb1af9838 100644
--- a/misc-scripts/xref_mapping/XrefParser/VegaOfficialNameParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/VegaOfficialNameParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WilsonAffyParser.pm b/misc-scripts/xref_mapping/XrefParser/WilsonAffyParser.pm
index 184c413411..cf054223c3 100644
--- a/misc-scripts/xref_mapping/XrefParser/WilsonAffyParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WilsonAffyParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm b/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
index f7920c2a6e..2ca540aa2c 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormPepParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansBase.pm b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansBase.pm
index 0a64eda861..9d1471e0f2 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansBase.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansBase.pm
@@ -1,6 +1,6 @@
 =head1 LICENSE
 
-Copyright [2018-2019] EMBL-European Bioinformatics Institute
+Copyright [2018-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansRefSeqGPFFParser.pm b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansRefSeqGPFFParser.pm
index dd4c9c8641..37157ffd63 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansRefSeqGPFFParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansRefSeqGPFFParser.pm
@@ -1,6 +1,6 @@
 =head1 LICENSE
 
-Copyright [2018-2019] EMBL-European Bioinformatics Institute
+Copyright [2018-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansUniProtParser.pm b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansUniProtParser.pm
index dd9f1576bf..e145309798 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansUniProtParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormbaseCElegansUniProtParser.pm
@@ -1,6 +1,6 @@
 =head1 LICENSE
 
-Copyright [2018-2019] EMBL-European Bioinformatics Institute
+Copyright [2018-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm b/misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm
index 4d25dde3cb..2ea930954c 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/WormbaseDirectParser.pm b/misc-scripts/xref_mapping/XrefParser/WormbaseDirectParser.pm
index 32b9367526..bbafc1eb5d 100644
--- a/misc-scripts/xref_mapping/XrefParser/WormbaseDirectParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/WormbaseDirectParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/XenopusJamboreeParser.pm b/misc-scripts/xref_mapping/XrefParser/XenopusJamboreeParser.pm
index 8f68bb64a3..ff3e5ac54d 100644
--- a/misc-scripts/xref_mapping/XrefParser/XenopusJamboreeParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/XenopusJamboreeParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ZFINDescParser.pm b/misc-scripts/xref_mapping/XrefParser/ZFINDescParser.pm
index 7e5e3b9bda..1f922c9f3d 100644
--- a/misc-scripts/xref_mapping/XrefParser/ZFINDescParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ZFINDescParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ZFINParser.pm b/misc-scripts/xref_mapping/XrefParser/ZFINParser.pm
index 0b0ca1ef4e..b162016075 100644
--- a/misc-scripts/xref_mapping/XrefParser/ZFINParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ZFINParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm b/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
index 5de6c8e2c4..f7d289f14a 100644
--- a/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm b/misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm
index 1b68b6de41..a49fb8d112 100644
--- a/misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ncRNAParser.pm b/misc-scripts/xref_mapping/XrefParser/ncRNAParser.pm
index b78886b34e..c72b86f82f 100644
--- a/misc-scripts/xref_mapping/XrefParser/ncRNAParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ncRNAParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/ncRNA_DBParser.pm b/misc-scripts/xref_mapping/XrefParser/ncRNA_DBParser.pm
index 1581d22e81..9915d497cf 100644
--- a/misc-scripts/xref_mapping/XrefParser/ncRNA_DBParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ncRNA_DBParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/compare_displays.pl b/misc-scripts/xref_mapping/compare_displays.pl
index 6cba332427..93aa183a07 100644
--- a/misc-scripts/xref_mapping/compare_displays.pl
+++ b/misc-scripts/xref_mapping/compare_displays.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/compare_mapping.pl b/misc-scripts/xref_mapping/compare_mapping.pl
index 981b0bfa80..2ac770d5ea 100644
--- a/misc-scripts/xref_mapping/compare_mapping.pl
+++ b/misc-scripts/xref_mapping/compare_mapping.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/compare_xrefs_by_source.pl b/misc-scripts/xref_mapping/compare_xrefs_by_source.pl
index 27ccb25ab6..e69cad8ad0 100644
--- a/misc-scripts/xref_mapping/compare_xrefs_by_source.pl
+++ b/misc-scripts/xref_mapping/compare_xrefs_by_source.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/convert_xrefs_to_all_translations.pl b/misc-scripts/xref_mapping/convert_xrefs_to_all_translations.pl
index 477f1681a8..fbbfb78507 100644
--- a/misc-scripts/xref_mapping/convert_xrefs_to_all_translations.pl
+++ b/misc-scripts/xref_mapping/convert_xrefs_to_all_translations.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/core_vega_link_check.pl b/misc-scripts/xref_mapping/core_vega_link_check.pl
index 0fe7d0860f..5102500f18 100644
--- a/misc-scripts/xref_mapping/core_vega_link_check.pl
+++ b/misc-scripts/xref_mapping/core_vega_link_check.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/gen_perc_file.pl b/misc-scripts/xref_mapping/gen_perc_file.pl
index acf7aed3ef..f3504d74d7 100644
--- a/misc-scripts/xref_mapping/gen_perc_file.pl
+++ b/misc-scripts/xref_mapping/gen_perc_file.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/generate_csv_graph_file.pl b/misc-scripts/xref_mapping/generate_csv_graph_file.pl
index 22cbb1c4f7..8ca57d65a3 100644
--- a/misc-scripts/xref_mapping/generate_csv_graph_file.pl
+++ b/misc-scripts/xref_mapping/generate_csv_graph_file.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/list_xrefs.pl b/misc-scripts/xref_mapping/list_xrefs.pl
index 4cd0cb98b1..a033d7a1f7 100644
--- a/misc-scripts/xref_mapping/list_xrefs.pl
+++ b/misc-scripts/xref_mapping/list_xrefs.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/sql/table.sql b/misc-scripts/xref_mapping/sql/table.sql
index af7b3f7e82..e299fc87b6 100755
--- a/misc-scripts/xref_mapping/sql/table.sql
+++ b/misc-scripts/xref_mapping/sql/table.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/test_mapping_files.pl b/misc-scripts/xref_mapping/test_mapping_files.pl
index 8c711d2e67..5e8bf97600 100644
--- a/misc-scripts/xref_mapping/test_mapping_files.pl
+++ b/misc-scripts/xref_mapping/test_mapping_files.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/test_xref_mapper.pl b/misc-scripts/xref_mapping/test_xref_mapper.pl
index 03fcc9c2a4..042ba9da9a 100644
--- a/misc-scripts/xref_mapping/test_xref_mapper.pl
+++ b/misc-scripts/xref_mapping/test_xref_mapper.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_config2sql.pl b/misc-scripts/xref_mapping/xref_config2sql.pl
index e0405a270b..d452c7d0a2 100755
--- a/misc-scripts/xref_mapping/xref_config2sql.pl
+++ b/misc-scripts/xref_mapping/xref_config2sql.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_data_analysis.pl b/misc-scripts/xref_mapping/xref_data_analysis.pl
index 1f98c63514..49057470eb 100644
--- a/misc-scripts/xref_mapping/xref_data_analysis.pl
+++ b/misc-scripts/xref_mapping/xref_data_analysis.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_mapper.pl b/misc-scripts/xref_mapping/xref_mapper.pl
index 7ecd972158..491eb0fc8c 100644
--- a/misc-scripts/xref_mapping/xref_mapper.pl
+++ b/misc-scripts/xref_mapping/xref_mapper.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_mindmap/generate_xref_mindmap.pl b/misc-scripts/xref_mapping/xref_mindmap/generate_xref_mindmap.pl
index b1fe1b1b0a..e47200617f 100644
--- a/misc-scripts/xref_mapping/xref_mindmap/generate_xref_mindmap.pl
+++ b/misc-scripts/xref_mapping/xref_mindmap/generate_xref_mindmap.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_mindmap/sql/tables.sql b/misc-scripts/xref_mapping/xref_mindmap/sql/tables.sql
index e6fee9af63..4096d07a8c 100644
--- a/misc-scripts/xref_mapping/xref_mindmap/sql/tables.sql
+++ b/misc-scripts/xref_mapping/xref_mindmap/sql/tables.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_mindmap/sql/update.sql b/misc-scripts/xref_mapping/xref_mindmap/sql/update.sql
index 1d90b199f6..83140fab0d 100644
--- a/misc-scripts/xref_mapping/xref_mindmap/sql/update.sql
+++ b/misc-scripts/xref_mapping/xref_mindmap/sql/update.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_parser.pl b/misc-scripts/xref_mapping/xref_parser.pl
index 768aad9410..455d4e48f9 100644
--- a/misc-scripts/xref_mapping/xref_parser.pl
+++ b/misc-scripts/xref_mapping/xref_parser.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/xref_tracker.pl b/misc-scripts/xref_mapping/xref_tracker.pl
index b1be972790..dd4c944248 100644
--- a/misc-scripts/xref_mapping/xref_tracker.pl
+++ b/misc-scripts/xref_mapping/xref_tracker.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/AltAlleleGroup.pm b/modules/Bio/EnsEMBL/AltAlleleGroup.pm
index 7cfd326fc4..85fd852bf8 100644
--- a/modules/Bio/EnsEMBL/AltAlleleGroup.pm
+++ b/modules/Bio/EnsEMBL/AltAlleleGroup.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Analysis.pm b/modules/Bio/EnsEMBL/Analysis.pm
index 6a42bc66ac..9819a10bf1 100755
--- a/modules/Bio/EnsEMBL/Analysis.pm
+++ b/modules/Bio/EnsEMBL/Analysis.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Analysis/PairAlign.pm b/modules/Bio/EnsEMBL/Analysis/PairAlign.pm
index 65227f3a8f..0c858d918c 100755
--- a/modules/Bio/EnsEMBL/Analysis/PairAlign.pm
+++ b/modules/Bio/EnsEMBL/Analysis/PairAlign.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Analysis/Programs.pm b/modules/Bio/EnsEMBL/Analysis/Programs.pm
index b39465f5a3..96689ca14c 100755
--- a/modules/Bio/EnsEMBL/Analysis/Programs.pm
+++ b/modules/Bio/EnsEMBL/Analysis/Programs.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ApiVersion.pm b/modules/Bio/EnsEMBL/ApiVersion.pm
index 38bf07c612..c34f75766f 100644
--- a/modules/Bio/EnsEMBL/ApiVersion.pm
+++ b/modules/Bio/EnsEMBL/ApiVersion.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ArchiveStableId.pm b/modules/Bio/EnsEMBL/ArchiveStableId.pm
index 93e4895edf..593377566e 100644
--- a/modules/Bio/EnsEMBL/ArchiveStableId.pm
+++ b/modules/Bio/EnsEMBL/ArchiveStableId.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/AssemblyExceptionFeature.pm b/modules/Bio/EnsEMBL/AssemblyExceptionFeature.pm
index 5c588f1da7..9bee470a3c 100644
--- a/modules/Bio/EnsEMBL/AssemblyExceptionFeature.pm
+++ b/modules/Bio/EnsEMBL/AssemblyExceptionFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/AssemblyMapper.pm b/modules/Bio/EnsEMBL/AssemblyMapper.pm
index 99c8663a49..7dc984d235 100644
--- a/modules/Bio/EnsEMBL/AssemblyMapper.pm
+++ b/modules/Bio/EnsEMBL/AssemblyMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Attribute.pm b/modules/Bio/EnsEMBL/Attribute.pm
index 797df3faa0..b970d68e20 100644
--- a/modules/Bio/EnsEMBL/Attribute.pm
+++ b/modules/Bio/EnsEMBL/Attribute.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/BaseAlignFeature.pm b/modules/Bio/EnsEMBL/BaseAlignFeature.pm
index 77c294a490..44adc13b68 100644
--- a/modules/Bio/EnsEMBL/BaseAlignFeature.pm
+++ b/modules/Bio/EnsEMBL/BaseAlignFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Biotype.pm b/modules/Bio/EnsEMBL/Biotype.pm
index 2c809b0202..f50ff9ccaf 100644
--- a/modules/Bio/EnsEMBL/Biotype.pm
+++ b/modules/Bio/EnsEMBL/Biotype.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/CDS.pm b/modules/Bio/EnsEMBL/CDS.pm
index 4467025c75..5022c799bc 100755
--- a/modules/Bio/EnsEMBL/CDS.pm
+++ b/modules/Bio/EnsEMBL/CDS.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ChainedAssemblyMapper.pm b/modules/Bio/EnsEMBL/ChainedAssemblyMapper.pm
index cec6e56577..2a7489c10f 100644
--- a/modules/Bio/EnsEMBL/ChainedAssemblyMapper.pm
+++ b/modules/Bio/EnsEMBL/ChainedAssemblyMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/CircularSlice.pm b/modules/Bio/EnsEMBL/CircularSlice.pm
index 80e8559f5d..64a9ebd0f1 100644
--- a/modules/Bio/EnsEMBL/CircularSlice.pm
+++ b/modules/Bio/EnsEMBL/CircularSlice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/CoordSystem.pm b/modules/Bio/EnsEMBL/CoordSystem.pm
index 800acedd2d..cb36738b88 100644
--- a/modules/Bio/EnsEMBL/CoordSystem.pm
+++ b/modules/Bio/EnsEMBL/CoordSystem.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DB/ExternalFeatureFactoryI.pm b/modules/Bio/EnsEMBL/DB/ExternalFeatureFactoryI.pm
index 65a2322e32..69bc28c71b 100755
--- a/modules/Bio/EnsEMBL/DB/ExternalFeatureFactoryI.pm
+++ b/modules/Bio/EnsEMBL/DB/ExternalFeatureFactoryI.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBEntry.pm b/modules/Bio/EnsEMBL/DBEntry.pm
index 5a935f76f7..a538708f29 100644
--- a/modules/Bio/EnsEMBL/DBEntry.pm
+++ b/modules/Bio/EnsEMBL/DBEntry.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBFile/CollectionAdaptor.pm b/modules/Bio/EnsEMBL/DBFile/CollectionAdaptor.pm
index 7b7a7a89ab..7bd1b4de01 100755
--- a/modules/Bio/EnsEMBL/DBFile/CollectionAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBFile/CollectionAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBFile/FileAdaptor.pm b/modules/Bio/EnsEMBL/DBFile/FileAdaptor.pm
index e67fd176ee..e860a4dfbf 100755
--- a/modules/Bio/EnsEMBL/DBFile/FileAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBFile/FileAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBLoader.pm b/modules/Bio/EnsEMBL/DBLoader.pm
index 84e35c7716..af829df111 100755
--- a/modules/Bio/EnsEMBL/DBLoader.pm
+++ b/modules/Bio/EnsEMBL/DBLoader.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AltAlleleGroupAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AltAlleleGroupAdaptor.pm
index 23b39555cb..9067d1fee3 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AltAlleleGroupAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AltAlleleGroupAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
index d35d47dfe7..bd45a634ee 100755
--- a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
index 28d5c64ab9..f8fb4d34bc 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblyExceptionFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblyExceptionFeatureAdaptor.pm
index 9205b1447d..952c2023d4 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AssemblyExceptionFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AssemblyExceptionFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
index a78109a90e..6f00b0414e 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblySliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblySliceAdaptor.pm
index dcf24815b6..3f5f699f8b 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AssemblySliceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AssemblySliceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm
index 6b40b060dc..a31e4b7622 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
index ee2177fa31..62d571bad2 100755
--- a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
index 00f09a2b8e..7a5c7238dd 100644
--- a/modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
index e00339f279..0480981765 100755
--- a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseMetaContainer.pm b/modules/Bio/EnsEMBL/DBSQL/BaseMetaContainer.pm
index fdd65397ac..66a23d9083 100644
--- a/modules/Bio/EnsEMBL/DBSQL/BaseMetaContainer.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseMetaContainer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseSequenceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseSequenceAdaptor.pm
index 2428348508..abb91af230 100644
--- a/modules/Bio/EnsEMBL/DBSQL/BaseSequenceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseSequenceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/BiotypeAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BiotypeAdaptor.pm
index dbf5c28af8..5a2ace0a7d 100644
--- a/modules/Bio/EnsEMBL/DBSQL/BiotypeAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BiotypeAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm
index c1467fd2a2..1fa89c836b 100644
--- a/modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
index bc9d7382d1..7409d94c77 100755
--- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
index 71a2823d62..e78d94fc62 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
index 2d9405cb51..9b89d5461a 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DataFileAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DataFileAdaptor.pm
index db79c91e83..84c63dcaf3 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DataFileAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DataFileAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DensityFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DensityFeatureAdaptor.pm
index 429258fb4b..f48c41a2df 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DensityFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DensityFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DensityTypeAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DensityTypeAdaptor.pm
index c95fd2058d..43a488e0ba 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DensityTypeAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DensityTypeAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
index 76cc567440..4e0584af1f 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver.pm b/modules/Bio/EnsEMBL/DBSQL/Driver.pm
index 1cc4fb2e89..dd0ca539a7 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/Oracle.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/Oracle.pm
index f64a11c074..913e729840 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/Oracle.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/Oracle.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/Pg.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/Pg.pm
index 32bd29578a..f04a2bd053 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/Pg.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/Pg.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/SQLite.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/SQLite.pm
index 718f79bcb4..14ed161f89 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/SQLite.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/SQLite.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/Sybase.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/Sybase.pm
index 8b01266a72..5b65a510fd 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/Sybase.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/Sybase.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/TestDummy.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/TestDummy.pm
index ebcb2f8e07..96fabf92db 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/TestDummy.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/TestDummy.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/mysql.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/mysql.pm
index 22ffedad99..5aa799b9ab 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/mysql.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/mysql.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Driver/odbc.pm b/modules/Bio/EnsEMBL/DBSQL/Driver/odbc.pm
index 3b81caaab3..08a433c7fb 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Driver/odbc.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Driver/odbc.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
index edf8b62b03..c5f9f68277 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm
index 67e18c9588..adbafcf424 100644
--- a/modules/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
index 56b2bf375a..512461284b 100644
--- a/modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/GenomeContainer.pm b/modules/Bio/EnsEMBL/DBSQL/GenomeContainer.pm
index 5f4b90da8a..586b640746 100644
--- a/modules/Bio/EnsEMBL/DBSQL/GenomeContainer.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/GenomeContainer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/IntronSupportingEvidenceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/IntronSupportingEvidenceAdaptor.pm
index b9f55ccd27..c10f0709e0 100644
--- a/modules/Bio/EnsEMBL/DBSQL/IntronSupportingEvidenceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/IntronSupportingEvidenceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/KaryotypeBandAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/KaryotypeBandAdaptor.pm
index 389595927e..0a21c7d2fd 100644
--- a/modules/Bio/EnsEMBL/DBSQL/KaryotypeBandAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/KaryotypeBandAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/MergedAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/MergedAdaptor.pm
index 494ad25cd5..2e31e277e4 100644
--- a/modules/Bio/EnsEMBL/DBSQL/MergedAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/MergedAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/MetaContainer.pm b/modules/Bio/EnsEMBL/DBSQL/MetaContainer.pm
index 91f0380f30..d2efb24b44 100644
--- a/modules/Bio/EnsEMBL/DBSQL/MetaContainer.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/MetaContainer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/MetaCoordContainer.pm b/modules/Bio/EnsEMBL/DBSQL/MetaCoordContainer.pm
index efcd7652ad..b25f9c158b 100644
--- a/modules/Bio/EnsEMBL/DBSQL/MetaCoordContainer.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/MetaCoordContainer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm
index 310fa19bab..9777bca527 100644
--- a/modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
index dcc3a7b298..40d0fd21ca 100644
--- a/modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/OntologyDBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/OntologyDBAdaptor.pm
index 7819f19545..38f7763905 100644
--- a/modules/Bio/EnsEMBL/DBSQL/OntologyDBAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/OntologyDBAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/OntologyTermAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/OntologyTermAdaptor.pm
index ec2b5dc333..673c864fd7 100644
--- a/modules/Bio/EnsEMBL/DBSQL/OntologyTermAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/OntologyTermAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm
index bf1483e9f5..188d1fc7cc 100644
--- a/modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm
index cdbd51acf6..f55bd9c875 100644
--- a/modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/PredictionExonAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/PredictionExonAdaptor.pm
index fce7b3c093..6d2bf50bfb 100644
--- a/modules/Bio/EnsEMBL/DBSQL/PredictionExonAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/PredictionExonAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/PredictionTranscriptAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/PredictionTranscriptAdaptor.pm
index d413974106..6a8a53ac3c 100644
--- a/modules/Bio/EnsEMBL/DBSQL/PredictionTranscriptAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/PredictionTranscriptAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProteinAlignFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProteinAlignFeatureAdaptor.pm
index 13f4ee87b4..8de3c8e5a3 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProteinAlignFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProteinAlignFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
index 1fd0978c29..746e52dc04 100755
--- a/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProxyDBConnection.pm b/modules/Bio/EnsEMBL/DBSQL/ProxyDBConnection.pm
index 0507f4047b..cdd7786cc3 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProxyDBConnection.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProxyDBConnection.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
index 1972e0baa1..a7412c56bc 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/RepeatConsensusAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RepeatConsensusAdaptor.pm
index 226b0f7623..d13764c309 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RepeatConsensusAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RepeatConsensusAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/RepeatFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RepeatFeatureAdaptor.pm
index 41cf2edf55..49851a5799 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RepeatFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RepeatFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/SeqRegionSynonymAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SeqRegionSynonymAdaptor.pm
index 5ac3bab5a0..26532ce313 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SeqRegionSynonymAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SeqRegionSynonymAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
index aceaa79a5c..50a751dec0 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
index ed0cf895c3..2005eda7c3 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
index 59a4d947e6..2ddc156d14 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/StatementHandle.pm b/modules/Bio/EnsEMBL/DBSQL/StatementHandle.pm
index cd48bb79dd..68593c25f6 100644
--- a/modules/Bio/EnsEMBL/DBSQL/StatementHandle.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/StatementHandle.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm b/modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm
index 2e882c98f4..10085cb8e6 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm b/modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm
index 008a4e8712..2b5bae8e6d 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm b/modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm
index 79bd766496..b45c463a63 100644
--- a/modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/SupportingFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SupportingFeatureAdaptor.pm
index 8ca8005021..80f9a97a4d 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SupportingFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SupportingFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm
index 5b55d759a3..c0c661c569 100644
--- a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/TranscriptSupportingFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/TranscriptSupportingFeatureAdaptor.pm
index 8a31d3d740..e7ac495f96 100644
--- a/modules/Bio/EnsEMBL/DBSQL/TranscriptSupportingFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/TranscriptSupportingFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm
index e76cca362f..51ce70269b 100644
--- a/modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DBSQL/UnmappedObjectAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/UnmappedObjectAdaptor.pm
index 36a2e8d6ba..1c1d3bbcc6 100644
--- a/modules/Bio/EnsEMBL/DBSQL/UnmappedObjectAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/UnmappedObjectAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DataFile.pm b/modules/Bio/EnsEMBL/DataFile.pm
index 0a396a68fb..8bf4af0ea0 100644
--- a/modules/Bio/EnsEMBL/DataFile.pm
+++ b/modules/Bio/EnsEMBL/DataFile.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DensityFeature.pm b/modules/Bio/EnsEMBL/DensityFeature.pm
index 4b8f0f1b4e..e9e5210e1d 100644
--- a/modules/Bio/EnsEMBL/DensityFeature.pm
+++ b/modules/Bio/EnsEMBL/DensityFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DensityFeatureSet.pm b/modules/Bio/EnsEMBL/DensityFeatureSet.pm
index f622a06701..3e35ca3fc2 100644
--- a/modules/Bio/EnsEMBL/DensityFeatureSet.pm
+++ b/modules/Bio/EnsEMBL/DensityFeatureSet.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DensityPlot/BinValue.pm b/modules/Bio/EnsEMBL/DensityPlot/BinValue.pm
index 8934fc5d7e..e5844b764f 100644
--- a/modules/Bio/EnsEMBL/DensityPlot/BinValue.pm
+++ b/modules/Bio/EnsEMBL/DensityPlot/BinValue.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DensityPlot/BinValueSet.pm b/modules/Bio/EnsEMBL/DensityPlot/BinValueSet.pm
index bbf5676409..619ffe88a5 100644
--- a/modules/Bio/EnsEMBL/DensityPlot/BinValueSet.pm
+++ b/modules/Bio/EnsEMBL/DensityPlot/BinValueSet.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DensityType.pm b/modules/Bio/EnsEMBL/DensityType.pm
index ca3fa3d156..b8b37b1a04 100644
--- a/modules/Bio/EnsEMBL/DensityType.pm
+++ b/modules/Bio/EnsEMBL/DensityType.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DnaDnaAlignFeature.pm b/modules/Bio/EnsEMBL/DnaDnaAlignFeature.pm
index 7598a5c7dc..8794064c0d 100644
--- a/modules/Bio/EnsEMBL/DnaDnaAlignFeature.pm
+++ b/modules/Bio/EnsEMBL/DnaDnaAlignFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/DnaPepAlignFeature.pm b/modules/Bio/EnsEMBL/DnaPepAlignFeature.pm
index 3895cd7802..3b60ecfeac 100644
--- a/modules/Bio/EnsEMBL/DnaPepAlignFeature.pm
+++ b/modules/Bio/EnsEMBL/DnaPepAlignFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Exon.pm b/modules/Bio/EnsEMBL/Exon.pm
index bcede42e89..02e7ee7432 100755
--- a/modules/Bio/EnsEMBL/Exon.pm
+++ b/modules/Bio/EnsEMBL/Exon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ExonTranscript.pm b/modules/Bio/EnsEMBL/ExonTranscript.pm
index c69560c03f..9829dc7e71 100755
--- a/modules/Bio/EnsEMBL/ExonTranscript.pm
+++ b/modules/Bio/EnsEMBL/ExonTranscript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/External/ExternalFeatureAdaptor.pm b/modules/Bio/EnsEMBL/External/ExternalFeatureAdaptor.pm
index e9c98a85af..55b723be89 100644
--- a/modules/Bio/EnsEMBL/External/ExternalFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/External/ExternalFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Feature.pm b/modules/Bio/EnsEMBL/Feature.pm
index 083b856458..65f6af1615 100644
--- a/modules/Bio/EnsEMBL/Feature.pm
+++ b/modules/Bio/EnsEMBL/Feature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/FeaturePair.pm b/modules/Bio/EnsEMBL/FeaturePair.pm
index 6f745ef959..a85288e0aa 100755
--- a/modules/Bio/EnsEMBL/FeaturePair.pm
+++ b/modules/Bio/EnsEMBL/FeaturePair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm
index 3c39b26fd2..520fdb990e 100755
--- a/modules/Bio/EnsEMBL/Gene.pm
+++ b/modules/Bio/EnsEMBL/Gene.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Genome.pm b/modules/Bio/EnsEMBL/Genome.pm
index b80ba506f8..1a332d609e 100644
--- a/modules/Bio/EnsEMBL/Genome.pm
+++ b/modules/Bio/EnsEMBL/Genome.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/Archiver.pm b/modules/Bio/EnsEMBL/IdMapping/Archiver.pm
index b84f0b2683..88842e0db6 100644
--- a/modules/Bio/EnsEMBL/IdMapping/Archiver.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/Archiver.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/BaseObject.pm b/modules/Bio/EnsEMBL/IdMapping/BaseObject.pm
index edca6d1066..d29290c6d3 100644
--- a/modules/Bio/EnsEMBL/IdMapping/BaseObject.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/BaseObject.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/Cache.pm b/modules/Bio/EnsEMBL/IdMapping/Cache.pm
index 16f1853c57..427256ee62 100644
--- a/modules/Bio/EnsEMBL/IdMapping/Cache.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/Cache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/Entry.pm b/modules/Bio/EnsEMBL/IdMapping/Entry.pm
index f2599a9418..305d2987a1 100644
--- a/modules/Bio/EnsEMBL/IdMapping/Entry.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/Entry.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/ExonScoreBuilder.pm b/modules/Bio/EnsEMBL/IdMapping/ExonScoreBuilder.pm
index 3b60f92aba..9cb3cc3be6 100644
--- a/modules/Bio/EnsEMBL/IdMapping/ExonScoreBuilder.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/ExonScoreBuilder.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/GeneScoreBuilder.pm b/modules/Bio/EnsEMBL/IdMapping/GeneScoreBuilder.pm
index 38cefa0650..a236ae7e51 100644
--- a/modules/Bio/EnsEMBL/IdMapping/GeneScoreBuilder.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/GeneScoreBuilder.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper.pm b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper.pm
index a539c70ac6..d984d3218d 100644
--- a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
index 1e6692968c..ce5f8b6c90 100644
--- a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblExonGeneric.pm b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblExonGeneric.pm
index abac8bfda5..3fc5466e2a 100644
--- a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblExonGeneric.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblExonGeneric.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblGeneGeneric.pm b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblGeneGeneric.pm
index f7b3d4ace4..3d86060aaf 100644
--- a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblGeneGeneric.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblGeneGeneric.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblTranscriptGeneric.pm b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblTranscriptGeneric.pm
index 3daa297543..dd5ba8a636 100644
--- a/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblTranscriptGeneric.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/EnsemblTranscriptGeneric.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/MappingList.pm b/modules/Bio/EnsEMBL/IdMapping/MappingList.pm
index 9af30b9e15..cf6f194ec2 100644
--- a/modules/Bio/EnsEMBL/IdMapping/MappingList.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/MappingList.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/ResultAnalyser.pm b/modules/Bio/EnsEMBL/IdMapping/ResultAnalyser.pm
index e6c9944c21..3840fede48 100644
--- a/modules/Bio/EnsEMBL/IdMapping/ResultAnalyser.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/ResultAnalyser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/ScoreBuilder.pm b/modules/Bio/EnsEMBL/IdMapping/ScoreBuilder.pm
index b418bf2e9c..9da293a468 100644
--- a/modules/Bio/EnsEMBL/IdMapping/ScoreBuilder.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/ScoreBuilder.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/ScoredMappingMatrix.pm b/modules/Bio/EnsEMBL/IdMapping/ScoredMappingMatrix.pm
index fee044237a..e5ee5d0c38 100644
--- a/modules/Bio/EnsEMBL/IdMapping/ScoredMappingMatrix.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/ScoredMappingMatrix.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/Serialisable.pm b/modules/Bio/EnsEMBL/IdMapping/Serialisable.pm
index bfc48a460d..5f133d11d1 100644
--- a/modules/Bio/EnsEMBL/IdMapping/Serialisable.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/Serialisable.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AedesAegypti.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AedesAegypti.pm
index 6833337e77..e0ea109824 100644
--- a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AedesAegypti.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AedesAegypti.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AnophelesGambiae.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AnophelesGambiae.pm
index 206f28a82c..15cc55d178 100644
--- a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AnophelesGambiae.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/AnophelesGambiae.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm
index f9e8354ace..40a17fc15f 100644
--- a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/PristionchusPacificus.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/PristionchusPacificus.pm
index 67724066f4..c84b7fcdbc 100644
--- a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/PristionchusPacificus.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/PristionchusPacificus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdMapper.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdMapper.pm
index f9096047bb..6dcf07bce3 100644
--- a/modules/Bio/EnsEMBL/IdMapping/StableIdMapper.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/StableIdMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/SyntenyFramework.pm b/modules/Bio/EnsEMBL/IdMapping/SyntenyFramework.pm
index f1fe1bda6b..5433853ce6 100644
--- a/modules/Bio/EnsEMBL/IdMapping/SyntenyFramework.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/SyntenyFramework.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/SyntenyRegion.pm b/modules/Bio/EnsEMBL/IdMapping/SyntenyRegion.pm
index 979dd360cb..09cdb35165 100644
--- a/modules/Bio/EnsEMBL/IdMapping/SyntenyRegion.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/SyntenyRegion.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TinyExon.pm b/modules/Bio/EnsEMBL/IdMapping/TinyExon.pm
index 26c781f33d..7ece6c14de 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TinyExon.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TinyExon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TinyFeature.pm b/modules/Bio/EnsEMBL/IdMapping/TinyFeature.pm
index ad92cf7137..0b07e3df06 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TinyFeature.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TinyFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TinyGene.pm b/modules/Bio/EnsEMBL/IdMapping/TinyGene.pm
index f2bdf2218e..44b61650dd 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TinyGene.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TinyGene.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TinyTranscript.pm b/modules/Bio/EnsEMBL/IdMapping/TinyTranscript.pm
index 59f4bd6d1e..8183946b20 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TinyTranscript.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TinyTranscript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TinyTranslation.pm b/modules/Bio/EnsEMBL/IdMapping/TinyTranslation.pm
index d908efff7a..d67a28fa18 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TinyTranslation.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TinyTranslation.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdMapping/TranscriptScoreBuilder.pm b/modules/Bio/EnsEMBL/IdMapping/TranscriptScoreBuilder.pm
index 82df8b8e49..9b689e87aa 100644
--- a/modules/Bio/EnsEMBL/IdMapping/TranscriptScoreBuilder.pm
+++ b/modules/Bio/EnsEMBL/IdMapping/TranscriptScoreBuilder.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IdentityXref.pm b/modules/Bio/EnsEMBL/IdentityXref.pm
index d2dd6f3870..3043ab8054 100644
--- a/modules/Bio/EnsEMBL/IdentityXref.pm
+++ b/modules/Bio/EnsEMBL/IdentityXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Intron.pm b/modules/Bio/EnsEMBL/Intron.pm
index bc9d1f3492..98989bc5d0 100644
--- a/modules/Bio/EnsEMBL/Intron.pm
+++ b/modules/Bio/EnsEMBL/Intron.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm b/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
index 75f6e7b10d..4e006de969 100644
--- a/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
+++ b/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/KaryotypeBand.pm b/modules/Bio/EnsEMBL/KaryotypeBand.pm
index 1f7e8859f7..17f018633a 100644
--- a/modules/Bio/EnsEMBL/KaryotypeBand.pm
+++ b/modules/Bio/EnsEMBL/KaryotypeBand.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/LRGSlice.pm b/modules/Bio/EnsEMBL/LRGSlice.pm
index 0a3a0d8805..bc255a9f66 100644
--- a/modules/Bio/EnsEMBL/LRGSlice.pm
+++ b/modules/Bio/EnsEMBL/LRGSlice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/DBSQL/DitagAdaptor.pm b/modules/Bio/EnsEMBL/Map/DBSQL/DitagAdaptor.pm
index 9f926554fd..eef3f79a58 100644
--- a/modules/Bio/EnsEMBL/Map/DBSQL/DitagAdaptor.pm
+++ b/modules/Bio/EnsEMBL/Map/DBSQL/DitagAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/DBSQL/DitagFeatureAdaptor.pm b/modules/Bio/EnsEMBL/Map/DBSQL/DitagFeatureAdaptor.pm
index ed606cccef..29854e532f 100644
--- a/modules/Bio/EnsEMBL/Map/DBSQL/DitagFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/Map/DBSQL/DitagFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/DBSQL/MarkerAdaptor.pm b/modules/Bio/EnsEMBL/Map/DBSQL/MarkerAdaptor.pm
index 4801ce367f..6630f262d6 100644
--- a/modules/Bio/EnsEMBL/Map/DBSQL/MarkerAdaptor.pm
+++ b/modules/Bio/EnsEMBL/Map/DBSQL/MarkerAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/DBSQL/MarkerFeatureAdaptor.pm b/modules/Bio/EnsEMBL/Map/DBSQL/MarkerFeatureAdaptor.pm
index 476611819b..da90c03fb9 100644
--- a/modules/Bio/EnsEMBL/Map/DBSQL/MarkerFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/Map/DBSQL/MarkerFeatureAdaptor.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/Ditag.pm b/modules/Bio/EnsEMBL/Map/Ditag.pm
index b2dbf3ccc2..c7dc1b8552 100644
--- a/modules/Bio/EnsEMBL/Map/Ditag.pm
+++ b/modules/Bio/EnsEMBL/Map/Ditag.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/DitagFeature.pm b/modules/Bio/EnsEMBL/Map/DitagFeature.pm
index aaeddd6965..fc9412e3bf 100644
--- a/modules/Bio/EnsEMBL/Map/DitagFeature.pm
+++ b/modules/Bio/EnsEMBL/Map/DitagFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/MapLocation.pm b/modules/Bio/EnsEMBL/Map/MapLocation.pm
index 7015b8d836..babd9dafe8 100644
--- a/modules/Bio/EnsEMBL/Map/MapLocation.pm
+++ b/modules/Bio/EnsEMBL/Map/MapLocation.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/Marker.pm b/modules/Bio/EnsEMBL/Map/Marker.pm
index f7fca7a9f1..49dbcbc32e 100644
--- a/modules/Bio/EnsEMBL/Map/Marker.pm
+++ b/modules/Bio/EnsEMBL/Map/Marker.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/MarkerFeature.pm b/modules/Bio/EnsEMBL/Map/MarkerFeature.pm
index 83b166d903..c6f766480b 100644
--- a/modules/Bio/EnsEMBL/Map/MarkerFeature.pm
+++ b/modules/Bio/EnsEMBL/Map/MarkerFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Map/MarkerSynonym.pm b/modules/Bio/EnsEMBL/Map/MarkerSynonym.pm
index 915a4bb32b..8437bdab7f 100644
--- a/modules/Bio/EnsEMBL/Map/MarkerSynonym.pm
+++ b/modules/Bio/EnsEMBL/Map/MarkerSynonym.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/MappedSlice.pm b/modules/Bio/EnsEMBL/MappedSlice.pm
index 95853b0ff4..ee9902f6ce 100644
--- a/modules/Bio/EnsEMBL/MappedSlice.pm
+++ b/modules/Bio/EnsEMBL/MappedSlice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/MappedSliceContainer.pm b/modules/Bio/EnsEMBL/MappedSliceContainer.pm
index b927ee337d..8b7dfacb62 100644
--- a/modules/Bio/EnsEMBL/MappedSliceContainer.pm
+++ b/modules/Bio/EnsEMBL/MappedSliceContainer.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper.pm b/modules/Bio/EnsEMBL/Mapper.pm
index c47658fb74..1a2f5cffa6 100644
--- a/modules/Bio/EnsEMBL/Mapper.pm
+++ b/modules/Bio/EnsEMBL/Mapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/Coordinate.pm b/modules/Bio/EnsEMBL/Mapper/Coordinate.pm
index 7d30876573..ccd7ccaf8d 100644
--- a/modules/Bio/EnsEMBL/Mapper/Coordinate.pm
+++ b/modules/Bio/EnsEMBL/Mapper/Coordinate.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/Gap.pm b/modules/Bio/EnsEMBL/Mapper/Gap.pm
index b9ab072791..a089a68785 100644
--- a/modules/Bio/EnsEMBL/Mapper/Gap.pm
+++ b/modules/Bio/EnsEMBL/Mapper/Gap.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/IndelCoordinate.pm b/modules/Bio/EnsEMBL/Mapper/IndelCoordinate.pm
index f8170a356e..c415acc3bd 100644
--- a/modules/Bio/EnsEMBL/Mapper/IndelCoordinate.pm
+++ b/modules/Bio/EnsEMBL/Mapper/IndelCoordinate.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/IndelPair.pm b/modules/Bio/EnsEMBL/Mapper/IndelPair.pm
index 82d965bd35..441591e25d 100644
--- a/modules/Bio/EnsEMBL/Mapper/IndelPair.pm
+++ b/modules/Bio/EnsEMBL/Mapper/IndelPair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/Pair.pm b/modules/Bio/EnsEMBL/Mapper/Pair.pm
index dc6ed3fb37..2fc88d7c31 100644
--- a/modules/Bio/EnsEMBL/Mapper/Pair.pm
+++ b/modules/Bio/EnsEMBL/Mapper/Pair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/RangeRegistry.pm b/modules/Bio/EnsEMBL/Mapper/RangeRegistry.pm
index 453d9f3f68..9aaac6d27f 100644
--- a/modules/Bio/EnsEMBL/Mapper/RangeRegistry.pm
+++ b/modules/Bio/EnsEMBL/Mapper/RangeRegistry.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Mapper/Unit.pm b/modules/Bio/EnsEMBL/Mapper/Unit.pm
index acad1a2aba..643bb8c8fc 100644
--- a/modules/Bio/EnsEMBL/Mapper/Unit.pm
+++ b/modules/Bio/EnsEMBL/Mapper/Unit.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/MicroRNA.pm b/modules/Bio/EnsEMBL/MicroRNA.pm
index ff7f7ee86e..6240e46f82 100644
--- a/modules/Bio/EnsEMBL/MicroRNA.pm
+++ b/modules/Bio/EnsEMBL/MicroRNA.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/MiscFeature.pm b/modules/Bio/EnsEMBL/MiscFeature.pm
index 3febb9cc91..c2cf4be4c6 100644
--- a/modules/Bio/EnsEMBL/MiscFeature.pm
+++ b/modules/Bio/EnsEMBL/MiscFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/MiscSet.pm b/modules/Bio/EnsEMBL/MiscSet.pm
index fca761ce18..4f4c6adb5a 100644
--- a/modules/Bio/EnsEMBL/MiscSet.pm
+++ b/modules/Bio/EnsEMBL/MiscSet.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/OntologyTerm.pm b/modules/Bio/EnsEMBL/OntologyTerm.pm
index 6d2072ea93..1f63440e8a 100644
--- a/modules/Bio/EnsEMBL/OntologyTerm.pm
+++ b/modules/Bio/EnsEMBL/OntologyTerm.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/OntologyXref.pm b/modules/Bio/EnsEMBL/OntologyXref.pm
index 8135095df1..9067407548 100644
--- a/modules/Bio/EnsEMBL/OntologyXref.pm
+++ b/modules/Bio/EnsEMBL/OntologyXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Operon.pm b/modules/Bio/EnsEMBL/Operon.pm
index b8abab471c..538b7114cb 100755
--- a/modules/Bio/EnsEMBL/Operon.pm
+++ b/modules/Bio/EnsEMBL/Operon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/OperonTranscript.pm b/modules/Bio/EnsEMBL/OperonTranscript.pm
index ee8f44a385..599af5abdf 100755
--- a/modules/Bio/EnsEMBL/OperonTranscript.pm
+++ b/modules/Bio/EnsEMBL/OperonTranscript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/PaddedSlice.pm b/modules/Bio/EnsEMBL/PaddedSlice.pm
index 395265ec6d..ce7108fb37 100644
--- a/modules/Bio/EnsEMBL/PaddedSlice.pm
+++ b/modules/Bio/EnsEMBL/PaddedSlice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/PepDnaAlignFeature.pm b/modules/Bio/EnsEMBL/PepDnaAlignFeature.pm
index 6e1766943e..e98b05acfd 100644
--- a/modules/Bio/EnsEMBL/PepDnaAlignFeature.pm
+++ b/modules/Bio/EnsEMBL/PepDnaAlignFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/PredictionExon.pm b/modules/Bio/EnsEMBL/PredictionExon.pm
index 89bdc1b428..3b9f2e6c47 100644
--- a/modules/Bio/EnsEMBL/PredictionExon.pm
+++ b/modules/Bio/EnsEMBL/PredictionExon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/PredictionTranscript.pm b/modules/Bio/EnsEMBL/PredictionTranscript.pm
index 23f09298c7..e0a906d8e3 100644
--- a/modules/Bio/EnsEMBL/PredictionTranscript.pm
+++ b/modules/Bio/EnsEMBL/PredictionTranscript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ProjectionSegment.pm b/modules/Bio/EnsEMBL/ProjectionSegment.pm
index ceb2cf76f8..de033fec25 100644
--- a/modules/Bio/EnsEMBL/ProjectionSegment.pm
+++ b/modules/Bio/EnsEMBL/ProjectionSegment.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/ProteinFeature.pm b/modules/Bio/EnsEMBL/ProteinFeature.pm
index e6c6d07c05..6048462598 100755
--- a/modules/Bio/EnsEMBL/ProteinFeature.pm
+++ b/modules/Bio/EnsEMBL/ProteinFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/RNAProduct.pm b/modules/Bio/EnsEMBL/RNAProduct.pm
index 9888c65ffd..8b53318b9e 100644
--- a/modules/Bio/EnsEMBL/RNAProduct.pm
+++ b/modules/Bio/EnsEMBL/RNAProduct.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm
index cb381041ab..e97b5f696a 100644
--- a/modules/Bio/EnsEMBL/Registry.pm
+++ b/modules/Bio/EnsEMBL/Registry.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/RepeatConsensus.pm b/modules/Bio/EnsEMBL/RepeatConsensus.pm
index 6891ee6aa5..7b2531d75c 100644
--- a/modules/Bio/EnsEMBL/RepeatConsensus.pm
+++ b/modules/Bio/EnsEMBL/RepeatConsensus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/RepeatFeature.pm b/modules/Bio/EnsEMBL/RepeatFeature.pm
index 9fefc3d7e7..6781db706d 100644
--- a/modules/Bio/EnsEMBL/RepeatFeature.pm
+++ b/modules/Bio/EnsEMBL/RepeatFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/RepeatMaskedSlice.pm b/modules/Bio/EnsEMBL/RepeatMaskedSlice.pm
index 9fe6e57da5..555ac709c4 100644
--- a/modules/Bio/EnsEMBL/RepeatMaskedSlice.pm
+++ b/modules/Bio/EnsEMBL/RepeatMaskedSlice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/SeqEdit.pm b/modules/Bio/EnsEMBL/SeqEdit.pm
index 0ea5df5e9d..51f2419ca0 100644
--- a/modules/Bio/EnsEMBL/SeqEdit.pm
+++ b/modules/Bio/EnsEMBL/SeqEdit.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/SeqFeature.pm b/modules/Bio/EnsEMBL/SeqFeature.pm
index 074e51a6ab..a2eede10a4 100755
--- a/modules/Bio/EnsEMBL/SeqFeature.pm
+++ b/modules/Bio/EnsEMBL/SeqFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/SeqRegionSynonym.pm b/modules/Bio/EnsEMBL/SeqRegionSynonym.pm
index 20c76c9359..21b631e664 100644
--- a/modules/Bio/EnsEMBL/SeqRegionSynonym.pm
+++ b/modules/Bio/EnsEMBL/SeqRegionSynonym.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/SimpleFeature.pm b/modules/Bio/EnsEMBL/SimpleFeature.pm
index 5909068ced..9123d99316 100644
--- a/modules/Bio/EnsEMBL/SimpleFeature.pm
+++ b/modules/Bio/EnsEMBL/SimpleFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Slice.pm b/modules/Bio/EnsEMBL/Slice.pm
index d786e6b79b..b499f4b3fa 100644
--- a/modules/Bio/EnsEMBL/Slice.pm
+++ b/modules/Bio/EnsEMBL/Slice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/StableIdEvent.pm b/modules/Bio/EnsEMBL/StableIdEvent.pm
index 5e300aaa85..80b7600b6b 100644
--- a/modules/Bio/EnsEMBL/StableIdEvent.pm
+++ b/modules/Bio/EnsEMBL/StableIdEvent.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/StableIdHistoryTree.pm b/modules/Bio/EnsEMBL/StableIdHistoryTree.pm
index a50f1c8c45..de34c19d16 100644
--- a/modules/Bio/EnsEMBL/StableIdHistoryTree.pm
+++ b/modules/Bio/EnsEMBL/StableIdHistoryTree.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/StopCodonReadthroughEdit.pm b/modules/Bio/EnsEMBL/StopCodonReadthroughEdit.pm
index 3a4a3c3382..98dbdefef8 100644
--- a/modules/Bio/EnsEMBL/StopCodonReadthroughEdit.pm
+++ b/modules/Bio/EnsEMBL/StopCodonReadthroughEdit.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Storable.pm b/modules/Bio/EnsEMBL/Storable.pm
index 21d898ff8e..6cb6f3545b 100644
--- a/modules/Bio/EnsEMBL/Storable.pm
+++ b/modules/Bio/EnsEMBL/Storable.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/SubSlicedFeature.pm b/modules/Bio/EnsEMBL/SubSlicedFeature.pm
index 25191b6dba..0ee34bd4a4 100644
--- a/modules/Bio/EnsEMBL/SubSlicedFeature.pm
+++ b/modules/Bio/EnsEMBL/SubSlicedFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/TopLevelAssemblyMapper.pm b/modules/Bio/EnsEMBL/TopLevelAssemblyMapper.pm
index daa1dbd122..987e214b96 100644
--- a/modules/Bio/EnsEMBL/TopLevelAssemblyMapper.pm
+++ b/modules/Bio/EnsEMBL/TopLevelAssemblyMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Transcript.pm b/modules/Bio/EnsEMBL/Transcript.pm
index fd4c4a3bc2..307704a67c 100755
--- a/modules/Bio/EnsEMBL/Transcript.pm
+++ b/modules/Bio/EnsEMBL/Transcript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/TranscriptFactory.pm b/modules/Bio/EnsEMBL/TranscriptFactory.pm
index 69a87ad1ee..e67909d04e 100755
--- a/modules/Bio/EnsEMBL/TranscriptFactory.pm
+++ b/modules/Bio/EnsEMBL/TranscriptFactory.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/TranscriptMapper.pm b/modules/Bio/EnsEMBL/TranscriptMapper.pm
index b2e8f31522..49311608ea 100644
--- a/modules/Bio/EnsEMBL/TranscriptMapper.pm
+++ b/modules/Bio/EnsEMBL/TranscriptMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Translation.pm b/modules/Bio/EnsEMBL/Translation.pm
index 7f3072ea01..6e796e26c1 100755
--- a/modules/Bio/EnsEMBL/Translation.pm
+++ b/modules/Bio/EnsEMBL/Translation.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/UTR.pm b/modules/Bio/EnsEMBL/UTR.pm
index 4629dd3f5a..3499d36620 100755
--- a/modules/Bio/EnsEMBL/UTR.pm
+++ b/modules/Bio/EnsEMBL/UTR.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/UnmappedObject.pm b/modules/Bio/EnsEMBL/UnmappedObject.pm
index f3a6cfc3eb..f199ee1bfe 100644
--- a/modules/Bio/EnsEMBL/UnmappedObject.pm
+++ b/modules/Bio/EnsEMBL/UnmappedObject.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Upstream.pm b/modules/Bio/EnsEMBL/Upstream.pm
index fef021e0ae..4fce59db73 100644
--- a/modules/Bio/EnsEMBL/Upstream.pm
+++ b/modules/Bio/EnsEMBL/Upstream.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Argument.pm b/modules/Bio/EnsEMBL/Utils/Argument.pm
index b93b844f05..59ed907c09 100644
--- a/modules/Bio/EnsEMBL/Utils/Argument.pm
+++ b/modules/Bio/EnsEMBL/Utils/Argument.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/AssemblyProjector.pm b/modules/Bio/EnsEMBL/Utils/AssemblyProjector.pm
index 5bfe74342d..7a7a630eca 100644
--- a/modules/Bio/EnsEMBL/Utils/AssemblyProjector.pm
+++ b/modules/Bio/EnsEMBL/Utils/AssemblyProjector.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/BitString.pm b/modules/Bio/EnsEMBL/Utils/BitString.pm
index 45e60fcdc7..9f1b91651a 100755
--- a/modules/Bio/EnsEMBL/Utils/BitString.pm
+++ b/modules/Bio/EnsEMBL/Utils/BitString.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Cache.pm b/modules/Bio/EnsEMBL/Utils/Cache.pm
index 3094a5af51..160058c65e 100644
--- a/modules/Bio/EnsEMBL/Utils/Cache.pm
+++ b/modules/Bio/EnsEMBL/Utils/Cache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/CigarString.pm b/modules/Bio/EnsEMBL/Utils/CigarString.pm
index aefa594c16..9749fc581a 100644
--- a/modules/Bio/EnsEMBL/Utils/CigarString.pm
+++ b/modules/Bio/EnsEMBL/Utils/CigarString.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/CliHelper.pm b/modules/Bio/EnsEMBL/Utils/CliHelper.pm
index f8e5375b4d..8aab7e8f79 100644
--- a/modules/Bio/EnsEMBL/Utils/CliHelper.pm
+++ b/modules/Bio/EnsEMBL/Utils/CliHelper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Collector.pm b/modules/Bio/EnsEMBL/Utils/Collector.pm
index f35a8d5c36..8f4e093803 100644
--- a/modules/Bio/EnsEMBL/Utils/Collector.pm
+++ b/modules/Bio/EnsEMBL/Utils/Collector.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/ConfParser.pm b/modules/Bio/EnsEMBL/Utils/ConfParser.pm
index 6b7198ba01..2123346a54 100644
--- a/modules/Bio/EnsEMBL/Utils/ConfParser.pm
+++ b/modules/Bio/EnsEMBL/Utils/ConfParser.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm b/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
index 3a30eb7ec7..de905d664b 100644
--- a/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
+++ b/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
index 135d53f737..77ca2687d9 100644
--- a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
+++ b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter.pm b/modules/Bio/EnsEMBL/Utils/Converter.pm
index e919b3d4a7..95b4f9257b 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens.pm
index d3f0859f90..d6361f6d6b 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_analysis.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_analysis.pm
index 3261e04057..aaf47d9bf4 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_analysis.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_analysis.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_exon.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_exon.pm
index 85a7dabb60..a50f037bfb 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_exon.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_exon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
index 428676aee2..c367bd7635 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_gene.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_gene.pm
index 64ab85d1bf..dfb1b8c4fa 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_gene.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_gene.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hit.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hit.pm
index 97fb0bf899..0773742a4a 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hit.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hit.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hsp.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hsp.pm
index e94847e040..00c432e268 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hsp.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_hsp.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionExon.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionExon.pm
index 9771ea7615..328af23216 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionExon.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionExon.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionGene.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionGene.pm
index f49e1733b5..443355be65 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionGene.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_predictionGene.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_seqFeature.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_seqFeature.pm
index 4e567ad1b9..8f71f453af 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_seqFeature.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_seqFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_transcript.pm b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_transcript.pm
index 7b4d094b3f..1706b06df8 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_transcript.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/bio_ens_transcript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio.pm b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio.pm
index 2db65d11a3..8716ebb828 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_featurePair.pm b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_featurePair.pm
index 142884496f..6928d83dce 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_featurePair.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_featurePair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_seqFeature.pm b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_seqFeature.pm
index 4adee3e345..ab18240d45 100644
--- a/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_seqFeature.pm
+++ b/modules/Bio/EnsEMBL/Utils/Converter/ens_bio_seqFeature.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/EasyArgv.pm b/modules/Bio/EnsEMBL/Utils/EasyArgv.pm
index 8c63b1b704..1ed51e65bb 100644
--- a/modules/Bio/EnsEMBL/Utils/EasyArgv.pm
+++ b/modules/Bio/EnsEMBL/Utils/EasyArgv.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Eprof.pm b/modules/Bio/EnsEMBL/Utils/Eprof.pm
index b8ecc1e747..aadc7d6b5e 100755
--- a/modules/Bio/EnsEMBL/Utils/Eprof.pm
+++ b/modules/Bio/EnsEMBL/Utils/Eprof.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/EprofStack.pm b/modules/Bio/EnsEMBL/Utils/EprofStack.pm
index d857fa0c87..9e57d24be5 100755
--- a/modules/Bio/EnsEMBL/Utils/EprofStack.pm
+++ b/modules/Bio/EnsEMBL/Utils/EprofStack.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Exception.pm b/modules/Bio/EnsEMBL/Utils/Exception.pm
index 0b01175ebd..740f1bd7e2 100644
--- a/modules/Bio/EnsEMBL/Utils/Exception.pm
+++ b/modules/Bio/EnsEMBL/Utils/Exception.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/IO.pm b/modules/Bio/EnsEMBL/Utils/IO.pm
index e177b56888..c85015b455 100644
--- a/modules/Bio/EnsEMBL/Utils/IO.pm
+++ b/modules/Bio/EnsEMBL/Utils/IO.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Interval.pm b/modules/Bio/EnsEMBL/Utils/Interval.pm
index 46f1f15d5d..bb799bbb6f 100644
--- a/modules/Bio/EnsEMBL/Utils/Interval.pm
+++ b/modules/Bio/EnsEMBL/Utils/Interval.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Iterator.pm b/modules/Bio/EnsEMBL/Utils/Iterator.pm
index fe1e89d1d7..a90fbbdcd5 100644
--- a/modules/Bio/EnsEMBL/Utils/Iterator.pm
+++ b/modules/Bio/EnsEMBL/Utils/Iterator.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Logger.pm b/modules/Bio/EnsEMBL/Utils/Logger.pm
index cb1fe3e22e..553ffeed99 100644
--- a/modules/Bio/EnsEMBL/Utils/Logger.pm
+++ b/modules/Bio/EnsEMBL/Utils/Logger.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Net.pm b/modules/Bio/EnsEMBL/Utils/Net.pm
index a65b021f03..ccde62b9f3 100644
--- a/modules/Bio/EnsEMBL/Utils/Net.pm
+++ b/modules/Bio/EnsEMBL/Utils/Net.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/PolyA.pm b/modules/Bio/EnsEMBL/Utils/PolyA.pm
index 73337d537b..de1f85bf9c 100644
--- a/modules/Bio/EnsEMBL/Utils/PolyA.pm
+++ b/modules/Bio/EnsEMBL/Utils/PolyA.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Proxy.pm b/modules/Bio/EnsEMBL/Utils/Proxy.pm
index 23c40af9fb..e2cde058e9 100644
--- a/modules/Bio/EnsEMBL/Utils/Proxy.pm
+++ b/modules/Bio/EnsEMBL/Utils/Proxy.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/RNAProductTypeMapper.pm b/modules/Bio/EnsEMBL/Utils/RNAProductTypeMapper.pm
index c43a435240..cf78b0eac7 100644
--- a/modules/Bio/EnsEMBL/Utils/RNAProductTypeMapper.pm
+++ b/modules/Bio/EnsEMBL/Utils/RNAProductTypeMapper.pm
@@ -2,7 +2,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Scalar.pm b/modules/Bio/EnsEMBL/Utils/Scalar.pm
index dd46634c6b..556e5e2fac 100644
--- a/modules/Bio/EnsEMBL/Utils/Scalar.pm
+++ b/modules/Bio/EnsEMBL/Utils/Scalar.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/SchemaConversion.pm b/modules/Bio/EnsEMBL/Utils/SchemaConversion.pm
index 4e745ff461..3bdc70af9b 100644
--- a/modules/Bio/EnsEMBL/Utils/SchemaConversion.pm
+++ b/modules/Bio/EnsEMBL/Utils/SchemaConversion.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/ScriptUtils.pm b/modules/Bio/EnsEMBL/Utils/ScriptUtils.pm
index 15b0fbbf0f..5f7f2f9140 100644
--- a/modules/Bio/EnsEMBL/Utils/ScriptUtils.pm
+++ b/modules/Bio/EnsEMBL/Utils/ScriptUtils.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/SeqDumper.pm b/modules/Bio/EnsEMBL/Utils/SeqDumper.pm
index 7788b4a7c0..c4e0f42f25 100644
--- a/modules/Bio/EnsEMBL/Utils/SeqDumper.pm
+++ b/modules/Bio/EnsEMBL/Utils/SeqDumper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/SeqRegionCache.pm b/modules/Bio/EnsEMBL/Utils/SeqRegionCache.pm
index d511d6e757..f3c2bb51b6 100644
--- a/modules/Bio/EnsEMBL/Utils/SeqRegionCache.pm
+++ b/modules/Bio/EnsEMBL/Utils/SeqRegionCache.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Sequence.pm b/modules/Bio/EnsEMBL/Utils/Sequence.pm
index a6aeca2a7c..8d38345131 100644
--- a/modules/Bio/EnsEMBL/Utils/Sequence.pm
+++ b/modules/Bio/EnsEMBL/Utils/Sequence.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm b/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
index 8e3aadfb90..0bf0e46bec 100644
--- a/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
+++ b/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Slice.pm b/modules/Bio/EnsEMBL/Utils/Slice.pm
index b7b828d8c1..37b9ebb3ad 100644
--- a/modules/Bio/EnsEMBL/Utils/Slice.pm
+++ b/modules/Bio/EnsEMBL/Utils/Slice.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/SqlHelper.pm b/modules/Bio/EnsEMBL/Utils/SqlHelper.pm
index 9db761fba3..69a3853b5e 100644
--- a/modules/Bio/EnsEMBL/Utils/SqlHelper.pm
+++ b/modules/Bio/EnsEMBL/Utils/SqlHelper.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/TranscriptSelector.pm b/modules/Bio/EnsEMBL/Utils/TranscriptSelector.pm
index bfdfae0361..099a2dcf5f 100644
--- a/modules/Bio/EnsEMBL/Utils/TranscriptSelector.pm
+++ b/modules/Bio/EnsEMBL/Utils/TranscriptSelector.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable.pm b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable.pm
index ca548795fa..d4992b3d62 100644
--- a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable.pm
+++ b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable/Node.pm b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable/Node.pm
index df5205a213..4db01d4afe 100644
--- a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable/Node.pm
+++ b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Immutable/Node.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable.pm b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable.pm
index b075577e23..4d28809ea0 100644
--- a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable.pm
+++ b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/Node.pm b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/Node.pm
index fcf3e150a6..bc040fba06 100644
--- a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/Node.pm
+++ b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/Node.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/PP.pm b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/PP.pm
index 489e3e14d3..d81b9b205f 100644
--- a/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/PP.pm
+++ b/modules/Bio/EnsEMBL/Utils/Tree/Interval/Mutable/PP.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/URI.pm b/modules/Bio/EnsEMBL/Utils/URI.pm
index 30617082f5..0038853397 100644
--- a/modules/Bio/EnsEMBL/Utils/URI.pm
+++ b/modules/Bio/EnsEMBL/Utils/URI.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm b/modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm
index c7c6312d4b..56a2bb7cd2 100644
--- a/modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm
+++ b/modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/VegaCuration/Transcript.pm b/modules/Bio/EnsEMBL/Utils/VegaCuration/Transcript.pm
index fa5dcb1a95..c3d0b6c20f 100644
--- a/modules/Bio/EnsEMBL/Utils/VegaCuration/Transcript.pm
+++ b/modules/Bio/EnsEMBL/Utils/VegaCuration/Transcript.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/Bio/EnsEMBL/Utils/VegaCuration/Translation.pm b/modules/Bio/EnsEMBL/Utils/VegaCuration/Translation.pm
index 729fa0e6ab..1b466285aa 100644
--- a/modules/Bio/EnsEMBL/Utils/VegaCuration/Translation.pm
+++ b/modules/Bio/EnsEMBL/Utils/VegaCuration/Translation.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/t/MultiTestDB.t b/modules/t/MultiTestDB.t
index 4183702164..c1c1b428b7 100755
--- a/modules/t/MultiTestDB.t
+++ b/modules/t/MultiTestDB.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/altAlleleGroup.t b/modules/t/altAlleleGroup.t
index f5a26dc163..efe340c00f 100644
--- a/modules/t/altAlleleGroup.t
+++ b/modules/t/altAlleleGroup.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/analysis.t b/modules/t/analysis.t
index 2e0a093a75..a01343a7ab 100644
--- a/modules/t/analysis.t
+++ b/modules/t/analysis.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/archiveStableId.t b/modules/t/archiveStableId.t
index eeff42398b..c939688cc6 100644
--- a/modules/t/archiveStableId.t
+++ b/modules/t/archiveStableId.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/argument.t b/modules/t/argument.t
index 668d906385..340dd6f8fd 100644
--- a/modules/t/argument.t
+++ b/modules/t/argument.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/assemblyException.t b/modules/t/assemblyException.t
index 1560a327e2..2290bafbc7 100644
--- a/modules/t/assemblyException.t
+++ b/modules/t/assemblyException.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/assemblyExceptionFeature.t b/modules/t/assemblyExceptionFeature.t
index 1217ce9e26..19adab41be 100644
--- a/modules/t/assemblyExceptionFeature.t
+++ b/modules/t/assemblyExceptionFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/assemblyMapper.t b/modules/t/assemblyMapper.t
index 994e927157..972717b62f 100644
--- a/modules/t/assemblyMapper.t
+++ b/modules/t/assemblyMapper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/associated_xref.t b/modules/t/associated_xref.t
index fadcc810fd..64cb698247 100644
--- a/modules/t/associated_xref.t
+++ b/modules/t/associated_xref.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/attribute.t b/modules/t/attribute.t
index 6280c981ab..5168e6423b 100644
--- a/modules/t/attribute.t
+++ b/modules/t/attribute.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/attributeAdaptor.t b/modules/t/attributeAdaptor.t
index b2bf8c5eb2..7d24bb0891 100644
--- a/modules/t/attributeAdaptor.t
+++ b/modules/t/attributeAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/baseAdaptor.t b/modules/t/baseAdaptor.t
index 375ed8fdce..3e0f1ec451 100644
--- a/modules/t/baseAdaptor.t
+++ b/modules/t/baseAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/baseAlignFeature.t b/modules/t/baseAlignFeature.t
index c1d0f1e607..48e2df78de 100644
--- a/modules/t/baseAlignFeature.t
+++ b/modules/t/baseAlignFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/biotype.t b/modules/t/biotype.t
index 67f19c794e..1a3ec01bba 100644
--- a/modules/t/biotype.t
+++ b/modules/t/biotype.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/canonicalDBAdaptor.t b/modules/t/canonicalDBAdaptor.t
index 8dd3ff99e3..7ad0a012c6 100644
--- a/modules/t/canonicalDBAdaptor.t
+++ b/modules/t/canonicalDBAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/cds.t b/modules/t/cds.t
index cd3fda8f40..685a0188c1 100644
--- a/modules/t/cds.t
+++ b/modules/t/cds.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/chainedAssemblyMapper.t b/modules/t/chainedAssemblyMapper.t
index afb5e22336..4c02d92fa6 100644
--- a/modules/t/chainedAssemblyMapper.t
+++ b/modules/t/chainedAssemblyMapper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/circularSlice.t b/modules/t/circularSlice.t
index 49bbf19e3a..4efdb5ee28 100644
--- a/modules/t/circularSlice.t
+++ b/modules/t/circularSlice.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/cliHelper.t b/modules/t/cliHelper.t
index b91d023195..f950cb44dd 100644
--- a/modules/t/cliHelper.t
+++ b/modules/t/cliHelper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/compara.t b/modules/t/compara.t
index 25b596e229..5929a2901d 100644
--- a/modules/t/compara.t
+++ b/modules/t/compara.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/coordSystem.t b/modules/t/coordSystem.t
index b5b3c9de4b..b5d4cf6fc6 100644
--- a/modules/t/coordSystem.t
+++ b/modules/t/coordSystem.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/coordSystemAdaptor.t b/modules/t/coordSystemAdaptor.t
index bb243d0f91..750898a7ed 100644
--- a/modules/t/coordSystemAdaptor.t
+++ b/modules/t/coordSystemAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dataFile.t b/modules/t/dataFile.t
index 41d2c6e61c..beff167fa7 100644
--- a/modules/t/dataFile.t
+++ b/modules/t/dataFile.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dbConnection.t b/modules/t/dbConnection.t
index 1acdcf2f90..0d2def1aa9 100644
--- a/modules/t/dbConnection.t
+++ b/modules/t/dbConnection.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dbEntries.t b/modules/t/dbEntries.t
index 32da1818c6..59cb0b97d0 100644
--- a/modules/t/dbEntries.t
+++ b/modules/t/dbEntries.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/densityFeature.t b/modules/t/densityFeature.t
index bd7a52c757..7dbfbded69 100644
--- a/modules/t/densityFeature.t
+++ b/modules/t/densityFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/densityFeatureAdaptor.t b/modules/t/densityFeatureAdaptor.t
index fa862d7f9b..dd4c90c2de 100644
--- a/modules/t/densityFeatureAdaptor.t
+++ b/modules/t/densityFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/densityType.t b/modules/t/densityType.t
index c6bb3331f8..1e35c72df8 100644
--- a/modules/t/densityType.t
+++ b/modules/t/densityType.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/densityTypeAdaptor.t b/modules/t/densityTypeAdaptor.t
index cbc07390aa..1645cf8707 100644
--- a/modules/t/densityTypeAdaptor.t
+++ b/modules/t/densityTypeAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dependencies.t b/modules/t/dependencies.t
index 462cff18ac..c1e9f5f7b0 100644
--- a/modules/t/dependencies.t
+++ b/modules/t/dependencies.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/ditag.t b/modules/t/ditag.t
index e8c59eaa66..d5761467cb 100644
--- a/modules/t/ditag.t
+++ b/modules/t/ditag.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/ditagAdaptor.t b/modules/t/ditagAdaptor.t
index 32c0fc1739..7e5ebcc118 100644
--- a/modules/t/ditagAdaptor.t
+++ b/modules/t/ditagAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/ditagFeature.t b/modules/t/ditagFeature.t
index b5611cff76..e4d1898cf3 100644
--- a/modules/t/ditagFeature.t
+++ b/modules/t/ditagFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/ditagFeatureAdaptor.t b/modules/t/ditagFeatureAdaptor.t
index 6296a308f1..f9feeacef7 100644
--- a/modules/t/ditagFeatureAdaptor.t
+++ b/modules/t/ditagFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dnaAlignFeatureAdaptor.t b/modules/t/dnaAlignFeatureAdaptor.t
index f3a0e93bc0..5dea2acc5a 100644
--- a/modules/t/dnaAlignFeatureAdaptor.t
+++ b/modules/t/dnaAlignFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dnaDnaAlignFeature.t b/modules/t/dnaDnaAlignFeature.t
index 981ba92cc3..7c5bf384fe 100644
--- a/modules/t/dnaDnaAlignFeature.t
+++ b/modules/t/dnaDnaAlignFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/dnaPepAlignFeature.t b/modules/t/dnaPepAlignFeature.t
index 5b35569565..662434d21f 100644
--- a/modules/t/dnaPepAlignFeature.t
+++ b/modules/t/dnaPepAlignFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/easyargv.t b/modules/t/easyargv.t
index ae2d1cf4dd..0e4ce18ad7 100644
--- a/modules/t/easyargv.t
+++ b/modules/t/easyargv.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/exception.t b/modules/t/exception.t
index 197bd446ac..bc98dbe7d0 100644
--- a/modules/t/exception.t
+++ b/modules/t/exception.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/exon.t b/modules/t/exon.t
index 4f1058ca86..170f49e643 100644
--- a/modules/t/exon.t
+++ b/modules/t/exon.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/exonTranscript.pm b/modules/t/exonTranscript.pm
index 1f15a2d27a..13ed1b744f 100644
--- a/modules/t/exonTranscript.pm
+++ b/modules/t/exonTranscript.pm
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/externalFeatureAdaptor.t b/modules/t/externalFeatureAdaptor.t
index 89571930e2..4303cfc7a3 100644
--- a/modules/t/externalFeatureAdaptor.t
+++ b/modules/t/externalFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/fastaSequenceAdaptor.t b/modules/t/fastaSequenceAdaptor.t
index 68b39fd33f..764d283339 100644
--- a/modules/t/fastaSequenceAdaptor.t
+++ b/modules/t/fastaSequenceAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/feature.t b/modules/t/feature.t
index 1115767823..dbc8c7866e 100644
--- a/modules/t/feature.t
+++ b/modules/t/feature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/featurePair.t b/modules/t/featurePair.t
index f3acc52bdd..52d8591d42 100644
--- a/modules/t/featurePair.t
+++ b/modules/t/featurePair.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/fullIdCaching.t b/modules/t/fullIdCaching.t
index b672cfe08d..16c97a8f09 100644
--- a/modules/t/fullIdCaching.t
+++ b/modules/t/fullIdCaching.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/gene.t b/modules/t/gene.t
index 98a65438e2..8e150d5ad4 100644
--- a/modules/t/gene.t
+++ b/modules/t/gene.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/geneview.t b/modules/t/geneview.t
index 5af2ae6fe4..64402b2a64 100644
--- a/modules/t/geneview.t
+++ b/modules/t/geneview.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/genomeContainer.t b/modules/t/genomeContainer.t
index 997670ca56..bf3a975045 100644
--- a/modules/t/genomeContainer.t
+++ b/modules/t/genomeContainer.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/getNearestFeature.t b/modules/t/getNearestFeature.t
index 61674fe044..e8612f80eb 100644
--- a/modules/t/getNearestFeature.t
+++ b/modules/t/getNearestFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/housekeeping_apache2.t b/modules/t/housekeeping_apache2.t
index d1b6f20c94..e3646cc3c4 100644
--- a/modules/t/housekeeping_apache2.t
+++ b/modules/t/housekeeping_apache2.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/housekeeping_perlCritic.t b/modules/t/housekeeping_perlCritic.t
index efd32e3bde..1b964a5481 100644
--- a/modules/t/housekeeping_perlCritic.t
+++ b/modules/t/housekeeping_perlCritic.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/interval_tree_immutable.t b/modules/t/interval_tree_immutable.t
index 83b3e9036e..155922df10 100644
--- a/modules/t/interval_tree_immutable.t
+++ b/modules/t/interval_tree_immutable.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/interval_tree_mutable.t b/modules/t/interval_tree_mutable.t
index 8dfa49030e..5d68f14b1d 100644
--- a/modules/t/interval_tree_mutable.t
+++ b/modules/t/interval_tree_mutable.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/intron.t b/modules/t/intron.t
index a4d1e064e6..4ee5a52aa0 100644
--- a/modules/t/intron.t
+++ b/modules/t/intron.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/intronSupportingEvidence.t b/modules/t/intronSupportingEvidence.t
index 1d2ab2838e..121a3003b6 100644
--- a/modules/t/intronSupportingEvidence.t
+++ b/modules/t/intronSupportingEvidence.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/iterator.t b/modules/t/iterator.t
index fd0b75e3b4..c81400a699 100644
--- a/modules/t/iterator.t
+++ b/modules/t/iterator.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/karyotypeBand.t b/modules/t/karyotypeBand.t
index 692c5e08db..d5c9fb0971 100644
--- a/modules/t/karyotypeBand.t
+++ b/modules/t/karyotypeBand.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/karyotypeBandAdaptor.t b/modules/t/karyotypeBandAdaptor.t
index d5c62bb600..7b589ed970 100644
--- a/modules/t/karyotypeBandAdaptor.t
+++ b/modules/t/karyotypeBandAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/lruIdCaching.t b/modules/t/lruIdCaching.t
index f035cf1b10..1c9f3c28e4 100644
--- a/modules/t/lruIdCaching.t
+++ b/modules/t/lruIdCaching.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/mapLocation.t b/modules/t/mapLocation.t
index b76c8f684f..3825ea9fc2 100644
--- a/modules/t/mapLocation.t
+++ b/modules/t/mapLocation.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/mappedSliceContainer.t b/modules/t/mappedSliceContainer.t
index dfe8cdde7e..036fd1ebd6 100644
--- a/modules/t/mappedSliceContainer.t
+++ b/modules/t/mappedSliceContainer.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/mapper.t b/modules/t/mapper.t
index ca1678bfdd..24e726a676 100644
--- a/modules/t/mapper.t
+++ b/modules/t/mapper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/marker.t b/modules/t/marker.t
index 66eefd3412..4818842374 100644
--- a/modules/t/marker.t
+++ b/modules/t/marker.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/markerAdaptor.t b/modules/t/markerAdaptor.t
index 8fcf058997..b946f40219 100644
--- a/modules/t/markerAdaptor.t
+++ b/modules/t/markerAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/markerFeature.t b/modules/t/markerFeature.t
index 0e89c62986..7e014555d6 100644
--- a/modules/t/markerFeature.t
+++ b/modules/t/markerFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/markerFeatureAdaptor.t b/modules/t/markerFeatureAdaptor.t
index 213a903e70..7b3bc3687a 100644
--- a/modules/t/markerFeatureAdaptor.t
+++ b/modules/t/markerFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/markerSynonym.t b/modules/t/markerSynonym.t
index 44da91c2bb..b1c9bcaf52 100644
--- a/modules/t/markerSynonym.t
+++ b/modules/t/markerSynonym.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/metaContainer.t b/modules/t/metaContainer.t
index f0886d5da5..d63b766885 100644
--- a/modules/t/metaContainer.t
+++ b/modules/t/metaContainer.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/metaCoordContainer.t b/modules/t/metaCoordContainer.t
index 060d08a274..9f63ab156a 100644
--- a/modules/t/metaCoordContainer.t
+++ b/modules/t/metaCoordContainer.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/miscFeature.t b/modules/t/miscFeature.t
index 0ee48c685b..fc918e8f35 100644
--- a/modules/t/miscFeature.t
+++ b/modules/t/miscFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/miscFeatureAdaptor.t b/modules/t/miscFeatureAdaptor.t
index 3406ed1dff..0e67cd19c1 100644
--- a/modules/t/miscFeatureAdaptor.t
+++ b/modules/t/miscFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/miscSet.t b/modules/t/miscSet.t
index cda3b5d849..09efbe064c 100644
--- a/modules/t/miscSet.t
+++ b/modules/t/miscSet.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/miscSetAdaptor.t b/modules/t/miscSetAdaptor.t
index 2dc861520b..15cc4a4e9d 100644
--- a/modules/t/miscSetAdaptor.t
+++ b/modules/t/miscSetAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/objectLoad.t b/modules/t/objectLoad.t
index d369fab138..a1b630960c 100644
--- a/modules/t/objectLoad.t
+++ b/modules/t/objectLoad.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/ontologyTerm.t b/modules/t/ontologyTerm.t
index 6ad8d9a036..c087e98ace 100644
--- a/modules/t/ontologyTerm.t
+++ b/modules/t/ontologyTerm.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/operon.t b/modules/t/operon.t
index f6d2e06ad5..29c8837df6 100644
--- a/modules/t/operon.t
+++ b/modules/t/operon.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/operon_fetch.t b/modules/t/operon_fetch.t
index fffacff7ca..d150ad185e 100644
--- a/modules/t/operon_fetch.t
+++ b/modules/t/operon_fetch.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/operon_transcript.t b/modules/t/operon_transcript.t
index cbb4f06c45..f2a3182cfd 100644
--- a/modules/t/operon_transcript.t
+++ b/modules/t/operon_transcript.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/paddedSlice.t b/modules/t/paddedSlice.t
index b504995cbd..c1f88ddccf 100644
--- a/modules/t/paddedSlice.t
+++ b/modules/t/paddedSlice.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/predictionTranscript.t b/modules/t/predictionTranscript.t
index 1dfd1b858a..cd410ac722 100644
--- a/modules/t/predictionTranscript.t
+++ b/modules/t/predictionTranscript.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/proteinAlignFeatureAdaptor.t b/modules/t/proteinAlignFeatureAdaptor.t
index f482cf325b..025e209f6f 100644
--- a/modules/t/proteinAlignFeatureAdaptor.t
+++ b/modules/t/proteinAlignFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/proteinFeature.t b/modules/t/proteinFeature.t
index dfaa7827cb..c2e881ee45 100644
--- a/modules/t/proteinFeature.t
+++ b/modules/t/proteinFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/proteinFeatureAdaptor.t b/modules/t/proteinFeatureAdaptor.t
index 94037f4b39..b72630fd87 100644
--- a/modules/t/proteinFeatureAdaptor.t
+++ b/modules/t/proteinFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/rangeRegistry.t b/modules/t/rangeRegistry.t
index a9c7ce0dab..5704efe50c 100644
--- a/modules/t/rangeRegistry.t
+++ b/modules/t/rangeRegistry.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/registry.t b/modules/t/registry.t
index a2065b779a..b624125236 100644
--- a/modules/t/registry.t
+++ b/modules/t/registry.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/registry_public_cores.t b/modules/t/registry_public_cores.t
index e6997692d5..46620dec32 100644
--- a/modules/t/registry_public_cores.t
+++ b/modules/t/registry_public_cores.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/regression_baseFeatureAdaptorMultiQuery.t b/modules/t/regression_baseFeatureAdaptorMultiQuery.t
index 6c340f90bb..9df60480a5 100644
--- a/modules/t/regression_baseFeatureAdaptorMultiQuery.t
+++ b/modules/t/regression_baseFeatureAdaptorMultiQuery.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/regression_featureAdaptorCache.t b/modules/t/regression_featureAdaptorCache.t
index a1faedad81..0458a428b4 100644
--- a/modules/t/regression_featureAdaptorCache.t
+++ b/modules/t/regression_featureAdaptorCache.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/regression_multiMappingContig.t b/modules/t/regression_multiMappingContig.t
index cd3176aa99..6ca5dff5b4 100644
--- a/modules/t/regression_multiMappingContig.t
+++ b/modules/t/regression_multiMappingContig.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/regression_transcriptProjectionAttributeDuplication.t b/modules/t/regression_transcriptProjectionAttributeDuplication.t
index 12df1487e7..255ed97c17 100644
--- a/modules/t/regression_transcriptProjectionAttributeDuplication.t
+++ b/modules/t/regression_transcriptProjectionAttributeDuplication.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/repeatConsensus.t b/modules/t/repeatConsensus.t
index 43fdae6dd0..65033e12fd 100644
--- a/modules/t/repeatConsensus.t
+++ b/modules/t/repeatConsensus.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/repeatConsensusAdaptor.t b/modules/t/repeatConsensusAdaptor.t
index b2aa2e4aec..7049e7a14a 100644
--- a/modules/t/repeatConsensusAdaptor.t
+++ b/modules/t/repeatConsensusAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/repeatFeature.t b/modules/t/repeatFeature.t
index e351d6f7e1..acf49af769 100644
--- a/modules/t/repeatFeature.t
+++ b/modules/t/repeatFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/repeatFeatureAdaptor.t b/modules/t/repeatFeatureAdaptor.t
index a453d761de..86bd312143 100644
--- a/modules/t/repeatFeatureAdaptor.t
+++ b/modules/t/repeatFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/repeatMaskedSlice.t b/modules/t/repeatMaskedSlice.t
index be59b50b32..d7a2db75e1 100644
--- a/modules/t/repeatMaskedSlice.t
+++ b/modules/t/repeatMaskedSlice.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/rnaProduct.t b/modules/t/rnaProduct.t
index 4cc09d9abf..f8fdc85b06 100644
--- a/modules/t/rnaProduct.t
+++ b/modules/t/rnaProduct.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/schema.t b/modules/t/schema.t
index 8259a514ca..a326ad6bee 100644
--- a/modules/t/schema.t
+++ b/modules/t/schema.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/schemaPatches.t b/modules/t/schemaPatches.t
index 261dfdabe1..3e87a3f5ac 100644
--- a/modules/t/schemaPatches.t
+++ b/modules/t/schemaPatches.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/seqDumper.t b/modules/t/seqDumper.t
index f350f465a9..1ae786ac51 100644
--- a/modules/t/seqDumper.t
+++ b/modules/t/seqDumper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/seqEdit.t b/modules/t/seqEdit.t
index 2a11c0559d..7cfe6922c2 100644
--- a/modules/t/seqEdit.t
+++ b/modules/t/seqEdit.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/sequenceAdaptor.t b/modules/t/sequenceAdaptor.t
index 61a704a3fe..ac804c7987 100644
--- a/modules/t/sequenceAdaptor.t
+++ b/modules/t/sequenceAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/sequenceOntologyMapper.t b/modules/t/sequenceOntologyMapper.t
index 152432081c..bc0d4ab4d0 100644
--- a/modules/t/sequenceOntologyMapper.t
+++ b/modules/t/sequenceOntologyMapper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/simpleFeature.t b/modules/t/simpleFeature.t
index c5151c4e49..2295ff6ef1 100644
--- a/modules/t/simpleFeature.t
+++ b/modules/t/simpleFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/slice.t b/modules/t/slice.t
index 48d13f0f38..6e0d68059f 100644
--- a/modules/t/slice.t
+++ b/modules/t/slice.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/sliceAdaptor.t b/modules/t/sliceAdaptor.t
index eb47524bfd..bdab46fc2a 100644
--- a/modules/t/sliceAdaptor.t
+++ b/modules/t/sliceAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/sliceVariation.t b/modules/t/sliceVariation.t
index 73dfbc8c3c..2ad41018fa 100644
--- a/modules/t/sliceVariation.t
+++ b/modules/t/sliceVariation.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/sqlHelper.t b/modules/t/sqlHelper.t
index 2f712e0a59..34348e51ee 100644
--- a/modules/t/sqlHelper.t
+++ b/modules/t/sqlHelper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/strainSlice.t b/modules/t/strainSlice.t
index 6770c14e48..ed3ba6ba2a 100644
--- a/modules/t/strainSlice.t
+++ b/modules/t/strainSlice.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/subSliceFeature.t b/modules/t/subSliceFeature.t
index 4d5eda4b41..bad4fbcbd4 100644
--- a/modules/t/subSliceFeature.t
+++ b/modules/t/subSliceFeature.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/switchableAdaptors.t b/modules/t/switchableAdaptors.t
index a1774259f5..73a8c0af73 100644
--- a/modules/t/switchableAdaptors.t
+++ b/modules/t/switchableAdaptors.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/topLevelAssemblyMapper.t b/modules/t/topLevelAssemblyMapper.t
index dc623b1718..68c57b584f 100644
--- a/modules/t/topLevelAssemblyMapper.t
+++ b/modules/t/topLevelAssemblyMapper.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/transcript.t b/modules/t/transcript.t
index 0da4875a0a..1738409c8f 100644
--- a/modules/t/transcript.t
+++ b/modules/t/transcript.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/transcriptSelector.t b/modules/t/transcriptSelector.t
index 562a8ab252..4378e9d81f 100644
--- a/modules/t/transcriptSelector.t
+++ b/modules/t/transcriptSelector.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/transcriptSupportingFeatureAdaptor.t b/modules/t/transcriptSupportingFeatureAdaptor.t
index bad8bf72f9..f4782b6557 100644
--- a/modules/t/transcriptSupportingFeatureAdaptor.t
+++ b/modules/t/transcriptSupportingFeatureAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/translation.t b/modules/t/translation.t
index d725035710..2747c06dba 100644
--- a/modules/t/translation.t
+++ b/modules/t/translation.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/unmappedObject.t b/modules/t/unmappedObject.t
index 289914804b..383bab5eb9 100644
--- a/modules/t/unmappedObject.t
+++ b/modules/t/unmappedObject.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/unmappedObjectAdaptor.t b/modules/t/unmappedObjectAdaptor.t
index 29a1244b19..f0165fcc16 100644
--- a/modules/t/unmappedObjectAdaptor.t
+++ b/modules/t/unmappedObjectAdaptor.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/utilsIo.t b/modules/t/utilsIo.t
index dad539012e..bbbc8d370e 100644
--- a/modules/t/utilsIo.t
+++ b/modules/t/utilsIo.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/utilsNet.t b/modules/t/utilsNet.t
index 949d88ec77..75e4d2052e 100644
--- a/modules/t/utilsNet.t
+++ b/modules/t/utilsNet.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/utilsScalar.t b/modules/t/utilsScalar.t
index 1d07e92378..519a4d9aae 100644
--- a/modules/t/utilsScalar.t
+++ b/modules/t/utilsScalar.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/utilsUri.t b/modules/t/utilsUri.t
index c2cf102611..799cb39441 100644
--- a/modules/t/utilsUri.t
+++ b/modules/t/utilsUri.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/utr.t b/modules/t/utr.t
index 9f0d92571e..f3b8a19490 100644
--- a/modules/t/utr.t
+++ b/modules/t/utr.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/modules/t/xref_parser.t b/modules/t/xref_parser.t
index b78323ea17..d5f3403778 100644
--- a/modules/t/xref_parser.t
+++ b/modules/t/xref_parser.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/modules/t/xrefs.t b/modules/t/xrefs.t
index 6892e8edd7..c039838f8e 100644
--- a/modules/t/xrefs.t
+++ b/modules/t/xrefs.t
@@ -1,5 +1,5 @@
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/sql/foreign_keys.sql b/sql/foreign_keys.sql
index 62dd97e494..04d636f588 100644
--- a/sql/foreign_keys.sql
+++ b/sql/foreign_keys.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_100_101_a.sql b/sql/patch_100_101_a.sql
index 439951c50c..9867b84dc5 100644
--- a/sql/patch_100_101_a.sql
+++ b/sql/patch_100_101_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_21_22.sql b/sql/patch_21_22.sql
index 7376117f0e..7caef813b9 100644
--- a/sql/patch_21_22.sql
+++ b/sql/patch_21_22.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_23_24.sql b/sql/patch_23_24.sql
index 7c219e753d..736f7ece1d 100644
--- a/sql/patch_23_24.sql
+++ b/sql/patch_23_24.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_24_25.sql b/sql/patch_24_25.sql
index 1cfcbb62e5..1b6fa01e55 100644
--- a/sql/patch_24_25.sql
+++ b/sql/patch_24_25.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_25_26.sql b/sql/patch_25_26.sql
index e0b22a8d87..b7772ae814 100644
--- a/sql/patch_25_26.sql
+++ b/sql/patch_25_26.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_26_27.sql b/sql/patch_26_27.sql
index d759fab970..e814a01dc0 100644
--- a/sql/patch_26_27.sql
+++ b/sql/patch_26_27.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_27_28.sql b/sql/patch_27_28.sql
index acaefa367a..7dd5655c02 100644
--- a/sql/patch_27_28.sql
+++ b/sql/patch_27_28.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_28_29.sql b/sql/patch_28_29.sql
index 730f81a744..f68fa60528 100644
--- a/sql/patch_28_29.sql
+++ b/sql/patch_28_29.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_29_30.sql b/sql/patch_29_30.sql
index 157b0b3e43..8acfec1bd6 100644
--- a/sql/patch_29_30.sql
+++ b/sql/patch_29_30.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_30_31.sql b/sql/patch_30_31.sql
index f3403433b0..726150dd70 100644
--- a/sql/patch_30_31.sql
+++ b/sql/patch_30_31.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_31_32.sql b/sql/patch_31_32.sql
index 4c5dde7bd8..05a771c843 100644
--- a/sql/patch_31_32.sql
+++ b/sql/patch_31_32.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_32_33.sql b/sql/patch_32_33.sql
index 22c0ffaf39..0bdc529e1e 100644
--- a/sql/patch_32_33.sql
+++ b/sql/patch_32_33.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_33_34.sql b/sql/patch_33_34.sql
index 6ceb8e57b1..aa65fec465 100644
--- a/sql/patch_33_34.sql
+++ b/sql/patch_33_34.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_34_35.sql b/sql/patch_34_35.sql
index b142c8bfd6..4f28526d4c 100644
--- a/sql/patch_34_35.sql
+++ b/sql/patch_34_35.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_35_36.sql b/sql/patch_35_36.sql
index 2031edc140..ad0c48c796 100644
--- a/sql/patch_35_36.sql
+++ b/sql/patch_35_36.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_36_37.sql b/sql/patch_36_37.sql
index c8146c74c0..0007c3b388 100644
--- a/sql/patch_36_37.sql
+++ b/sql/patch_36_37.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_37_38.sql b/sql/patch_37_38.sql
index 71f4f6e584..6cf2c0d50d 100644
--- a/sql/patch_37_38.sql
+++ b/sql/patch_37_38.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_38_39_a.sql b/sql/patch_38_39_a.sql
index 8154d19d37..07fefb3b83 100644
--- a/sql/patch_38_39_a.sql
+++ b/sql/patch_38_39_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_38_39_b.sql b/sql/patch_38_39_b.sql
index f595cb6949..dc65f77f4b 100644
--- a/sql/patch_38_39_b.sql
+++ b/sql/patch_38_39_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_38_39_c.sql b/sql/patch_38_39_c.sql
index 70c908fc1c..0ed73dcbb7 100644
--- a/sql/patch_38_39_c.sql
+++ b/sql/patch_38_39_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_38_39_d.sql b/sql/patch_38_39_d.sql
index 41df22a02f..ba5d8ae1bb 100644
--- a/sql/patch_38_39_d.sql
+++ b/sql/patch_38_39_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_38_39_e.sql b/sql/patch_38_39_e.sql
index 860a5fcac0..8c033e7534 100644
--- a/sql/patch_38_39_e.sql
+++ b/sql/patch_38_39_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_a.sql b/sql/patch_39_40_a.sql
index 214cb5a253..30565b3322 100644
--- a/sql/patch_39_40_a.sql
+++ b/sql/patch_39_40_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_b.sql b/sql/patch_39_40_b.sql
index 801185ba38..a19663c030 100644
--- a/sql/patch_39_40_b.sql
+++ b/sql/patch_39_40_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_c.sql b/sql/patch_39_40_c.sql
index 011ea3c4db..34ccf98d55 100644
--- a/sql/patch_39_40_c.sql
+++ b/sql/patch_39_40_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_d.sql b/sql/patch_39_40_d.sql
index 2d609b92ca..5255ae40c4 100644
--- a/sql/patch_39_40_d.sql
+++ b/sql/patch_39_40_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_e.sql b/sql/patch_39_40_e.sql
index 6755184cf4..6f538e72d2 100644
--- a/sql/patch_39_40_e.sql
+++ b/sql/patch_39_40_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_f.sql b/sql/patch_39_40_f.sql
index 9460f08e3b..828d6a5065 100644
--- a/sql/patch_39_40_f.sql
+++ b/sql/patch_39_40_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_g.sql b/sql/patch_39_40_g.sql
index 8dd19f4dd4..2dd1e7c2b3 100644
--- a/sql/patch_39_40_g.sql
+++ b/sql/patch_39_40_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_h.sql b/sql/patch_39_40_h.sql
index 2885385f79..328bc7cb3c 100644
--- a/sql/patch_39_40_h.sql
+++ b/sql/patch_39_40_h.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_i.sql b/sql/patch_39_40_i.sql
index 14d5dabd51..b1568af5b8 100644
--- a/sql/patch_39_40_i.sql
+++ b/sql/patch_39_40_i.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_39_40_j.sql b/sql/patch_39_40_j.sql
index 6402db7179..36103a0b8b 100644
--- a/sql/patch_39_40_j.sql
+++ b/sql/patch_39_40_j.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_a.sql b/sql/patch_40_41_a.sql
index af524c96ff..5233adbea6 100644
--- a/sql/patch_40_41_a.sql
+++ b/sql/patch_40_41_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_b.sql b/sql/patch_40_41_b.sql
index 07de1749dd..22caff7027 100644
--- a/sql/patch_40_41_b.sql
+++ b/sql/patch_40_41_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_c.sql b/sql/patch_40_41_c.sql
index 669b000823..5d7394800e 100644
--- a/sql/patch_40_41_c.sql
+++ b/sql/patch_40_41_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_d.sql b/sql/patch_40_41_d.sql
index 20ed2d6d07..6d079c8bd1 100644
--- a/sql/patch_40_41_d.sql
+++ b/sql/patch_40_41_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_e.sql b/sql/patch_40_41_e.sql
index f5dad99ac1..435edb560c 100644
--- a/sql/patch_40_41_e.sql
+++ b/sql/patch_40_41_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_40_41_f.sql b/sql/patch_40_41_f.sql
index 7c6a345b42..7d49d3bed8 100644
--- a/sql/patch_40_41_f.sql
+++ b/sql/patch_40_41_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_a.sql b/sql/patch_41_42_a.sql
index 66a5cc87cd..c5c0b347c9 100644
--- a/sql/patch_41_42_a.sql
+++ b/sql/patch_41_42_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_b.sql b/sql/patch_41_42_b.sql
index f32c9133e0..31577d4982 100644
--- a/sql/patch_41_42_b.sql
+++ b/sql/patch_41_42_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_c.sql b/sql/patch_41_42_c.sql
index 8a4ded01f4..2e927924a2 100644
--- a/sql/patch_41_42_c.sql
+++ b/sql/patch_41_42_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_d.sql b/sql/patch_41_42_d.sql
index 92fc9faa82..82a59cf75c 100644
--- a/sql/patch_41_42_d.sql
+++ b/sql/patch_41_42_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_e.sql b/sql/patch_41_42_e.sql
index eb1a0f0efd..57516012f6 100644
--- a/sql/patch_41_42_e.sql
+++ b/sql/patch_41_42_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_f.sql b/sql/patch_41_42_f.sql
index c76201b3a8..f47f7c428e 100644
--- a/sql/patch_41_42_f.sql
+++ b/sql/patch_41_42_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_41_42_g.sql b/sql/patch_41_42_g.sql
index 3b133a7676..38be56577c 100644
--- a/sql/patch_41_42_g.sql
+++ b/sql/patch_41_42_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_a.sql b/sql/patch_42_43_a.sql
index 1796bcf6da..5b5258b686 100644
--- a/sql/patch_42_43_a.sql
+++ b/sql/patch_42_43_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_b.sql b/sql/patch_42_43_b.sql
index 0b701644c2..7a015aea5b 100644
--- a/sql/patch_42_43_b.sql
+++ b/sql/patch_42_43_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_c.sql b/sql/patch_42_43_c.sql
index 814c9bf40d..69a6e9dba3 100644
--- a/sql/patch_42_43_c.sql
+++ b/sql/patch_42_43_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_d.sql b/sql/patch_42_43_d.sql
index ea7214345c..0ad80be2a5 100644
--- a/sql/patch_42_43_d.sql
+++ b/sql/patch_42_43_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_e.sql b/sql/patch_42_43_e.sql
index e015c226ab..88d31e7c78 100644
--- a/sql/patch_42_43_e.sql
+++ b/sql/patch_42_43_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_42_43_f.sql b/sql/patch_42_43_f.sql
index 440a8d7acd..2b3f709579 100644
--- a/sql/patch_42_43_f.sql
+++ b/sql/patch_42_43_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_a.sql b/sql/patch_43_44_a.sql
index f8d2d463d4..a285aaaad2 100644
--- a/sql/patch_43_44_a.sql
+++ b/sql/patch_43_44_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_b.sql b/sql/patch_43_44_b.sql
index 8e135af0a8..ff734e3865 100644
--- a/sql/patch_43_44_b.sql
+++ b/sql/patch_43_44_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_c.sql b/sql/patch_43_44_c.sql
index 6e3b99bcce..2bb96d9cc0 100644
--- a/sql/patch_43_44_c.sql
+++ b/sql/patch_43_44_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_d.sql b/sql/patch_43_44_d.sql
index 944ca093d2..6d9fa57869 100644
--- a/sql/patch_43_44_d.sql
+++ b/sql/patch_43_44_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_e.sql b/sql/patch_43_44_e.sql
index 62bb62b93c..7b23e20bce 100644
--- a/sql/patch_43_44_e.sql
+++ b/sql/patch_43_44_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_43_44_f.sql b/sql/patch_43_44_f.sql
index 82fbf9ef48..b231ab8a20 100644
--- a/sql/patch_43_44_f.sql
+++ b/sql/patch_43_44_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_44_45_a.sql b/sql/patch_44_45_a.sql
index 3def645f3a..e41b8ce779 100644
--- a/sql/patch_44_45_a.sql
+++ b/sql/patch_44_45_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_44_45_b.sql b/sql/patch_44_45_b.sql
index 596deca73d..9e2c247ed8 100644
--- a/sql/patch_44_45_b.sql
+++ b/sql/patch_44_45_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_44_45_c.sql b/sql/patch_44_45_c.sql
index 56776abf81..5b9846697b 100644
--- a/sql/patch_44_45_c.sql
+++ b/sql/patch_44_45_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_a.sql b/sql/patch_45_46_a.sql
index 66a3a0fb87..294d708be2 100644
--- a/sql/patch_45_46_a.sql
+++ b/sql/patch_45_46_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_b.sql b/sql/patch_45_46_b.sql
index f4581b17f5..e53ab230a0 100644
--- a/sql/patch_45_46_b.sql
+++ b/sql/patch_45_46_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_c.sql b/sql/patch_45_46_c.sql
index c2a731ae4b..d46f7e4b64 100644
--- a/sql/patch_45_46_c.sql
+++ b/sql/patch_45_46_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_d.sql b/sql/patch_45_46_d.sql
index c68afdf48c..29336e2dc5 100644
--- a/sql/patch_45_46_d.sql
+++ b/sql/patch_45_46_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_e.sql b/sql/patch_45_46_e.sql
index 02c56c2c2b..0e86cb7c04 100644
--- a/sql/patch_45_46_e.sql
+++ b/sql/patch_45_46_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_f.sql b/sql/patch_45_46_f.sql
index 43c011172c..24b0aa6cdd 100644
--- a/sql/patch_45_46_f.sql
+++ b/sql/patch_45_46_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_45_46_g.sql b/sql/patch_45_46_g.sql
index e24fdba8bc..a7de6847fb 100644
--- a/sql/patch_45_46_g.sql
+++ b/sql/patch_45_46_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_46_47_a.sql b/sql/patch_46_47_a.sql
index 6e3e212161..64ccb3d37d 100644
--- a/sql/patch_46_47_a.sql
+++ b/sql/patch_46_47_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_46_47_b.sql b/sql/patch_46_47_b.sql
index 8f35c0f3b3..8daae6341e 100644
--- a/sql/patch_46_47_b.sql
+++ b/sql/patch_46_47_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_46_47_c.sql b/sql/patch_46_47_c.sql
index a952a008a6..7b41604242 100644
--- a/sql/patch_46_47_c.sql
+++ b/sql/patch_46_47_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_47_48_a.sql b/sql/patch_47_48_a.sql
index ac226f5ebf..87db8abf7e 100644
--- a/sql/patch_47_48_a.sql
+++ b/sql/patch_47_48_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_48_49_a.sql b/sql/patch_48_49_a.sql
index 2c93d49347..4154ec8ec6 100644
--- a/sql/patch_48_49_a.sql
+++ b/sql/patch_48_49_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_48_49_b.sql b/sql/patch_48_49_b.sql
index cc2df30985..d4bccc3f51 100644
--- a/sql/patch_48_49_b.sql
+++ b/sql/patch_48_49_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_48_49_c.sql b/sql/patch_48_49_c.sql
index e38375452e..32a223afce 100644
--- a/sql/patch_48_49_c.sql
+++ b/sql/patch_48_49_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_48_49_d.sql b/sql/patch_48_49_d.sql
index 8dc1760925..09436a52c2 100644
--- a/sql/patch_48_49_d.sql
+++ b/sql/patch_48_49_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_48_49_e.sql b/sql/patch_48_49_e.sql
index 35db38eb96..41fe163498 100644
--- a/sql/patch_48_49_e.sql
+++ b/sql/patch_48_49_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_49_50_a.sql b/sql/patch_49_50_a.sql
index c689f2f2b3..70e93e0f74 100644
--- a/sql/patch_49_50_a.sql
+++ b/sql/patch_49_50_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_49_50_b.sql b/sql/patch_49_50_b.sql
index 8bbd64a2b8..5c6c65822c 100644
--- a/sql/patch_49_50_b.sql
+++ b/sql/patch_49_50_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_49_50_c.sql b/sql/patch_49_50_c.sql
index afb77c42a8..6ee7c2d8ac 100644
--- a/sql/patch_49_50_c.sql
+++ b/sql/patch_49_50_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_49_50_d.sql b/sql/patch_49_50_d.sql
index 91420a6dc5..33ba493a18 100644
--- a/sql/patch_49_50_d.sql
+++ b/sql/patch_49_50_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_49_50_e.sql b/sql/patch_49_50_e.sql
index 4f975a268e..71c5d41a40 100644
--- a/sql/patch_49_50_e.sql
+++ b/sql/patch_49_50_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_a.sql b/sql/patch_50_51_a.sql
index fe39cbf7f6..34c3557d5f 100644
--- a/sql/patch_50_51_a.sql
+++ b/sql/patch_50_51_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_b.sql b/sql/patch_50_51_b.sql
index bb5918ff62..43b3921489 100644
--- a/sql/patch_50_51_b.sql
+++ b/sql/patch_50_51_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_c.sql b/sql/patch_50_51_c.sql
index ca9ec6a4c7..79a3c2ab86 100644
--- a/sql/patch_50_51_c.sql
+++ b/sql/patch_50_51_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_d.sql b/sql/patch_50_51_d.sql
index 4d2c23601b..6c001b2bd0 100644
--- a/sql/patch_50_51_d.sql
+++ b/sql/patch_50_51_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_e.sql b/sql/patch_50_51_e.sql
index daaf58bef1..95fcb47f0f 100644
--- a/sql/patch_50_51_e.sql
+++ b/sql/patch_50_51_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_f.sql b/sql/patch_50_51_f.sql
index 57708fe1e7..3eb3f413a5 100644
--- a/sql/patch_50_51_f.sql
+++ b/sql/patch_50_51_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_g.sql b/sql/patch_50_51_g.sql
index eeb7a1165a..5d959bd1c6 100644
--- a/sql/patch_50_51_g.sql
+++ b/sql/patch_50_51_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_h.sql b/sql/patch_50_51_h.sql
index bfab51e432..1506106a5f 100644
--- a/sql/patch_50_51_h.sql
+++ b/sql/patch_50_51_h.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_50_51_i.sql b/sql/patch_50_51_i.sql
index bb9f4bbdae..f7d0d956b0 100644
--- a/sql/patch_50_51_i.sql
+++ b/sql/patch_50_51_i.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_51_52_a.sql b/sql/patch_51_52_a.sql
index c7d33af2b2..c33044ce31 100644
--- a/sql/patch_51_52_a.sql
+++ b/sql/patch_51_52_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_51_52_b.sql b/sql/patch_51_52_b.sql
index 46f41d84d2..1d8d78dca3 100644
--- a/sql/patch_51_52_b.sql
+++ b/sql/patch_51_52_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_51_52_c.sql b/sql/patch_51_52_c.sql
index 4071ff6984..e2958c78e7 100644
--- a/sql/patch_51_52_c.sql
+++ b/sql/patch_51_52_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_51_52_d.sql b/sql/patch_51_52_d.sql
index 6226a0c566..3501342a66 100644
--- a/sql/patch_51_52_d.sql
+++ b/sql/patch_51_52_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_52_53_a.sql b/sql/patch_52_53_a.sql
index ef61ff1c05..414a753836 100644
--- a/sql/patch_52_53_a.sql
+++ b/sql/patch_52_53_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_52_53_b.sql b/sql/patch_52_53_b.sql
index fe72714e24..835a7cc823 100644
--- a/sql/patch_52_53_b.sql
+++ b/sql/patch_52_53_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_52_53_c.sql b/sql/patch_52_53_c.sql
index d9d8ba1a48..317b91f755 100644
--- a/sql/patch_52_53_c.sql
+++ b/sql/patch_52_53_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_52_53_d.sql b/sql/patch_52_53_d.sql
index c5cb50ac7c..84bbe481a1 100644
--- a/sql/patch_52_53_d.sql
+++ b/sql/patch_52_53_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_53_54_a.sql b/sql/patch_53_54_a.sql
index 0e8a1308d6..8303e8ddea 100644
--- a/sql/patch_53_54_a.sql
+++ b/sql/patch_53_54_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_53_54_b.sql b/sql/patch_53_54_b.sql
index 5a29376287..40ccf6ef3d 100644
--- a/sql/patch_53_54_b.sql
+++ b/sql/patch_53_54_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_53_54_c.sql b/sql/patch_53_54_c.sql
index 89c61a2c07..5cb108834e 100644
--- a/sql/patch_53_54_c.sql
+++ b/sql/patch_53_54_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_a.sql b/sql/patch_54_55_a.sql
index 687aab345e..113e271e6c 100644
--- a/sql/patch_54_55_a.sql
+++ b/sql/patch_54_55_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_b.sql b/sql/patch_54_55_b.sql
index 51da5a2b0f..502191a872 100644
--- a/sql/patch_54_55_b.sql
+++ b/sql/patch_54_55_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_c.sql b/sql/patch_54_55_c.sql
index 08d5099761..0fa36c7de6 100644
--- a/sql/patch_54_55_c.sql
+++ b/sql/patch_54_55_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_d.sql b/sql/patch_54_55_d.sql
index ca983df366..1dcf1b180e 100644
--- a/sql/patch_54_55_d.sql
+++ b/sql/patch_54_55_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_e.sql b/sql/patch_54_55_e.sql
index a38488f74e..5a56d7f56b 100644
--- a/sql/patch_54_55_e.sql
+++ b/sql/patch_54_55_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_f.sql b/sql/patch_54_55_f.sql
index 22e27f9951..3e60482171 100644
--- a/sql/patch_54_55_f.sql
+++ b/sql/patch_54_55_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_g.sql b/sql/patch_54_55_g.sql
index 314d258476..92a5479718 100644
--- a/sql/patch_54_55_g.sql
+++ b/sql/patch_54_55_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_54_55_h.sql b/sql/patch_54_55_h.sql
index 7f8e8977b8..75ea9cd9af 100644
--- a/sql/patch_54_55_h.sql
+++ b/sql/patch_54_55_h.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_55_56_a.sql b/sql/patch_55_56_a.sql
index 7caafe7ff7..b321d30a29 100644
--- a/sql/patch_55_56_a.sql
+++ b/sql/patch_55_56_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_55_56_b.sql b/sql/patch_55_56_b.sql
index fc4be9dde2..43ad3bd93b 100644
--- a/sql/patch_55_56_b.sql
+++ b/sql/patch_55_56_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_55_56_c.sql b/sql/patch_55_56_c.sql
index b58470b7a9..e750a9cd60 100644
--- a/sql/patch_55_56_c.sql
+++ b/sql/patch_55_56_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_55_56_d.sql b/sql/patch_55_56_d.sql
index 9afa3de96e..050a0d1aa3 100644
--- a/sql/patch_55_56_d.sql
+++ b/sql/patch_55_56_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_a.sql b/sql/patch_56_57_a.sql
index 0b658b2566..99dee64035 100644
--- a/sql/patch_56_57_a.sql
+++ b/sql/patch_56_57_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_b.sql b/sql/patch_56_57_b.sql
index d1de5b7f6c..22eb52e747 100644
--- a/sql/patch_56_57_b.sql
+++ b/sql/patch_56_57_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_c.sql b/sql/patch_56_57_c.sql
index cf2ed51387..e602f2b33f 100644
--- a/sql/patch_56_57_c.sql
+++ b/sql/patch_56_57_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_d.sql b/sql/patch_56_57_d.sql
index 28ea09e3e1..651a1c3152 100644
--- a/sql/patch_56_57_d.sql
+++ b/sql/patch_56_57_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_e.sql b/sql/patch_56_57_e.sql
index 7c29f0e25f..d32c4f6227 100644
--- a/sql/patch_56_57_e.sql
+++ b/sql/patch_56_57_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_56_57_f.sql b/sql/patch_56_57_f.sql
index 750ce6f766..7072adcc94 100644
--- a/sql/patch_56_57_f.sql
+++ b/sql/patch_56_57_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_57_58_a.sql b/sql/patch_57_58_a.sql
index 29ebba6aa3..92cd202d04 100644
--- a/sql/patch_57_58_a.sql
+++ b/sql/patch_57_58_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_58_59_a.sql b/sql/patch_58_59_a.sql
index 567a928ffb..e621350ff3 100644
--- a/sql/patch_58_59_a.sql
+++ b/sql/patch_58_59_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_58_59_b.sql b/sql/patch_58_59_b.sql
index f38f155f31..45d3cbf443 100644
--- a/sql/patch_58_59_b.sql
+++ b/sql/patch_58_59_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_58_59_c.sql b/sql/patch_58_59_c.sql
index 811e374286..3f9787f2e6 100644
--- a/sql/patch_58_59_c.sql
+++ b/sql/patch_58_59_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_58_59_d.sql b/sql/patch_58_59_d.sql
index b6a247308a..fdb06ab583 100644
--- a/sql/patch_58_59_d.sql
+++ b/sql/patch_58_59_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_58_59_e.sql b/sql/patch_58_59_e.sql
index 557859c910..eff427a759 100644
--- a/sql/patch_58_59_e.sql
+++ b/sql/patch_58_59_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_59_60_a.sql b/sql/patch_59_60_a.sql
index 6825ce34dd..5e5764720c 100644
--- a/sql/patch_59_60_a.sql
+++ b/sql/patch_59_60_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_59_60_b.sql b/sql/patch_59_60_b.sql
index cf28ecf0d1..6c43992eb6 100644
--- a/sql/patch_59_60_b.sql
+++ b/sql/patch_59_60_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_59_60_c.sql b/sql/patch_59_60_c.sql
index 19e34a956c..509cb7c9d9 100644
--- a/sql/patch_59_60_c.sql
+++ b/sql/patch_59_60_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_60_61_a.sql b/sql/patch_60_61_a.sql
index f8ec6b4ad9..9afedbaea2 100644
--- a/sql/patch_60_61_a.sql
+++ b/sql/patch_60_61_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_60_61_b.sql b/sql/patch_60_61_b.sql
index 5c6ad4ee63..37bccd6974 100644
--- a/sql/patch_60_61_b.sql
+++ b/sql/patch_60_61_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_60_61_c.sql b/sql/patch_60_61_c.sql
index b6bab55224..07e4bd8507 100644
--- a/sql/patch_60_61_c.sql
+++ b/sql/patch_60_61_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_61_62_a.sql b/sql/patch_61_62_a.sql
index 23782134f2..ef5a2b2a17 100644
--- a/sql/patch_61_62_a.sql
+++ b/sql/patch_61_62_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_61_62_b.sql b/sql/patch_61_62_b.sql
index 4c02710972..eb11fc047b 100644
--- a/sql/patch_61_62_b.sql
+++ b/sql/patch_61_62_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_61_62_c.sql b/sql/patch_61_62_c.sql
index cbb1dd1f3a..2e20289169 100644
--- a/sql/patch_61_62_c.sql
+++ b/sql/patch_61_62_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_61_62_d.sql b/sql/patch_61_62_d.sql
index 367b81cff3..35a6092d07 100644
--- a/sql/patch_61_62_d.sql
+++ b/sql/patch_61_62_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_61_62_e.sql b/sql/patch_61_62_e.sql
index 8d2ce4da93..e215902e0a 100644
--- a/sql/patch_61_62_e.sql
+++ b/sql/patch_61_62_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_62_63_a.sql b/sql/patch_62_63_a.sql
index da35e8f731..00f9e37c77 100644
--- a/sql/patch_62_63_a.sql
+++ b/sql/patch_62_63_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_62_63_b.sql b/sql/patch_62_63_b.sql
index 44afea021c..87519a00df 100644
--- a/sql/patch_62_63_b.sql
+++ b/sql/patch_62_63_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_62_63_c.sql b/sql/patch_62_63_c.sql
index d5278cf5b7..fa56dc4353 100644
--- a/sql/patch_62_63_c.sql
+++ b/sql/patch_62_63_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_63_64_a.sql b/sql/patch_63_64_a.sql
index 0d1b17a476..589871c229 100644
--- a/sql/patch_63_64_a.sql
+++ b/sql/patch_63_64_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_63_64_b.sql b/sql/patch_63_64_b.sql
index ee4ce9d5d2..49d0aa507c 100644
--- a/sql/patch_63_64_b.sql
+++ b/sql/patch_63_64_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_63_64_c.sql b/sql/patch_63_64_c.sql
index d2f21dc074..e41cc4808b 100644
--- a/sql/patch_63_64_c.sql
+++ b/sql/patch_63_64_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_63_64_d.sql b/sql/patch_63_64_d.sql
index 1ea6984e0f..d9ec77ac80 100644
--- a/sql/patch_63_64_d.sql
+++ b/sql/patch_63_64_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_64_65_a.sql b/sql/patch_64_65_a.sql
index 2bbbc700c4..50e15b522d 100644
--- a/sql/patch_64_65_a.sql
+++ b/sql/patch_64_65_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_64_65_b.sql b/sql/patch_64_65_b.sql
index b3e21b2dfd..6ae9d8885d 100644
--- a/sql/patch_64_65_b.sql
+++ b/sql/patch_64_65_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_64_65_c.sql b/sql/patch_64_65_c.sql
index fa1c288004..b1f55ad622 100644
--- a/sql/patch_64_65_c.sql
+++ b/sql/patch_64_65_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_64_65_d.sql b/sql/patch_64_65_d.sql
index 2b9034b551..8e1473eaaa 100644
--- a/sql/patch_64_65_d.sql
+++ b/sql/patch_64_65_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_a.sql b/sql/patch_65_66_a.sql
index a617935322..2766ed16a2 100644
--- a/sql/patch_65_66_a.sql
+++ b/sql/patch_65_66_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_b.sql b/sql/patch_65_66_b.sql
index a43899f925..f410bccbbc 100644
--- a/sql/patch_65_66_b.sql
+++ b/sql/patch_65_66_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_c.sql b/sql/patch_65_66_c.sql
index b11c2f403f..a90a901b7a 100644
--- a/sql/patch_65_66_c.sql
+++ b/sql/patch_65_66_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_d.sql b/sql/patch_65_66_d.sql
index f56ca6ef14..3daed5af01 100644
--- a/sql/patch_65_66_d.sql
+++ b/sql/patch_65_66_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_e.sql b/sql/patch_65_66_e.sql
index 21e8ae0f4e..b15c6d2075 100644
--- a/sql/patch_65_66_e.sql
+++ b/sql/patch_65_66_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_65_66_f.sql b/sql/patch_65_66_f.sql
index 395cc6f567..ecdf685647 100644
--- a/sql/patch_65_66_f.sql
+++ b/sql/patch_65_66_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_66_67_a.sql b/sql/patch_66_67_a.sql
index 8af5a7d6c0..f4f8a4e0ad 100644
--- a/sql/patch_66_67_a.sql
+++ b/sql/patch_66_67_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_66_67_b.sql b/sql/patch_66_67_b.sql
index dd5623c0d9..ba5a0dff2e 100644
--- a/sql/patch_66_67_b.sql
+++ b/sql/patch_66_67_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_66_67_c.sql b/sql/patch_66_67_c.sql
index 6ba07f00d9..f9c516ba4e 100644
--- a/sql/patch_66_67_c.sql
+++ b/sql/patch_66_67_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_66_67_d.sql b/sql/patch_66_67_d.sql
index 34f7a63b58..b99fb00181 100644
--- a/sql/patch_66_67_d.sql
+++ b/sql/patch_66_67_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_66_67_e.sql b/sql/patch_66_67_e.sql
index c523517416..72945f4088 100644
--- a/sql/patch_66_67_e.sql
+++ b/sql/patch_66_67_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_67_68_a.sql b/sql/patch_67_68_a.sql
index 386bafc88e..f0793f6ac1 100644
--- a/sql/patch_67_68_a.sql
+++ b/sql/patch_67_68_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_67_68_b.sql b/sql/patch_67_68_b.sql
index 33c46bf205..743544c7b5 100644
--- a/sql/patch_67_68_b.sql
+++ b/sql/patch_67_68_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_67_68_c.sql b/sql/patch_67_68_c.sql
index b67fc9bf82..cf9f557496 100644
--- a/sql/patch_67_68_c.sql
+++ b/sql/patch_67_68_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_67_68_d.sql b/sql/patch_67_68_d.sql
index 981d8a93bd..ad88defc61 100644
--- a/sql/patch_67_68_d.sql
+++ b/sql/patch_67_68_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_67_68_e.sql b/sql/patch_67_68_e.sql
index c8ff7bf9e4..3e8ed9d006 100644
--- a/sql/patch_67_68_e.sql
+++ b/sql/patch_67_68_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_68_69_a.sql b/sql/patch_68_69_a.sql
index 8356e5fc6c..d3fabe0865 100644
--- a/sql/patch_68_69_a.sql
+++ b/sql/patch_68_69_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_69_70_a.sql b/sql/patch_69_70_a.sql
index e5d13cc146..777b4cfa96 100644
--- a/sql/patch_69_70_a.sql
+++ b/sql/patch_69_70_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_69_70_b.sql b/sql/patch_69_70_b.sql
index bf4a6ab429..15e2cb3d5b 100644
--- a/sql/patch_69_70_b.sql
+++ b/sql/patch_69_70_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_69_70_c.sql b/sql/patch_69_70_c.sql
index e1a90fdd02..b589cf9ca0 100644
--- a/sql/patch_69_70_c.sql
+++ b/sql/patch_69_70_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_69_70_d.sql b/sql/patch_69_70_d.sql
index ff4f2d13c1..574621e193 100644
--- a/sql/patch_69_70_d.sql
+++ b/sql/patch_69_70_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_69_70_e.sql b/sql/patch_69_70_e.sql
index 7ef7a863ac..f584a13825 100644
--- a/sql/patch_69_70_e.sql
+++ b/sql/patch_69_70_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_70_71_a.sql b/sql/patch_70_71_a.sql
index 2b10f45c09..9e9b344ebb 100644
--- a/sql/patch_70_71_a.sql
+++ b/sql/patch_70_71_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_70_71_b.sql b/sql/patch_70_71_b.sql
index 99e8c55ef0..0094bc5df9 100644
--- a/sql/patch_70_71_b.sql
+++ b/sql/patch_70_71_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_71_72_a.sql b/sql/patch_71_72_a.sql
index 02a4bb287a..d58dfb6aee 100644
--- a/sql/patch_71_72_a.sql
+++ b/sql/patch_71_72_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_71_72_b.sql b/sql/patch_71_72_b.sql
index d0297de05d..7726759ca5 100644
--- a/sql/patch_71_72_b.sql
+++ b/sql/patch_71_72_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_72_73_a.sql b/sql/patch_72_73_a.sql
index b8557a9778..c12b96c45e 100644
--- a/sql/patch_72_73_a.sql
+++ b/sql/patch_72_73_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_72_73_b.sql b/sql/patch_72_73_b.sql
index 62da496a71..6e3726d51c 100644
--- a/sql/patch_72_73_b.sql
+++ b/sql/patch_72_73_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_72_73_c.sql b/sql/patch_72_73_c.sql
index ff1654f0b4..2fd6d19f12 100644
--- a/sql/patch_72_73_c.sql
+++ b/sql/patch_72_73_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_a.sql b/sql/patch_73_74_a.sql
index 274db82be9..de68ae65df 100644
--- a/sql/patch_73_74_a.sql
+++ b/sql/patch_73_74_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_b.sql b/sql/patch_73_74_b.sql
index 0fb934071b..da3c15f39a 100644
--- a/sql/patch_73_74_b.sql
+++ b/sql/patch_73_74_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_c.sql b/sql/patch_73_74_c.sql
index c09efbb60b..49405f22e1 100644
--- a/sql/patch_73_74_c.sql
+++ b/sql/patch_73_74_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_d.sql b/sql/patch_73_74_d.sql
index 1b08790bcc..57344a7ddf 100644
--- a/sql/patch_73_74_d.sql
+++ b/sql/patch_73_74_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_e.sql b/sql/patch_73_74_e.sql
index 9786b04cf5..f8f32adcde 100644
--- a/sql/patch_73_74_e.sql
+++ b/sql/patch_73_74_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_f.sql b/sql/patch_73_74_f.sql
index 3805354b12..5d19525b23 100644
--- a/sql/patch_73_74_f.sql
+++ b/sql/patch_73_74_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_g.sql b/sql/patch_73_74_g.sql
index 055530c5d2..97d3e4ef93 100644
--- a/sql/patch_73_74_g.sql
+++ b/sql/patch_73_74_g.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_73_74_h.sql b/sql/patch_73_74_h.sql
index 4e948cdcfb..65ab05a4f2 100644
--- a/sql/patch_73_74_h.sql
+++ b/sql/patch_73_74_h.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_a.sql b/sql/patch_74_75_a.sql
index 6d4d59cfb9..0a402c18f3 100644
--- a/sql/patch_74_75_a.sql
+++ b/sql/patch_74_75_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_b.sql b/sql/patch_74_75_b.sql
index 00083367ec..9883796ffc 100644
--- a/sql/patch_74_75_b.sql
+++ b/sql/patch_74_75_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_c.sql b/sql/patch_74_75_c.sql
index 0adb68d6a2..309baeebf4 100644
--- a/sql/patch_74_75_c.sql
+++ b/sql/patch_74_75_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_d.sql b/sql/patch_74_75_d.sql
index 4636074437..c23cfbf09e 100644
--- a/sql/patch_74_75_d.sql
+++ b/sql/patch_74_75_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_e.sql b/sql/patch_74_75_e.sql
index e4ca138d5d..22f454dc65 100644
--- a/sql/patch_74_75_e.sql
+++ b/sql/patch_74_75_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_74_75_f.sql b/sql/patch_74_75_f.sql
index b16aa5a54e..295831b94a 100644
--- a/sql/patch_74_75_f.sql
+++ b/sql/patch_74_75_f.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_75_76_a.sql b/sql/patch_75_76_a.sql
index fdfdf8f46e..5836b2e862 100644
--- a/sql/patch_75_76_a.sql
+++ b/sql/patch_75_76_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_75_76_b.sql b/sql/patch_75_76_b.sql
index b1dc9972ac..b12c83f470 100644
--- a/sql/patch_75_76_b.sql
+++ b/sql/patch_75_76_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_75_76_c.sql b/sql/patch_75_76_c.sql
index 6471befb3d..2dbcdcd3e8 100644
--- a/sql/patch_75_76_c.sql
+++ b/sql/patch_75_76_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_76_77_a.sql b/sql/patch_76_77_a.sql
index 572869f2e0..73a042a980 100644
--- a/sql/patch_76_77_a.sql
+++ b/sql/patch_76_77_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_77_78_a.sql b/sql/patch_77_78_a.sql
index 8ef9fa065c..ba5ce90659 100644
--- a/sql/patch_77_78_a.sql
+++ b/sql/patch_77_78_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_77_78_b.sql b/sql/patch_77_78_b.sql
index 0f6a51e675..fa10efd0d9 100644
--- a/sql/patch_77_78_b.sql
+++ b/sql/patch_77_78_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_77_78_c.sql b/sql/patch_77_78_c.sql
index 99a17acfb5..23c65351aa 100644
--- a/sql/patch_77_78_c.sql
+++ b/sql/patch_77_78_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_78_79_a.sql b/sql/patch_78_79_a.sql
index f444722ed6..134e43c4aa 100644
--- a/sql/patch_78_79_a.sql
+++ b/sql/patch_78_79_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_78_79_b.sql b/sql/patch_78_79_b.sql
index e73ece2e11..8d3201f277 100644
--- a/sql/patch_78_79_b.sql
+++ b/sql/patch_78_79_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_79_80_a.sql b/sql/patch_79_80_a.sql
index 4784ba1b1e..d156b4adce 100644
--- a/sql/patch_79_80_a.sql
+++ b/sql/patch_79_80_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_79_80_b.sql b/sql/patch_79_80_b.sql
index d9bc3aa47d..d561bf8b01 100644
--- a/sql/patch_79_80_b.sql
+++ b/sql/patch_79_80_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_79_80_c.sql b/sql/patch_79_80_c.sql
index 04a7f9108a..31c577688a 100644
--- a/sql/patch_79_80_c.sql
+++ b/sql/patch_79_80_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_79_80_d.sql b/sql/patch_79_80_d.sql
index 414c291b7d..9ea28c4675 100644
--- a/sql/patch_79_80_d.sql
+++ b/sql/patch_79_80_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_80_81_a.sql b/sql/patch_80_81_a.sql
index ba24dda3e6..774935e258 100644
--- a/sql/patch_80_81_a.sql
+++ b/sql/patch_80_81_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_80_81_b.sql b/sql/patch_80_81_b.sql
index 2a7c34a7d4..742811245e 100644
--- a/sql/patch_80_81_b.sql
+++ b/sql/patch_80_81_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_81_82_a.sql b/sql/patch_81_82_a.sql
index 02ce2db7de..284c23b6b6 100644
--- a/sql/patch_81_82_a.sql
+++ b/sql/patch_81_82_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_81_82_b.sql b/sql/patch_81_82_b.sql
index eb45462d95..0d35b678ff 100644
--- a/sql/patch_81_82_b.sql
+++ b/sql/patch_81_82_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_81_82_c.sql b/sql/patch_81_82_c.sql
index 68f45f34ef..a3610826e2 100644
--- a/sql/patch_81_82_c.sql
+++ b/sql/patch_81_82_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_82_83_a.sql b/sql/patch_82_83_a.sql
index 1be593c052..050ea23e19 100644
--- a/sql/patch_82_83_a.sql
+++ b/sql/patch_82_83_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_83_84_a.sql b/sql/patch_83_84_a.sql
index c854adb54f..91a2c89ec7 100644
--- a/sql/patch_83_84_a.sql
+++ b/sql/patch_83_84_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_83_84_b.sql b/sql/patch_83_84_b.sql
index 555deab159..47a97c1802 100644
--- a/sql/patch_83_84_b.sql
+++ b/sql/patch_83_84_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_83_84_c.sql b/sql/patch_83_84_c.sql
index 1c6216575d..0cc70f5fe2 100644
--- a/sql/patch_83_84_c.sql
+++ b/sql/patch_83_84_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_83_84_d.sql b/sql/patch_83_84_d.sql
index 51c7b692dc..80c0284566 100644
--- a/sql/patch_83_84_d.sql
+++ b/sql/patch_83_84_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_83_84_e.sql b/sql/patch_83_84_e.sql
index f5338ff2c6..9097c3ba82 100644
--- a/sql/patch_83_84_e.sql
+++ b/sql/patch_83_84_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_84_85_a.sql b/sql/patch_84_85_a.sql
index 0831f8f682..ffe20c93ba 100644
--- a/sql/patch_84_85_a.sql
+++ b/sql/patch_84_85_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_84_85_b.sql b/sql/patch_84_85_b.sql
index 82d5931679..6424d76604 100644
--- a/sql/patch_84_85_b.sql
+++ b/sql/patch_84_85_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_85_86_a.sql b/sql/patch_85_86_a.sql
index 510c422e9d..f49b88a10b 100644
--- a/sql/patch_85_86_a.sql
+++ b/sql/patch_85_86_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_85_86_b.sql b/sql/patch_85_86_b.sql
index 45530031fe..c44c755079 100644
--- a/sql/patch_85_86_b.sql
+++ b/sql/patch_85_86_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_85_86_c.sql b/sql/patch_85_86_c.sql
index 82b678aa98..e6484185bd 100644
--- a/sql/patch_85_86_c.sql
+++ b/sql/patch_85_86_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_86_87_a.sql b/sql/patch_86_87_a.sql
index 1a2dd12749..4793448b72 100644
--- a/sql/patch_86_87_a.sql
+++ b/sql/patch_86_87_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_86_87_b.sql b/sql/patch_86_87_b.sql
index 27d5f1a403..a19f168379 100644
--- a/sql/patch_86_87_b.sql
+++ b/sql/patch_86_87_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_86_87_c.sql b/sql/patch_86_87_c.sql
index 4a540af5d7..348a72fbb3 100644
--- a/sql/patch_86_87_c.sql
+++ b/sql/patch_86_87_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_87_88_a.sql b/sql/patch_87_88_a.sql
index f24d7eeb52..a1df0e2fe4 100644
--- a/sql/patch_87_88_a.sql
+++ b/sql/patch_87_88_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_87_88_b.sql b/sql/patch_87_88_b.sql
index cb4fbb0210..ba5ce4fddd 100644
--- a/sql/patch_87_88_b.sql
+++ b/sql/patch_87_88_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_87_88_c.sql b/sql/patch_87_88_c.sql
index d915c63df2..a94e92f227 100644
--- a/sql/patch_87_88_c.sql
+++ b/sql/patch_87_88_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_88_89_a.sql b/sql/patch_88_89_a.sql
index 5fc48c53fd..2557605bf2 100644
--- a/sql/patch_88_89_a.sql
+++ b/sql/patch_88_89_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_89_90_a.sql b/sql/patch_89_90_a.sql
index 01730e741c..bc270af3e4 100644
--- a/sql/patch_89_90_a.sql
+++ b/sql/patch_89_90_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_89_90_b.sql b/sql/patch_89_90_b.sql
index c74754d2a0..36dc7bf11f 100644
--- a/sql/patch_89_90_b.sql
+++ b/sql/patch_89_90_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_89_90_c.sql b/sql/patch_89_90_c.sql
index f546284080..bf1c02f647 100644
--- a/sql/patch_89_90_c.sql
+++ b/sql/patch_89_90_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_90_91_a.sql b/sql/patch_90_91_a.sql
index 0e3b5bcfb6..25b7427c7b 100644
--- a/sql/patch_90_91_a.sql
+++ b/sql/patch_90_91_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_90_91_b.sql b/sql/patch_90_91_b.sql
index dfe122bc00..de2d291df3 100644
--- a/sql/patch_90_91_b.sql
+++ b/sql/patch_90_91_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_90_91_c.sql b/sql/patch_90_91_c.sql
index 40aaa6393c..866e8645f8 100644
--- a/sql/patch_90_91_c.sql
+++ b/sql/patch_90_91_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_90_91_d.sql b/sql/patch_90_91_d.sql
index e7abe2b220..45b776dfe1 100644
--- a/sql/patch_90_91_d.sql
+++ b/sql/patch_90_91_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_91_92_a.sql b/sql/patch_91_92_a.sql
index 5c19ef6d56..fc9fee9c0a 100644
--- a/sql/patch_91_92_a.sql
+++ b/sql/patch_91_92_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_91_92_b.sql b/sql/patch_91_92_b.sql
index dabdc4acf7..433dedff23 100644
--- a/sql/patch_91_92_b.sql
+++ b/sql/patch_91_92_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_92_93_a.sql b/sql/patch_92_93_a.sql
index a952dd6d79..9cbd9c5dc9 100644
--- a/sql/patch_92_93_a.sql
+++ b/sql/patch_92_93_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_92_93_b.sql b/sql/patch_92_93_b.sql
index 3526086897..06aec88f03 100644
--- a/sql/patch_92_93_b.sql
+++ b/sql/patch_92_93_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_92_93_c.sql b/sql/patch_92_93_c.sql
index 2eade011d7..842370d92e 100644
--- a/sql/patch_92_93_c.sql
+++ b/sql/patch_92_93_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_93_94_a.sql b/sql/patch_93_94_a.sql
index 45b714fa8d..2bf01da8fe 100644
--- a/sql/patch_93_94_a.sql
+++ b/sql/patch_93_94_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_93_94_b.sql b/sql/patch_93_94_b.sql
index 82d68a9bb8..41aa79ef2c 100644
--- a/sql/patch_93_94_b.sql
+++ b/sql/patch_93_94_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_93_94_c.sql b/sql/patch_93_94_c.sql
index 71162d80cc..549de30438 100644
--- a/sql/patch_93_94_c.sql
+++ b/sql/patch_93_94_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_94_95_a.sql b/sql/patch_94_95_a.sql
index 6a4f398cbb..2da4a6638a 100644
--- a/sql/patch_94_95_a.sql
+++ b/sql/patch_94_95_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_94_95_b.sql b/sql/patch_94_95_b.sql
index 0af17becc6..50c7904440 100644
--- a/sql/patch_94_95_b.sql
+++ b/sql/patch_94_95_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_95_96_a.sql b/sql/patch_95_96_a.sql
index 3b166a7c13..101e558952 100644
--- a/sql/patch_95_96_a.sql
+++ b/sql/patch_95_96_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_96_97_a.sql b/sql/patch_96_97_a.sql
index ef5b9fdea6..5c433c985b 100644
--- a/sql/patch_96_97_a.sql
+++ b/sql/patch_96_97_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_96_97_b.sql b/sql/patch_96_97_b.sql
index 4b31a3e87d..e1251bcd3b 100644
--- a/sql/patch_96_97_b.sql
+++ b/sql/patch_96_97_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_96_97_c.sql b/sql/patch_96_97_c.sql
index f907c65ab3..bbf3bbd5ba 100644
--- a/sql/patch_96_97_c.sql
+++ b/sql/patch_96_97_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_96_97_d.sql b/sql/patch_96_97_d.sql
index 8dc42d7280..a19e2b36dc 100644
--- a/sql/patch_96_97_d.sql
+++ b/sql/patch_96_97_d.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_96_97_e.sql b/sql/patch_96_97_e.sql
index b4972da1b9..f0e87c5f19 100644
--- a/sql/patch_96_97_e.sql
+++ b/sql/patch_96_97_e.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_97_98_a.sql b/sql/patch_97_98_a.sql
index efccba7397..944257bf72 100644
--- a/sql/patch_97_98_a.sql
+++ b/sql/patch_97_98_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_98_99_a.sql b/sql/patch_98_99_a.sql
index a5261d9dff..ba1ac7569e 100644
--- a/sql/patch_98_99_a.sql
+++ b/sql/patch_98_99_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_99_100_a.sql b/sql/patch_99_100_a.sql
index f9bb4eb48f..0edad8d17c 100644
--- a/sql/patch_99_100_a.sql
+++ b/sql/patch_99_100_a.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_99_100_b.sql b/sql/patch_99_100_b.sql
index a0add3b87e..edec945008 100644
--- a/sql/patch_99_100_b.sql
+++ b/sql/patch_99_100_b.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/patch_99_100_c.sql b/sql/patch_99_100_c.sql
index c633faa0f1..787aad51ec 100644
--- a/sql/patch_99_100_c.sql
+++ b/sql/patch_99_100_c.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/sql/populate_meta_coord.pl b/sql/populate_meta_coord.pl
index f5aaf16fda..9683748cd2 100644
--- a/sql/populate_meta_coord.pl
+++ b/sql/populate_meta_coord.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-# Copyright [2016-2019] EMBL-European Bioinformatics Institute
+# Copyright [2016-2020] EMBL-European Bioinformatics Institute
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/sql/table.sql b/sql/table.sql
index 4204894185..1fcde04978 100755
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -1,5 +1,5 @@
 -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
--- Copyright [2016-2019] EMBL-European Bioinformatics Institute
+-- Copyright [2016-2020] EMBL-European Bioinformatics Institute
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
-- 
GitLab


From 20d5e0fc88322711323824673e1e87c9d008494f Mon Sep 17 00:00:00 2001
From: Marek Szuba <marek.szuba@ebi.ac.uk>
Date: Wed, 8 Jan 2020 16:58:00 +0000
Subject: [PATCH 07/12] RFAMParser: relax selection criteria on
 analysis.logic_name

Due to changes in the structure of the production database, since
release 98 the value of analysis.logic_name corresponding to non-coding
RNA can be either 'ncrna' (which is what we used before) or
'ncrna_species_name'. Change the SQL query used to map RFAM IDs to
Ensembl stable IDs so that it can correctly handle species using the
latter syntax, i.e. human, mouse and zebrafish.

Issue: ENSINT-402
---
 misc-scripts/xref_mapping/XrefParser/RFAMParser.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm b/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
index 652d71856e..86332acf82 100644
--- a/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/RFAMParser.pm
@@ -105,7 +105,7 @@ sub run_script {
       $dba = $registry->get_DBAdaptor($species_name, 'core');
   }
 
-  my $rfam_sql = "select distinct t.stable_id, hit_name from analysis a join transcript t on (a.analysis_id = t.analysis_id and a.logic_name = 'ncRNA' and t.biotype != 'miRNA') join exon_transcript et on (t.transcript_id = et.transcript_id) join supporting_feature sf on (et.exon_id = sf.exon_id and sf.feature_type = 'dna_align_feature' ) join dna_align_feature df on (sf.feature_id = df.dna_align_feature_id) order by hit_name";
+  my $rfam_sql = "select distinct t.stable_id, hit_name from analysis a join transcript t on (a.analysis_id = t.analysis_id and a.logic_name like 'ncrna%' and t.biotype != 'miRNA') join exon_transcript et on (t.transcript_id = et.transcript_id) join supporting_feature sf on (et.exon_id = sf.exon_id and sf.feature_type = 'dna_align_feature' ) join dna_align_feature df on (sf.feature_id = df.dna_align_feature_id) order by hit_name";
 
   my $sth = $dba->dbc->prepare($rfam_sql);
   $sth->execute();
-- 
GitLab


From bba5504c5bbca15660d2a4f17daeca6e28609f00 Mon Sep 17 00:00:00 2001
From: James Allen <jallen@ebi.ac.uk>
Date: Fri, 10 Jan 2020 09:34:34 +0000
Subject: [PATCH 08/12] The web_data field is no longer a flattened Perl hash
 (hooray\!), it's JSON-formatted. So no longer need the evals, can just treat
 it as a string. Attendant webcode changes have also been made, and are ready
 to be tested.

---
 modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm | 26 +++-----------------
 1 file changed, 3 insertions(+), 23 deletions(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
index d35d47dfe7..a287303853 100755
--- a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm
@@ -65,10 +65,6 @@ use Bio::EnsEMBL::Utils::Exception;
 use vars qw(@ISA);
 use strict;
 
-use Data::Dumper;
-$Data::Dumper::Terse = 1;
-$Data::Dumper::Indent = 0;
-
 @ISA = qw( Bio::EnsEMBL::DBSQL::BaseAdaptor);
 
 
@@ -466,14 +462,11 @@ sub _store_description {
   my $display_label = $analysis->display_label();
   $display_label = '' unless defined $display_label; # SQLite doesn't ignore NOT NULL errors
 
-  my $web_data;
-  $web_data = Dumper($analysis->web_data) if defined $analysis->web_data;
-
   $sth->bind_param(1,$dbID,SQL_INTEGER);
   $sth->bind_param(2,$display_label,SQL_VARCHAR);
   $sth->bind_param(3,$analysis->description,SQL_LONGVARCHAR);
   $sth->bind_param(4,$analysis->displayable,SQL_TINYINT);
-  $sth->bind_param(5,$web_data,SQL_LONGVARCHAR);
+  $sth->bind_param(5,$analysis->web_data,SQL_LONGVARCHAR);
   $sth->execute();
 
   $sth->finish();
@@ -538,15 +531,13 @@ sub update {
   # not already there
   $sth = $self->prepare("SELECT description FROM analysis_description WHERE analysis_id= ?");
   $sth->execute($a->dbID);
-  my $web_data;
-  $web_data = Dumper($a->web_data) if defined $a->web_data;
   if ($sth->fetchrow_hashref) { # update if exists
       $sth = $self->prepare
       ("UPDATE analysis_description SET description = ?, display_label = ?, displayable = ?, web_data = ? WHERE analysis_id = ?");
       $sth->bind_param(1,$a->description,SQL_LONGVARCHAR);     
       $sth->bind_param(2,$a->display_label(),SQL_VARCHAR);
       $sth->bind_param(3,$a->displayable,SQL_TINYINT);
-      $sth->bind_param(4,$web_data,SQL_LONGVARCHAR);
+      $sth->bind_param(4,$a->web_data,SQL_LONGVARCHAR);
       $sth->bind_param(5,$a->dbID,SQL_INTEGER);
       $sth->execute();
 
@@ -677,17 +668,6 @@ sub _objFromHashref {
   my $self = shift;
   my $h = shift;
 
-  ### This code moved here under protest. Web formatting does not belong with data ###
-  ### Web requires "web_data" for track configuration, but only uses the accessor once
-  ### meaning this eval can retire once the view has been removed. The column has to stay
-  ### but content is mostly accessed by SQL in web-code, not via accessor.
-  my $data = $h->{web_data};
-  $data ||= '';
-  $data =~ s/\n|\r|\f|(\\\\)//g;
-  my $web_data;
-  # :X execute semi-trustworthy strings on server.
-  $web_data = eval($data); ## no critic  
-
   return Bio::EnsEMBL::Analysis->new_fast({
     dbID             => $h->{analysis_id},
     adaptor          => $self,
@@ -707,7 +687,7 @@ sub _objFromHashref {
     _description      => $h->{description},
     _display_label    => $h->{display_label},
     _displayable      => $h->{displayable},
-    _web_data         => $web_data,
+    _web_data         => $h->{web_data},
   });
 }
 
-- 
GitLab


From 5b2288de0a30911bfaf40f4dd24cf6e6737f7d5a Mon Sep 17 00:00:00 2001
From: James Allen <jallen@ebi.ac.uk>
Date: Fri, 10 Jan 2020 09:35:55 +0000
Subject: [PATCH 09/12] Changes to test and test dbs to account for web_data
 being a string rather than a flattened hash that needs special treatment.

---
 modules/t/analysis.t                          | 22 ++--------
 .../circ/core/analysis_description.txt        | 32 +++++++-------
 .../core/analysis_description.txt             |  4 +-
 .../patch/analysis_description.txt            | 44 +++++++++----------
 .../polyploidy/core/analysis_description.txt  | 44 +++++++++----------
 5 files changed, 66 insertions(+), 80 deletions(-)

diff --git a/modules/t/analysis.t b/modules/t/analysis.t
index 2e0a093a75..7093d2bb38 100644
--- a/modules/t/analysis.t
+++ b/modules/t/analysis.t
@@ -56,7 +56,7 @@ $analysis->description( "some funny description" );
 $analysis->display_label( "and a label" );
 $analysis->displayable( 1 );
 $analysis->created( "2005-10-28 10:28:29");
-$analysis->web_data({thing => 'blah'});
+$analysis->web_data( '{"fruit" : "banana"}' );
 
 ok($analysis);
 
@@ -64,9 +64,6 @@ $analysis_ad->store($analysis);
 
 ok(defined $analysis->dbID() );
 
-# Check that web_data is stored without newlines
-unlike(retrieve_web_data($db, $analysis->dbID), '/\n/', "No newlines in stored web_data");
-
 # Need to explicitly delete cache, otherwise we just return that,
 # and don't actually extract the data from the table and truly verify storage.
 $analysis_ad->{_logic_name_cache} = {};
@@ -77,7 +74,7 @@ my $analysis_out = $analysis_ad->fetch_by_logic_name('dummy_analysis');
 ok($analysis_out);
 
 is($analysis_out->db, 'dummy', "Db matches");
-is($analysis_out->web_data->{thing}, 'blah', "Web data correctly extracted from DB via dirty eval");
+is($analysis_out->web_data, '{"fruit" : "banana"}', "Web data treated as a string");
 
 ok( check_methods( $analysis_out, "db", "db_file", "dbID", "compare",
 		   "logic_name", "parameters", "gff_source", "gff_feature",
@@ -92,7 +89,7 @@ $analysis->logic_name("new_dummy");
 $analysis->description("new description");
 $analysis->display_label("new label");
 $analysis->displayable(0);
-$analysis->web_data({thing => 'blahblah'});
+$analysis->web_data('{"fruit" : "satsuma"}');
 my $dbID = $analysis->dbID();
 $analysis_ad->update($analysis);
 my $analysis_updated = $analysis_ad->fetch_by_dbID($dbID);
@@ -100,10 +97,7 @@ is($analysis_updated->logic_name(), "new_dummy", "Logic name is correct");
 is($analysis_updated->description(), "new description", "Description is correct");
 is($analysis_updated->display_label(), "new label", "Label is correct");
 is($analysis_updated->displayable(), 0, "Displayable is correct");
-is($analysis_updated->web_data->{thing}, "blahblah", "web_data is correct");
-
-# Check that web_data is stored without newlines
-unlike(retrieve_web_data($db, $dbID), '/\n/', "No newlines in updated web_data");
+is($analysis_updated->web_data(), '{"fruit" : "satsuma"}', "web_data is correct");
 
 # now try updating analysis that has no existing description
 $analysis = Bio::EnsEMBL::Analysis->new();
@@ -142,12 +136,4 @@ sub check_methods {
   return $all_implemented;
 }
 
-sub retrieve_web_data {
-  my ($db, $dbID) = @_;
-
-  my $sql_helper = $db->dbc->sql_helper;
-  my $sql = "SELECT web_data FROM analysis_description WHERE analysis_id = $dbID";
-  return $sql_helper->execute_single_result(-SQL => $sql);
-}
-
 done_testing();
diff --git a/modules/t/test-genome-DBs/circ/core/analysis_description.txt b/modules/t/test-genome-DBs/circ/core/analysis_description.txt
index 9a9d8b9236..e4b5ad9f33 100644
--- a/modules/t/test-genome-DBs/circ/core/analysis_description.txt
+++ b/modules/t/test-genome-DBs/circ/core/analysis_description.txt
@@ -1,18 +1,18 @@
-21	Protein coding genes annotated in ENA	ENA protein coding genes	1	{'colour_key' => '[biotype]','caption' => 'ENA Genes','label_key' => '[biotype]','name' => 'Protein coding genes annotated in ENA','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'},'multi_caption' => 'ENA Genes','key' => 'ena_genes'}
+21	Protein coding genes annotated in ENA	ENA protein coding genes	1	{'colour_key':'[biotype]','caption':'ENA Genes','label_key':'[biotype]','name':'Protein coding genes annotated in ENA','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'},'multi_caption':'ENA Genes','key':'ena_genes'}
 22	Cross-references attached by GenomeLoader	GenomeLoader cross-references	1	\N
 23	Cross-references attached by GenomeLoader to provide names	GenomeLoader name cross-references	1	\N
-24	Gene3D analysis as of interpro_scan.pl	Gene3D	1	{'type' => 'domain'}
-25	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam	1	{'type' => 'domain'}
-26	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily	1	{'type' => 'domain'}
-27	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART	1	{'type' => 'domain'}
-28	ncRNA genes imported from ENA	ncRNA	1	{'colour_key' => '[biotype]','caption' => 'ENA Genes','label_key' => '[biotype]','name' => 'Non-coding RNA genes annotated in ENA','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'},'multi_caption' => 'ENA Genes','key' => 'ena_genes'}
-29	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF	1	{'type' => 'domain'}
-30	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE patterns	1	{'type' => 'domain'}
-31	HMM-Panther families	Panther	1	{'type' => 'domain'}
-32	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type' => 'domain'}
-33	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/31/1/371?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Haft&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2003&amp;tdate=12/31/2003&amp;resourcetype=HWCIT">TIGRFAM</a> database.	TIGRFAM	1	{'type' => 'domain'}
-34	HAMAP is a system, based on manual protein annotation, that identifies and semi-automatically annotates proteins that are part of well-conserved families or subfamilies: the HAMAP families. HAMAP is based on manually created family rules and is applied to bacterial, archaeal and plastid-encoded proteins	HAMAP	1	{'type' => 'domain'}
-35	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints	1	{'type' => 'domain'}
-36	NCBI-BlastP search against ProDom families	ProDom	1	{'type' => 'domain'}
-37	misc_feature feature annotated in ENA	ENA features	1	{'multi_name' => 'Protein-coding Gene (MIPS)','caption' => 'Protein-coding Gene (MIPS)','label_key' => '[text_label] [display_label]','name' => 'Protein-coding Gene (MIPS)','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'},'key' => 'ensembl'}
-38	gene feature annotated in ENA	ENA features	1	{'multi_name' => 'Protein-coding Gene (MIPS)','caption' => 'Protein-coding Gene (MIPS)','label_key' => '[text_label] [display_label]','name' => 'Protein-coding Gene (MIPS)','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'},'key' => 'ensembl'}
+24	Gene3D analysis as of interpro_scan.pl	Gene3D	1	{'type':'domain'}
+25	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam	1	{'type':'domain'}
+26	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily	1	{'type':'domain'}
+27	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART	1	{'type':'domain'}
+28	ncRNA genes imported from ENA	ncRNA	1	{'colour_key':'[biotype]','caption':'ENA Genes','label_key':'[biotype]','name':'Non-coding RNA genes annotated in ENA','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'},'multi_caption':'ENA Genes','key':'ena_genes'}
+29	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF	1	{'type':'domain'}
+30	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE patterns	1	{'type':'domain'}
+31	HMM-Panther families	Panther	1	{'type':'domain'}
+32	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type':'domain'}
+33	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/31/1/371?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Haft&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2003&amp;tdate=12/31/2003&amp;resourcetype=HWCIT">TIGRFAM</a> database.	TIGRFAM	1	{'type':'domain'}
+34	HAMAP is a system, based on manual protein annotation, that identifies and semi-automatically annotates proteins that are part of well-conserved families or subfamilies: the HAMAP families. HAMAP is based on manually created family rules and is applied to bacterial, archaeal and plastid-encoded proteins	HAMAP	1	{'type':'domain'}
+35	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints	1	{'type':'domain'}
+36	NCBI-BlastP search against ProDom families	ProDom	1	{'type':'domain'}
+37	misc_feature feature annotated in ENA	ENA features	1	{'multi_name':'Protein-coding Gene (MIPS)','caption':'Protein-coding Gene (MIPS)','label_key':'[text_label] [display_label]','name':'Protein-coding Gene (MIPS)','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'},'key':'ensembl'}
+38	gene feature annotated in ENA	ENA features	1	{'multi_name':'Protein-coding Gene (MIPS)','caption':'Protein-coding Gene (MIPS)','label_key':'[text_label] [display_label]','name':'Protein-coding Gene (MIPS)','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'},'key':'ensembl'}
diff --git a/modules/t/test-genome-DBs/homo_sapiens/core/analysis_description.txt b/modules/t/test-genome-DBs/homo_sapiens/core/analysis_description.txt
index efc823a475..0bce1a5f1a 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/core/analysis_description.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/core/analysis_description.txt
@@ -1,7 +1,7 @@
 1282	Genes were annotated by the Ensembl automatic analysis pipeline using either a GeneWise model from a human/vertebrate protein, a set of aligned human cDNAs followed by GenomeWise for ORF prediction or from Genscan exons supported by protein, cDNA and EST evidence. GeneWise models are further combined with available aligned cDNAs to annotate UTRs.	ensembl transcript 1 web data 1	0	\N
 1503	new description	new label   0	0	\N
 1504	updated description	N  0	0	\N
-8405	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project.	Havana	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
+8405	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project.	Havana	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
 8406	Sequences from various databases are matched to Ensembl transcripts using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>. These are external references, or 'Xrefs'.	DNA match	0	\N
-8407	Alignment of human ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Human EST (EST2genome)	0	{'type' => 'est'}
+8407	Alignment of human ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Human EST (EST2genome)	0	{'type':'est'}
 8408	Proteins from the <a rel="external" href="http://uniprot.org">UniProtKB Swiss-Prot</a> database, aligned to the genome by Havana.	UniProt proteins	0	\N
diff --git a/modules/t/test-genome-DBs/homo_sapiens/patch/analysis_description.txt b/modules/t/test-genome-DBs/homo_sapiens/patch/analysis_description.txt
index 665acdeb8f..45eb512e38 100644
--- a/modules/t/test-genome-DBs/homo_sapiens/patch/analysis_description.txt
+++ b/modules/t/test-genome-DBs/homo_sapiens/patch/analysis_description.txt
@@ -1,35 +1,35 @@
-8405	Annotation for this gene includes both automatic annotation from Ensembl and <a rel="external" href="http://vega.sanger.ac.uk/index.html">Havana</a> manual curation, see <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">article</a>.	Ensembl/Havana merge	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
+8405	Annotation for this gene includes both automatic annotation from Ensembl and <a rel="external" href="http://vega.sanger.ac.uk/index.html">Havana</a> manual curation, see <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">article</a>.	Ensembl/Havana merge	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
 8406	Sequences from various databases are matched to Ensembl transcripts using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>. These are external references, or 'Xrefs'.	DNA match	0	\N
-8407	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project.	Havana	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
-8408	Alignment of human ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Human EST (EST2genome)	0	{'type' => 'est'}
-8409	Positions of vertebrate mRNAs along the genome. mRNAs are from the <a rel="external" href="http://www.ebi.ac.uk/embl/">European Nucleotide Archive</a> database. Initial alignments are performed using TBLASTN of Genscan-predicted peptides against the European Nucleotide Archive mRNAs.	Vertebrate cDNAs (ENA)	0	{'type' => 'cdna','default' => {'contigviewbottom' => 'stack'}}
-8410	Homo Sapiens cDNAs from <a rel="external" href="http://www.ncbi.nlm.nih.gov/RefSeq/">NCBI RefSeq</a> and <a rel="external" href="http://www.ebi.ac.uk/embl/">EMBL</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate cdna2genome model</a>.	Human cDNAs (cdna2genome)	0	{'type' => 'cdna'}
-8411	Human cDNAs from <a rel="external" href="http://www.ncbi.nlm.nih.gov/RefSeq/">NCBI RefSeq</a> and <a rel="external" href="http://www.ebi.ac.uk/embl/">ENA</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>.	Human cDNAs	0	{'type' => 'cdna'}
+8407	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project.	Havana	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
+8408	Alignment of human ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Human EST (EST2genome)	0	{'type':'est'}
+8409	Positions of vertebrate mRNAs along the genome. mRNAs are from the <a rel="external" href="http://www.ebi.ac.uk/embl/">European Nucleotide Archive</a> database. Initial alignments are performed using TBLASTN of Genscan-predicted peptides against the European Nucleotide Archive mRNAs.	Vertebrate cDNAs (ENA)	0	{'type':'cdna','default':{'contigviewbottom':'stack'}}
+8410	Homo Sapiens cDNAs from <a rel="external" href="http://www.ncbi.nlm.nih.gov/RefSeq/">NCBI RefSeq</a> and <a rel="external" href="http://www.ebi.ac.uk/embl/">EMBL</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate cdna2genome model</a>.	Human cDNAs (cdna2genome)	0	{'type':'cdna'}
+8411	Human cDNAs from <a rel="external" href="http://www.ncbi.nlm.nih.gov/RefSeq/">NCBI RefSeq</a> and <a rel="external" href="http://www.ebi.ac.uk/embl/">ENA</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>.	Human cDNAs	0	{'type':'cdna'}
 8412	Proteins from the <a rel="external" href="http://uniprot.org">UniProtKB Swiss-Prot</a> database, aligned to the genome by Havana.	UniProt proteins	0	\N
 8413	Human protein sequences from <a rel="external" href="http://uniprot.org">UniProtKB</a> and <a rel="external" href="http://www.ncbi.nlm.nih.gov/RefSeq/">NCBI RefSeq</a> are aligned to the genome using <a rel="external" href="http://genome.cshlp.org/cgi/content/abstract/14/5/988?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;volume=14&amp;firstpage=988&amp;resourcetype=HWCIT">GeneWise</a> or <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>.	Human proteins	1	\N
 8414	Proteins from the <a rel="external" href="http://uniprot.org">UniProtKB TrEMBL</a> database, aligned to the genome by Havana.	TrEMBL proteins	0	\N
 8415	match	Protein	0	\N
 8416	Xref mapping based on checksum equivalency	Xref checksum	0	\N
-8417	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam domain	1	{'type' => 'domain'}
-8418	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily domains	1	{'type' => 'domain'}
-8419	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART domains	1	{'type' => 'domain'}
+8417	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam domain	1	{'type':'domain'}
+8418	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily domains	1	{'type':'domain'}
+8419	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART domains	1	{'type':'domain'}
 8420	Identification of peptide low complexity sequences by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6TFV-44PXMF3-45&amp;_user=776054&amp;_coverDate=06%2F30%2F1993&amp;_rdoc=6&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%235236%231993%23999829997%23279143%23FLP%23display%23Volume)&amp;_cdi=5236&amp;_sort=d&amp;_docanchor=&amp;_ct=13&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=ac6f98882f2c6626643118367fb28cad">Seg</a>.	Low complexity (Seg)	1	\N
-8421	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF domain	1	{'type' => 'domain'}
-8422	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type' => 'domain'}
+8421	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF domain	1	{'type':'domain'}
+8422	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type':'domain'}
 8423	Prediction of signal peptide cleavage sites by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-4CKBS0M-3&amp;_user=776054&amp;_coverDate=07%2F16%2F2004&amp;_alid=772330061&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_ct=1&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=9f42be939814b7711268fd414604c9dd">SignalP</a>.	Cleavage site (Signalp)	1	\N
-8424	Protein coding sequences agreed upon by the Consensus Coding Sequence project, or <a href="http://www.ensembl.org/info/docs/genebuild/ccds.html" class="cp-external">CCDS</a>.	CCDS set	1	{'dna_align_feature' => {'do_not_display' => '1'},'type' => 'cdna','default' => {'contigviewbottom' => 'normal'}}
-8425	Transcript where the Ensembl genebuild transcript and the <a rel="external" href="http://vega.sanger.ac.uk/index.html">Vega</a> manual annotation have the same sequence, for every base pair. See <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">article</a>.	Ensembl/Havana merge	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
-8426	Annotation produced by the Ensembl <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">genebuild</a>.	Ensembl	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
-8427	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints domain	1	{'type' => 'domain'}
-8428	Alignment of mouse ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Mouse EST (EST2genome)	0	{'type' => 'est'}
+8424	Protein coding sequences agreed upon by the Consensus Coding Sequence project, or <a href="http://www.ensembl.org/info/docs/genebuild/ccds.html" class="cp-external">CCDS</a>.	CCDS set	1	{'dna_align_feature':{'do_not_display':'1'},'type':'cdna','default':{'contigviewbottom':'normal'}}
+8425	Transcript where the Ensembl genebuild transcript and the <a rel="external" href="http://vega.sanger.ac.uk/index.html">Vega</a> manual annotation have the same sequence, for every base pair. See <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">article</a>.	Ensembl/Havana merge	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
+8426	Annotation produced by the Ensembl <a href="http://www.ensembl.org/info/docs/genebuild/genome_annotation.html" class="cp-external">genebuild</a>.	Ensembl	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
+8427	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints domain	1	{'type':'domain'}
+8428	Alignment of mouse ESTs (expressed sequence tags) to the genome using the program <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/est2genome.html">Est2genome</a>. ESTs are from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a>	Mouse EST (EST2genome)	0	{'type':'est'}
 8429	Prediction of coiled-coil regions in proteins is by <a rel="external" href="http://www.sciencemag.org/cgi/reprint/252/5009/1162">Ncoils</a>.	Coiled-coils (Ncoils)	1	\N
-8430	Non-coding RNAs (ncRNAs) predicted using sequences from <a href="http://rfam.sanger.ac.uk">RFAM</a> and <a href="http://microrna.sanger.ac.uk/sequences/index.shtml">miRBase</a>. See <a href="http://www.ensembl.org/info/docs/genebuild/ncrna.html" class="cp-external">article</a>.	ncRNAs	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
+8430	Non-coding RNAs (ncRNAs) predicted using sequences from <a href="http://rfam.sanger.ac.uk">RFAM</a> and <a href="http://microrna.sanger.ac.uk/sequences/index.shtml">miRBase</a>. See <a href="http://www.ensembl.org/info/docs/genebuild/ncrna.html" class="cp-external">article</a>.	ncRNAs	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
 8431	<a href="http://www.ensembl.org/info/docs/genebuild/ncrna.html" class="cp-external">Positions</a> of ncRNAs (non-coding RNAs) from the <a rel="external" href="http://rfam.sanger.ac.uk/">Rfam </a> database are shown. Initial BLASTN hits of genomic sequence to RFAM ncRNAs are clustered and filtered by E value. These hits are supporting evidence for ncRNA genes.	RFAM ncRNAs	0	\N
-8432	Homo sapiens 'Expressed Sequence Tags' (ESTs) from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>.	Human ESTs	0	{'type' => 'est'}
-8433	Non-coding RNAs (ncRNAs) predicted using sequences from <a href="http://rfam.sanger.ac.uk">RFAM</a> and <a href="http://microrna.sanger.ac.uk/sequences/index.shtml">miRBase</a>. See <a href="http://www.ensembl.org/info/docs/genebuild/ncrna.html" class="cp-external">article</a>. These were projected to the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">alternate locus</a> via a mapping from the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">primary assembly</a>.	Projected ncRNA	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
-8434	Transcript that was projected from the primary assembly, aligned to the alternate locus version as supporting evidence.	Projected transcript	0	{'type' => 'cdna'}
-8435	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project, projected to the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">alternate locus</a> via a mapping from the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">primary assembly</a>.	Projected Havana	1	{'multi_name' => 'Ensembl genes, or Merged Ensembl and Havana genes','colour_key' => '[biotype]','caption' => 'Genes (Merged Ensembl/Havana) (GENCODE)','name' => 'Merged Ensembl and Havana genes (GENCODE)','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'key' => 'ensembl'}
-8436	Data from LRG database	LRG	0	{'multi_name' => 'LRG genes','colour_key' => 'rna_[status]','caption' => 'LRG gene','name' => 'LRG Genes','label_key' => '[text_label] [display_label]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'}}
+8432	Homo sapiens 'Expressed Sequence Tags' (ESTs) from <a rel="external" href="http://www.ncbi.nlm.nih.gov/dbEST/">dbEST</a> are aligned to the genome using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>.	Human ESTs	0	{'type':'est'}
+8433	Non-coding RNAs (ncRNAs) predicted using sequences from <a href="http://rfam.sanger.ac.uk">RFAM</a> and <a href="http://microrna.sanger.ac.uk/sequences/index.shtml">miRBase</a>. See <a href="http://www.ensembl.org/info/docs/genebuild/ncrna.html" class="cp-external">article</a>. These were projected to the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">alternate locus</a> via a mapping from the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">primary assembly</a>.	Projected ncRNA	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
+8434	Transcript that was projected from the primary assembly, aligned to the alternate locus version as supporting evidence.	Projected transcript	0	{'type':'cdna'}
+8435	Manual annotation (determined on a case-by-case basis) from the <a rel="external" href="http://www.sanger.ac.uk/HGP/havana/havana.shtml">Havana</a> project, projected to the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">alternate locus</a> via a mapping from the <a rel="external" href="http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/info/definitions.shtml">primary assembly</a>.	Projected Havana	1	{'multi_name':'Ensembl genes, or Merged Ensembl and Havana genes','colour_key':'[biotype]','caption':'Genes (Merged Ensembl/Havana) (GENCODE)','name':'Merged Ensembl and Havana genes (GENCODE)','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'key':'ensembl'}
+8436	Data from LRG database	LRG	0	{'multi_name':'LRG genes','colour_key':'rna_[status]','caption':'LRG gene','name':'LRG Genes','label_key':'[text_label] [display_label]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'}}
 8437	First Exon Finder (<a rel="external" href="http://www.nature.com/ng/journal/v29/n4/full/ng780.html">First EF</a>) predicts positions of the first exons of transcripts, both coding and non-coding, using the sequence to identify features such as CpG islands and promoter regions.	First EF	1	\N
 8438	Transcription start sites predicted by <a rel="external" href="http://www.sanger.ac.uk/resources/software/eponine/">Eponine-TSS</a>.	TSS (Eponine)	1	\N
 8439	CpG islands are regions of nucleic acid sequence containing a high number of adjacent cytosine guanine pairs (along one strand). Usually unmethylated, they are associated with promoters and regulatory regions. They are determined from the genomic sequence using a program written by G. Miklem, similar to <a rel="external" href="http://emboss.sourceforge.net/apps/cvs/emboss/apps/newcpgreport.html">newcpgreport</a> in the EMBOSS package.	CpG islands	1	\N
diff --git a/modules/t/test-genome-DBs/polyploidy/core/analysis_description.txt b/modules/t/test-genome-DBs/polyploidy/core/analysis_description.txt
index 7878e52347..16a4b1ff8e 100644
--- a/modules/t/test-genome-DBs/polyploidy/core/analysis_description.txt
+++ b/modules/t/test-genome-DBs/polyploidy/core/analysis_description.txt
@@ -1,36 +1,36 @@
 178	<a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/27/2/573?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Benson&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/1999&amp;tdate=12/31/1999&amp;resourcetype=HWCIT">Tandem Repeats Finder</a> locates adjacent copies of a pattern of nucleotides.	Tandem repeats (TRF)	1	\N
 177	Dust is a program that identifies low-complexity sequences (regions of the genome with a biased distribution of nucleotides, such as a repeat). The Dust module is widely used with BLAST to prevent 'sticky' regions from determining false hits.	Low complexity (Dust)	1	\N
-101	<a href="http://www.ebi.ac.uk/~guy/exonerate/">Exonerate</a> alignments (coverage >=95%, %id >= 94%) of predicted ORFs assembled from <i>Triticum aestivum</i> (bread wheat) public datasets. Supplied by <a href="http://www.tgac.ac.uk">The Center for Genome Analysis</a> as part of the <a href="http://maswheat.ucdavis.edu/Transcriptome/">Triticeae-CAP</a> project. Published as supplemental dataset 7, in <a href="http://genomebiology.com/content/14/6/R66">Krasileva et al.</a>, PMID: <a href="http://www.ncbi.nlm.nih.gov/pubmed/23800085">23800085</a>.	T. aestivum RNA-seq alignment	1	{'label_key' => '[biotype]', colour_key => '[biotype]', 'default' => {'MultiTop' => 'gene_label', 'contigviewbottom' => 'transcript_label', 'MultiBottom' => 'collapsed_label', 'contigviewtop' => 'gene_label', 'cytoview' => 'gene_label', 'alignsliceviewbottom' => 'as_collapsed_label' }, name => 'T. aestivum RNA-seq alignments', caption => 'T. aestivum RNA-seq alignments', multi_name => 'T. aestivum RNA-seq alignments'}
-186	HMM-Panther families	PANTHER	1	{'type' => 'domain'}
+101	<a href="http://www.ebi.ac.uk/~guy/exonerate/">Exonerate</a> alignments (coverage >=95%, %id >= 94%) of predicted ORFs assembled from <i>Triticum aestivum</i> (bread wheat) public datasets. Supplied by <a href="http://www.tgac.ac.uk">The Center for Genome Analysis</a> as part of the <a href="http://maswheat.ucdavis.edu/Transcriptome/">Triticeae-CAP</a> project. Published as supplemental dataset 7, in <a href="http://genomebiology.com/content/14/6/R66">Krasileva et al.</a>, PMID: <a href="http://www.ncbi.nlm.nih.gov/pubmed/23800085">23800085</a>.	T. aestivum RNA-seq alignment	1	{'label_key':'[biotype]', colour_key:'[biotype]', 'default':{'MultiTop':'gene_label', 'contigviewbottom':'transcript_label', 'MultiBottom':'collapsed_label', 'contigviewtop':'gene_label', 'cytoview':'gene_label', 'alignsliceviewbottom':'as_collapsed_label' }, name:'T. aestivum RNA-seq alignments', caption:'T. aestivum RNA-seq alignments', multi_name:'T. aestivum RNA-seq alignments'}
+186	HMM-Panther families	PANTHER	1	{'type':'domain'}
 195	Prediction of coiled-coil regions in proteins is by <a rel="external" href="http://www.sciencemag.org/cgi/reprint/252/5009/1162">Ncoils</a>.	Coiled-coils (Ncoils)	1	\N
-184	Gene3D analysis as of interpro_scan.pl	Gene3D	1	{'type' => 'domain'}
-188	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type' => 'domain'}
+184	Gene3D analysis as of interpro_scan.pl	Gene3D	1	{'type':'domain'}
+188	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE profiles	1	{'type':'domain'}
 198	Identification of peptide low complexity sequences by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6TFV-44PXMF3-45&amp;_user=776054&amp;_coverDate=06%2F30%2F1993&amp;_rdoc=6&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%235236%231993%23999829997%23279143%23FLP%23display%23Volume)&amp;_cdi=5236&amp;_sort=d&amp;_docanchor=&amp;_ct=13&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=ac6f98882f2c6626643118367fb28cad">Seg</a>.	Low complexity (Seg)	1	\N
-187	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam	1	{'type' => 'domain'}
-190	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints	1	{'type' => 'domain'}
-183	NCBI-BlastP search against ProDom families	ProDom	1	{'type' => 'domain'}
-189	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF	1	{'type' => 'domain'}
-185	HAMAP is a system, based on manual protein annotation, that identifies and semi-automatically annotates proteins that are part of well-conserved families or subfamilies: the HAMAP families. HAMAP is based on manually created family rules and is applied to bacterial, archaeal and plastid-encoded proteins	HAMAP	1	{'type' => 'domain'}
-192	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART	1	{'type' => 'domain'}
+187	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/32/suppl_1/D138?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Bateman&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">Pfam</a> database.	Pfam	1	{'type':'domain'}
+190	Protein fingerprints (groups of conserved motifs) are aligned to the genome. These motifs come from the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/abstract/31/1/400?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Attwood&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;resourcetype=HWCIT">PRINTS</a> database.	Prints	1	{'type':'domain'}
+183	NCBI-BlastP search against ProDom families	ProDom	1	{'type':'domain'}
+189	Protein domains and motifs from the <a rel="external" href="http://pir.georgetown.edu/pirwww/index.shtml">PIR (Protein Information Resource)</a> Superfamily database.	PIRSF	1	{'type':'domain'}
+185	HAMAP is a system, based on manual protein annotation, that identifies and semi-automatically annotates proteins that are part of well-conserved families or subfamilies: the HAMAP families. HAMAP is based on manually created family rules and is applied to bacterial, archaeal and plastid-encoded proteins	HAMAP	1	{'type':'domain'}
+192	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/34/suppl_1/D257?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=letunic&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2006&amp;tdate=12/31/2006&amp;resourcetype=HWCIT">SMART</a> database.	SMART	1	{'type':'domain'}
 197	Prediction of transmembrane helices in proteins by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457D7V9-K&amp;_user=776054&amp;_rdoc=1&amp;_fmt=&amp;_orig=search&amp;_sort=d&amp;view=c&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a113464457fa5206c6699b9d464cbfee">TMHMM</a>.	Transmembrane helices	1	\N
-191	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE patterns	1	{'type' => 'domain'}
-196	Prediction of signal peptide cleavage sites by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-4CKBS0M-3&amp;_user=776054&amp;_coverDate=07%2F16%2F2004&amp;_alid=772330061&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_ct=1&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=9f42be939814b7711268fd414604c9dd">SignalP</a>.	Cleavage site (Signalp)	1	{'type' => 'feature'}
+191	Protein domains and motifs from the <a rel="external" href="http://www.ebi.ac.uk/ppsearch/">PROSITE</a> profiles database are aligned to the genome.	PROSITE patterns	1	{'type':'domain'}
+196	Prediction of signal peptide cleavage sites by <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-4CKBS0M-3&amp;_user=776054&amp;_coverDate=07%2F16%2F2004&amp;_alid=772330061&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_ct=1&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=9f42be939814b7711268fd414604c9dd">SignalP</a>.	Cleavage site (Signalp)	1	{'type':'feature'}
 200	InterPro2Pathway mapping is obtained from interproScan results.	InterPro2Pathway mapping	1	\N
-194	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/31/1/371?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Haft&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2003&amp;tdate=12/31/2003&amp;resourcetype=HWCIT">TIGRFAM</a> database.	TIGRFAM	1	{'type' => 'domain'}
-119	<i>Triticum aestivum</i> genes annotated by <a href="http://mips.helmholtz-muenchen.de/plant/wheat/">MIPS</a>	MIPS	1	{'colour_key' => '[biotype]', 'label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'}, 'name' => 'Protein-coding Gene (MIPS)', 'caption' => 'Protein-coding Gene (MIPS)', 'multi_name' => 'Protein-coding Gene (MIPS)','key' => 'ensembl'}
+194	Protein domains and motifs in the <a rel="external" href="http://nar.oxfordjournals.org/cgi/content/full/31/1/371?maxtoshow=&amp;HITS=10&amp;hits=10&amp;RESULTFORMAT=1&amp;author1=Haft&amp;andorexacttitle=and&amp;andorexacttitleabs=and&amp;andorexactfulltext=and&amp;searchid=1&amp;FIRSTINDEX=0&amp;sortspec=relevance&amp;fdate=1/1/2003&amp;tdate=12/31/2003&amp;resourcetype=HWCIT">TIGRFAM</a> database.	TIGRFAM	1	{'type':'domain'}
+119	<i>Triticum aestivum</i> genes annotated by <a href="http://mips.helmholtz-muenchen.de/plant/wheat/">MIPS</a>	MIPS	1	{'colour_key':'[biotype]', 'label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'}, 'name':'Protein-coding Gene (MIPS)', 'caption':'Protein-coding Gene (MIPS)', 'multi_name':'Protein-coding Gene (MIPS)','key':'ensembl'}
 45	<i>T. aestivum</i> Inter-homoeologous Variants that differ between the A and D genomes (where the B genome is unknown)	Brenchley et al. T. aestivum Genome A/D SNPs	1	\N
 46	<i>T. aestivum</i> Inter-homoeologous Variants that are the same between the A and D genomes, but differ in B	Brenchley et al. T. aestivum Genome B SNPs	1	\N
 136	Sequences from various databases are matched to Ensembl transcripts using <a rel="external" href="http://www.biomedcentral.com/1471-2105/6/31">Exonerate</a>. These are external references, or "Xrefs".	DNA match	0	\N
 137	match	Protein	0	\N
 138	Xref mapping based on checksum equivalency	Xref checksum	0	\N
-100	<a href="http://www.ebi.ac.uk/~guy/exonerate/">Exonerate</a> alignments (coverage >=95%, %id >= 94%) of predicted ORFs assembled from <i>Triticum turgidum</i> (durum wheat) RNA-seq. Supplied by <a href="http://www.tgac.ac.uk">The Center for Genome Analysis</a> as part of the <a href="http://maswheat.ucdavis.edu/Transcriptome/">Triticeae-CAP</a> project. Published as supplemental dataset 7, in <a href="http://genomebiology.com/content/14/6/R66">Krasileva et al.</a>, PMID:<a href="http://www.ncbi.nlm.nih.gov/pubmed/23800085">23800085</a>.	T. turgidum RNA-seq alignment	1	{'label_key' => '[biotype]', colour_key => '[biotype]', 'default' => {'MultiTop' => 'gene_label', 'contigviewbottom' => 'transcript_label', 'MultiBottom' => 'collapsed_label', 'contigviewtop' => 'gene_label', 'cytoview' => 'gene_label', 'alignsliceviewbottom' => 'as_collapsed_label' }, name => 'T. turgidum RNA-seq alignments', caption => 'T. turgidum RNA-seq alignments', multi_name => 'T. turgidum RNA-seq alignments)'}
-140	ncRNA genes are predicted using a combination of methods depending on their type. tRNAs are predicted using <a href="http://selab.janelia.org/tRNAscan-SE/">tRNAScan-SE</a>, rRNAs using <a href="http://www.cbs.dtu.dk/services/RNAmmer/">RNAmmer</a>, and for all other types, using covariance models and sequences from <a href="http://rfam.sanger.ac.uk/">RFAM</a>.	ncRNA	1	{'colour_key' => '[biotype]','caption' => 'ncRNA','label_key' => '[biotype]','name' => 'ncRNA','default' => {'contigviewbottom' =>'transcript_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label'},'key' => 'ncRNA'}
-141	Protein coding genes annotated in <a href="http://www.ebi.ac.uk/ena/">ENA</a>	Protein coding genes (ENA)	1	{'colour_key' => '[biotype]','caption' => 'Genes','name' => 'Genes','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'multi_caption' => 'Genes','key' => 'ena_genes'}
+100	<a href="http://www.ebi.ac.uk/~guy/exonerate/">Exonerate</a> alignments (coverage >=95%, %id >= 94%) of predicted ORFs assembled from <i>Triticum turgidum</i> (durum wheat) RNA-seq. Supplied by <a href="http://www.tgac.ac.uk">The Center for Genome Analysis</a> as part of the <a href="http://maswheat.ucdavis.edu/Transcriptome/">Triticeae-CAP</a> project. Published as supplemental dataset 7, in <a href="http://genomebiology.com/content/14/6/R66">Krasileva et al.</a>, PMID:<a href="http://www.ncbi.nlm.nih.gov/pubmed/23800085">23800085</a>.	T. turgidum RNA-seq alignment	1	{'label_key':'[biotype]', colour_key:'[biotype]', 'default':{'MultiTop':'gene_label', 'contigviewbottom':'transcript_label', 'MultiBottom':'collapsed_label', 'contigviewtop':'gene_label', 'cytoview':'gene_label', 'alignsliceviewbottom':'as_collapsed_label' }, name:'T. turgidum RNA-seq alignments', caption:'T. turgidum RNA-seq alignments', multi_name:'T. turgidum RNA-seq alignments)'}
+140	ncRNA genes are predicted using a combination of methods depending on their type. tRNAs are predicted using <a href="http://selab.janelia.org/tRNAscan-SE/">tRNAScan-SE</a>, rRNAs using <a href="http://www.cbs.dtu.dk/services/RNAmmer/">RNAmmer</a>, and for all other types, using covariance models and sequences from <a href="http://rfam.sanger.ac.uk/">RFAM</a>.	ncRNA	1	{'colour_key':'[biotype]','caption':'ncRNA','label_key':'[biotype]','name':'ncRNA','default':{'contigviewbottom' =>'transcript_label','contigviewtop':'gene_label','cytoview':'gene_label'},'key':'ncRNA'}
+141	Protein coding genes annotated in <a href="http://www.ebi.ac.uk/ena/">ENA</a>	Protein coding genes (ENA)	1	{'colour_key':'[biotype]','caption':'Genes','name':'Genes','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'multi_caption':'Genes','key':'ena_genes'}
 142	Cross-references attached by GenomeLoader	GenomeLoader cross-references	1	\N
 143	Cross-references attached by GenomeLoader to provide names	GenomeLoader name cross-references	1	\N
-145	ncRNA genes annotated in <a href="http://www.ebi.ac.uk/ena/">ENA</a>	ncRNA genes (ENA)	1	{'colour_key' => '[biotype]','caption' => 'Genes','name' => 'Genes','label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','cytoview' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label'},'multi_caption' => 'Genes','key' => 'ena_genes'}
-146	gene feature annotated in ENA	gene (ENA)	1	{'multi_name' => 'Genomic features','caption' => 'Genomic features','name' => 'Genomic features','label_key' => '[text_label] [display_label]','key' => 'ena_features'}
-147	exon feature annotated in ENA	exon (ENA)	1	{'multi_name' => 'Genomic features','caption' => 'Genomic features','name' => 'Genomic features','label_key' => '[text_label] [display_label]','key' => 'ena_features'}
+145	ncRNA genes annotated in <a href="http://www.ebi.ac.uk/ena/">ENA</a>	ncRNA genes (ENA)	1	{'colour_key':'[biotype]','caption':'Genes','name':'Genes','label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','cytoview':'gene_label','alignsliceviewbottom':'as_collapsed_label'},'multi_caption':'Genes','key':'ena_genes'}
+146	gene feature annotated in ENA	gene (ENA)	1	{'multi_name':'Genomic features','caption':'Genomic features','name':'Genomic features','label_key':'[text_label] [display_label]','key':'ena_features'}
+147	exon feature annotated in ENA	exon (ENA)	1	{'multi_name':'Genomic features','caption':'Genomic features','name':'Genomic features','label_key':'[text_label] [display_label]','key':'ena_features'}
 148	Percentage of G/C bases in the sequence.	GC content	1	\N
 149	Long non-coding gene density as calculated by <a rel="external" href="http://cvs.sanger.ac.uk/cgi-bin/viewvc.cgi/ensembl/modules/Bio/EnsEMBL/Production/Pipeline/Production/NonCodingDensity.pm?root=ensembl&view=markup">LongNonCodingDensity.pm</a>.	Long non-coding genes (density)	1	\N
 150	Pseudogene density as calculated by <a rel="external" href="http://cvs.sanger.ac.uk/cgi-bin/viewvc.cgi/ensembl/modules/Bio/EnsEMBL/Pipeline/Production/PseudogeneDensity.pm?root=ensembl&view=markup">PseudogeneDensity.pm</a>.	Pseudogenes (density)	1	\N
@@ -42,7 +42,7 @@
 156	Density of single nucleotide polymorphisms (SNPs) as calculated by <a rel="external" href="http://cvs.sanger.ac.uk/cgi-bin/viewvc.cgi/ensembl/modules/Bio/EnsEMBL/Pipeline/Production/SnpDensity.pm?root=ensembl&view=markup">SNPDensity.pm</a>.	SNP Density	1	\N
 157	The XRef projection pipeline re-implemented by CK based on work by Andy and tweaked by Dan	Projected XRef	0	\N
 199	InterPro2GO file is generated manually by the InterPro team at the EBI.	InterPro2GO mapping	1	\N
-193	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily	1	{'type' => 'domain'}
-176	<i>Triticum aestivum</i> 3B chromosome genes annotated by <a href="http://www6.clermont.inra.fr/umr1095_eng">INRA GDEC group</a>	GDEC 3B annotation	1	{'colour_key' => '[biotype]', 'label_key' => '[biotype]','default' => {'MultiTop' => 'gene_label','contigviewbottom' => 'transcript_label','MultiBottom' => 'collapsed_label','contigviewtop' => 'gene_label','alignsliceviewbottom' => 'as_collapsed_label','cytoview' => 'gene_label'}, 'name' => 'GDEC', 'caption' => 'GDEC', 'multi_name' =>'GDEC','key' => 'gdec'}
+193	Protein domains and motifs in the <a rel="external" href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WK7-457CXWM-3D&amp;_user=776054&amp;_coverDate=11%2F02%2F2001&amp;_rdoc=17&amp;_fmt=high&amp;_orig=browse&amp;_srch=doc-info(%23toc%236899%232001%23996869995%23286382%23FLA%23display%23Volume)&amp;_cdi=6899&amp;_sort=d&amp;_docanchor=&amp;_ct=17&amp;_acct=C000042238&amp;_version=1&amp;_urlVersion=0&amp;_userid=776054&amp;md5=a921e84cd71c59f75644aa28f3224b58">SUPERFAMILY</a> database.	Superfamily	1	{'type':'domain'}
+176	<i>Triticum aestivum</i> 3B chromosome genes annotated by <a href="http://www6.clermont.inra.fr/umr1095_eng">INRA GDEC group</a>	GDEC 3B annotation	1	{'colour_key':'[biotype]', 'label_key':'[biotype]','default':{'MultiTop':'gene_label','contigviewbottom':'transcript_label','MultiBottom':'collapsed_label','contigviewtop':'gene_label','alignsliceviewbottom':'as_collapsed_label','cytoview':'gene_label'}, 'name':'GDEC', 'caption':'GDEC', 'multi_name' =>'GDEC','key':'gdec'}
 180	<a rel="external" href="http://www.repeatmasker.org">RepeatMasker</a> is used to find repeats and low-complexity sequences. This track usually shows repeats alone (not low-complexity sequences).	Repeats	1	\N
 181	Repeats detected using the <a href="http://wheat.pw.usda.gov/ITMI/Repeats/">TREP</a> library (trep.nr) using <a rel="external" href="http://www.repeatmasker.org">RepeatMasker</a>.	Repeats TREP library	1	\N
-- 
GitLab


From b3596d01376155a336052387ad6cd624f6f431f5 Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Tue, 14 Jan 2020 10:32:35 +0000
Subject: [PATCH 10/12] added copyright notices to files without one

---
 .../canonical_transcripts/reason_changes.pl    | 13 +++++++++++++
 .../xref_mapping/XrefMapper/gallus_gallus.pm   | 18 ++++++++++++++++++
 .../xref_mapping/XrefParser/CGNCParser.pm      | 18 ++++++++++++++++++
 misc-scripts/xref_mapping/store_ccds_xrefs.pl  | 16 ++++++++++++++++
 4 files changed, 65 insertions(+)

diff --git a/misc-scripts/canonical_transcripts/reason_changes.pl b/misc-scripts/canonical_transcripts/reason_changes.pl
index 347dfc17f8..ba18e5aa41 100755
--- a/misc-scripts/canonical_transcripts/reason_changes.pl
+++ b/misc-scripts/canonical_transcripts/reason_changes.pl
@@ -1,4 +1,17 @@
 #!/usr/bin/env perl
+# Copyright [2020] EMBL-European Bioinformatics Institute
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 ###################################################
 #
diff --git a/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm b/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
index 194a2ba191..3e64ddda57 100644
--- a/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
@@ -1,3 +1,21 @@
+=head1 LICENSE
+
+Copyright [2020] EMBL-European Bioinformatics Institute
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+=cut
+
 package XrefMapper::gallus_gallus;
 
 use  XrefMapper::BasicMapper;
diff --git a/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm b/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
index daa7474b66..0017bf16a7 100644
--- a/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
@@ -1,3 +1,21 @@
+=head1 LICENSE
+
+Copyright [2020] EMBL-European Bioinformatics Institute
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+=cut
+
 package XrefParser::CGNCParser;
 
 use strict;
diff --git a/misc-scripts/xref_mapping/store_ccds_xrefs.pl b/misc-scripts/xref_mapping/store_ccds_xrefs.pl
index 0e39f48eee..2175f81411 100644
--- a/misc-scripts/xref_mapping/store_ccds_xrefs.pl
+++ b/misc-scripts/xref_mapping/store_ccds_xrefs.pl
@@ -5,6 +5,22 @@
 
 =pod
 
+=head1 LICENSE
+
+Copyright [2020] EMBL-European Bioinformatics Institute
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
 =head1 NAME
 
   store_ccds_xrefs.pl
-- 
GitLab


From 56308de0c612e7baa27eb043d905b2a74eac238f Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 17 Jan 2020 14:47:57 +0000
Subject: [PATCH 11/12] Yearly copyright update

---
 misc-scripts/canonical_transcripts/reason_changes.pl            | 2 +-
 misc-scripts/xref_mapping/Xref/DB.pm                            | 2 +-
 misc-scripts/xref_mapping/Xref/Schema.pm                        | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/AltAllele.pm       | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm    | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/CoordinateXref.pm  | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/CoreDatabase.pm    | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/DependentSource.pm | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/DependentXref.pm   | 2 +-
 .../xref_mapping/Xref/Schema/Result/DisplayXrefPriority.pm      | 2 +-
 .../xref_mapping/Xref/Schema/Result/GeneDescPriority.pm         | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/GeneDirectXref.pm  | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/GeneStableId.pm    | 2 +-
 .../Xref/Schema/Result/GeneTranscriptTranslation.pm             | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/IdentityXref.pm    | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Mapping.pm         | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/MappingJob.pm      | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Meta.pm            | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/ObjectXref.pm      | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Pair.pm            | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/PrimaryXref.pm     | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/ProcessStatus.pm   | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Source.pm          | 2 +-
 .../xref_mapping/Xref/Schema/Result/SourceMappingMethod.pm      | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/SourceUrl.pm       | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Species.pm         | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Synonym.pm         | 2 +-
 .../xref_mapping/Xref/Schema/Result/TranscriptDirectXref.pm     | 2 +-
 .../xref_mapping/Xref/Schema/Result/TranscriptStableId.pm       | 2 +-
 .../xref_mapping/Xref/Schema/Result/TranslationDirectXref.pm    | 2 +-
 .../xref_mapping/Xref/Schema/Result/TranslationStableId.pm      | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/Result/Xref.pm            | 2 +-
 .../xref_mapping/Xref/Schema/ResultSet/DependentXref.pm         | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/ResultSet/Synonym.pm      | 2 +-
 misc-scripts/xref_mapping/Xref/Schema/ResultSet/Xref.pm         | 2 +-
 misc-scripts/xref_mapping/Xref/Test/TestDB.pm                   | 2 +-
 misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm           | 2 +-
 misc-scripts/xref_mapping/XrefParser/CGNCParser.pm              | 2 +-
 misc-scripts/xref_mapping/store_ccds_xrefs.pl                   | 2 +-
 misc-scripts/xref_mapping/t/dbass.t                             | 2 +-
 misc-scripts/xref_mapping/t/entrezgene.t                        | 2 +-
 misc-scripts/xref_mapping/t/hgnc.t                              | 2 +-
 misc-scripts/xref_mapping/t/hpa.t                               | 2 +-
 misc-scripts/xref_mapping/t/jgi_proteinparser.t                 | 2 +-
 misc-scripts/xref_mapping/t/mgi.t                               | 2 +-
 misc-scripts/xref_mapping/t/mgi_desc.t                          | 2 +-
 misc-scripts/xref_mapping/t/mim2gene.t                          | 2 +-
 misc-scripts/xref_mapping/t/omim.t                              | 2 +-
 misc-scripts/xref_mapping/t/rgd.t                               | 2 +-
 misc-scripts/xref_mapping/t/testdb.t                            | 2 +-
 misc-scripts/xref_mapping/t/ucsc.t                              | 2 +-
 misc-scripts/xref_mapping/t/vgnc.t                              | 2 +-
 misc-scripts/xref_mapping/t/xenopus.t                           | 2 +-
 misc-scripts/xref_mapping/t/zfin_desc.t                         | 2 +-
 54 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/misc-scripts/canonical_transcripts/reason_changes.pl b/misc-scripts/canonical_transcripts/reason_changes.pl
index ba18e5aa41..8be4801ecc 100755
--- a/misc-scripts/canonical_transcripts/reason_changes.pl
+++ b/misc-scripts/canonical_transcripts/reason_changes.pl
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright [2020] EMBL-European Bioinformatics Institute
+# Copyright [2020-2020] EMBL-European Bioinformatics Institute
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/DB.pm b/misc-scripts/xref_mapping/Xref/DB.pm
index 8e8310d33c..5623dfdd6d 100644
--- a/misc-scripts/xref_mapping/Xref/DB.pm
+++ b/misc-scripts/xref_mapping/Xref/DB.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema.pm b/misc-scripts/xref_mapping/Xref/Schema.pm
index c8a95697c1..fcddc7a3eb 100644
--- a/misc-scripts/xref_mapping/Xref/Schema.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/AltAllele.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/AltAllele.pm
index b5f76a614c..9cfe91e0c2 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/AltAllele.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/AltAllele.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm
index 6332ad0741..171bafa899 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/CoordinateXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/CoordinateXref.pm
index 2de09ec121..10e7e4795a 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/CoordinateXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/CoordinateXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/CoreDatabase.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/CoreDatabase.pm
index 91074d7b98..0f016f0013 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/CoreDatabase.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/CoreDatabase.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/DependentSource.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/DependentSource.pm
index 172639d458..2bc7755e5e 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/DependentSource.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/DependentSource.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/DependentXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/DependentXref.pm
index 256e8ce305..6dc8f58070 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/DependentXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/DependentXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/DisplayXrefPriority.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/DisplayXrefPriority.pm
index 444f5749a9..baafae916d 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/DisplayXrefPriority.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/DisplayXrefPriority.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDescPriority.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDescPriority.pm
index 7e24a6d688..9545ef58e3 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDescPriority.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDescPriority.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDirectXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDirectXref.pm
index c6e025385a..5f565f7962 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDirectXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneDirectXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneStableId.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneStableId.pm
index 74f1f9b491..30b7227637 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneStableId.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneStableId.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneTranscriptTranslation.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneTranscriptTranslation.pm
index 6d112761a4..cfd5c6a166 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/GeneTranscriptTranslation.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/GeneTranscriptTranslation.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/IdentityXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/IdentityXref.pm
index 9d9cdbd78a..be75458d9a 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/IdentityXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/IdentityXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Mapping.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Mapping.pm
index 56a551d0eb..ab4756eae3 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Mapping.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Mapping.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/MappingJob.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/MappingJob.pm
index c7482dceed..13640fe22e 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/MappingJob.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/MappingJob.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Meta.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Meta.pm
index c70206291e..acad720fdc 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Meta.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Meta.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/ObjectXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/ObjectXref.pm
index 0d7988fefd..18f8e16e95 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/ObjectXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/ObjectXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Pair.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Pair.pm
index 192c1f92b1..fffb69e74f 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Pair.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Pair.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/PrimaryXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/PrimaryXref.pm
index d14297111e..c617c2af88 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/PrimaryXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/PrimaryXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/ProcessStatus.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/ProcessStatus.pm
index cf93eeca06..9ffe817ce0 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/ProcessStatus.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/ProcessStatus.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Source.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Source.pm
index ee512a89cc..fa2ab99912 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Source.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Source.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/SourceMappingMethod.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/SourceMappingMethod.pm
index 3f79009c89..803885a097 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/SourceMappingMethod.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/SourceMappingMethod.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/SourceUrl.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/SourceUrl.pm
index f9af414c07..76461981f9 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/SourceUrl.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/SourceUrl.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Species.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Species.pm
index 3fda156759..fbf7659bb7 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Species.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Species.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Synonym.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Synonym.pm
index 3d09f57dd8..f38d87c4e0 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Synonym.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Synonym.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptDirectXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptDirectXref.pm
index 7da6de3120..c9c3641bb6 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptDirectXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptDirectXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptStableId.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptStableId.pm
index 3599fb6402..6733525d3b 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptStableId.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/TranscriptStableId.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationDirectXref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationDirectXref.pm
index 8000e33ef0..a58c943d49 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationDirectXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationDirectXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationStableId.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationStableId.pm
index 2d1e5c3f24..bcc09e516f 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationStableId.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/TranslationStableId.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/Result/Xref.pm b/misc-scripts/xref_mapping/Xref/Schema/Result/Xref.pm
index bb2ec492c3..168217f049 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/Result/Xref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/Result/Xref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/DependentXref.pm b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/DependentXref.pm
index c4c5aff059..788f02ef23 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/DependentXref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/DependentXref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Synonym.pm b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Synonym.pm
index 228dc90ff1..c764ddd343 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Synonym.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Synonym.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Xref.pm b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Xref.pm
index 11478baae1..749e0b5c95 100644
--- a/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Xref.pm
+++ b/misc-scripts/xref_mapping/Xref/Schema/ResultSet/Xref.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/Xref/Test/TestDB.pm b/misc-scripts/xref_mapping/Xref/Test/TestDB.pm
index 17add64fbe..aaed36d137 100644
--- a/misc-scripts/xref_mapping/Xref/Test/TestDB.pm
+++ b/misc-scripts/xref_mapping/Xref/Test/TestDB.pm
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm b/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
index 3e64ddda57..d8ff6025d9 100644
--- a/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/gallus_gallus.pm
@@ -1,6 +1,6 @@
 =head1 LICENSE
 
-Copyright [2020] EMBL-European Bioinformatics Institute
+Copyright [2020-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm b/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
index 0017bf16a7..0177bef5c0 100644
--- a/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/CGNCParser.pm
@@ -1,6 +1,6 @@
 =head1 LICENSE
 
-Copyright [2020] EMBL-European Bioinformatics Institute
+Copyright [2020-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/store_ccds_xrefs.pl b/misc-scripts/xref_mapping/store_ccds_xrefs.pl
index 2175f81411..ea049851d5 100644
--- a/misc-scripts/xref_mapping/store_ccds_xrefs.pl
+++ b/misc-scripts/xref_mapping/store_ccds_xrefs.pl
@@ -7,7 +7,7 @@
 
 =head1 LICENSE
 
-Copyright [2020] EMBL-European Bioinformatics Institute
+Copyright [2020-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/dbass.t b/misc-scripts/xref_mapping/t/dbass.t
index c190f2835a..2178ef3665 100644
--- a/misc-scripts/xref_mapping/t/dbass.t
+++ b/misc-scripts/xref_mapping/t/dbass.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/entrezgene.t b/misc-scripts/xref_mapping/t/entrezgene.t
index 535ed8ae76..55bfe14c60 100644
--- a/misc-scripts/xref_mapping/t/entrezgene.t
+++ b/misc-scripts/xref_mapping/t/entrezgene.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/hgnc.t b/misc-scripts/xref_mapping/t/hgnc.t
index f3a03aabf2..049b9d163d 100644
--- a/misc-scripts/xref_mapping/t/hgnc.t
+++ b/misc-scripts/xref_mapping/t/hgnc.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/hpa.t b/misc-scripts/xref_mapping/t/hpa.t
index 514c942c5e..dc9f27e503 100644
--- a/misc-scripts/xref_mapping/t/hpa.t
+++ b/misc-scripts/xref_mapping/t/hpa.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/jgi_proteinparser.t b/misc-scripts/xref_mapping/t/jgi_proteinparser.t
index eb799abc16..0ccb69d1d8 100644
--- a/misc-scripts/xref_mapping/t/jgi_proteinparser.t
+++ b/misc-scripts/xref_mapping/t/jgi_proteinparser.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/mgi.t b/misc-scripts/xref_mapping/t/mgi.t
index 6954947fee..b99859eebd 100644
--- a/misc-scripts/xref_mapping/t/mgi.t
+++ b/misc-scripts/xref_mapping/t/mgi.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/mgi_desc.t b/misc-scripts/xref_mapping/t/mgi_desc.t
index 8aa83fa49a..68c5285124 100644
--- a/misc-scripts/xref_mapping/t/mgi_desc.t
+++ b/misc-scripts/xref_mapping/t/mgi_desc.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/mim2gene.t b/misc-scripts/xref_mapping/t/mim2gene.t
index e50ca5cc15..97e49a6deb 100644
--- a/misc-scripts/xref_mapping/t/mim2gene.t
+++ b/misc-scripts/xref_mapping/t/mim2gene.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/omim.t b/misc-scripts/xref_mapping/t/omim.t
index e85c50a646..c7d2f2c3f0 100644
--- a/misc-scripts/xref_mapping/t/omim.t
+++ b/misc-scripts/xref_mapping/t/omim.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/rgd.t b/misc-scripts/xref_mapping/t/rgd.t
index ac8dc06773..cf521d9015 100644
--- a/misc-scripts/xref_mapping/t/rgd.t
+++ b/misc-scripts/xref_mapping/t/rgd.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/testdb.t b/misc-scripts/xref_mapping/t/testdb.t
index 04cfcb3862..ddf5cab330 100644
--- a/misc-scripts/xref_mapping/t/testdb.t
+++ b/misc-scripts/xref_mapping/t/testdb.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/ucsc.t b/misc-scripts/xref_mapping/t/ucsc.t
index 5ad2d3e79a..fa6006a27f 100644
--- a/misc-scripts/xref_mapping/t/ucsc.t
+++ b/misc-scripts/xref_mapping/t/ucsc.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/vgnc.t b/misc-scripts/xref_mapping/t/vgnc.t
index a12892b806..694304debf 100644
--- a/misc-scripts/xref_mapping/t/vgnc.t
+++ b/misc-scripts/xref_mapping/t/vgnc.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/xenopus.t b/misc-scripts/xref_mapping/t/xenopus.t
index 86c5d0869f..7343a25508 100644
--- a/misc-scripts/xref_mapping/t/xenopus.t
+++ b/misc-scripts/xref_mapping/t/xenopus.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/misc-scripts/xref_mapping/t/zfin_desc.t b/misc-scripts/xref_mapping/t/zfin_desc.t
index 0a41825695..d6d86fdf67 100644
--- a/misc-scripts/xref_mapping/t/zfin_desc.t
+++ b/misc-scripts/xref_mapping/t/zfin_desc.t
@@ -1,7 +1,7 @@
 =head1 LICENSE
 
 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-Copyright [2016-2019] EMBL-European Bioinformatics Institute
+Copyright [2016-2020] EMBL-European Bioinformatics Institute
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
-- 
GitLab


From 4b64ed614dd530c237ba8cd289ef325511b8b0da Mon Sep 17 00:00:00 2001
From: Tiago Grego <tgrego@ebi.ac.uk>
Date: Fri, 17 Jan 2020 15:09:22 +0000
Subject: [PATCH 12/12] fix HGNC test data file

---
 misc-scripts/xref_mapping/t/test-data/hgnc.tsv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/t/test-data/hgnc.tsv b/misc-scripts/xref_mapping/t/test-data/hgnc.tsv
index 2cddb1034f..d470141374 100644
--- a/misc-scripts/xref_mapping/t/test-data/hgnc.tsv
+++ b/misc-scripts/xref_mapping/t/test-data/hgnc.tsv
@@ -1,4 +1,4 @@
-HGNC ID	Approved symbol	Approved name	Previous symbols	Synonyms	NCBI Gene ID	Ensembl gene ID	RefSeq IDs	CCDS IDs	Locus specific databases
+HGNC ID	Approved symbol	Approved name	Previous symbols	Alias symbols	NCBI Gene ID	Ensembl gene ID	RefSeq IDs	CCDS IDs	Locus specific databases
 HGNC:5	A1BG	alpha-1-B glycoprotein			1	ENSG00000121410	NM_130786	CCDS12976	
 HGNC:37133	A1BG-AS1	A1BG antisense RNA 1	NCRNA00181, A1BGAS, A1BG-AS	FLJ23569	503538	ENSG00000268895	NR_015380		
 HGNC:24086	A1CF	APOBEC1 complementation factor		ACF, ASP, ACF64, ACF65, APOBEC1CF	29974	ENSG00000148584	NM_014576	CCDS7241, CCDS7242, CCDS7243, CCDS73133	
-- 
GitLab