From c7a603dde9967c23d46c8be79b263bc44620382c Mon Sep 17 00:00:00 2001
From: nwillhoft <70575561+nwillhoft@users.noreply.github.com>
Date: Mon, 25 Jan 2021 16:28:07 +0000
Subject: [PATCH] Yearly copyright update

---
 src/autogen.sh                           | 15 +++++++++++++++
 src/belvuApp/belvu.cpp                   |  2 +-
 src/belvuApp/belvuAlignment.cpp          |  2 +-
 src/belvuApp/belvuAlignment.hpp          |  2 +-
 src/belvuApp/belvuConsPlot.cpp           |  2 +-
 src/belvuApp/belvuConsPlot.hpp           |  2 +-
 src/belvuApp/belvuMain.cpp               |  2 +-
 src/belvuApp/belvuTree.cpp               |  2 +-
 src/belvuApp/belvuTree.hpp               |  2 +-
 src/belvuApp/belvuWindow.cpp             |  2 +-
 src/belvuApp/belvu_.hpp                  |  2 +-
 src/blixemApp/bigpicture.cpp             |  2 +-
 src/blixemApp/bigpicture.hpp             |  2 +-
 src/blixemApp/bigpicturegrid.cpp         |  2 +-
 src/blixemApp/bigpicturegrid.hpp         |  2 +-
 src/blixemApp/blixem_.hpp                |  2 +-
 src/blixemApp/blxFetch.cpp               |  2 +-
 src/blixemApp/blxFetchDb.cpp             |  2 +-
 src/blixemApp/blxcontext.cpp             |  2 +-
 src/blixemApp/blxcontext.hpp             |  2 +-
 src/blixemApp/blxdotter.cpp              |  2 +-
 src/blixemApp/blxdotter.hpp              |  2 +-
 src/blixemApp/blxmain.cpp                |  2 +-
 src/blixemApp/blxpanel.cpp               |  2 +-
 src/blixemApp/blxpanel.hpp               |  2 +-
 src/blixemApp/blxview.cpp                |  2 +-
 src/blixemApp/blxview.hpp                |  2 +-
 src/blixemApp/blxwindow.cpp              |  2 +-
 src/blixemApp/blxwindow.hpp              |  2 +-
 src/blixemApp/coverageview.cpp           |  2 +-
 src/blixemApp/coverageview.hpp           |  2 +-
 src/blixemApp/detailview.cpp             |  2 +-
 src/blixemApp/detailview.hpp             |  2 +-
 src/blixemApp/detailviewtree.cpp         |  2 +-
 src/blixemApp/detailviewtree.hpp         |  2 +-
 src/blixemApp/exonview.cpp               |  2 +-
 src/blixemApp/exonview.hpp               |  2 +-
 src/blixemApp/sequencecellrenderer.cpp   |  2 +-
 src/blixemApp/sequencecellrenderer.hpp   |  2 +-
 src/dotterApp/alignmenttool.cpp          |  2 +-
 src/dotterApp/dotplot.cpp                |  2 +-
 src/dotterApp/dotter.hpp                 |  2 +-
 src/dotterApp/dotterKarlin.cpp           |  2 +-
 src/dotterApp/dotterMain.cpp             |  2 +-
 src/dotterApp/dotter_.hpp                |  2 +-
 src/dotterApp/greyramptool.cpp           |  2 +-
 src/dotterApp/seqtoolsExonView.cpp       |  2 +-
 src/dotterApp/seqtoolsExonView.hpp       |  2 +-
 src/seqtoolsUtils/blxGff3Parser.cpp      |  2 +-
 src/seqtoolsUtils/blxGff3Parser.hpp      |  2 +-
 src/seqtoolsUtils/blxmsp.cpp             |  2 +-
 src/seqtoolsUtils/blxmsp.hpp             |  2 +-
 src/seqtoolsUtils/blxparser.cpp          |  2 +-
 src/seqtoolsUtils/blxparser.hpp          |  2 +-
 src/seqtoolsUtils/iupac.hpp              |  2 +-
 src/seqtoolsUtils/seqtoolsFetch.cpp      |  2 +-
 src/seqtoolsUtils/seqtoolsFetch.hpp      |  2 +-
 src/seqtoolsUtils/seqtoolsWebBrowser.cpp |  2 +-
 src/seqtoolsUtils/translate.cpp          |  2 +-
 src/seqtoolsUtils/utilities.cpp          |  2 +-
 src/seqtoolsUtils/utilities.hpp          |  2 +-
 src/seqtoolsUtils/version.hpp            |  2 +-
 62 files changed, 76 insertions(+), 61 deletions(-)

diff --git a/src/autogen.sh b/src/autogen.sh
index 933e5442..f24bec15 100755
--- a/src/autogen.sh
+++ b/src/autogen.sh
@@ -1,4 +1,19 @@
 #!/bin/bash
+
+# Copyright [2018-2021] EMBL-European 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.
+
 ###############################################################################
 # Simple script to bootstrap and create the configure script, should be run
 # when any control files have been changed (e.g. new source files added which
diff --git a/src/belvuApp/belvu.cpp b/src/belvuApp/belvu.cpp
index 3d4d974b..7558fe2f 100644
--- a/src/belvuApp/belvu.cpp
+++ b/src/belvuApp/belvu.cpp
@@ -1,6 +1,6 @@
 /*  File: belvu.c
  *  Author: Erik Sonnhammer
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuAlignment.cpp b/src/belvuApp/belvuAlignment.cpp
index 63874c61..75beba8b 100644
--- a/src/belvuApp/belvuAlignment.cpp
+++ b/src/belvuApp/belvuAlignment.cpp
@@ -1,6 +1,6 @@
 /*  File: belvuAlignment.c
  *  Author: Gemma Barson, 2011-04-12
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuAlignment.hpp b/src/belvuApp/belvuAlignment.hpp
index a351df7d..3c1fe003 100644
--- a/src/belvuApp/belvuAlignment.hpp
+++ b/src/belvuApp/belvuAlignment.hpp
@@ -1,6 +1,6 @@
 /*  File: belvuAlignment.h
  *  Author: Gemma Barson, 2011-04-12
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuConsPlot.cpp b/src/belvuApp/belvuConsPlot.cpp
index 4f94c90d..1f1fefa1 100644
--- a/src/belvuApp/belvuConsPlot.cpp
+++ b/src/belvuApp/belvuConsPlot.cpp
@@ -1,6 +1,6 @@
 /*  File: belvuConsPlot.h
  *  Author: Gemma Barson, 2011-07-01
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuConsPlot.hpp b/src/belvuApp/belvuConsPlot.hpp
index c7d703dc..7bffb5cd 100644
--- a/src/belvuApp/belvuConsPlot.hpp
+++ b/src/belvuApp/belvuConsPlot.hpp
@@ -1,6 +1,6 @@
 /*  File: belvuConsPlot.h
  *  Author: Gemma Barson, 2011-07-01
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuMain.cpp b/src/belvuApp/belvuMain.cpp
index e7c8c906..b847ce04 100644
--- a/src/belvuApp/belvuMain.cpp
+++ b/src/belvuApp/belvuMain.cpp
@@ -1,6 +1,6 @@
 /*  File: belvuMain.c
  *  Author: Gemma Barson, 2011-04-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuTree.cpp b/src/belvuApp/belvuTree.cpp
index 798cf51d..578ffc33 100644
--- a/src/belvuApp/belvuTree.cpp
+++ b/src/belvuApp/belvuTree.cpp
@@ -1,6 +1,6 @@
 /*  File: belvuTree.c
  *  Author: Gemma Barson, 2011-05-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuTree.hpp b/src/belvuApp/belvuTree.hpp
index cee5aa35..aff2c4b8 100644
--- a/src/belvuApp/belvuTree.hpp
+++ b/src/belvuApp/belvuTree.hpp
@@ -1,6 +1,6 @@
 /*  File: belvuTree.h
  *  Author: Gemma Barson, 2011-05-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvuWindow.cpp b/src/belvuApp/belvuWindow.cpp
index a9e85e16..4f1448bc 100644
--- a/src/belvuApp/belvuWindow.cpp
+++ b/src/belvuApp/belvuWindow.cpp
@@ -1,6 +1,6 @@
 /*  File: belvuWindow.c
  *  Author: Gemma Barson, 2011-04-11
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/belvuApp/belvu_.hpp b/src/belvuApp/belvu_.hpp
index 1b03a2d0..306a01e0 100644
--- a/src/belvuApp/belvu_.hpp
+++ b/src/belvuApp/belvu_.hpp
@@ -1,6 +1,6 @@
 /*  File: belvu_.h
  *  Author: Gemma Barson, 2011-03-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/bigpicture.cpp b/src/blixemApp/bigpicture.cpp
index ec876977..323128c8 100644
--- a/src/blixemApp/bigpicture.cpp
+++ b/src/blixemApp/bigpicture.cpp
@@ -1,6 +1,6 @@
 /*  File: bigpicture.c
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/bigpicture.hpp b/src/blixemApp/bigpicture.hpp
index d8349df2..03a88296 100644
--- a/src/blixemApp/bigpicture.hpp
+++ b/src/blixemApp/bigpicture.hpp
@@ -1,6 +1,6 @@
 /*  File: bigpicture.h
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/bigpicturegrid.cpp b/src/blixemApp/bigpicturegrid.cpp
index 9fa89452..437b23a5 100644
--- a/src/blixemApp/bigpicturegrid.cpp
+++ b/src/blixemApp/bigpicturegrid.cpp
@@ -1,6 +1,6 @@
 /*  File: bigpicturegrid.c
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/bigpicturegrid.hpp b/src/blixemApp/bigpicturegrid.hpp
index c4b1af73..ab878922 100644
--- a/src/blixemApp/bigpicturegrid.hpp
+++ b/src/blixemApp/bigpicturegrid.hpp
@@ -1,6 +1,6 @@
 /*  File: bigpicturegrid.h
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blixem_.hpp b/src/blixemApp/blixem_.hpp
index 28c9db53..6e059602 100644
--- a/src/blixemApp/blixem_.hpp
+++ b/src/blixemApp/blixem_.hpp
@@ -1,6 +1,6 @@
 /*  File: blixem_.h
  *  Author: Ed Griffiths, 2001-11-29
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxFetch.cpp b/src/blixemApp/blxFetch.cpp
index e468d812..c1683d10 100644
--- a/src/blixemApp/blxFetch.cpp
+++ b/src/blixemApp/blxFetch.cpp
@@ -1,6 +1,6 @@
 /*  File: blxFetch.c
  *  Author: Ed Griffiths, 2008-06-17
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxFetchDb.cpp b/src/blixemApp/blxFetchDb.cpp
index 9a850f96..a24bf4eb 100644
--- a/src/blixemApp/blxFetchDb.cpp
+++ b/src/blixemApp/blxFetchDb.cpp
@@ -1,6 +1,6 @@
 /*  File: blxFetchDb.c
  *  Author: Gemma Barson, 2012-08-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxcontext.cpp b/src/blixemApp/blxcontext.cpp
index 6c18c59a..a9cad1c0 100644
--- a/src/blixemApp/blxcontext.cpp
+++ b/src/blixemApp/blxcontext.cpp
@@ -1,6 +1,6 @@
 /*  File: blxcontext.cpp
  *  Author: Gemma Barson, 2016-04-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2016 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxcontext.hpp b/src/blixemApp/blxcontext.hpp
index aa34ad8f..74c18ac9 100644
--- a/src/blixemApp/blxcontext.hpp
+++ b/src/blixemApp/blxcontext.hpp
@@ -1,6 +1,6 @@
 /*  File: blxcontext.hpp
  *  Author: Gemma Barson, 2016-04-06
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2016 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxdotter.cpp b/src/blixemApp/blxdotter.cpp
index ced768fe..9b77accd 100644
--- a/src/blixemApp/blxdotter.cpp
+++ b/src/blixemApp/blxdotter.cpp
@@ -1,6 +1,6 @@
 /*  File: blxdotter.c
  *  Author: Gemma Barson, 2010-02-03
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxdotter.hpp b/src/blixemApp/blxdotter.hpp
index 12c39ddd..7bd955de 100644
--- a/src/blixemApp/blxdotter.hpp
+++ b/src/blixemApp/blxdotter.hpp
@@ -1,6 +1,6 @@
 /*  File: blxdotter.h
  *  Author: Gemma Barson, 2010-02-03
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxmain.cpp b/src/blixemApp/blxmain.cpp
index eee84dee..64016594 100644
--- a/src/blixemApp/blxmain.cpp
+++ b/src/blixemApp/blxmain.cpp
@@ -1,6 +1,6 @@
 /*  File: blxmain.c
  *  Author: Erik Sonnhammer, 1999-08-26
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxpanel.cpp b/src/blixemApp/blxpanel.cpp
index e399be28..8fbe8970 100644
--- a/src/blixemApp/blxpanel.cpp
+++ b/src/blixemApp/blxpanel.cpp
@@ -1,6 +1,6 @@
 /*  File: blxpanel.cpp
  *  Author: Gemma Barson, 2016-04-07
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2016 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxpanel.hpp b/src/blixemApp/blxpanel.hpp
index 2cd90008..e1b151be 100644
--- a/src/blixemApp/blxpanel.hpp
+++ b/src/blixemApp/blxpanel.hpp
@@ -1,6 +1,6 @@
 /*  File: blxpanel.hpp
  *  Author: Gemma Barson, 2016-04-07
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2016 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxview.cpp b/src/blixemApp/blxview.cpp
index d13d54b0..5c5c230c 100644
--- a/src/blixemApp/blxview.cpp
+++ b/src/blixemApp/blxview.cpp
@@ -1,6 +1,6 @@
 /*  File: blxview.c
  *  Author: Erik Sonnhammer, 1993-02-20
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxview.hpp b/src/blixemApp/blxview.hpp
index b5adae14..c4385f4e 100644
--- a/src/blixemApp/blxview.hpp
+++ b/src/blixemApp/blxview.hpp
@@ -1,6 +1,6 @@
 /*  File: blxview.h
  *  Author: Erik Sonnhammer, 1992-02-20
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxwindow.cpp b/src/blixemApp/blxwindow.cpp
index 31909975..51cb3c8b 100755
--- a/src/blixemApp/blxwindow.cpp
+++ b/src/blixemApp/blxwindow.cpp
@@ -1,6 +1,6 @@
 /*  File: blxWindow.c
  *  Author: Gemma Barson, 2009-11-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/blxwindow.hpp b/src/blixemApp/blxwindow.hpp
index fbb967bf..23c0b98d 100755
--- a/src/blixemApp/blxwindow.hpp
+++ b/src/blixemApp/blxwindow.hpp
@@ -1,6 +1,6 @@
 /*  File: blxWindow.h
  *  Author: Gemma Barson, 2009-11-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/coverageview.cpp b/src/blixemApp/coverageview.cpp
index fb31d1d3..62cb9ff4 100644
--- a/src/blixemApp/coverageview.cpp
+++ b/src/blixemApp/coverageview.cpp
@@ -1,6 +1,6 @@
 /*  File: coverageview.c
  *  Author: Gemma Barson, 2011-03-21
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/coverageview.hpp b/src/blixemApp/coverageview.hpp
index 241613d4..5e78cbf2 100644
--- a/src/blixemApp/coverageview.hpp
+++ b/src/blixemApp/coverageview.hpp
@@ -1,6 +1,6 @@
 /*  File: coverageview.h
  *  Author: Gemma Barson, 2011-03-21
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2011 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/detailview.cpp b/src/blixemApp/detailview.cpp
index f5295c5e..f55fd367 100755
--- a/src/blixemApp/detailview.cpp
+++ b/src/blixemApp/detailview.cpp
@@ -1,6 +1,6 @@
 /*  File: detailview.c
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/detailview.hpp b/src/blixemApp/detailview.hpp
index 34485620..aa7ac98c 100644
--- a/src/blixemApp/detailview.hpp
+++ b/src/blixemApp/detailview.hpp
@@ -1,6 +1,6 @@
 /*  File: detailview.c
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/detailviewtree.cpp b/src/blixemApp/detailviewtree.cpp
index a00e0e6d..752162f4 100755
--- a/src/blixemApp/detailviewtree.cpp
+++ b/src/blixemApp/detailviewtree.cpp
@@ -1,6 +1,6 @@
 /*  File: detailviewtree.c
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/detailviewtree.hpp b/src/blixemApp/detailviewtree.hpp
index b619c73c..b9cd54ca 100644
--- a/src/blixemApp/detailviewtree.hpp
+++ b/src/blixemApp/detailviewtree.hpp
@@ -1,6 +1,6 @@
 /*  File: detailviewtree.h
  *  Author: Gemma Barson, 2009-11-23
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/exonview.cpp b/src/blixemApp/exonview.cpp
index 361d1a05..e598520e 100644
--- a/src/blixemApp/exonview.cpp
+++ b/src/blixemApp/exonview.cpp
@@ -1,6 +1,6 @@
 /*  File: exonview.c
  *  Author: Gemma Barson, 2009-12-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/exonview.hpp b/src/blixemApp/exonview.hpp
index 46b229df..d80d4e54 100644
--- a/src/blixemApp/exonview.hpp
+++ b/src/blixemApp/exonview.hpp
@@ -1,6 +1,6 @@
 /*  File: exonview.h
  *  Author: Gemma Barson, 2009-12-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/sequencecellrenderer.cpp b/src/blixemApp/sequencecellrenderer.cpp
index 953083ac..f7c10506 100755
--- a/src/blixemApp/sequencecellrenderer.cpp
+++ b/src/blixemApp/sequencecellrenderer.cpp
@@ -1,6 +1,6 @@
 /*  File: sequencecellrenderer.c
  *  Author: Gemma Barson, 2009-10-15
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/blixemApp/sequencecellrenderer.hpp b/src/blixemApp/sequencecellrenderer.hpp
index 82d70f0c..42bbd887 100644
--- a/src/blixemApp/sequencecellrenderer.hpp
+++ b/src/blixemApp/sequencecellrenderer.hpp
@@ -1,6 +1,6 @@
 /*  File: sequencecellrenderer.h
  *  Author: Gemma Barson, 2009-10-15
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2009 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/alignmenttool.cpp b/src/dotterApp/alignmenttool.cpp
index 47c1142c..ed150549 100644
--- a/src/dotterApp/alignmenttool.cpp
+++ b/src/dotterApp/alignmenttool.cpp
@@ -1,6 +1,6 @@
 /*  File: alignmenttool.c
  *  Author: Gemma Barson, 2010-09-02
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/dotplot.cpp b/src/dotterApp/dotplot.cpp
index 43aa5a18..b3f50789 100644
--- a/src/dotterApp/dotplot.cpp
+++ b/src/dotterApp/dotplot.cpp
@@ -1,6 +1,6 @@
 /*  File: dotplot.c
  *  Author: Gemma Barson, 2010-09-08
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/dotter.hpp b/src/dotterApp/dotter.hpp
index d08b33a7..fd5f2ec4 100644
--- a/src/dotterApp/dotter.hpp
+++ b/src/dotterApp/dotter.hpp
@@ -1,6 +1,6 @@
 /*  File: dotter.h
  *  Author: Erik Sonnhammer, 1999-08-26
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/dotterKarlin.cpp b/src/dotterApp/dotterKarlin.cpp
index f8644c34..b41887af 100644
--- a/src/dotterApp/dotterKarlin.cpp
+++ b/src/dotterApp/dotterKarlin.cpp
@@ -1,6 +1,6 @@
 /*  File: dotterKarlin.c
  *  Author: Erik Sonnhammer, 1995-08-28
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/dotterMain.cpp b/src/dotterApp/dotterMain.cpp
index dfb212f7..46c57279 100644
--- a/src/dotterApp/dotterMain.cpp
+++ b/src/dotterApp/dotterMain.cpp
@@ -1,6 +1,6 @@
 /*  File: dotterMain.c
  *  Author: esr, 1999-08-26
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/dotter_.hpp b/src/dotterApp/dotter_.hpp
index da2bf42a..5c510ce2 100644
--- a/src/dotterApp/dotter_.hpp
+++ b/src/dotterApp/dotter_.hpp
@@ -1,6 +1,6 @@
 /*  File: dotter_.h
  *  Author: esr, 1999-08-26
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/greyramptool.cpp b/src/dotterApp/greyramptool.cpp
index 8ef8f0d0..a80ea916 100644
--- a/src/dotterApp/greyramptool.cpp
+++ b/src/dotterApp/greyramptool.cpp
@@ -1,6 +1,6 @@
 /*  File: greyramp.c
  *  Author: Gemma Barson, 2010-08-31
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/seqtoolsExonView.cpp b/src/dotterApp/seqtoolsExonView.cpp
index e7726092..a6658fa4 100644
--- a/src/dotterApp/seqtoolsExonView.cpp
+++ b/src/dotterApp/seqtoolsExonView.cpp
@@ -1,6 +1,6 @@
 /*  File: seqtoolsExonView.c
  *  Author: Gemma Barson, 2009-12-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/dotterApp/seqtoolsExonView.hpp b/src/dotterApp/seqtoolsExonView.hpp
index 6cde4d6f..00e39809 100644
--- a/src/dotterApp/seqtoolsExonView.hpp
+++ b/src/dotterApp/seqtoolsExonView.hpp
@@ -1,6 +1,6 @@
 /*  File: seqtoolsExonView.h
  *  Author: Gemma Barson, 2009-12-24
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxGff3Parser.cpp b/src/seqtoolsUtils/blxGff3Parser.cpp
index 94f9cc3b..a7a4801b 100644
--- a/src/seqtoolsUtils/blxGff3Parser.cpp
+++ b/src/seqtoolsUtils/blxGff3Parser.cpp
@@ -1,6 +1,6 @@
 /*  File: blxGff3parser.c
  *  Author: Gemma Barson
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxGff3Parser.hpp b/src/seqtoolsUtils/blxGff3Parser.hpp
index f90ca359..d26a265f 100644
--- a/src/seqtoolsUtils/blxGff3Parser.hpp
+++ b/src/seqtoolsUtils/blxGff3Parser.hpp
@@ -1,6 +1,6 @@
 /*  File: blxGff3parser.h
  *  Author: Gemma Barson
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxmsp.cpp b/src/seqtoolsUtils/blxmsp.cpp
index 7db78e81..f450bdbc 100644
--- a/src/seqtoolsUtils/blxmsp.cpp
+++ b/src/seqtoolsUtils/blxmsp.cpp
@@ -1,6 +1,6 @@
 /*  File: blxmsp.c
  *  Author: Gemma Barson, 2010-09-02
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxmsp.hpp b/src/seqtoolsUtils/blxmsp.hpp
index 9be09123..555d9e50 100644
--- a/src/seqtoolsUtils/blxmsp.hpp
+++ b/src/seqtoolsUtils/blxmsp.hpp
@@ -1,6 +1,6 @@
 /*  File: blxmsp.h
  *  Author: Gemma Barson, 2010-09-02
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxparser.cpp b/src/seqtoolsUtils/blxparser.cpp
index 0f1f189a..d74f61a2 100644
--- a/src/seqtoolsUtils/blxparser.cpp
+++ b/src/seqtoolsUtils/blxparser.cpp
@@ -1,6 +1,6 @@
 /*  File: blxparser.c
  *  Author: Erik Sonnhammer, 1993-05-17
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/blxparser.hpp b/src/seqtoolsUtils/blxparser.hpp
index 192fe712..8776a8a9 100644
--- a/src/seqtoolsUtils/blxparser.hpp
+++ b/src/seqtoolsUtils/blxparser.hpp
@@ -1,6 +1,6 @@
 /*  File: blxparser.h
  *  Author: Gemma Barson, 2010-09-02
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/iupac.hpp b/src/seqtoolsUtils/iupac.hpp
index 75a8cfa9..ba8e4d1c 100644
--- a/src/seqtoolsUtils/iupac.hpp
+++ b/src/seqtoolsUtils/iupac.hpp
@@ -1,6 +1,6 @@
 /*  File: iupac.h
  *  Author: Fred Wobus, 1999-08-26
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/seqtoolsFetch.cpp b/src/seqtoolsUtils/seqtoolsFetch.cpp
index 53afdd29..2ba877b0 100644
--- a/src/seqtoolsUtils/seqtoolsFetch.cpp
+++ b/src/seqtoolsUtils/seqtoolsFetch.cpp
@@ -1,6 +1,6 @@
 /*  File: seqtoolsFetch.cpp
  *  Author: Gemma Guest, 2015-12-21
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2015 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/seqtoolsFetch.hpp b/src/seqtoolsUtils/seqtoolsFetch.hpp
index 0357e4bb..b882c822 100644
--- a/src/seqtoolsUtils/seqtoolsFetch.hpp
+++ b/src/seqtoolsUtils/seqtoolsFetch.hpp
@@ -1,6 +1,6 @@
 /*  File: seqtoolsFetch.hpp
  *  Author: Gemma Guest, 2015-12-21
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2015 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/seqtoolsWebBrowser.cpp b/src/seqtoolsUtils/seqtoolsWebBrowser.cpp
index 20148a9b..4bbd658d 100644
--- a/src/seqtoolsUtils/seqtoolsWebBrowser.cpp
+++ b/src/seqtoolsUtils/seqtoolsWebBrowser.cpp
@@ -1,6 +1,6 @@
 /*  File: seqtoolsWebBrowser.c
  *  Author: Gemma Barson
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/translate.cpp b/src/seqtoolsUtils/translate.cpp
index e2f5cc4a..721e2fda 100644
--- a/src/seqtoolsUtils/translate.cpp
+++ b/src/seqtoolsUtils/translate.cpp
@@ -1,6 +1,6 @@
 /*  File: translate.c
  *  Author: sre, 1993-01-12
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/utilities.cpp b/src/seqtoolsUtils/utilities.cpp
index 8f694a24..0200ac98 100644
--- a/src/seqtoolsUtils/utilities.cpp
+++ b/src/seqtoolsUtils/utilities.cpp
@@ -1,6 +1,6 @@
 /*  File: utilities.c
  *  Author: Gemma Barson, 2010-01-05
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/utilities.hpp b/src/seqtoolsUtils/utilities.hpp
index 3fd08f8b..28173d87 100644
--- a/src/seqtoolsUtils/utilities.hpp
+++ b/src/seqtoolsUtils/utilities.hpp
@@ -1,6 +1,6 @@
 /*  File: utilities.h
  *  Author: Gemma Barson, 2010-01-05
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
diff --git a/src/seqtoolsUtils/version.hpp b/src/seqtoolsUtils/version.hpp
index 51cf7dfa..61767547 100755
--- a/src/seqtoolsUtils/version.hpp
+++ b/src/seqtoolsUtils/version.hpp
@@ -1,6 +1,6 @@
 /*  File: version.h
  *  Author: Ed Griffiths
- *  Copyright [2018] EMBL-European Bioinformatics Institute
+ *  Copyright [2018-2021] EMBL-European Bioinformatics Institute
  *  Copyright (c) 2010 - 2012 Genome Research Ltd
  * ---------------------------------------------------------------------------
  * SeqTools is free software; you can redistribute it and/or
-- 
GitLab