diff --git a/auto_backup/models/__init__.py b/auto_backup/models/__init__.py index 193305229..7c06b2f5a 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 891ee917c..832b0118c 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