From e92621e5e350f19a326a19f1379b505aa5a248e7 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 4 Jul 2013 20:55:43 +0200 Subject: [PATCH] Fix headers --- weboob/applications/handjoob/__init__.py | 19 +++++++++++++++++++ weboob/applications/handjoob/handjoob.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/weboob/applications/handjoob/__init__.py b/weboob/applications/handjoob/__init__.py index b225e6db..7cf03102 100644 --- a/weboob/applications/handjoob/__init__.py +++ b/weboob/applications/handjoob/__init__.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- + +# Copyright(C) 2013 Bezleputh +# +# This file is part of weboob. +# +# weboob 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. +# +# weboob 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 weboob. If not, see . + from .handjoob import Handjoob __all__ = ['Handjoob'] diff --git a/weboob/applications/handjoob/handjoob.py b/weboob/applications/handjoob/handjoob.py index e1bbbdd5..a4c518cd 100644 --- a/weboob/applications/handjoob/handjoob.py +++ b/weboob/applications/handjoob/handjoob.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2012 Bezleputh +# Copyright(C) 2013 Bezleputh # # This file is part of weboob. #