From 0b07d2de7aba92bf0622f1cb0c6fc3c6d0229207 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 6 Mar 2019 10:00:32 +0100 Subject: [PATCH 1/5] utils: add copyright (#31114) --- passerelle/utils/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/passerelle/utils/__init__.py b/passerelle/utils/__init__.py index 5940f56..b5d9886 100644 --- a/passerelle/utils/__init__.py +++ b/passerelle/utils/__init__.py @@ -1,3 +1,18 @@ +# 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 . + from cStringIO import StringIO from functools import wraps import hashlib -- 2.20.1