Browse Source

FIX License type

pull/1384/head
archetipo 8 years ago
committed by Aitor Bouzas
parent
commit
75b6312f3b
  1. 2
      auto_backup/models/__init__.py
  2. 2
      auto_backup/models/db_backup.py

2
auto_backup/models/__init__.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
# © 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

2
auto_backup/models/db_backup.py

@ -2,7 +2,7 @@
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
# © 2015 Agile Business Group <http://www.agilebg.com>
# © 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

Loading…
Cancel
Save