From 5dd3f1a5b3c8ce261a8d143cfb3a30ff60859a3c Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Mar 2019 17:15:13 +0100 Subject: [PATCH 1/3] logger: add copyright notice (#31108) --- hobo/logger.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hobo/logger.py b/hobo/logger.py index 7e9a3ff..9a3646a 100644 --- a/hobo/logger.py +++ b/hobo/logger.py @@ -1,3 +1,19 @@ +# hobo - portal to configure and deploy applications +# Copyright (C) 2015 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 logging -- 2.20.1