diff --git a/src/autogen.sh b/src/autogen.sh index 29090d5560c5c6ac33f4d9d26646d0c1c99f8b04..361abd65b47854dd6e0b2df402a8f5c1d5ff0198 100755 --- a/src/autogen.sh +++ b/src/autogen.sh @@ -1,4 +1,20 @@ #!/bin/bash + +# 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. + + ############################################################################### # 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 e9d7ccac5a744f3c61c8de7668931a8fbb3d0dbc..025b3fe91a545c44cc2539d3f36f7e83f7d61502 100644 --- a/src/belvuApp/belvu.cpp +++ b/src/belvuApp/belvu.cpp @@ -1,6 +1,6 @@ /* File: belvu.c * Author: Erik Sonnhammer - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuAlignment.cpp b/src/belvuApp/belvuAlignment.cpp index 24362e84dec7bc3e05b1b6a3a52c0a1a9e0f8ca4..92f092c8932ec2ea89ae7fb2333ba26698aa4442 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuAlignment.hpp b/src/belvuApp/belvuAlignment.hpp index 2e17346ea3c53b1cacded3d28f3d7ec0045f80bd..c736fadae0b4a6b59409b9994a82a271a3f57146 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuConsPlot.cpp b/src/belvuApp/belvuConsPlot.cpp index 6719d417dc1144e751a7a2c833fdad012e9f7806..c7182880a5b9c7fad589d16cae09136cf64211fd 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuConsPlot.hpp b/src/belvuApp/belvuConsPlot.hpp index d718a56bd3434fc321ee5e19cff668f0f5b1e3d9..51bbde857e17dec655907d06df3d84c3ccf4285b 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuMain.cpp b/src/belvuApp/belvuMain.cpp index 7eccb1d8105c8e90f956be81e88de40ed73e3074..77b6391c5ea924c2d86fb5bd1831936a069e1d38 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuTree.cpp b/src/belvuApp/belvuTree.cpp index 50b2d5bc56f2708ed2e556260cd03f767eb4131b..f78b80592f89a5bce233b874dc8c8b11f7cc30f8 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuTree.hpp b/src/belvuApp/belvuTree.hpp index 4c2e4b56c0bb48fed560e94eeffa1a4da1a7895b..2f44fa16e0f6a73f7047fd01073ed35caee00c7e 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuWindow.cpp b/src/belvuApp/belvuWindow.cpp index 11a4c4308afe6d1e1b388b0f9f86f35d97c4564b..715f89a49a4573278c3264b42bab9ec4388468b0 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvuWindow.hpp b/src/belvuApp/belvuWindow.hpp index a1344bfed96f594ce36094ff9d4c5764ec8e26e4..ac40de9d935ed9c389428d523ff99db28159c247 100644 --- a/src/belvuApp/belvuWindow.hpp +++ b/src/belvuApp/belvuWindow.hpp @@ -1,6 +1,6 @@ /* File: belvuWindow.h * Author: Gemma Barson, 2011-04-11 - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/belvuApp/belvu_.hpp b/src/belvuApp/belvu_.hpp index b436d318f82cfb57b8c48a8273b40a15900e8063..469e1cda512d4a71453eeace8fcbf4fed5eeb831 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/bigpicture.cpp b/src/blixemApp/bigpicture.cpp index 9e532b23e87c343e19747fc641fce367f45783bf..644d82c1af56656786c8533711e2ed2736793731 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/bigpicture.hpp b/src/blixemApp/bigpicture.hpp index 6d6419ce8138aee8dd5d683b256a60f2ee9c2497..20f9f5351724565949165e6487661b905496cc84 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/bigpicturegrid.cpp b/src/blixemApp/bigpicturegrid.cpp index 4e04665ad3d8612616a7cce26037b9815b7ff847..bc8e5b4dc26a282ee02dc36b968eb82d116fb5f4 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/bigpicturegrid.hpp b/src/blixemApp/bigpicturegrid.hpp index 82f4deed06892dd91349c28abe675ced183ed38b..c300e081cde9fe32aa100420a508c3a5447dcdfc 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blixem_.hpp b/src/blixemApp/blixem_.hpp index d826b1db232618b5c3ec4a851b6f2dfc10109938..0630a972013775fac69fe56d96afbf6d279bdda5 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxFetch.cpp b/src/blixemApp/blxFetch.cpp index 89b5b529673d706f4e80e3af76772142e8175812..26f1e74fc91c2868b319a36ff7cca7b663273933 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxFetchDb.cpp b/src/blixemApp/blxFetchDb.cpp index 7f426c758e310583126728a6c04d6131ed18cf71..372a63f202559b9f0b33c85614cf4ea77cf4bc76 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxcontext.cpp b/src/blixemApp/blxcontext.cpp index 791b5c38b516f869fd18cce3baa1807fa8c086fb..e3a45e0cc979141a07ca5303df64aad9c3a7e397 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxcontext.hpp b/src/blixemApp/blxcontext.hpp index 483cc2bf389185651a62fa961960ac34d3fe9709..c8cb3baffb15caa80b899db48f314f0783084495 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxdotter.cpp b/src/blixemApp/blxdotter.cpp index 4b8af282cea711112b20704e36897bc061ac4e05..c641ae653a48c5dcf7b2af1ff2ecfb55a980e9f9 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxdotter.hpp b/src/blixemApp/blxdotter.hpp index 83420a9df1980ab669d9405e263e0c51ea4e4611..ae2cbd330c87fe6241661e5c6a6e48c5562d4604 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxmain.cpp b/src/blixemApp/blxmain.cpp index 78962913e90de8ddfae50c1c412dd0c5058037ff..ef6ee018b9b1c1660fe3376ae5773bf03245a349 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxpanel.cpp b/src/blixemApp/blxpanel.cpp index be08868b3b78a00c881d30b3f1920064b9bd8741..28abda84e2911288b57c2d5dc1923d18b6808b87 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxpanel.hpp b/src/blixemApp/blxpanel.hpp index 892f20c5339ae7579e4237d295de0147ae6708ab..96acb8d13febe8cf1de6fadf0295b3e82c1b9e9e 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxview.cpp b/src/blixemApp/blxview.cpp index 0a521a2925b028af526a3be5244c557010c0ffe8..83badba59090d0cda97a8cd3f02cced6400eb8e0 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxview.hpp b/src/blixemApp/blxview.hpp index 16988cddcb9c118391a07d269beb1a615f31f2d2..99b21cc2eb4a1e2e3142143281e3ba59be7c94a8 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxwindow.cpp b/src/blixemApp/blxwindow.cpp index fe770694fe15f6cdf313a67c70bb321dc4cd67b4..a7da70800aa3e6c095c02f7f171dafba8b47e85c 100644 --- 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/blxwindow.hpp b/src/blixemApp/blxwindow.hpp index a4ced258cb9bb419e1947b08df5245cffa46e4cd..e606fbcb1e291ee420f136cfd5da3b15d8e435ac 100644 --- 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/coverageview.cpp b/src/blixemApp/coverageview.cpp index d27ca07ff1673ecb20c531c4b69d705546c3ed8f..0c3fc66ef2c4436ec4358d7f7f5fb3c80b05eb20 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/coverageview.hpp b/src/blixemApp/coverageview.hpp index 58e043cc42da1bd203346f423d89e4d0b0b804d9..d38335570a90442cef243d5081a12446176c796a 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/detailview.cpp b/src/blixemApp/detailview.cpp index 16f31b3180248ccc32e43bacf7e99cd7ae05d3c3..c9802d151b3bd593cd117f6029e53096a1ddd315 100644 --- 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/detailview.hpp b/src/blixemApp/detailview.hpp index f98aeb9eeb230a4e761e36f10b62ed3187cae976..b8f08b75e399bee5c3711fddbffde58f185eb962 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/detailviewtree.cpp b/src/blixemApp/detailviewtree.cpp index fe5901cf2b5346923f1f75d495ccca9d37642a2d..04473dc1a9882caf03819f63020a375de18132f1 100644 --- 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/detailviewtree.hpp b/src/blixemApp/detailviewtree.hpp index a1d0de1987fdeea19d4c449190f77c60f21dcdab..0de19a9ef6d37dd038c624f9cd90ecd5087fd3e8 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/exonview.cpp b/src/blixemApp/exonview.cpp index f8d1ec829839bb26a59153ee764e87cc163036be..3d8c73ecd1dc3ced3c96c904adb8d2198096433e 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/exonview.hpp b/src/blixemApp/exonview.hpp index ee86eeea7810bcaec8a59c8e7267ab44cca4b02f..806d302683f7d7a7a5a424c2531b57890fa9a28a 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/sequencecellrenderer.cpp b/src/blixemApp/sequencecellrenderer.cpp index c4260a8810b02ce37df9395cfd92a6f92adc5c43..53520aac369968841f18573395ce9100e150c1a6 100644 --- 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/blixemApp/sequencecellrenderer.hpp b/src/blixemApp/sequencecellrenderer.hpp index eab45823f7be96ffd4eeb955c6708bad44a1482a..19769542802f9a241b31d8b3a6bceed9594ff334 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/alignmenttool.cpp b/src/dotterApp/alignmenttool.cpp index 45aa62c49676f1af8bfdad9a2c3e30a238f839c7..2e428ac81f68529b576382a994f785f9554b894e 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotplot.cpp b/src/dotterApp/dotplot.cpp index dd27a1176413b3f0102f8faec1a2fd7954101955..124db72a66ffc53ab6d73f986cd28f4db9b0d2cd 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotter.cpp b/src/dotterApp/dotter.cpp index cd4353b0831ac0330baf3fb5a5d1344e69401df7..ff558591b80c634b08a65e21d237ae0e524b7ae2 100644 --- a/src/dotterApp/dotter.cpp +++ b/src/dotterApp/dotter.cpp @@ -1,6 +1,6 @@ /* File: dotplot.c * Author: Erik Sonnhammer, 1993-09-04 - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotter.hpp b/src/dotterApp/dotter.hpp index 808d44a70546453b8e5d38d0b0921e09df9b8297..dd3e830fdb2c8e4d72c48be4929da3c28e5e5ff9 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotterKarlin.cpp b/src/dotterApp/dotterKarlin.cpp index 0385b321bff9ced02712c2bf070d5922b26deadb..1d6e64b53aa89872d7e1b17b085482160834c6e0 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotterMain.cpp b/src/dotterApp/dotterMain.cpp index 7590ce993c4f6ec5453ee7272ba789e7fbcd1b25..848680ec4fe11c7a13994bd6a5175f737dc1ad67 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/dotter_.hpp b/src/dotterApp/dotter_.hpp index 466329801694c7c22978d1b742d349361c816f94..5b22d3869db83ca9dca0693cc64469e02379a82c 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/greyramptool.cpp b/src/dotterApp/greyramptool.cpp index 133e6c0a050a50d5281e20bf0f2d618ec6a3d563..7474b96785397f7a676f8aec55982afd333ea3b3 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/seqtoolsExonView.cpp b/src/dotterApp/seqtoolsExonView.cpp index 731927ca3ff59f011db7d3722aeedf5e14773146..8544e1d5ffba38a44c20e04b2e4f0ce2d86790d4 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/dotterApp/seqtoolsExonView.hpp b/src/dotterApp/seqtoolsExonView.hpp index 2c5ec35c219fa66b6ffc186d42d77de9136e3961..62524c9fc0bf9b8ead97376459d41618d069ea7d 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/runconfig.sh b/src/runconfig.sh index 385a069f8bdd491d6b6afd6ca8f32f180107b026..70a4bc8138246857b2f46e9d5188c2f36b125356 100755 --- a/src/runconfig.sh +++ b/src/runconfig.sh @@ -1,4 +1,20 @@ #!/bin/bash + +# 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. + + # # runconfig.sh # diff --git a/src/seqtoolsUtils/blxGff3Parser.cpp b/src/seqtoolsUtils/blxGff3Parser.cpp index fadafa5e4389b8f86e270403f399c3f5c0b39715..9cc4e06aa2e7a9b7593a80568e7a876dd6ad17a8 100644 --- a/src/seqtoolsUtils/blxGff3Parser.cpp +++ b/src/seqtoolsUtils/blxGff3Parser.cpp @@ -1,6 +1,6 @@ /* File: blxGff3parser.c * Author: Gemma Barson - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/blxGff3Parser.hpp b/src/seqtoolsUtils/blxGff3Parser.hpp index c44779a061bdfc03d4a676acb17eb5233b033492..c6820cf2a3ff6f766b664102b76b9b9da673bebc 100644 --- a/src/seqtoolsUtils/blxGff3Parser.hpp +++ b/src/seqtoolsUtils/blxGff3Parser.hpp @@ -1,6 +1,6 @@ /* File: blxGff3parser.h * Author: Gemma Barson - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/blxmsp.cpp b/src/seqtoolsUtils/blxmsp.cpp index 3903a2d64ef86e4cbd69510981cce9f86e7f55c0..1917cc13058b08aa290dd8727219f9beb1c1ce5e 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/blxmsp.hpp b/src/seqtoolsUtils/blxmsp.hpp index e4dd7b86838f756aea93d25ff6293f602336655b..fec25c5b39c00e6282a8a148c6afd1464aa4556f 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/blxparser.cpp b/src/seqtoolsUtils/blxparser.cpp index f4fb1d36ea0ec9252e541ce1949f91b49ecd1d77..ef1cb151f9be37862e99886d3afb1fd399e3bf33 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/blxparser.hpp b/src/seqtoolsUtils/blxparser.hpp index 54ee6928fc116d8d405e60a8db26439a428e7f09..7af99db74d7912b6629e0aefc8f091bba8d30854 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/iupac.hpp b/src/seqtoolsUtils/iupac.hpp index ca354df03c331994e54d00921231832a4d71ae4b..013ac4db23252eb65ec768e6cacb6651fc5ac8ab 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/seqtoolsFetch.cpp b/src/seqtoolsUtils/seqtoolsFetch.cpp index 8c8f55a1de67dcb9f838882a24ef474353ad0219..d67dc4022039c06392800474494533546e34ac2f 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/seqtoolsFetch.hpp b/src/seqtoolsUtils/seqtoolsFetch.hpp index 1fae37b5862d13d130bf31fd9cd23aecc858c0e2..7b3fb9d3c11382ca7836c7ecc9e06f7009992b39 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/seqtoolsWebBrowser.cpp b/src/seqtoolsUtils/seqtoolsWebBrowser.cpp index c12b9d692a8561b0e9227678bdb0c1d0d2b9f878..77b78b6a0bc680a46b4d0ef84be17dda8f174699 100644 --- a/src/seqtoolsUtils/seqtoolsWebBrowser.cpp +++ b/src/seqtoolsUtils/seqtoolsWebBrowser.cpp @@ -1,6 +1,6 @@ /* File: seqtoolsWebBrowser.c * Author: Gemma Barson - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/translate.cpp b/src/seqtoolsUtils/translate.cpp index 2cd2bfea64366b9ff99ab44d7d22954df907080c..df4c3aa9dac694ff66a5e6389cc156de967a9825 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/utilities.cpp b/src/seqtoolsUtils/utilities.cpp index 3d73effc68eb502a0bfa76350594effe4de47179..ededb46cacfb0eef3998e51565523623d9e026cc 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/utilities.hpp b/src/seqtoolsUtils/utilities.hpp index d109f517ae25efa977a21eb1f6d9c965f0ec334b..d55ec4ec3ee96565da30d861fdcdcbed97f2a27b 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-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/seqtoolsUtils/version.hpp b/src/seqtoolsUtils/version.hpp index f189acca57b0b93f9a74cd994c4e7abf64186957..30a3b62dc70e25dfbb39010a2ca103b8b8d58aed 100644 --- a/src/seqtoolsUtils/version.hpp +++ b/src/seqtoolsUtils/version.hpp @@ -1,6 +1,6 @@ /* File: version.h * Author: Ed Griffiths - * Copyright [2018-2019] EMBL-European Bioinformatics Institute + * Copyright [2018-2020] EMBL-European Bioinformatics Institute * Copyright (c) 2006-2017 Genome Research Ltd * --------------------------------------------------------------------------- * Licensed under the Apache License, Version 2.0 (the "License");