From 56fa1958c2e6f24332668c8d8393445a3599827a Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 2 Sep 2020 16:01:24 +0200 Subject: [PATCH] update header of licence --- LICENCE-files/avis-licence.txt | 54 +++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/LICENCE-files/avis-licence.txt b/LICENCE-files/avis-licence.txt index 6996ee3c..036f89a7 100644 --- a/LICENCE-files/avis-licence.txt +++ b/LICENCE-files/avis-licence.txt @@ -1,26 +1,34 @@ #!/usr/bin/env python3 # coding: utf-8 -############################################################################### - -This file is part of PanACOTA. - -Authors: Amandine Perrin -Copyright © 2016-2018 Institut Pasteur (Paris). -See the COPYRIGHT file for details. - -PanACOTA is a software providing tools for large scale bacterial comparative genomics. From a set of complete and/or draft genomes, you can: - - - Do a quality control of your strains, to eliminate poor quality genomes, which would not give any information for the comparative study - - Uniformly annotate all genomes - - Do a Pan-genome - - Do a Core or Persistent genome - - Align all Core/Persistent families - - Infer a phylogenetic tree from the Core/Persistent families - -PanACOTA is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -PanACOTA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero GNU General Public License for more details. - -You should have received a copy of the Affero GNU General Public License along with PanACOTA (COPYING file). If not, see <https://www.gnu.org/licenses/>. - -############################################################################### \ No newline at end of file +# ############################################################################### +# This file is part of PanACOTA. # +# # +# Authors: Amandine Perrin # +# Copyright © 2018-2020 Institut Pasteur (Paris). # +# See the COPYRIGHT file for details. # +# # +# PanACOTA is a software providing tools for large scale bacterial comparative # +# genomics. From a set of complete and/or draft genomes, you can: # +# - Do a quality control of your strains, to eliminate poor quality # +# genomes, which would not give any information for the comparative study # +# - Uniformly annotate all genomes # +# - Do a Pan-genome # +# - Do a Core or Persistent genome # +# - Align all Core/Persistent families # +# - Infer a phylogenetic tree from the Core/Persistent families # +# # +# PanACOTA is free software: you can redistribute it and/or modify it under the # +# terms of the Affero GNU General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PanACOTA is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the Affero GNU General Public License # +# for more details. # +# # +# You should have received a copy of the Affero GNU General Public License # +# along with PanACOTA (COPYING file). # +# If not, see <https://www.gnu.org/licenses/>. # +# ############################################################################### \ No newline at end of file -- GitLab