From 9205d8cf43ef7191dcbed9bb7cab4e85a1c4b8ba Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 28 Apr 2010 08:59:40 +0200 Subject: propre licensing information (LGPL-2.1). Hope I get it right this time. --- tasksqueue.py | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'tasksqueue.py') diff --git a/tasksqueue.py b/tasksqueue.py index 0165340..3bcbc70 100644 --- a/tasksqueue.py +++ b/tasksqueue.py @@ -1,8 +1,25 @@ +# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr +# +# This file is part of logilab-common. +# +# logilab-common is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 2.1 of the License, or (at your option) any +# later version. +# +# logilab-common 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 Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with Foobar. If not, see . """Prioritized tasks queue :organization: Logilab -:copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. -:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr + + """ __docformat__ = "restructuredtext en" -- cgit v1.2.1