Skip to content

Commit 0d74266

Browse files
archetipoaitorbouzas
authored andcommitted
FIX License type
1 parent 12410e9 commit 0d74266

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

auto_backup/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
33
# © 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).
4+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
55

66
from . import db_backup

auto_backup/models/db_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
33
# © 2015 Agile Business Group <http://www.agilebg.com>
44
# © 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
5-
# License GPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
5+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
66

77
import os
88
import shutil

0 commit comments

Comments
 (0)