diff --git a/LICENSE b/LICENSE index 66e186c1..680214ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009-2015 Martin Wendt +Copyright (c) 2009-2016 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 4e5673b6..ef538863 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'2009-2015 Martin Wendt, 2005 Ho Chun Wei' +copyright = u'2009-2016 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 @@ -286,7 +286,7 @@ epub_title = u'WsgiDAV' epub_author = u'Martin Wendt' epub_publisher = u'Martin Wendt' -epub_copyright = u'2009-2015, Martin Wendt' +epub_copyright = u'2009-2016, 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 4014a63c..e4c63ba1 100644 --- a/tests/benchmarks.py +++ b/tests/benchmarks.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 c0010f43..513132ec 100644 --- a/tests/test_litmus.py +++ b/tests/test_litmus.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 a6350a04..2579aef8 100644 --- a/tests/test_lock_manager.py +++ b/tests/test_lock_manager.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 da557532..c21cfc85 100644 --- a/tests/test_property_manager.py +++ b/tests/test_property_manager.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 c7d94638..197dec30 100644 --- a/tests/test_scripted.py +++ b/tests/test_scripted.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 2d31a2f2..5fd296b5 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 01c714ba..55a94d94 100644 --- a/tests/test_wsgidav_app.py +++ b/tests/test_wsgidav_app.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 3565bd91..42224e9c 100644 --- a/wsgidav/addons/couch_property_manager.py +++ b/wsgidav/addons/couch_property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 f44329e6..04f87dbc 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-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 137ef4c1..d147fa83 100644 --- a/wsgidav/addons/mongo_property_manager.py +++ b/wsgidav/addons/mongo_property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 6ede575a..ce412386 100644 --- a/wsgidav/addons/mysql_dav_provider.py +++ b/wsgidav/addons/mysql_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 60b7f60c..341d6f86 100644 --- a/wsgidav/addons/nt_domain_controller.py +++ b/wsgidav/addons/nt_domain_controller.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 f80bc1b6..196abc65 100644 --- a/wsgidav/dav_error.py +++ b/wsgidav/dav_error.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 d6bd4341..cf8c14d0 100644 --- a/wsgidav/dav_provider.py +++ b/wsgidav/dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 e3f8e121..bb8b34d8 100644 --- a/wsgidav/debug_filter.py +++ b/wsgidav/debug_filter.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 cdb3a6ed..3a24d5d3 100644 --- a/wsgidav/dir_browser.py +++ b/wsgidav/dir_browser.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 b97b8185..e5432567 100644 --- a/wsgidav/domain_controller.py +++ b/wsgidav/domain_controller.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 d961f1bf..8bb6f6a0 100644 --- a/wsgidav/error_printer.py +++ b/wsgidav/error_printer.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 981cd81f..8e5a234e 100644 --- a/wsgidav/fs_dav_provider.py +++ b/wsgidav/fs_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 ef4f5568..19b36417 100644 --- a/wsgidav/http_authenticator.py +++ b/wsgidav/http_authenticator.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 2bebb06c..527f0737 100644 --- a/wsgidav/lock_manager.py +++ b/wsgidav/lock_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 8d035196..bd80f04e 100644 --- a/wsgidav/lock_storage.py +++ b/wsgidav/lock_storage.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 b8357c11..9a44cf24 100644 --- a/wsgidav/property_manager.py +++ b/wsgidav/property_manager.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 95701cd5..e3bbf282 100644 --- a/wsgidav/request_resolver.py +++ b/wsgidav/request_resolver.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 b4ed1efe..df1e1fa6 100644 --- a/wsgidav/request_server.py +++ b/wsgidav/request_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 f44e244e..403399c9 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-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 699a17f0..e172aecf 100644 --- a/wsgidav/samples/mongo_dav_provider.py +++ b/wsgidav/samples/mongo_dav_provider.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 c57d7c2b..d50e75a8 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-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 5308879f..97fdf77a 100644 --- a/wsgidav/server/ext_wsgiutils_server.py +++ b/wsgidav/server/ext_wsgiutils_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 2276d221..d06bad51 100644 --- a/wsgidav/server/run_reloading_server.py +++ b/wsgidav/server/run_reloading_server.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 1e75888c..9c733526 100644 --- a/wsgidav/server/server_sample.py +++ b/wsgidav/server/server_sample.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 c533730d..ded93d3f 100644 --- a/wsgidav/util.py +++ b/wsgidav/util.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 ff2ac867..be8a3b02 100644 --- a/wsgidav/wsgidav_app.py +++ b/wsgidav/wsgidav_app.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 17f902e5..c7f47dd3 100644 --- a/wsgidav/xml_tools.py +++ b/wsgidav/xml_tools.py @@ -1,4 +1,4 @@ -# (c) 2009-2015 Martin Wendt and contributors; see WsgiDAV https://github.com/mar10/wsgidav +# (c) 2009-2016 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 """