We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12410e9 commit 0d74266Copy full SHA for 0d74266
2 files changed
auto_backup/models/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
3
# © 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
4
-# 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).
5
6
from . import db_backup
auto_backup/models/db_backup.py
@@ -2,7 +2,7 @@
# © 2015 Agile Business Group <http://www.agilebg.com>
7
import os
8
import shutil
0 commit comments