doc webdav: update copyright header, add disclaimer about python-webdav

Yes, I have been subclassing the DAV module and improving on the existing
code, regarding that we couldn't ship our own version of the whole
python-webdav library (as in v5.x).
At commit b2a2c3f95416788, on 2010-04-06, we explicitly deleted our custom
copies of the DAV module and linked to the upstream project, in fact.

bzr revid: p_christ@hol.gr-20101209095950-qf2ppgdxw8y2lake
This commit is contained in:
P. Christeas 2010-12-09 11:59:50 +02:00
parent 6b2c832f5f
commit 03b7cb90c4
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
# -*- encoding: utf-8 -*-
#
# Copyright P. Christeas <p_christ@hol.gr> 2008,2009
# Copyright P. Christeas <p_christ@hol.gr> 2008-2010
#
# Disclaimer: Many of the functions below borrow code from the
# python-webdav library (http://code.google.com/p/pywebdav/ ),
# which they import and override to suit OpenERP functionality.
# python-webdav was written by: Simon Pamies <s.pamies@banality.de>
# Christian Scholz <mrtopf@webdav.de>
# Vince Spicer <vince@vince.ca>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential