From 5d53dcc70079ca3041cc731bac44e9baf9a289f4 Mon Sep 17 00:00:00 2001 From: "P. Christeas" Date: Tue, 23 Nov 2010 20:33:57 +0200 Subject: [PATCH] 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 --- bin/service/websrv_lib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4