diff --git a/auto_backup/models/__init__.py b/auto_backup/models/__init__.py index 93ebdcad94e..50c79cdf26a 100644 --- a/auto_backup/models/__init__.py +++ b/auto_backup/models/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ?? 2004-2009 Tiny SPRL (). # ?? 2016 Grupo ESOC Ingenier??a de Servicios, S.L.U. - Jairo Llopis -# License GPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). from . import db_backup diff --git a/auto_backup/models/db_backup.py b/auto_backup/models/db_backup.py index 6e08d2a2fb5..485ed2a4718 100644 --- a/auto_backup/models/db_backup.py +++ b/auto_backup/models/db_backup.py @@ -2,7 +2,7 @@ # ?? 2004-2009 Tiny SPRL (). # ?? 2015 Agile Business Group # ?? 2016 Grupo ESOC Ingenier??a de Servicios, S.L.U. - Jairo Llopis -# License GPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). import os import shutil