diff --git a/doc/PyConDC_2003/bpl.html b/doc/PyConDC_2003/bpl.html
old mode 100755
new mode 100644
diff --git a/doc/PyConDC_2003/bpl.pdf b/doc/PyConDC_2003/bpl.pdf
old mode 100755
new mode 100644
diff --git a/doc/PyConDC_2003/python_cpp_mix.jpg b/doc/PyConDC_2003/python_cpp_mix.jpg
old mode 100755
new mode 100644
diff --git a/doc/PyConDC_2003/python_cpp_mix.png b/doc/PyConDC_2003/python_cpp_mix.png
old mode 100755
new mode 100644
diff --git a/doc/internals.html b/doc/internals.html
old mode 100755
new mode 100644
diff --git a/doc/internals.rst b/doc/internals.rst
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/alert.png b/doc/tutorial/doc/html/images/alert.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/home.png b/doc/tutorial/doc/html/images/home.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/next.png b/doc/tutorial/doc/html/images/next.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/note.png b/doc/tutorial/doc/html/images/note.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/prev.png b/doc/tutorial/doc/html/images/prev.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/tip.png b/doc/tutorial/doc/html/images/tip.png
old mode 100755
new mode 100644
diff --git a/doc/tutorial/doc/html/images/up.png b/doc/tutorial/doc/html/images/up.png
old mode 100755
new mode 100644
diff --git a/doc/v2/instance_holder.html b/doc/v2/instance_holder.html
old mode 100755
new mode 100644
diff --git a/doc/v2/lvalue_from_pytype.html b/doc/v2/lvalue_from_pytype.html
old mode 100755
new mode 100644
diff --git a/doc/v2/operators.html b/doc/v2/operators.html
old mode 100755
new mode 100644
diff --git a/doc/v2/raw_function.html b/doc/v2/raw_function.html
old mode 100755
new mode 100644
diff --git a/doc/v2/return_arg.html b/doc/v2/return_arg.html
old mode 100755
new mode 100644
diff --git a/doc/v2/stl_iterator.html b/doc/v2/stl_iterator.html
old mode 100755
new mode 100644
diff --git a/doc/v2/type_id.html b/doc/v2/type_id.html
old mode 100755
new mode 100644
diff --git a/doc/v2/wrapper.html b/doc/v2/wrapper.html
old mode 100755
new mode 100644
diff --git a/example/Jamroot b/example/Jamroot
old mode 100755
new mode 100644
diff --git a/example/boost-build.jam b/example/boost-build.jam
old mode 100755
new mode 100644
diff --git a/example/quickstart/Jamroot b/example/quickstart/Jamroot
old mode 100755
new mode 100644
diff --git a/include/boost/python/arg_from_python.hpp b/include/boost/python/arg_from_python.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/base_type_traits.hpp b/include/boost/python/base_type_traits.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/borrowed.hpp b/include/boost/python/borrowed.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/cast.hpp b/include/boost/python/cast.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/arg_from_python.hpp b/include/boost/python/converter/arg_from_python.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/arg_to_python.hpp b/include/boost/python/converter/arg_to_python.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/arg_to_python_base.hpp b/include/boost/python/converter/arg_to_python_base.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/context_result_converter.hpp b/include/boost/python/converter/context_result_converter.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/object_manager.hpp b/include/boost/python/converter/object_manager.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/pytype_function.hpp b/include/boost/python/converter/pytype_function.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/converter/return_from_python.hpp b/include/boost/python/converter/return_from_python.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/def_visitor.hpp b/include/boost/python/def_visitor.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/borrowed_ptr.hpp b/include/boost/python/detail/borrowed_ptr.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/convertible.hpp b/include/boost/python/detail/convertible.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/copy_ctor_mutates_rhs.hpp b/include/boost/python/detail/copy_ctor_mutates_rhs.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/def_helper_fwd.hpp b/include/boost/python/detail/def_helper_fwd.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/enable_if.hpp b/include/boost/python/detail/enable_if.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/force_instantiate.hpp b/include/boost/python/detail/force_instantiate.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/is_shared_ptr.hpp b/include/boost/python/detail/is_shared_ptr.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/is_wrapper.hpp b/include/boost/python/detail/is_wrapper.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/nullary_function_adaptor.hpp b/include/boost/python/detail/nullary_function_adaptor.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/prefix.hpp b/include/boost/python/detail/prefix.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/python_type.hpp b/include/boost/python/detail/python_type.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/sfinae.hpp b/include/boost/python/detail/sfinae.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/unwind_type.hpp b/include/boost/python/detail/unwind_type.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/unwrap_type_id.hpp b/include/boost/python/detail/unwrap_type_id.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/unwrap_wrapper.hpp b/include/boost/python/detail/unwrap_wrapper.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/value_arg.hpp b/include/boost/python/detail/value_arg.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/detail/wrapper_base.hpp b/include/boost/python/detail/wrapper_base.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/docstring_options.hpp b/include/boost/python/docstring_options.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/handle.hpp b/include/boost/python/handle.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/handle_fwd.hpp b/include/boost/python/handle_fwd.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/instance_holder.hpp b/include/boost/python/instance_holder.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object.hpp b/include/boost/python/object.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object/class_metadata.hpp b/include/boost/python/object/class_metadata.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object/function_doc_signature.hpp b/include/boost/python/object/function_doc_signature.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object/inheritance_query.hpp b/include/boost/python/object/inheritance_query.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object/stl_iterator_core.hpp b/include/boost/python/object/stl_iterator_core.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object_items.hpp b/include/boost/python/object_items.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object_protocol.hpp b/include/boost/python/object_protocol.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/object_protocol_core.hpp b/include/boost/python/object_protocol_core.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/other.hpp b/include/boost/python/other.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/override.hpp b/include/boost/python/override.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/proxy.hpp b/include/boost/python/proxy.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/pure_virtual.hpp b/include/boost/python/pure_virtual.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/raw_function.hpp b/include/boost/python/raw_function.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/refcount.hpp b/include/boost/python/refcount.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/return_arg.hpp b/include/boost/python/return_arg.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/self.hpp b/include/boost/python/self.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/stl_iterator.hpp b/include/boost/python/stl_iterator.hpp
old mode 100755
new mode 100644
diff --git a/include/boost/python/wrapper.hpp b/include/boost/python/wrapper.hpp
old mode 100755
new mode 100644
diff --git a/src/object/stl_iterator.cpp b/src/object/stl_iterator.cpp
old mode 100755
new mode 100644
diff --git a/src/wrapper.cpp b/src/wrapper.cpp
old mode 100755
new mode 100644
diff --git a/test/andreas_beyer.cpp b/test/andreas_beyer.cpp
old mode 100755
new mode 100644
diff --git a/test/borrowed.cpp b/test/borrowed.cpp
old mode 100755
new mode 100644
diff --git a/test/cltree.cpp b/test/cltree.cpp
old mode 100755
new mode 100644
diff --git a/test/copy_ctor_mutates_rhs.cpp b/test/copy_ctor_mutates_rhs.cpp
old mode 100755
new mode 100644
diff --git a/test/crossmod_exception_a.cpp b/test/crossmod_exception_a.cpp
old mode 100755
new mode 100644
diff --git a/test/crossmod_exception_b.cpp b/test/crossmod_exception_b.cpp
old mode 100755
new mode 100644
diff --git a/test/injected.cpp b/test/injected.cpp
old mode 100755
new mode 100644
diff --git a/test/int_map_indexing_suite.cpp b/test/int_map_indexing_suite.cpp
old mode 100755
new mode 100644
diff --git a/test/keywords.cpp b/test/keywords.cpp
old mode 100755
new mode 100644
diff --git a/test/object_fail1.cpp b/test/object_fail1.cpp
old mode 100755
new mode 100644
diff --git a/test/object_manager.cpp b/test/object_manager.cpp
old mode 100755
new mode 100644
diff --git a/test/operators.cpp b/test/operators.cpp
old mode 100755
new mode 100644
diff --git a/test/polymorphism2.cpp b/test/polymorphism2.cpp
old mode 100755
new mode 100644
diff --git a/test/polymorphism2_auto_ptr.cpp b/test/polymorphism2_auto_ptr.cpp
old mode 100755
new mode 100644
diff --git a/test/properties.cpp b/test/properties.cpp
old mode 100755
new mode 100644
diff --git a/test/raw_ctor.cpp b/test/raw_ctor.cpp
old mode 100755
new mode 100644
diff --git a/test/raw_pyobject_fail1.cpp b/test/raw_pyobject_fail1.cpp
old mode 100755
new mode 100644
diff --git a/test/raw_pyobject_fail2.cpp b/test/raw_pyobject_fail2.cpp
old mode 100755
new mode 100644
diff --git a/test/result.cpp b/test/result.cpp
old mode 100755
new mode 100644
diff --git a/test/return_arg.cpp b/test/return_arg.cpp
old mode 100755
new mode 100644
diff --git a/test/stl_iterator.cpp b/test/stl_iterator.cpp
old mode 100755
new mode 100644
diff --git a/test/voidptr.cpp b/test/voidptr.cpp
old mode 100755
new mode 100644
diff --git a/test/wrapper_held_type.cpp b/test/wrapper_held_type.cpp
old mode 100755
new mode 100644
diff --git a/todo.html b/todo.html
old mode 100755
new mode 100644