From e79e77e16bbc71989db15a18153d51e40c55b630 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 2 Mar 2019 12:21:34 +0100 Subject: [PATCH 2/3] migrate_schemas: add copyright notice (#31042) --- .../management/commands/migrate_schemas.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hobo/multitenant/management/commands/migrate_schemas.py b/hobo/multitenant/management/commands/migrate_schemas.py index dc76213..4c7737d 100644 --- a/hobo/multitenant/management/commands/migrate_schemas.py +++ b/hobo/multitenant/management/commands/migrate_schemas.py @@ -1,3 +1,19 @@ +# hobo - portal to configure and deploy applications +# Copyright (C) 2019 Entr'ouvert +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import django from django.apps import apps -- 2.20.1