diff --git a/LICENSE b/LICENSE index 74020c52..66e186c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009-2014 Martin Wendt +Copyright (c) 2009-2015 Martin Wendt Original PyFileServer Copyright (c) 2005 Ho Chun Wei; PyFileServer is licensed under LGPL; Ho Chun Wei gave the permission to diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 3e4a9dc3..24b6fe02 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = u'WsgiDAV' -copyright = u'2014 Martin Wendt, 2005 Ho Chun Wei' +copyright = u'2009-2015 Martin Wendt, 2005 Ho Chun Wei' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -274,7 +274,7 @@ epub_title = u'WsgiDAV' epub_author = u'Martin Wendt' epub_publisher = u'Martin Wendt' -epub_copyright = u'2014, Martin Wendt' +epub_copyright = u'2009-2015, Martin Wendt' # The basename for the epub file. It defaults to the project name. #epub_basename = u'wsgidav' diff --git a/tests/benchmarks.py b/tests/benchmarks.py index 53fe0573..4014a63c 100644 --- a/tests/benchmarks.py +++ b/tests/benchmarks.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Benchmark suite for WsgiDAV. diff --git a/tests/test_litmus.py b/tests/test_litmus.py index cc806306..c0010f43 100644 --- a/tests/test_litmus.py +++ b/tests/test_litmus.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Run litmus against WsgiDAV server. diff --git a/tests/test_lock_manager.py b/tests/test_lock_manager.py index f9b51b96..a6350a04 100644 --- a/tests/test_lock_manager.py +++ b/tests/test_lock_manager.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """Unit test for lock_manager.py""" from tempfile import gettempdir diff --git a/tests/test_property_manager.py b/tests/test_property_manager.py index 28705b07..da557532 100644 --- a/tests/test_property_manager.py +++ b/tests/test_property_manager.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """Unit test for property_manager.py""" from tempfile import gettempdir diff --git a/tests/test_scripted.py b/tests/test_scripted.py index 18700df4..c7d94638 100644 --- a/tests/test_scripted.py +++ b/tests/test_scripted.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Functional test suite for WsgiDAV. diff --git a/tests/test_util.py b/tests/test_util.py index 3c43c71d..2d31a2f2 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """Unit tests for wsgidav.util""" diff --git a/tests/test_wsgidav_app.py b/tests/test_wsgidav_app.py index 56e3f037..01c714ba 100644 --- a/tests/test_wsgidav_app.py +++ b/tests/test_wsgidav_app.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Unit test for wsgidav HTTP request functionality diff --git a/wsgidav/addons/couch_property_manager.py b/wsgidav/addons/couch_property_manager.py index b840b8c7..3565bd91 100644 --- a/wsgidav/addons/couch_property_manager.py +++ b/wsgidav/addons/couch_property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Implements a property manager based on CouchDB. diff --git a/wsgidav/addons/hg_dav_provider.py b/wsgidav/addons/hg_dav_provider.py index 06a19032..f44329e6 100644 --- a/wsgidav/addons/hg_dav_provider.py +++ b/wsgidav/addons/hg_dav_provider.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ DAV provider that publishes a Mercurial repository. diff --git a/wsgidav/addons/mongo_property_manager.py b/wsgidav/addons/mongo_property_manager.py index d7901941..137ef4c1 100644 --- a/wsgidav/addons/mongo_property_manager.py +++ b/wsgidav/addons/mongo_property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Implements a property manager based on MongoDB. diff --git a/wsgidav/addons/mysql_dav_provider.py b/wsgidav/addons/mysql_dav_provider.py index 5d7c57f1..6ede575a 100644 --- a/wsgidav/addons/mysql_dav_provider.py +++ b/wsgidav/addons/mysql_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/addons/nt_domain_controller.py b/wsgidav/addons/nt_domain_controller.py index ab0a85e2..60b7f60c 100644 --- a/wsgidav/addons/nt_domain_controller.py +++ b/wsgidav/addons/nt_domain_controller.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/dav_error.py b/wsgidav/dav_error.py index 0fdb55c6..f80bc1b6 100644 --- a/wsgidav/dav_error.py +++ b/wsgidav/dav_error.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/dav_provider.py b/wsgidav/dav_provider.py index 9598ecfa..a6eabb96 100644 --- a/wsgidav/dav_provider.py +++ b/wsgidav/dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/debug_filter.py b/wsgidav/debug_filter.py index d9ee743d..e3f8e121 100644 --- a/wsgidav/debug_filter.py +++ b/wsgidav/debug_filter.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/dir_browser.py b/wsgidav/dir_browser.py index dbae72fb..cdb3a6ed 100644 --- a/wsgidav/dir_browser.py +++ b/wsgidav/dir_browser.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/domain_controller.py b/wsgidav/domain_controller.py index 9945465c..b97b8185 100644 --- a/wsgidav/domain_controller.py +++ b/wsgidav/domain_controller.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/error_printer.py b/wsgidav/error_printer.py index ea1cbf0a..d961f1bf 100644 --- a/wsgidav/error_printer.py +++ b/wsgidav/error_printer.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/fs_dav_provider.py b/wsgidav/fs_dav_provider.py index 9ad1aae0..b979af56 100644 --- a/wsgidav/fs_dav_provider.py +++ b/wsgidav/fs_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/http_authenticator.py b/wsgidav/http_authenticator.py index 348f5925..0dec03bb 100644 --- a/wsgidav/http_authenticator.py +++ b/wsgidav/http_authenticator.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/lock_manager.py b/wsgidav/lock_manager.py index ca8bd660..2bebb06c 100644 --- a/wsgidav/lock_manager.py +++ b/wsgidav/lock_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/lock_storage.py b/wsgidav/lock_storage.py index bae93609..8d035196 100644 --- a/wsgidav/lock_storage.py +++ b/wsgidav/lock_storage.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/property_manager.py b/wsgidav/property_manager.py index 296b9632..b8357c11 100644 --- a/wsgidav/property_manager.py +++ b/wsgidav/property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/request_resolver.py b/wsgidav/request_resolver.py index 7d08c9fb..95701cd5 100644 --- a/wsgidav/request_resolver.py +++ b/wsgidav/request_resolver.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/request_server.py b/wsgidav/request_server.py index 73aabaa5..b4ed1efe 100644 --- a/wsgidav/request_server.py +++ b/wsgidav/request_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/samples/dav_provider_tools.py b/wsgidav/samples/dav_provider_tools.py index 610876b1..f44e244e 100644 --- a/wsgidav/samples/dav_provider_tools.py +++ b/wsgidav/samples/dav_provider_tools.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/samples/mongo_dav_provider.py b/wsgidav/samples/mongo_dav_provider.py index 043f8d9e..699a17f0 100644 --- a/wsgidav/samples/mongo_dav_provider.py +++ b/wsgidav/samples/mongo_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Implementation of a WebDAV provider that provides a very basic, read-only diff --git a/wsgidav/samples/virtual_dav_provider.py b/wsgidav/samples/virtual_dav_provider.py index 4d287be2..c57d7c2b 100644 --- a/wsgidav/samples/virtual_dav_provider.py +++ b/wsgidav/samples/virtual_dav_provider.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Sample implementation of a DAV provider that provides a browsable, diff --git a/wsgidav/server/ext_wsgiutils_server.py b/wsgidav/server/ext_wsgiutils_server.py index 2abf1d44..5308879f 100644 --- a/wsgidav/server/ext_wsgiutils_server.py +++ b/wsgidav/server/ext_wsgiutils_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/server/run_reloading_server.py b/wsgidav/server/run_reloading_server.py index f15872cb..2276d221 100644 --- a/wsgidav/server/run_reloading_server.py +++ b/wsgidav/server/run_reloading_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ Wrapper for ``run_server``, that restarts the server when source code is diff --git a/wsgidav/server/server_sample.py b/wsgidav/server/server_sample.py index e8668716..1e75888c 100644 --- a/wsgidav/server/server_sample.py +++ b/wsgidav/server/server_sample.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/util.py b/wsgidav/util.py index 1b2af0b0..c533730d 100644 --- a/wsgidav/util.py +++ b/wsgidav/util.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/wsgidav_app.py b/wsgidav/wsgidav_app.py index d6c1cc1e..8be720ea 100644 --- a/wsgidav/wsgidav_app.py +++ b/wsgidav/wsgidav_app.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ diff --git a/wsgidav/xml_tools.py b/wsgidav/xml_tools.py index a9d16d21..17f902e5 100644 --- a/wsgidav/xml_tools.py +++ b/wsgidav/xml_tools.py @@ -1,4 +1,4 @@ -# (c) 2009-2014 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav # Original PyFileServer (c) 2005 Ho Chun Wei. # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """