From 8a07ef64a70b7a99493491aaaba0d2cd8b7b9700 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Sun, 20 Sep 2020 18:57:53 +0200 Subject: [PATCH] Update utils.py --- curation_tool/utils.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/curation_tool/utils.py b/curation_tool/utils.py index 5b991a8..86a08c6 100644 --- a/curation_tool/utils.py +++ b/curation_tool/utils.py @@ -7,17 +7,18 @@ # Authors: Amandine PERRIN # # Copyright (c) 2020 Institut Pasteur, CNRS # # # +# This file is part of the curation program. # # This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU Affero General Public License as # +# it under the terms of the GNU General Public License as # # published by the Free Software Foundation, either version 3 of the # # License, or (at your option) any later version. # # # # This program 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 # -# GNU Affero General Public License for more details. # +# GNU General Public License for more details. # # # -# You should have received a copy of the GNU Affero General Public License # +# You should have received a copy of the GNU General Public License # # along with this program. If not, see <https://www.gnu.org/licenses/>. # # # ############################################################################# -- GitLab