From: P. Christeas Date: Tue, 23 Nov 2010 18:33:57 +0000 (+0200) Subject: websrv_lib: update copyright and remove bogus note X-Git-Tag: 6.0.0-rc2-addons~120^2~5^2~4^2~3 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=5d53dcc70079ca3041cc731bac44e9baf9a289f4;p=odoo%2Fodoo.git websrv_lib: update copyright and remove bogus note The reference to the "ganeti" project has always been totally arbitrary and false. It is true that some parts of "websrv_lib" have been based on Python's BaseHTTPServer and SimpleHTTPServer classes, but not more than that. Overriding and perhaps resembling to parent classes is the most common thing in OO programming. But never copied or knew about any "ganeti" project whatsoever. (actually, the code mentioned at the url admits itself that it copies the BaseHTTPServer, a common denominator) Git history to your help, all the code evolution is clearly recorded. bzr revid: p_christ@hol.gr-20101123183357-fjroqywizql2qdkk --- diff --git a/bin/service/websrv_lib.py b/bin/service/websrv_lib.py index fd5bedc..c89bcee 100644 --- a/bin/service/websrv_lib.py +++ b/bin/service/websrv_lib.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright P. Christeas 2008,2009 -# A part of the code comes from the ganeti project: http://www.mail-archive.com/ganeti-devel@googlegroups.com/msg00713.html# +# Copyright P. Christeas 2008-2010 # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential