diff --git a/.github/contributing.md b/.github/contributing.md old mode 100755 new mode 100644 diff --git a/.github/issue_template.md b/.github/issue_template.md old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/DeepCopy/DeepCopy.php b/DeepCopy/DeepCopy.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Exception/CloneException.php b/DeepCopy/Exception/CloneException.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Exception/PropertyException.php b/DeepCopy/Exception/PropertyException.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php b/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php b/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php b/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/Filter.php b/DeepCopy/Filter/Filter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/KeepFilter.php b/DeepCopy/Filter/KeepFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/ReplaceFilter.php b/DeepCopy/Filter/ReplaceFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Filter/SetNullFilter.php b/DeepCopy/Filter/SetNullFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/LICENSE b/DeepCopy/LICENSE old mode 100755 new mode 100644 diff --git a/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php b/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Matcher/Matcher.php b/DeepCopy/Matcher/Matcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Matcher/PropertyMatcher.php b/DeepCopy/Matcher/PropertyMatcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Matcher/PropertyNameMatcher.php b/DeepCopy/Matcher/PropertyNameMatcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Matcher/PropertyTypeMatcher.php b/DeepCopy/Matcher/PropertyTypeMatcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/Reflection/ReflectionHelper.php b/DeepCopy/Reflection/ReflectionHelper.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/Date/DateIntervalFilter.php b/DeepCopy/TypeFilter/Date/DateIntervalFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/ReplaceFilter.php b/DeepCopy/TypeFilter/ReplaceFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/ShallowCopyFilter.php b/DeepCopy/TypeFilter/ShallowCopyFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php b/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php b/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php b/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeFilter/TypeFilter.php b/DeepCopy/TypeFilter/TypeFilter.php old mode 100755 new mode 100644 diff --git a/DeepCopy/TypeMatcher/TypeMatcher.php b/DeepCopy/TypeMatcher/TypeMatcher.php old mode 100755 new mode 100644 diff --git a/DeepCopy/deep_copy.php b/DeepCopy/deep_copy.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Client.php b/Elastic/Elasticsearch/Client.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/ClientBuilder.php b/Elastic/Elasticsearch/ClientBuilder.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/ClientInterface.php b/Elastic/Elasticsearch/ClientInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/AbstractEndpoint.php b/Elastic/Elasticsearch/Endpoints/AbstractEndpoint.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/AsyncSearch.php b/Elastic/Elasticsearch/Endpoints/AsyncSearch.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Autoscaling.php b/Elastic/Elasticsearch/Endpoints/Autoscaling.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Cat.php b/Elastic/Elasticsearch/Endpoints/Cat.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Ccr.php b/Elastic/Elasticsearch/Endpoints/Ccr.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Cluster.php b/Elastic/Elasticsearch/Endpoints/Cluster.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/DanglingIndices.php b/Elastic/Elasticsearch/Endpoints/DanglingIndices.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Enrich.php b/Elastic/Elasticsearch/Endpoints/Enrich.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Eql.php b/Elastic/Elasticsearch/Endpoints/Eql.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Features.php b/Elastic/Elasticsearch/Endpoints/Features.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Fleet.php b/Elastic/Elasticsearch/Endpoints/Fleet.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Graph.php b/Elastic/Elasticsearch/Endpoints/Graph.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Ilm.php b/Elastic/Elasticsearch/Endpoints/Ilm.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Indices.php b/Elastic/Elasticsearch/Endpoints/Indices.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Ingest.php b/Elastic/Elasticsearch/Endpoints/Ingest.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/License.php b/Elastic/Elasticsearch/Endpoints/License.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Logstash.php b/Elastic/Elasticsearch/Endpoints/Logstash.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Migration.php b/Elastic/Elasticsearch/Endpoints/Migration.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Ml.php b/Elastic/Elasticsearch/Endpoints/Ml.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Monitoring.php b/Elastic/Elasticsearch/Endpoints/Monitoring.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Nodes.php b/Elastic/Elasticsearch/Endpoints/Nodes.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Rollup.php b/Elastic/Elasticsearch/Endpoints/Rollup.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/SearchableSnapshots.php b/Elastic/Elasticsearch/Endpoints/SearchableSnapshots.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Security.php b/Elastic/Elasticsearch/Endpoints/Security.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Shutdown.php b/Elastic/Elasticsearch/Endpoints/Shutdown.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Slm.php b/Elastic/Elasticsearch/Endpoints/Slm.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Snapshot.php b/Elastic/Elasticsearch/Endpoints/Snapshot.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Sql.php b/Elastic/Elasticsearch/Endpoints/Sql.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Ssl.php b/Elastic/Elasticsearch/Endpoints/Ssl.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Tasks.php b/Elastic/Elasticsearch/Endpoints/Tasks.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/TextStructure.php b/Elastic/Elasticsearch/Endpoints/TextStructure.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Transform.php b/Elastic/Elasticsearch/Endpoints/Transform.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Watcher.php b/Elastic/Elasticsearch/Endpoints/Watcher.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Endpoints/Xpack.php b/Elastic/Elasticsearch/Endpoints/Xpack.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ArrayAccessException.php b/Elastic/Elasticsearch/Exception/ArrayAccessException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/AuthenticationException.php b/Elastic/Elasticsearch/Exception/AuthenticationException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ClientResponseException.php b/Elastic/Elasticsearch/Exception/ClientResponseException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ConfigException.php b/Elastic/Elasticsearch/Exception/ConfigException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ContentTypeException.php b/Elastic/Elasticsearch/Exception/ContentTypeException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ElasticsearchException.php b/Elastic/Elasticsearch/Exception/ElasticsearchException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/HttpClientException.php b/Elastic/Elasticsearch/Exception/HttpClientException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/InvalidArgumentException.php b/Elastic/Elasticsearch/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/MissingParameterException.php b/Elastic/Elasticsearch/Exception/MissingParameterException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ProductCheckException.php b/Elastic/Elasticsearch/Exception/ProductCheckException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Exception/ServerResponseException.php b/Elastic/Elasticsearch/Exception/ServerResponseException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/LICENSE b/Elastic/Elasticsearch/LICENSE old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Response/Elasticsearch.php b/Elastic/Elasticsearch/Response/Elasticsearch.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Response/ElasticsearchInterface.php b/Elastic/Elasticsearch/Response/ElasticsearchInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/ClientEndpointsTrait.php b/Elastic/Elasticsearch/Traits/ClientEndpointsTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/EndpointTrait.php b/Elastic/Elasticsearch/Traits/EndpointTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/MessageResponseTrait.php b/Elastic/Elasticsearch/Traits/MessageResponseTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/NamespaceTrait.php b/Elastic/Elasticsearch/Traits/NamespaceTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/ProductCheckTrait.php b/Elastic/Elasticsearch/Traits/ProductCheckTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Traits/ResponseTrait.php b/Elastic/Elasticsearch/Traits/ResponseTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/Adapter/AdapterInterface.php b/Elastic/Elasticsearch/Transport/Adapter/AdapterInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/Adapter/AdapterOptions.php b/Elastic/Elasticsearch/Transport/Adapter/AdapterOptions.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/Adapter/Guzzle.php b/Elastic/Elasticsearch/Transport/Adapter/Guzzle.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/Adapter/Symfony.php b/Elastic/Elasticsearch/Transport/Adapter/Symfony.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/AsyncOnSuccess.php b/Elastic/Elasticsearch/Transport/AsyncOnSuccess.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/AsyncOnSuccessNoException.php b/Elastic/Elasticsearch/Transport/AsyncOnSuccessNoException.php old mode 100755 new mode 100644 diff --git a/Elastic/Elasticsearch/Transport/RequestOptions.php b/Elastic/Elasticsearch/Transport/RequestOptions.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Async/OnFailureDefault.php b/Elastic/Transport/Async/OnFailureDefault.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Async/OnFailureInterface.php b/Elastic/Transport/Async/OnFailureInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Async/OnSuccessDefault.php b/Elastic/Transport/Async/OnSuccessDefault.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Async/OnSuccessInterface.php b/Elastic/Transport/Async/OnSuccessInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/CloudIdParseException.php b/Elastic/Transport/Exception/CloudIdParseException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/InvalidArgumentException.php b/Elastic/Transport/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/InvalidArrayException.php b/Elastic/Transport/Exception/InvalidArrayException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/InvalidIterableException.php b/Elastic/Transport/Exception/InvalidIterableException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/InvalidJsonException.php b/Elastic/Transport/Exception/InvalidJsonException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/InvalidXmlException.php b/Elastic/Transport/Exception/InvalidXmlException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/NoAsyncClientException.php b/Elastic/Transport/Exception/NoAsyncClientException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/NoNodeAvailableException.php b/Elastic/Transport/Exception/NoNodeAvailableException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/NotFoundException.php b/Elastic/Transport/Exception/NotFoundException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/RuntimeException.php b/Elastic/Transport/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/SerializeException.php b/Elastic/Transport/Exception/SerializeException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/TransportException.php b/Elastic/Transport/Exception/TransportException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/UndefinedPropertyException.php b/Elastic/Transport/Exception/UndefinedPropertyException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Exception/UnknownContentTypeException.php b/Elastic/Transport/Exception/UnknownContentTypeException.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/LICENSE b/Elastic/Transport/LICENSE old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Node.php b/Elastic/Transport/NodePool/Node.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/NodePoolInterface.php b/Elastic/Transport/NodePool/NodePoolInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Resurrect/ElasticsearchResurrect.php b/Elastic/Transport/NodePool/Resurrect/ElasticsearchResurrect.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Resurrect/NoResurrect.php b/Elastic/Transport/NodePool/Resurrect/NoResurrect.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Resurrect/ResurrectInterface.php b/Elastic/Transport/NodePool/Resurrect/ResurrectInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Selector/RoundRobin.php b/Elastic/Transport/NodePool/Selector/RoundRobin.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Selector/SelectorInterface.php b/Elastic/Transport/NodePool/Selector/SelectorInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/Selector/SelectorTrait.php b/Elastic/Transport/NodePool/Selector/SelectorTrait.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/NodePool/SimpleNodePool.php b/Elastic/Transport/NodePool/SimpleNodePool.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/CsvSerializer.php b/Elastic/Transport/Serializer/CsvSerializer.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/JsonSerializer.php b/Elastic/Transport/Serializer/JsonSerializer.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/NDJsonSerializer.php b/Elastic/Transport/Serializer/NDJsonSerializer.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/SerializerInterface.php b/Elastic/Transport/Serializer/SerializerInterface.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/TextSerializer.php b/Elastic/Transport/Serializer/TextSerializer.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/Utility.php b/Elastic/Transport/Serializer/Utility.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Serializer/XmlSerializer.php b/Elastic/Transport/Serializer/XmlSerializer.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/Transport.php b/Elastic/Transport/Transport.php old mode 100755 new mode 100644 diff --git a/Elastic/Transport/TransportBuilder.php b/Elastic/Transport/TransportBuilder.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/ClassDiscovery.php b/Http/Discovery/ClassDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception.php b/Http/Discovery/Exception.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/ClassInstantiationFailedException.php b/Http/Discovery/Exception/ClassInstantiationFailedException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/DiscoveryFailedException.php b/Http/Discovery/Exception/DiscoveryFailedException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/NoCandidateFoundException.php b/Http/Discovery/Exception/NoCandidateFoundException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/NotFoundException.php b/Http/Discovery/Exception/NotFoundException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/PuliUnavailableException.php b/Http/Discovery/Exception/PuliUnavailableException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Exception/StrategyUnavailableException.php b/Http/Discovery/Exception/StrategyUnavailableException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/HttpAsyncClientDiscovery.php b/Http/Discovery/HttpAsyncClientDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/HttpClientDiscovery.php b/Http/Discovery/HttpClientDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/LICENSE b/Http/Discovery/LICENSE old mode 100755 new mode 100644 diff --git a/Http/Discovery/MessageFactoryDiscovery.php b/Http/Discovery/MessageFactoryDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/NotFoundException.php b/Http/Discovery/NotFoundException.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Psr17FactoryDiscovery.php b/Http/Discovery/Psr17FactoryDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Psr18ClientDiscovery.php b/Http/Discovery/Psr18ClientDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Strategy/CommonClassesStrategy.php b/Http/Discovery/Strategy/CommonClassesStrategy.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php b/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Strategy/DiscoveryStrategy.php b/Http/Discovery/Strategy/DiscoveryStrategy.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Strategy/MockClientStrategy.php b/Http/Discovery/Strategy/MockClientStrategy.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/Strategy/PuliBetaStrategy.php b/Http/Discovery/Strategy/PuliBetaStrategy.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/StreamFactoryDiscovery.php b/Http/Discovery/StreamFactoryDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Discovery/UriFactoryDiscovery.php b/Http/Discovery/UriFactoryDiscovery.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception.php b/Http/Httplug/Exception.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception/HttpException.php b/Http/Httplug/Exception/HttpException.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception/NetworkException.php b/Http/Httplug/Exception/NetworkException.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception/RequestAwareTrait.php b/Http/Httplug/Exception/RequestAwareTrait.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception/RequestException.php b/Http/Httplug/Exception/RequestException.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Exception/TransferException.php b/Http/Httplug/Exception/TransferException.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/HttpAsyncClient.php b/Http/Httplug/HttpAsyncClient.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/HttpClient.php b/Http/Httplug/HttpClient.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/LICENSE b/Http/Httplug/LICENSE old mode 100755 new mode 100644 diff --git a/Http/Httplug/Promise/HttpFulfilledPromise.php b/Http/Httplug/Promise/HttpFulfilledPromise.php old mode 100755 new mode 100644 diff --git a/Http/Httplug/Promise/HttpRejectedPromise.php b/Http/Httplug/Promise/HttpRejectedPromise.php old mode 100755 new mode 100644 diff --git a/Http/Message/LICENSE b/Http/Message/LICENSE old mode 100755 new mode 100644 diff --git a/Http/Message/MessageFactory.php b/Http/Message/MessageFactory.php old mode 100755 new mode 100644 diff --git a/Http/Message/RequestFactory.php b/Http/Message/RequestFactory.php old mode 100755 new mode 100644 diff --git a/Http/Message/ResponseFactory.php b/Http/Message/ResponseFactory.php old mode 100755 new mode 100644 diff --git a/Http/Message/StreamFactory.php b/Http/Message/StreamFactory.php old mode 100755 new mode 100644 diff --git a/Http/Message/UriFactory.php b/Http/Message/UriFactory.php old mode 100755 new mode 100644 diff --git a/Laminas/Escaper/Escaper.php b/Laminas/Escaper/Escaper.php old mode 100755 new mode 100644 diff --git a/Laminas/Escaper/Exception/ExceptionInterface.php b/Laminas/Escaper/Exception/ExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Laminas/Escaper/Exception/InvalidArgumentException.php b/Laminas/Escaper/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Laminas/Escaper/Exception/RuntimeException.php b/Laminas/Escaper/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Laminas/Escaper/LICENSE.md b/Laminas/Escaper/LICENSE.md old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode.php b/Mpdf/Barcode.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/AbstractBarcode.php b/Mpdf/Barcode/AbstractBarcode.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/BarcodeException.php b/Mpdf/Barcode/BarcodeException.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/BarcodeInterface.php b/Mpdf/Barcode/BarcodeInterface.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Codabar.php b/Mpdf/Barcode/Codabar.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Code11.php b/Mpdf/Barcode/Code11.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Code128.php b/Mpdf/Barcode/Code128.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Code39.php b/Mpdf/Barcode/Code39.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Code93.php b/Mpdf/Barcode/Code93.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/EanExt.php b/Mpdf/Barcode/EanExt.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/EanUpc.php b/Mpdf/Barcode/EanUpc.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/I25.php b/Mpdf/Barcode/I25.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Imb.php b/Mpdf/Barcode/Imb.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Msi.php b/Mpdf/Barcode/Msi.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Postnet.php b/Mpdf/Barcode/Postnet.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/Rm4Scc.php b/Mpdf/Barcode/Rm4Scc.php old mode 100755 new mode 100644 diff --git a/Mpdf/Barcode/S25.php b/Mpdf/Barcode/S25.php old mode 100755 new mode 100644 diff --git a/Mpdf/CREDITS.txt b/Mpdf/CREDITS.txt old mode 100755 new mode 100644 diff --git a/Mpdf/Cache.php b/Mpdf/Cache.php old mode 100755 new mode 100644 diff --git a/Mpdf/Color/ColorConverter.php b/Mpdf/Color/ColorConverter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Color/ColorModeConverter.php b/Mpdf/Color/ColorModeConverter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Color/ColorSpaceRestrictor.php b/Mpdf/Color/ColorSpaceRestrictor.php old mode 100755 new mode 100644 diff --git a/Mpdf/Color/NamedColors.php b/Mpdf/Color/NamedColors.php old mode 100755 new mode 100644 diff --git a/Mpdf/Config/ConfigVariables.php b/Mpdf/Config/ConfigVariables.php old mode 100755 new mode 100644 diff --git a/Mpdf/Config/FontVariables.php b/Mpdf/Config/FontVariables.php old mode 100755 new mode 100644 diff --git a/Mpdf/Conversion/DecToAlpha.php b/Mpdf/Conversion/DecToAlpha.php old mode 100755 new mode 100644 diff --git a/Mpdf/Conversion/DecToCjk.php b/Mpdf/Conversion/DecToCjk.php old mode 100755 new mode 100644 diff --git a/Mpdf/Conversion/DecToHebrew.php b/Mpdf/Conversion/DecToHebrew.php old mode 100755 new mode 100644 diff --git a/Mpdf/Conversion/DecToOther.php b/Mpdf/Conversion/DecToOther.php old mode 100755 new mode 100644 diff --git a/Mpdf/Conversion/DecToRoman.php b/Mpdf/Conversion/DecToRoman.php old mode 100755 new mode 100644 diff --git a/Mpdf/Css/Border.php b/Mpdf/Css/Border.php old mode 100755 new mode 100644 diff --git a/Mpdf/Css/DefaultCss.php b/Mpdf/Css/DefaultCss.php old mode 100755 new mode 100644 diff --git a/Mpdf/Css/TextVars.php b/Mpdf/Css/TextVars.php old mode 100755 new mode 100644 diff --git a/Mpdf/CssManager.php b/Mpdf/CssManager.php old mode 100755 new mode 100644 diff --git a/Mpdf/DirectWrite.php b/Mpdf/DirectWrite.php old mode 100755 new mode 100644 diff --git a/Mpdf/Exception/FontException.php b/Mpdf/Exception/FontException.php old mode 100755 new mode 100644 diff --git a/Mpdf/Exception/InvalidArgumentException.php b/Mpdf/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Mpdf/File/StreamWrapperChecker.php b/Mpdf/File/StreamWrapperChecker.php old mode 100755 new mode 100644 diff --git a/Mpdf/Fonts/FontCache.php b/Mpdf/Fonts/FontCache.php old mode 100755 new mode 100644 diff --git a/Mpdf/Fonts/FontFileFinder.php b/Mpdf/Fonts/FontFileFinder.php old mode 100755 new mode 100644 diff --git a/Mpdf/Fonts/GlyphOperator.php b/Mpdf/Fonts/GlyphOperator.php old mode 100755 new mode 100644 diff --git a/Mpdf/Fonts/MetricsGenerator.php b/Mpdf/Fonts/MetricsGenerator.php old mode 100755 new mode 100644 diff --git a/Mpdf/Form.php b/Mpdf/Form.php old mode 100755 new mode 100644 diff --git a/Mpdf/FpdiTrait.php b/Mpdf/FpdiTrait.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/ColorTable.php b/Mpdf/Gif/ColorTable.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/FileHeader.php b/Mpdf/Gif/FileHeader.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/Gif.php b/Mpdf/Gif/Gif.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/Image.php b/Mpdf/Gif/Image.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/ImageHeader.php b/Mpdf/Gif/ImageHeader.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gif/Lzw.php b/Mpdf/Gif/Lzw.php old mode 100755 new mode 100644 diff --git a/Mpdf/Gradient.php b/Mpdf/Gradient.php old mode 100755 new mode 100644 diff --git a/Mpdf/HTMLParserMode.php b/Mpdf/HTMLParserMode.php old mode 100755 new mode 100644 diff --git a/Mpdf/Hyphenator.php b/Mpdf/Hyphenator.php old mode 100755 new mode 100644 diff --git a/Mpdf/Image/Bmp.php b/Mpdf/Image/Bmp.php old mode 100755 new mode 100644 diff --git a/Mpdf/Image/ImageProcessor.php b/Mpdf/Image/ImageProcessor.php old mode 100755 new mode 100644 diff --git a/Mpdf/Image/ImageTypeGuesser.php b/Mpdf/Image/ImageTypeGuesser.php old mode 100755 new mode 100644 diff --git a/Mpdf/Image/Svg.php b/Mpdf/Image/Svg.php old mode 100755 new mode 100644 diff --git a/Mpdf/Image/Wmf.php b/Mpdf/Image/Wmf.php old mode 100755 new mode 100644 diff --git a/Mpdf/LICENSE.txt b/Mpdf/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Mpdf/Language/LanguageToFont.php b/Mpdf/Language/LanguageToFont.php old mode 100755 new mode 100644 diff --git a/Mpdf/Language/LanguageToFontInterface.php b/Mpdf/Language/LanguageToFontInterface.php old mode 100755 new mode 100644 diff --git a/Mpdf/Language/ScriptToLanguage.php b/Mpdf/Language/ScriptToLanguage.php old mode 100755 new mode 100644 diff --git a/Mpdf/Language/ScriptToLanguageInterface.php b/Mpdf/Language/ScriptToLanguageInterface.php old mode 100755 new mode 100644 diff --git a/Mpdf/Log/Context.php b/Mpdf/Log/Context.php old mode 100755 new mode 100644 diff --git a/Mpdf/Mpdf.php b/Mpdf/Mpdf.php old mode 100755 new mode 100644 diff --git a/Mpdf/MpdfException.php b/Mpdf/MpdfException.php old mode 100755 new mode 100644 diff --git a/Mpdf/MpdfImageException.php b/Mpdf/MpdfImageException.php old mode 100755 new mode 100644 diff --git a/Mpdf/Otl.php b/Mpdf/Otl.php old mode 100755 new mode 100644 diff --git a/Mpdf/OtlDump.php b/Mpdf/OtlDump.php old mode 100755 new mode 100644 diff --git a/Mpdf/Output/Destination.php b/Mpdf/Output/Destination.php old mode 100755 new mode 100644 diff --git a/Mpdf/PageFormat.php b/Mpdf/PageFormat.php old mode 100755 new mode 100644 diff --git a/Mpdf/Pdf/Protection.php b/Mpdf/Pdf/Protection.php old mode 100755 new mode 100644 diff --git a/Mpdf/Pdf/Protection/UniqidGenerator.php b/Mpdf/Pdf/Protection/UniqidGenerator.php old mode 100755 new mode 100644 diff --git a/Mpdf/RemoteContentFetcher.php b/Mpdf/RemoteContentFetcher.php old mode 100755 new mode 100644 diff --git a/Mpdf/ServiceFactory.php b/Mpdf/ServiceFactory.php old mode 100755 new mode 100644 diff --git a/Mpdf/Shaper/Indic.php b/Mpdf/Shaper/Indic.php old mode 100755 new mode 100644 diff --git a/Mpdf/Shaper/Myanmar.php b/Mpdf/Shaper/Myanmar.php old mode 100755 new mode 100644 diff --git a/Mpdf/Shaper/Sea.php b/Mpdf/Shaper/Sea.php old mode 100755 new mode 100644 diff --git a/Mpdf/SizeConverter.php b/Mpdf/SizeConverter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Strict.php b/Mpdf/Strict.php old mode 100755 new mode 100644 diff --git a/Mpdf/TTFontFile.php b/Mpdf/TTFontFile.php old mode 100755 new mode 100644 diff --git a/Mpdf/TTFontFileAnalysis.php b/Mpdf/TTFontFileAnalysis.php old mode 100755 new mode 100644 diff --git a/Mpdf/TableOfContents.php b/Mpdf/TableOfContents.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag.php b/Mpdf/Tag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/A.php b/Mpdf/Tag/A.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Acronym.php b/Mpdf/Tag/Acronym.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Address.php b/Mpdf/Tag/Address.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Annotation.php b/Mpdf/Tag/Annotation.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Article.php b/Mpdf/Tag/Article.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Aside.php b/Mpdf/Tag/Aside.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/B.php b/Mpdf/Tag/B.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/BarCode.php b/Mpdf/Tag/BarCode.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Bdi.php b/Mpdf/Tag/Bdi.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Bdo.php b/Mpdf/Tag/Bdo.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Big.php b/Mpdf/Tag/Big.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/BlockQuote.php b/Mpdf/Tag/BlockQuote.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/BlockTag.php b/Mpdf/Tag/BlockTag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Bookmark.php b/Mpdf/Tag/Bookmark.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Br.php b/Mpdf/Tag/Br.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Caption.php b/Mpdf/Tag/Caption.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Center.php b/Mpdf/Tag/Center.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Cite.php b/Mpdf/Tag/Cite.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Code.php b/Mpdf/Tag/Code.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/ColumnBreak.php b/Mpdf/Tag/ColumnBreak.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Columns.php b/Mpdf/Tag/Columns.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Dd.php b/Mpdf/Tag/Dd.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Del.php b/Mpdf/Tag/Del.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Details.php b/Mpdf/Tag/Details.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Div.php b/Mpdf/Tag/Div.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Dl.php b/Mpdf/Tag/Dl.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/DotTab.php b/Mpdf/Tag/DotTab.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Dt.php b/Mpdf/Tag/Dt.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Em.php b/Mpdf/Tag/Em.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/FieldSet.php b/Mpdf/Tag/FieldSet.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/FigCaption.php b/Mpdf/Tag/FigCaption.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Figure.php b/Mpdf/Tag/Figure.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Font.php b/Mpdf/Tag/Font.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Footer.php b/Mpdf/Tag/Footer.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Form.php b/Mpdf/Tag/Form.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/FormFeed.php b/Mpdf/Tag/FormFeed.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H1.php b/Mpdf/Tag/H1.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H2.php b/Mpdf/Tag/H2.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H3.php b/Mpdf/Tag/H3.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H4.php b/Mpdf/Tag/H4.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H5.php b/Mpdf/Tag/H5.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/H6.php b/Mpdf/Tag/H6.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/HGroup.php b/Mpdf/Tag/HGroup.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Header.php b/Mpdf/Tag/Header.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Hr.php b/Mpdf/Tag/Hr.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/I.php b/Mpdf/Tag/I.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Img.php b/Mpdf/Tag/Img.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/IndexEntry.php b/Mpdf/Tag/IndexEntry.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/IndexInsert.php b/Mpdf/Tag/IndexInsert.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/InlineTag.php b/Mpdf/Tag/InlineTag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Input.php b/Mpdf/Tag/Input.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Ins.php b/Mpdf/Tag/Ins.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Kbd.php b/Mpdf/Tag/Kbd.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Legend.php b/Mpdf/Tag/Legend.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Li.php b/Mpdf/Tag/Li.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Main.php b/Mpdf/Tag/Main.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Mark.php b/Mpdf/Tag/Mark.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Meter.php b/Mpdf/Tag/Meter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Nav.php b/Mpdf/Tag/Nav.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/NewColumn.php b/Mpdf/Tag/NewColumn.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/NewPage.php b/Mpdf/Tag/NewPage.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Ol.php b/Mpdf/Tag/Ol.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Option.php b/Mpdf/Tag/Option.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/P.php b/Mpdf/Tag/P.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/PageBreak.php b/Mpdf/Tag/PageBreak.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/PageFooter.php b/Mpdf/Tag/PageFooter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/PageHeader.php b/Mpdf/Tag/PageHeader.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Pre.php b/Mpdf/Tag/Pre.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Progress.php b/Mpdf/Tag/Progress.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Q.php b/Mpdf/Tag/Q.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/S.php b/Mpdf/Tag/S.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Samp.php b/Mpdf/Tag/Samp.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Section.php b/Mpdf/Tag/Section.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Select.php b/Mpdf/Tag/Select.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/SetHtmlPageFooter.php b/Mpdf/Tag/SetHtmlPageFooter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/SetHtmlPageHeader.php b/Mpdf/Tag/SetHtmlPageHeader.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/SetPageFooter.php b/Mpdf/Tag/SetPageFooter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/SetPageHeader.php b/Mpdf/Tag/SetPageHeader.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Small.php b/Mpdf/Tag/Small.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Span.php b/Mpdf/Tag/Span.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Strike.php b/Mpdf/Tag/Strike.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Strong.php b/Mpdf/Tag/Strong.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Sub.php b/Mpdf/Tag/Sub.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/SubstituteTag.php b/Mpdf/Tag/SubstituteTag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Summary.php b/Mpdf/Tag/Summary.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Sup.php b/Mpdf/Tag/Sup.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TBody.php b/Mpdf/Tag/TBody.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TFoot.php b/Mpdf/Tag/TFoot.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/THead.php b/Mpdf/Tag/THead.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Table.php b/Mpdf/Tag/Table.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Tag.php b/Mpdf/Tag/Tag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Td.php b/Mpdf/Tag/Td.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TextArea.php b/Mpdf/Tag/TextArea.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TextCircle.php b/Mpdf/Tag/TextCircle.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Th.php b/Mpdf/Tag/Th.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Time.php b/Mpdf/Tag/Time.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Toc.php b/Mpdf/Tag/Toc.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TocEntry.php b/Mpdf/Tag/TocEntry.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/TocPageBreak.php b/Mpdf/Tag/TocPageBreak.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Tr.php b/Mpdf/Tag/Tr.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Tt.php b/Mpdf/Tag/Tt.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Tta.php b/Mpdf/Tag/Tta.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Tts.php b/Mpdf/Tag/Tts.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Ttz.php b/Mpdf/Tag/Ttz.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/U.php b/Mpdf/Tag/U.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/Ul.php b/Mpdf/Tag/Ul.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/VarTag.php b/Mpdf/Tag/VarTag.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/WatermarkImage.php b/Mpdf/Tag/WatermarkImage.php old mode 100755 new mode 100644 diff --git a/Mpdf/Tag/WatermarkText.php b/Mpdf/Tag/WatermarkText.php old mode 100755 new mode 100644 diff --git a/Mpdf/Ucdn.php b/Mpdf/Ucdn.php old mode 100755 new mode 100644 diff --git a/Mpdf/Utils/Arrays.php b/Mpdf/Utils/Arrays.php old mode 100755 new mode 100644 diff --git a/Mpdf/Utils/NumericString.php b/Mpdf/Utils/NumericString.php old mode 100755 new mode 100644 diff --git a/Mpdf/Utils/PdfDate.php b/Mpdf/Utils/PdfDate.php old mode 100755 new mode 100644 diff --git a/Mpdf/Utils/UtfString.php b/Mpdf/Utils/UtfString.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/BackgroundWriter.php b/Mpdf/Writer/BackgroundWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/BaseWriter.php b/Mpdf/Writer/BaseWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/BookmarkWriter.php b/Mpdf/Writer/BookmarkWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/ColorWriter.php b/Mpdf/Writer/ColorWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/FontWriter.php b/Mpdf/Writer/FontWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/FormWriter.php b/Mpdf/Writer/FormWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/ImageWriter.php b/Mpdf/Writer/ImageWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/JavaScriptWriter.php b/Mpdf/Writer/JavaScriptWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/MetadataWriter.php b/Mpdf/Writer/MetadataWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/ObjectWriter.php b/Mpdf/Writer/ObjectWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/OptionalContentWriter.php b/Mpdf/Writer/OptionalContentWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/PageWriter.php b/Mpdf/Writer/PageWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/Writer/ResourceWriter.php b/Mpdf/Writer/ResourceWriter.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/CJKdata.php b/Mpdf/data/CJKdata.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Afrikaans_South_Africa.php b/Mpdf/data/collations/Afrikaans_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Albanian_Albania.php b/Mpdf/data/collations/Albanian_Albania.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Alsatian_France.php b/Mpdf/data/collations/Alsatian_France.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Algeria.php b/Mpdf/data/collations/Arabic_Algeria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Bahrain.php b/Mpdf/data/collations/Arabic_Bahrain.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Egypt.php b/Mpdf/data/collations/Arabic_Egypt.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Iraq.php b/Mpdf/data/collations/Arabic_Iraq.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Jordan.php b/Mpdf/data/collations/Arabic_Jordan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Kuwait.php b/Mpdf/data/collations/Arabic_Kuwait.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Lebanon.php b/Mpdf/data/collations/Arabic_Lebanon.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Libya.php b/Mpdf/data/collations/Arabic_Libya.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Morocco.php b/Mpdf/data/collations/Arabic_Morocco.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Oman.php b/Mpdf/data/collations/Arabic_Oman.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Pseudo_RTL.php b/Mpdf/data/collations/Arabic_Pseudo_RTL.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Qatar.php b/Mpdf/data/collations/Arabic_Qatar.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Saudi_Arabia.php b/Mpdf/data/collations/Arabic_Saudi_Arabia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Syria.php b/Mpdf/data/collations/Arabic_Syria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Tunisia.php b/Mpdf/data/collations/Arabic_Tunisia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Arabic_Yemen.php b/Mpdf/data/collations/Arabic_Yemen.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php b/Mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php b/Mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Bashkir_Russia.php b/Mpdf/data/collations/Bashkir_Russia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Basque_Spain.php b/Mpdf/data/collations/Basque_Spain.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Belarusian_Belarus.php b/Mpdf/data/collations/Belarusian_Belarus.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Breton_France.php b/Mpdf/data/collations/Breton_France.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Bulgarian_Bulgaria.php b/Mpdf/data/collations/Bulgarian_Bulgaria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Catalan_Spain.php b/Mpdf/data/collations/Catalan_Spain.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Corsican_France.php b/Mpdf/data/collations/Corsican_France.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Croatian_Croatia.php b/Mpdf/data/collations/Croatian_Croatia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Czech_Czech_Republic.php b/Mpdf/data/collations/Czech_Czech_Republic.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Danish_Denmark.php b/Mpdf/data/collations/Danish_Denmark.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Dari_Afghanistan.php b/Mpdf/data/collations/Dari_Afghanistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Dutch_Belgium.php b/Mpdf/data/collations/Dutch_Belgium.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Dutch_Netherlands.php b/Mpdf/data/collations/Dutch_Netherlands.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Australia.php b/Mpdf/data/collations/English_Australia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Belize.php b/Mpdf/data/collations/English_Belize.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Canada.php b/Mpdf/data/collations/English_Canada.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Caribbean.php b/Mpdf/data/collations/English_Caribbean.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_India.php b/Mpdf/data/collations/English_India.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Ireland.php b/Mpdf/data/collations/English_Ireland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Jamaica.php b/Mpdf/data/collations/English_Jamaica.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Malaysia.php b/Mpdf/data/collations/English_Malaysia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_New_Zealand.php b/Mpdf/data/collations/English_New_Zealand.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Republic_of_the_Philippines.php b/Mpdf/data/collations/English_Republic_of_the_Philippines.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Singapore.php b/Mpdf/data/collations/English_Singapore.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_South_Africa.php b/Mpdf/data/collations/English_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Trinidad_and_Tobago.php b/Mpdf/data/collations/English_Trinidad_and_Tobago.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_United_Kingdom.php b/Mpdf/data/collations/English_United_Kingdom.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_United_States.php b/Mpdf/data/collations/English_United_States.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/English_Zimbabwe.php b/Mpdf/data/collations/English_Zimbabwe.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Estonian_Estonia.php b/Mpdf/data/collations/Estonian_Estonia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Faroese_Faroe_Islands.php b/Mpdf/data/collations/Faroese_Faroe_Islands.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Filipino_Philippines.php b/Mpdf/data/collations/Filipino_Philippines.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Finnish_Finland.php b/Mpdf/data/collations/Finnish_Finland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_Belgium.php b/Mpdf/data/collations/French_Belgium.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_Canada.php b/Mpdf/data/collations/French_Canada.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_France.php b/Mpdf/data/collations/French_France.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_Luxembourg.php b/Mpdf/data/collations/French_Luxembourg.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_Principality_of_Monaco.php b/Mpdf/data/collations/French_Principality_of_Monaco.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/French_Switzerland.php b/Mpdf/data/collations/French_Switzerland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Frisian_Netherlands.php b/Mpdf/data/collations/Frisian_Netherlands.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Galician_Spain.php b/Mpdf/data/collations/Galician_Spain.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/German_Austria.php b/Mpdf/data/collations/German_Austria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/German_Germany.php b/Mpdf/data/collations/German_Germany.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/German_Liechtenstein.php b/Mpdf/data/collations/German_Liechtenstein.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/German_Luxembourg.php b/Mpdf/data/collations/German_Luxembourg.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/German_Switzerland.php b/Mpdf/data/collations/German_Switzerland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Greek_Greece.php b/Mpdf/data/collations/Greek_Greece.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Greenlandic_Greenland.php b/Mpdf/data/collations/Greenlandic_Greenland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Hausa_(Latin)_Nigeria.php b/Mpdf/data/collations/Hausa_(Latin)_Nigeria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Hebrew_Israel.php b/Mpdf/data/collations/Hebrew_Israel.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Hungarian_Hungary.php b/Mpdf/data/collations/Hungarian_Hungary.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Icelandic_Iceland.php b/Mpdf/data/collations/Icelandic_Iceland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Igbo_Nigeria.php b/Mpdf/data/collations/Igbo_Nigeria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Indonesian_Indonesia.php b/Mpdf/data/collations/Indonesian_Indonesia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Inuktitut_(Latin)_Canada.php b/Mpdf/data/collations/Inuktitut_(Latin)_Canada.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Invariant_Language_Invariant_Country.php b/Mpdf/data/collations/Invariant_Language_Invariant_Country.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Irish_Ireland.php b/Mpdf/data/collations/Irish_Ireland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Italian_Italy.php b/Mpdf/data/collations/Italian_Italy.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Italian_Switzerland.php b/Mpdf/data/collations/Italian_Switzerland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Kinyarwanda_Rwanda.php b/Mpdf/data/collations/Kinyarwanda_Rwanda.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Kiswahili_Kenya.php b/Mpdf/data/collations/Kiswahili_Kenya.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Kyrgyz_Kyrgyzstan.php b/Mpdf/data/collations/Kyrgyz_Kyrgyzstan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Latvian_Latvia.php b/Mpdf/data/collations/Latvian_Latvia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Lithuanian_Lithuania.php b/Mpdf/data/collations/Lithuanian_Lithuania.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Lower_Sorbian_Germany.php b/Mpdf/data/collations/Lower_Sorbian_Germany.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Luxembourgish_Luxembourg.php b/Mpdf/data/collations/Luxembourgish_Luxembourg.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php b/Mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Malay_Brunei_Darussalam.php b/Mpdf/data/collations/Malay_Brunei_Darussalam.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Malay_Malaysia.php b/Mpdf/data/collations/Malay_Malaysia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Mapudungun_Chile.php b/Mpdf/data/collations/Mapudungun_Chile.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Mohawk_Canada.php b/Mpdf/data/collations/Mohawk_Canada.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php b/Mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php b/Mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Occitan_France.php b/Mpdf/data/collations/Occitan_France.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Persian_Iran.php b/Mpdf/data/collations/Persian_Iran.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Polish_Poland.php b/Mpdf/data/collations/Polish_Poland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Portuguese_Brazil.php b/Mpdf/data/collations/Portuguese_Brazil.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Portuguese_Portugal.php b/Mpdf/data/collations/Portuguese_Portugal.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Quechua_Bolivia.php b/Mpdf/data/collations/Quechua_Bolivia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Quechua_Ecuador.php b/Mpdf/data/collations/Quechua_Ecuador.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Quechua_Peru.php b/Mpdf/data/collations/Quechua_Peru.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Romanian_Romania.php b/Mpdf/data/collations/Romanian_Romania.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Romansh_Switzerland.php b/Mpdf/data/collations/Romansh_Switzerland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Russian_Russia.php b/Mpdf/data/collations/Russian_Russia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Inari)_Finland.php b/Mpdf/data/collations/Sami_(Inari)_Finland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Lule)_Norway.php b/Mpdf/data/collations/Sami_(Lule)_Norway.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Lule)_Sweden.php b/Mpdf/data/collations/Sami_(Lule)_Sweden.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Northern)_Finland.php b/Mpdf/data/collations/Sami_(Northern)_Finland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Northern)_Norway.php b/Mpdf/data/collations/Sami_(Northern)_Norway.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Northern)_Sweden.php b/Mpdf/data/collations/Sami_(Northern)_Sweden.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Skolt)_Finland.php b/Mpdf/data/collations/Sami_(Skolt)_Finland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Southern)_Norway.php b/Mpdf/data/collations/Sami_(Southern)_Norway.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sami_(Southern)_Sweden.php b/Mpdf/data/collations/Sami_(Southern)_Sweden.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php b/Mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Serbian_(Latin)_Serbia.php b/Mpdf/data/collations/Serbian_(Latin)_Serbia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php b/Mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Setswana_South_Africa.php b/Mpdf/data/collations/Setswana_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Slovak_Slovakia.php b/Mpdf/data/collations/Slovak_Slovakia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Slovenian_Slovenia.php b/Mpdf/data/collations/Slovenian_Slovenia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Argentina.php b/Mpdf/data/collations/Spanish_Argentina.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Bolivia.php b/Mpdf/data/collations/Spanish_Bolivia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Chile.php b/Mpdf/data/collations/Spanish_Chile.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Colombia.php b/Mpdf/data/collations/Spanish_Colombia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Costa_Rica.php b/Mpdf/data/collations/Spanish_Costa_Rica.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Dominican_Republic.php b/Mpdf/data/collations/Spanish_Dominican_Republic.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Ecuador.php b/Mpdf/data/collations/Spanish_Ecuador.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_El_Salvador.php b/Mpdf/data/collations/Spanish_El_Salvador.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Guatemala.php b/Mpdf/data/collations/Spanish_Guatemala.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Honduras.php b/Mpdf/data/collations/Spanish_Honduras.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Mexico.php b/Mpdf/data/collations/Spanish_Mexico.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Nicaragua.php b/Mpdf/data/collations/Spanish_Nicaragua.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Panama.php b/Mpdf/data/collations/Spanish_Panama.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Paraguay.php b/Mpdf/data/collations/Spanish_Paraguay.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Peru.php b/Mpdf/data/collations/Spanish_Peru.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Puerto_Rico.php b/Mpdf/data/collations/Spanish_Puerto_Rico.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Spain.php b/Mpdf/data/collations/Spanish_Spain.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_United_States.php b/Mpdf/data/collations/Spanish_United_States.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Uruguay.php b/Mpdf/data/collations/Spanish_Uruguay.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Spanish_Venezuela.php b/Mpdf/data/collations/Spanish_Venezuela.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Swedish_Finland.php b/Mpdf/data/collations/Swedish_Finland.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Swedish_Sweden.php b/Mpdf/data/collations/Swedish_Sweden.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php b/Mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Tamazight_(Latin)_Algeria.php b/Mpdf/data/collations/Tamazight_(Latin)_Algeria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Tatar_Russia.php b/Mpdf/data/collations/Tatar_Russia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Turkish_Turkey.php b/Mpdf/data/collations/Turkish_Turkey.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Turkmen_Turkmenistan.php b/Mpdf/data/collations/Turkmen_Turkmenistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Ukrainian_Ukraine.php b/Mpdf/data/collations/Ukrainian_Ukraine.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Upper_Sorbian_Germany.php b/Mpdf/data/collations/Upper_Sorbian_Germany.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php b/Mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php b/Mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php b/Mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Vietnamese_Vietnam.php b/Mpdf/data/collations/Vietnamese_Vietnam.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Welsh_United_Kingdom.php b/Mpdf/data/collations/Welsh_United_Kingdom.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Wolof_Senegal.php b/Mpdf/data/collations/Wolof_Senegal.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Yakut_Russia.php b/Mpdf/data/collations/Yakut_Russia.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/Yoruba_Nigeria.php b/Mpdf/data/collations/Yoruba_Nigeria.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/isiXhosa_South_Africa.php b/Mpdf/data/collations/isiXhosa_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/collations/isiZulu_South_Africa.php b/Mpdf/data/collations/isiZulu_South_Africa.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/entity_substitutions.php b/Mpdf/data/entity_substitutions.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ccourier.php b/Mpdf/data/font/ccourier.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ccourierb.php b/Mpdf/data/font/ccourierb.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ccourierbi.php b/Mpdf/data/font/ccourierbi.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ccourieri.php b/Mpdf/data/font/ccourieri.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/chelvetica.php b/Mpdf/data/font/chelvetica.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/chelveticab.php b/Mpdf/data/font/chelveticab.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/chelveticabi.php b/Mpdf/data/font/chelveticabi.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/chelveticai.php b/Mpdf/data/font/chelveticai.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/csymbol.php b/Mpdf/data/font/csymbol.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ctimes.php b/Mpdf/data/font/ctimes.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ctimesb.php b/Mpdf/data/font/ctimesb.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ctimesbi.php b/Mpdf/data/font/ctimesbi.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/ctimesi.php b/Mpdf/data/font/ctimesi.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/font/czapfdingbats.php b/Mpdf/data/font/czapfdingbats.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/iccprofiles/sRGB_IEC61966-2-1.icc b/Mpdf/data/iccprofiles/sRGB_IEC61966-2-1.icc old mode 100755 new mode 100644 diff --git a/Mpdf/data/lang2fonts.css b/Mpdf/data/lang2fonts.css old mode 100755 new mode 100644 diff --git a/Mpdf/data/linebrdictK.dat b/Mpdf/data/linebrdictK.dat old mode 100755 new mode 100644 diff --git a/Mpdf/data/linebrdictL.dat b/Mpdf/data/linebrdictL.dat old mode 100755 new mode 100644 diff --git a/Mpdf/data/linebrdictT.dat b/Mpdf/data/linebrdictT.dat old mode 100755 new mode 100644 diff --git a/Mpdf/data/mpdf.css b/Mpdf/data/mpdf.css old mode 100755 new mode 100644 diff --git a/Mpdf/data/no_image.jpg b/Mpdf/data/no_image.jpg old mode 100755 new mode 100644 diff --git a/Mpdf/data/out.php b/Mpdf/data/out.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/NOTES.txt b/Mpdf/data/patterns/NOTES.txt old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/de.php b/Mpdf/data/patterns/de.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/dictionary.txt b/Mpdf/data/patterns/dictionary.txt old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/en.php b/Mpdf/data/patterns/en.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/es.php b/Mpdf/data/patterns/es.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/fi.php b/Mpdf/data/patterns/fi.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/fr.php b/Mpdf/data/patterns/fr.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/it.php b/Mpdf/data/patterns/it.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/nl.php b/Mpdf/data/patterns/nl.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/pl.php b/Mpdf/data/patterns/pl.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/ru.php b/Mpdf/data/patterns/ru.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/patterns/sv.php b/Mpdf/data/patterns/sv.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/subs_core.php b/Mpdf/data/subs_core.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/subs_win-1252.php b/Mpdf/data/subs_win-1252.php old mode 100755 new mode 100644 diff --git a/Mpdf/data/upperCase.php b/Mpdf/data/upperCase.php old mode 100755 new mode 100644 diff --git a/Mpdf/functions-dev.php b/Mpdf/functions-dev.php old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/AboriginalSansREGULAR.ttf b/Mpdf/ttfonts/AboriginalSansREGULAR.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Abyssinica_SIL.ttf b/Mpdf/ttfonts/Abyssinica_SIL.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Aegean.otf b/Mpdf/ttfonts/Aegean.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Aegyptus.otf b/Mpdf/ttfonts/Aegyptus.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Akkadian.otf b/Mpdf/ttfonts/Akkadian.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DBSILBR.ttf b/Mpdf/ttfonts/DBSILBR.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSans-Bold.ttf b/Mpdf/ttfonts/DejaVuSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSans-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSans-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSans-Oblique.ttf b/Mpdf/ttfonts/DejaVuSans-Oblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSans.ttf b/Mpdf/ttfonts/DejaVuSans.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed.ttf b/Mpdf/ttfonts/DejaVuSansCondensed.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansMono-Bold.ttf b/Mpdf/ttfonts/DejaVuSansMono-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansMono-Oblique.ttf b/Mpdf/ttfonts/DejaVuSansMono-Oblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSansMono.ttf b/Mpdf/ttfonts/DejaVuSansMono.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerif-Bold.ttf b/Mpdf/ttfonts/DejaVuSerif-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf b/Mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerif-Italic.ttf b/Mpdf/ttfonts/DejaVuSerif-Italic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerif.ttf b/Mpdf/ttfonts/DejaVuSerif.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DejaVuinfo.txt b/Mpdf/ttfonts/DejaVuinfo.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Dhyana-Bold.ttf b/Mpdf/ttfonts/Dhyana-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Dhyana-Regular.ttf b/Mpdf/ttfonts/Dhyana-Regular.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/DhyanaOFL.txt b/Mpdf/ttfonts/DhyanaOFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeMono.ttf b/Mpdf/ttfonts/FreeMono.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeMonoBold.ttf b/Mpdf/ttfonts/FreeMonoBold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeMonoBoldOblique.ttf b/Mpdf/ttfonts/FreeMonoBoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeMonoOblique.ttf b/Mpdf/ttfonts/FreeMonoOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSans.ttf b/Mpdf/ttfonts/FreeSans.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSansBold.ttf b/Mpdf/ttfonts/FreeSansBold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSansBoldOblique.ttf b/Mpdf/ttfonts/FreeSansBoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSansOblique.ttf b/Mpdf/ttfonts/FreeSansOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSerif.ttf b/Mpdf/ttfonts/FreeSerif.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSerifBold.ttf b/Mpdf/ttfonts/FreeSerifBold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSerifBoldItalic.ttf b/Mpdf/ttfonts/FreeSerifBoldItalic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/FreeSerifItalic.ttf b/Mpdf/ttfonts/FreeSerifItalic.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/GNUFreeFontinfo.txt b/Mpdf/ttfonts/GNUFreeFontinfo.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Garuda-Bold.ttf b/Mpdf/ttfonts/Garuda-Bold.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Garuda-BoldOblique.ttf b/Mpdf/ttfonts/Garuda-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Garuda-Oblique.ttf b/Mpdf/ttfonts/Garuda-Oblique.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Garuda.ttf b/Mpdf/ttfonts/Garuda.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Jomolhari-OFL.txt b/Mpdf/ttfonts/Jomolhari-OFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Jomolhari.ttf b/Mpdf/ttfonts/Jomolhari.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/KhmerOFL.txt b/Mpdf/ttfonts/KhmerOFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/KhmerOS.ttf b/Mpdf/ttfonts/KhmerOS.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Lateef font OFL.txt b/Mpdf/ttfonts/Lateef font OFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/LateefRegOT.ttf b/Mpdf/ttfonts/LateefRegOT.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Lohit-Kannada.ttf b/Mpdf/ttfonts/Lohit-Kannada.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/LohitKannadaOFL.txt b/Mpdf/ttfonts/LohitKannadaOFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Padauk-book.ttf b/Mpdf/ttfonts/Padauk-book.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Pothana2000.ttf b/Mpdf/ttfonts/Pothana2000.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Quivira.otf b/Mpdf/ttfonts/Quivira.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Sun-ExtA.ttf b/Mpdf/ttfonts/Sun-ExtA.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Sun-ExtB.ttf b/Mpdf/ttfonts/Sun-ExtB.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf b/Mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/SyrCOMEdessa.otf b/Mpdf/ttfonts/SyrCOMEdessa.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/SyrCOMEdessa_license.txt b/Mpdf/ttfonts/SyrCOMEdessa_license.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt b/Mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/TaameyDavidCLM-Medium.ttf b/Mpdf/ttfonts/TaameyDavidCLM-Medium.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/TaiHeritagePro.ttf b/Mpdf/ttfonts/TaiHeritagePro.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Tharlon-Regular.ttf b/Mpdf/ttfonts/Tharlon-Regular.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/TharlonOFL.txt b/Mpdf/ttfonts/TharlonOFL.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/UnBatang_0613.ttf b/Mpdf/ttfonts/UnBatang_0613.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/Uthman.otf b/Mpdf/ttfonts/Uthman.otf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/XB Riyaz.ttf b/Mpdf/ttfonts/XB Riyaz.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/XB RiyazBd.ttf b/Mpdf/ttfonts/XB RiyazBd.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/XB RiyazBdIt.ttf b/Mpdf/ttfonts/XB RiyazBdIt.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/XB RiyazIt.ttf b/Mpdf/ttfonts/XB RiyazIt.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/XW Zar Font Info.txt b/Mpdf/ttfonts/XW Zar Font Info.txt old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/ZawgyiOne.ttf b/Mpdf/ttfonts/ZawgyiOne.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/ayar.ttf b/Mpdf/ttfonts/ayar.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/damase_v.2.ttf b/Mpdf/ttfonts/damase_v.2.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/kaputaunicode.ttf b/Mpdf/ttfonts/kaputaunicode.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/lannaalif-v1-03.ttf b/Mpdf/ttfonts/lannaalif-v1-03.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/ocrb10.ttf b/Mpdf/ttfonts/ocrb10.ttf old mode 100755 new mode 100644 diff --git a/Mpdf/ttfonts/ocrbinfo.txt b/Mpdf/ttfonts/ocrbinfo.txt old mode 100755 new mode 100644 diff --git a/MyCLabs/Enum/Enum.php b/MyCLabs/Enum/Enum.php old mode 100755 new mode 100644 diff --git a/MyCLabs/LICENSE b/MyCLabs/LICENSE old mode 100755 new mode 100644 diff --git a/OpenLayers/.gitignore b/OpenLayers/.gitignore old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.debug.js b/OpenLayers/OpenLayers.debug.js old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.js b/OpenLayers/OpenLayers.js old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.light.debug.js b/OpenLayers/OpenLayers.light.debug.js old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.light.js b/OpenLayers/OpenLayers.light.js old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.mobile.debug.js b/OpenLayers/OpenLayers.mobile.debug.js old mode 100755 new mode 100644 diff --git a/OpenLayers/OpenLayers.mobile.js b/OpenLayers/OpenLayers.mobile.js old mode 100755 new mode 100644 diff --git a/OpenLayers/apidoc_config/Languages.txt b/OpenLayers/apidoc_config/Languages.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/apidoc_config/Menu.txt b/OpenLayers/apidoc_config/Menu.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/apidoc_config/OL.css b/OpenLayers/apidoc_config/OL.css old mode 100755 new mode 100644 diff --git a/OpenLayers/apidoc_config/Topics.txt b/OpenLayers/apidoc_config/Topics.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/art/arrows.svg b/OpenLayers/art/arrows.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/layer-switcher-maximize.svg b/OpenLayers/art/layer-switcher-maximize.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/layer-switcher-minimize.svg b/OpenLayers/art/layer-switcher-minimize.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/marker.svg b/OpenLayers/art/marker.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/measuring-stick-off.svg b/OpenLayers/art/measuring-stick-off.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/measuring-stick-on.svg b/OpenLayers/art/measuring-stick-on.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/panning-hand-off.svg b/OpenLayers/art/panning-hand-off.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/panning-hand-on.svg b/OpenLayers/art/panning-hand-on.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/slider.svg b/OpenLayers/art/slider.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/zoom-world.svg b/OpenLayers/art/zoom-world.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/art/zoombar.svg b/OpenLayers/art/zoombar.svg old mode 100755 new mode 100644 diff --git a/OpenLayers/authors.txt b/OpenLayers/authors.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/build/README.txt b/OpenLayers/build/README.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/build/build.py b/OpenLayers/build/build.py old mode 100755 new mode 100644 diff --git a/OpenLayers/build/buildUncompressed.py b/OpenLayers/build/buildUncompressed.py old mode 100755 new mode 100644 diff --git a/OpenLayers/build/closure-compiler/Externs.js b/OpenLayers/build/closure-compiler/Externs.js old mode 100755 new mode 100644 diff --git a/OpenLayers/build/full.cfg b/OpenLayers/build/full.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/build/license.txt b/OpenLayers/build/license.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/build/light.cfg b/OpenLayers/build/light.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/build/lite.cfg b/OpenLayers/build/lite.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/build/mobile.cfg b/OpenLayers/build/mobile.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/build/tests.cfg b/OpenLayers/build/tests.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers-js.html b/OpenLayers/doc/devdocs/files/OpenLayers-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Animation-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Animation-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Bounds-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Bounds-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Class-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Class-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Date-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Date-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Element-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Element-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/LonLat-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/LonLat-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Pixel-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Pixel-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Size-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/BaseTypes/Size-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Console-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Console-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ArgParser-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ArgParser-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Attribution-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Attribution-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Button-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Button-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/CacheRead-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/CacheRead-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/CacheWrite-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/CacheWrite-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/DragFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/DragFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/DragPan-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/DragPan-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/DrawFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/DrawFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/EditingToolbar-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/EditingToolbar-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Geolocate-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Geolocate-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/GetFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/GetFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Graticule-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Graticule-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/KeyboardDefaults-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/KeyboardDefaults-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/LayerSwitcher-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/LayerSwitcher-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Measure-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Measure-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ModifyFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ModifyFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/MousePosition-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/MousePosition-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/NavToolbar-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/NavToolbar-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Navigation-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Navigation-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/NavigationHistory-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/NavigationHistory-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/OverviewMap-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/OverviewMap-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Pan-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Pan-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanPanel-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanPanel-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanZoom-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanZoom-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanZoomBar-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/PanZoomBar-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Panel-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Panel-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Permalink-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Permalink-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/PinchZoom-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/PinchZoom-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/SLDSelect-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/SLDSelect-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Scale-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Scale-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ScaleLine-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ScaleLine-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/SelectFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/SelectFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Snapping-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Snapping-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Split-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Split-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/TouchNavigation-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/TouchNavigation-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/TransformFeature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/TransformFeature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/UTFGrid-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/UTFGrid-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/WMTSGetFeatureInfo-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/WMTSGetFeatureInfo-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/Zoom-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/Zoom-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomBox-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomBox-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomIn-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomIn-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomOut-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomOut-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomPanel-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomPanel-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomToMaxExtent-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Control/ZoomToMaxExtent-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Events-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Events-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Events/buttonclick-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Events/buttonclick-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Events/featureclick-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Events/featureclick-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Feature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Feature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Feature/Vector-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Feature/Vector-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Comparison-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Comparison-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter/FeatureId-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter/FeatureId-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Function-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Function-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Logical-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Logical-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Spatial-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Filter/Spatial-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/ArcXML-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/ArcXML-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/ArcXML/Features-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/ArcXML/Features-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Atom-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Atom-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/CQL-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/CQL-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetDomain-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetDomain-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetDomain/v2_0_2-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetDomain/v2_0_2-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetRecords-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetRecords-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetRecords/v2_0_2-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/CSWGetRecords/v2_0_2-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Context-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Context-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/EncodedPolyline-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/EncodedPolyline-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Filter/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/Base-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/Base-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/v2-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/v2-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/v3-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GML/v3-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GPX-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GPX-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GeoJSON-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GeoJSON-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/GeoRSS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/GeoRSS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/JSON-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/JSON-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/KML-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/KML-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OGCExceptionReport-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OGCExceptionReport-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OSM-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OSM-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSCommon/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSContext-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSContext-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSContext/v0_3_1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/OWSContext/v0_3_1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/QueryStringFilter-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/QueryStringFilter-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1_0_0_GeoServer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SLD/v1_0_0_GeoServer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSCapabilities/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSCapabilities/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSGetFeatureOfInterest-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSGetFeatureOfInterest-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSGetObservation-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/SOSGetObservation-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/Text-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/Text-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSCapabilities/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSGetCoverage-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WCSGetCoverage-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSCapabilities/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSDescribeFeatureType-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFSDescribeFeatureType-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WFST/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WKT-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WKT-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMC/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_3-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_3-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_3_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSCapabilities/v1_3_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSDescribeLayer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSDescribeLayer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSDescribeLayer/v1_1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSDescribeLayer/v1_1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSGetFeatureInfo-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMSGetFeatureInfo-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMTSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMTSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMTSCapabilities/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WMTSCapabilities/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSCapabilities-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSCapabilities-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSCapabilities/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSCapabilities/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSDescribeProcess-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSDescribeProcess-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSExecute-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/WPSExecute-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/XLS/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/XML-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/XML-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Format/XML/VersionedOGC-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Format/XML/VersionedOGC-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Collection-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Collection-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Curve-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Curve-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/LineString-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/LineString-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/LinearRing-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/LinearRing-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiLineString-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiLineString-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiPoint-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiPoint-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiPolygon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/MultiPolygon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Point-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Point-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Polygon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Geometry/Polygon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Box-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Box-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Click-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Click-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Drag-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Drag-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Feature-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Feature-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Hover-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Hover-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Keyboard-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Keyboard-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/MouseWheel-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/MouseWheel-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Path-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Path-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Pinch-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Pinch-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Point-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Point-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Polygon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/Polygon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Handler/RegularPolygon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Handler/RegularPolygon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Icon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Icon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Kinetic-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Kinetic-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ar-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ar-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/be-tarask-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/be-tarask-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/bg-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/bg-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/br-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/br-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ca-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ca-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/cs-CZ-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/cs-CZ-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/da-DK-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/da-DK-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/de-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/de-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/el-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/el-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/en-CA-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/en-CA-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/en-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/en-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/es-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/es-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fi-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fi-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fr-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fr-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fur-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/fur-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/gl-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/gl-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/gsw-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/gsw-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hr-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hr-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hsb-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hsb-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hu-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/hu-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ia-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ia-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/id-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/id-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/io-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/io-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/is-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/is-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/it-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/it-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ja-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ja-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/km-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/km-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ksh-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ksh-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/lt-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/lt-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nb-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nb-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nds-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nds-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nl-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nl-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nn-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/nn-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/oc-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/oc-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pl-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pl-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pt-BR-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pt-BR-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pt-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/pt-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ro-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ro-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ru-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/ru-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/sk-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/sk-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/sv-SE-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/sv-SE-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/te-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/te-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/vi-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/vi-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/zh-CN-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/zh-CN-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Lang/zh-TW-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Lang/zh-TW-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcGIS93Rest-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcGIS93Rest-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcGISCache-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcGISCache-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcIMS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/ArcIMS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Bing-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Bing-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Boxes-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Boxes-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/EventPane-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/EventPane-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/FixedZoomLevels-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/FixedZoomLevels-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/GeoRSS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/GeoRSS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Google-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Google-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Google/v3-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Google/v3-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Grid-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Grid-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/HTTPRequest-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/HTTPRequest-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Image-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Image-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/KaMap-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/KaMap-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/KaMapCache-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/KaMapCache-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/MapGuide-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/MapGuide-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/MapServer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/MapServer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Markers-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Markers-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/OSM-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/OSM-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/PointGrid-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/PointGrid-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/PointTrack-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/PointTrack-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/SphericalMercator-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/SphericalMercator-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/TMS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/TMS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Text-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Text-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/TileCache-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/TileCache-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/UTFGrid-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/UTFGrid-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Vector-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Vector-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Vector/RootContainer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Vector/RootContainer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WMS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WMS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WMTS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WMTS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WorldWind-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/WorldWind-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/XYZ-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/XYZ-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Zoomify-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Layer/Zoomify-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Map-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Map-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Marker-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Marker-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Marker/Box-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Marker/Box-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Popup-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Popup-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Popup/Anchored-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Popup/Anchored-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Popup/Framed-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Popup/Framed-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Popup/FramedCloud-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Popup/FramedCloud-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Projection-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Projection-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/CSW-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/CSW-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/CSW/v2_0_2-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/CSW/v2_0_2-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/HTTP-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/HTTP-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/SOS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/SOS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/SOS/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/SOS/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/Script-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/Script-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1_0_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1_0_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1_1_0-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Protocol/WFS/v1_1_0-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Renderer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Renderer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/Canvas-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/Canvas-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/Elements-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/Elements-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/SVG-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/SVG-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/VML-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Renderer/VML-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Request-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Request-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Request/XMLHttpRequest-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Request/XMLHttpRequest-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Rule-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Rule-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/SingleFile-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/SingleFile-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Spherical-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Spherical-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/BBOX-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/BBOX-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Cluster-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Cluster-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Filter-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Filter-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Fixed-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Fixed-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Paging-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Paging-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Refresh-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Refresh-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Save-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Strategy/Save-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Style-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Style-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Style2-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Style2-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/StyleMap-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/StyleMap-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Line-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Line-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Point-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Point-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Polygon-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Polygon-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Raster-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Raster-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Text-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Symbolizer/Text-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Tile-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Tile-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Tile/Image-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Tile/Image-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Tile/Image/IFrame-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Tile/Image/IFrame-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Tile/UTFGrid-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Tile/UTFGrid-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/TileManager-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/TileManager-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Tween-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Tween-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Util-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Util-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/Util/vendorPrefix-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/Util/vendorPrefix-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/WPSClient-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/WPSClient-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/OpenLayers/WPSProcess-js.html b/OpenLayers/doc/devdocs/files/OpenLayers/WPSProcess-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/files/deprecated-js.html b/OpenLayers/doc/devdocs/files/deprecated-js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index.html b/OpenLayers/doc/devdocs/index.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Classes.html b/OpenLayers/doc/devdocs/index/Classes.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Classes2.html b/OpenLayers/doc/devdocs/index/Classes2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Constants.html b/OpenLayers/doc/devdocs/index/Constants.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Constructor.html b/OpenLayers/doc/devdocs/index/Constructor.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Constructor2.html b/OpenLayers/doc/devdocs/index/Constructor2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Constructor3.html b/OpenLayers/doc/devdocs/index/Constructor3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Files.html b/OpenLayers/doc/devdocs/index/Files.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions.html b/OpenLayers/doc/devdocs/index/Functions.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions10.html b/OpenLayers/doc/devdocs/index/Functions10.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions11.html b/OpenLayers/doc/devdocs/index/Functions11.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions12.html b/OpenLayers/doc/devdocs/index/Functions12.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions13.html b/OpenLayers/doc/devdocs/index/Functions13.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions14.html b/OpenLayers/doc/devdocs/index/Functions14.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions15.html b/OpenLayers/doc/devdocs/index/Functions15.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions16.html b/OpenLayers/doc/devdocs/index/Functions16.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions17.html b/OpenLayers/doc/devdocs/index/Functions17.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions18.html b/OpenLayers/doc/devdocs/index/Functions18.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions19.html b/OpenLayers/doc/devdocs/index/Functions19.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions2.html b/OpenLayers/doc/devdocs/index/Functions2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions3.html b/OpenLayers/doc/devdocs/index/Functions3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions4.html b/OpenLayers/doc/devdocs/index/Functions4.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions5.html b/OpenLayers/doc/devdocs/index/Functions5.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions6.html b/OpenLayers/doc/devdocs/index/Functions6.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions7.html b/OpenLayers/doc/devdocs/index/Functions7.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions8.html b/OpenLayers/doc/devdocs/index/Functions8.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Functions9.html b/OpenLayers/doc/devdocs/index/Functions9.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General.html b/OpenLayers/doc/devdocs/index/General.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General10.html b/OpenLayers/doc/devdocs/index/General10.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General11.html b/OpenLayers/doc/devdocs/index/General11.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General12.html b/OpenLayers/doc/devdocs/index/General12.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General13.html b/OpenLayers/doc/devdocs/index/General13.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General14.html b/OpenLayers/doc/devdocs/index/General14.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General15.html b/OpenLayers/doc/devdocs/index/General15.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General16.html b/OpenLayers/doc/devdocs/index/General16.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General17.html b/OpenLayers/doc/devdocs/index/General17.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General18.html b/OpenLayers/doc/devdocs/index/General18.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General19.html b/OpenLayers/doc/devdocs/index/General19.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General2.html b/OpenLayers/doc/devdocs/index/General2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General20.html b/OpenLayers/doc/devdocs/index/General20.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General21.html b/OpenLayers/doc/devdocs/index/General21.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General22.html b/OpenLayers/doc/devdocs/index/General22.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General23.html b/OpenLayers/doc/devdocs/index/General23.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General3.html b/OpenLayers/doc/devdocs/index/General3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General4.html b/OpenLayers/doc/devdocs/index/General4.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General5.html b/OpenLayers/doc/devdocs/index/General5.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General6.html b/OpenLayers/doc/devdocs/index/General6.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General7.html b/OpenLayers/doc/devdocs/index/General7.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General8.html b/OpenLayers/doc/devdocs/index/General8.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/General9.html b/OpenLayers/doc/devdocs/index/General9.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties.html b/OpenLayers/doc/devdocs/index/Properties.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties10.html b/OpenLayers/doc/devdocs/index/Properties10.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties11.html b/OpenLayers/doc/devdocs/index/Properties11.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties12.html b/OpenLayers/doc/devdocs/index/Properties12.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties13.html b/OpenLayers/doc/devdocs/index/Properties13.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties14.html b/OpenLayers/doc/devdocs/index/Properties14.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties15.html b/OpenLayers/doc/devdocs/index/Properties15.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties16.html b/OpenLayers/doc/devdocs/index/Properties16.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties2.html b/OpenLayers/doc/devdocs/index/Properties2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties3.html b/OpenLayers/doc/devdocs/index/Properties3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties4.html b/OpenLayers/doc/devdocs/index/Properties4.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties5.html b/OpenLayers/doc/devdocs/index/Properties5.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties6.html b/OpenLayers/doc/devdocs/index/Properties6.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties7.html b/OpenLayers/doc/devdocs/index/Properties7.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties8.html b/OpenLayers/doc/devdocs/index/Properties8.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/index/Properties9.html b/OpenLayers/doc/devdocs/index/Properties9.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/javascript/main.js b/OpenLayers/doc/devdocs/javascript/main.js old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/javascript/prettify.js b/OpenLayers/doc/devdocs/javascript/prettify.js old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/javascript/searchdata.js b/OpenLayers/doc/devdocs/javascript/searchdata.js old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ClassesO.html b/OpenLayers/doc/devdocs/search/ClassesO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ClassesS.html b/OpenLayers/doc/devdocs/search/ClassesS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ClassesU.html b/OpenLayers/doc/devdocs/search/ClassesU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsB.html b/OpenLayers/doc/devdocs/search/ConstantsB.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsC.html b/OpenLayers/doc/devdocs/search/ConstantsC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsD.html b/OpenLayers/doc/devdocs/search/ConstantsD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsF.html b/OpenLayers/doc/devdocs/search/ConstantsF.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsI.html b/OpenLayers/doc/devdocs/search/ConstantsI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsK.html b/OpenLayers/doc/devdocs/search/ConstantsK.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsL.html b/OpenLayers/doc/devdocs/search/ConstantsL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsM.html b/OpenLayers/doc/devdocs/search/ConstantsM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsO.html b/OpenLayers/doc/devdocs/search/ConstantsO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsR.html b/OpenLayers/doc/devdocs/search/ConstantsR.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsS.html b/OpenLayers/doc/devdocs/search/ConstantsS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsT.html b/OpenLayers/doc/devdocs/search/ConstantsT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsU.html b/OpenLayers/doc/devdocs/search/ConstantsU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsV.html b/OpenLayers/doc/devdocs/search/ConstantsV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsX.html b/OpenLayers/doc/devdocs/search/ConstantsX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsY.html b/OpenLayers/doc/devdocs/search/ConstantsY.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstantsZ.html b/OpenLayers/doc/devdocs/search/ConstantsZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorA.html b/OpenLayers/doc/devdocs/search/ConstructorA.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorB.html b/OpenLayers/doc/devdocs/search/ConstructorB.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorC.html b/OpenLayers/doc/devdocs/search/ConstructorC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorD.html b/OpenLayers/doc/devdocs/search/ConstructorD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorE.html b/OpenLayers/doc/devdocs/search/ConstructorE.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorF.html b/OpenLayers/doc/devdocs/search/ConstructorF.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorG.html b/OpenLayers/doc/devdocs/search/ConstructorG.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorH.html b/OpenLayers/doc/devdocs/search/ConstructorH.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorI.html b/OpenLayers/doc/devdocs/search/ConstructorI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorJ.html b/OpenLayers/doc/devdocs/search/ConstructorJ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorK.html b/OpenLayers/doc/devdocs/search/ConstructorK.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorL.html b/OpenLayers/doc/devdocs/search/ConstructorL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorM.html b/OpenLayers/doc/devdocs/search/ConstructorM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorN.html b/OpenLayers/doc/devdocs/search/ConstructorN.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorO.html b/OpenLayers/doc/devdocs/search/ConstructorO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorP.html b/OpenLayers/doc/devdocs/search/ConstructorP.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorR.html b/OpenLayers/doc/devdocs/search/ConstructorR.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorS.html b/OpenLayers/doc/devdocs/search/ConstructorS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorT.html b/OpenLayers/doc/devdocs/search/ConstructorT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorU.html b/OpenLayers/doc/devdocs/search/ConstructorU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorV.html b/OpenLayers/doc/devdocs/search/ConstructorV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorW.html b/OpenLayers/doc/devdocs/search/ConstructorW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorX.html b/OpenLayers/doc/devdocs/search/ConstructorX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorY.html b/OpenLayers/doc/devdocs/search/ConstructorY.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/ConstructorZ.html b/OpenLayers/doc/devdocs/search/ConstructorZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesA.html b/OpenLayers/doc/devdocs/search/FilesA.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesC.html b/OpenLayers/doc/devdocs/search/FilesC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesD.html b/OpenLayers/doc/devdocs/search/FilesD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesI.html b/OpenLayers/doc/devdocs/search/FilesI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesK.html b/OpenLayers/doc/devdocs/search/FilesK.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesO.html b/OpenLayers/doc/devdocs/search/FilesO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesS.html b/OpenLayers/doc/devdocs/search/FilesS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesV.html b/OpenLayers/doc/devdocs/search/FilesV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FilesW.html b/OpenLayers/doc/devdocs/search/FilesW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsA.html b/OpenLayers/doc/devdocs/search/FunctionsA.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsB.html b/OpenLayers/doc/devdocs/search/FunctionsB.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsC.html b/OpenLayers/doc/devdocs/search/FunctionsC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsD.html b/OpenLayers/doc/devdocs/search/FunctionsD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsE.html b/OpenLayers/doc/devdocs/search/FunctionsE.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsF.html b/OpenLayers/doc/devdocs/search/FunctionsF.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsG.html b/OpenLayers/doc/devdocs/search/FunctionsG.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsH.html b/OpenLayers/doc/devdocs/search/FunctionsH.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsI.html b/OpenLayers/doc/devdocs/search/FunctionsI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsJ.html b/OpenLayers/doc/devdocs/search/FunctionsJ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsL.html b/OpenLayers/doc/devdocs/search/FunctionsL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsM.html b/OpenLayers/doc/devdocs/search/FunctionsM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsN.html b/OpenLayers/doc/devdocs/search/FunctionsN.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsO.html b/OpenLayers/doc/devdocs/search/FunctionsO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsP.html b/OpenLayers/doc/devdocs/search/FunctionsP.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsQ.html b/OpenLayers/doc/devdocs/search/FunctionsQ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsR.html b/OpenLayers/doc/devdocs/search/FunctionsR.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsS.html b/OpenLayers/doc/devdocs/search/FunctionsS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsSymbols.html b/OpenLayers/doc/devdocs/search/FunctionsSymbols.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsT.html b/OpenLayers/doc/devdocs/search/FunctionsT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsU.html b/OpenLayers/doc/devdocs/search/FunctionsU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsV.html b/OpenLayers/doc/devdocs/search/FunctionsV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsW.html b/OpenLayers/doc/devdocs/search/FunctionsW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/FunctionsZ.html b/OpenLayers/doc/devdocs/search/FunctionsZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralA.html b/OpenLayers/doc/devdocs/search/GeneralA.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralB.html b/OpenLayers/doc/devdocs/search/GeneralB.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralC.html b/OpenLayers/doc/devdocs/search/GeneralC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralD.html b/OpenLayers/doc/devdocs/search/GeneralD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralE.html b/OpenLayers/doc/devdocs/search/GeneralE.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralF.html b/OpenLayers/doc/devdocs/search/GeneralF.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralG.html b/OpenLayers/doc/devdocs/search/GeneralG.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralH.html b/OpenLayers/doc/devdocs/search/GeneralH.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralI.html b/OpenLayers/doc/devdocs/search/GeneralI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralJ.html b/OpenLayers/doc/devdocs/search/GeneralJ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralK.html b/OpenLayers/doc/devdocs/search/GeneralK.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralL.html b/OpenLayers/doc/devdocs/search/GeneralL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralM.html b/OpenLayers/doc/devdocs/search/GeneralM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralN.html b/OpenLayers/doc/devdocs/search/GeneralN.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralO.html b/OpenLayers/doc/devdocs/search/GeneralO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralP.html b/OpenLayers/doc/devdocs/search/GeneralP.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralQ.html b/OpenLayers/doc/devdocs/search/GeneralQ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralR.html b/OpenLayers/doc/devdocs/search/GeneralR.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralS.html b/OpenLayers/doc/devdocs/search/GeneralS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralSymbols.html b/OpenLayers/doc/devdocs/search/GeneralSymbols.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralT.html b/OpenLayers/doc/devdocs/search/GeneralT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralU.html b/OpenLayers/doc/devdocs/search/GeneralU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralV.html b/OpenLayers/doc/devdocs/search/GeneralV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralW.html b/OpenLayers/doc/devdocs/search/GeneralW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralX.html b/OpenLayers/doc/devdocs/search/GeneralX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralY.html b/OpenLayers/doc/devdocs/search/GeneralY.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/GeneralZ.html b/OpenLayers/doc/devdocs/search/GeneralZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/NoResults.html b/OpenLayers/doc/devdocs/search/NoResults.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesA.html b/OpenLayers/doc/devdocs/search/PropertiesA.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesB.html b/OpenLayers/doc/devdocs/search/PropertiesB.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesC.html b/OpenLayers/doc/devdocs/search/PropertiesC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesD.html b/OpenLayers/doc/devdocs/search/PropertiesD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesE.html b/OpenLayers/doc/devdocs/search/PropertiesE.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesF.html b/OpenLayers/doc/devdocs/search/PropertiesF.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesG.html b/OpenLayers/doc/devdocs/search/PropertiesG.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesH.html b/OpenLayers/doc/devdocs/search/PropertiesH.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesI.html b/OpenLayers/doc/devdocs/search/PropertiesI.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesJ.html b/OpenLayers/doc/devdocs/search/PropertiesJ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesK.html b/OpenLayers/doc/devdocs/search/PropertiesK.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesL.html b/OpenLayers/doc/devdocs/search/PropertiesL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesM.html b/OpenLayers/doc/devdocs/search/PropertiesM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesN.html b/OpenLayers/doc/devdocs/search/PropertiesN.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesO.html b/OpenLayers/doc/devdocs/search/PropertiesO.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesP.html b/OpenLayers/doc/devdocs/search/PropertiesP.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesQ.html b/OpenLayers/doc/devdocs/search/PropertiesQ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesR.html b/OpenLayers/doc/devdocs/search/PropertiesR.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesS.html b/OpenLayers/doc/devdocs/search/PropertiesS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesSymbols.html b/OpenLayers/doc/devdocs/search/PropertiesSymbols.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesT.html b/OpenLayers/doc/devdocs/search/PropertiesT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesU.html b/OpenLayers/doc/devdocs/search/PropertiesU.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesV.html b/OpenLayers/doc/devdocs/search/PropertiesV.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesW.html b/OpenLayers/doc/devdocs/search/PropertiesW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesX.html b/OpenLayers/doc/devdocs/search/PropertiesX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesY.html b/OpenLayers/doc/devdocs/search/PropertiesY.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/search/PropertiesZ.html b/OpenLayers/doc/devdocs/search/PropertiesZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/styles/1.css b/OpenLayers/doc/devdocs/styles/1.css old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/styles/2.css b/OpenLayers/doc/devdocs/styles/2.css old mode 100755 new mode 100644 diff --git a/OpenLayers/doc/devdocs/styles/main.css b/OpenLayers/doc/devdocs/styles/main.css old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/ClassHierarchy.nd b/OpenLayers/doc_config/Data/ClassHierarchy.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/ConfigFileInfo.nd b/OpenLayers/doc_config/Data/ConfigFileInfo.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/FileInfo.nd b/OpenLayers/doc_config/Data/FileInfo.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/ImageFileInfo.nd b/OpenLayers/doc_config/Data/ImageFileInfo.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/ImageReferenceTable.nd b/OpenLayers/doc_config/Data/ImageReferenceTable.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/IndexInfo.nd b/OpenLayers/doc_config/Data/IndexInfo.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/PreviousMenuState.nd b/OpenLayers/doc_config/Data/PreviousMenuState.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/PreviousSettings.nd b/OpenLayers/doc_config/Data/PreviousSettings.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Data/SymbolTable.nd b/OpenLayers/doc_config/Data/SymbolTable.nd old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Languages.txt b/OpenLayers/doc_config/Languages.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Menu.txt b/OpenLayers/doc_config/Menu.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/OL.css b/OpenLayers/doc_config/OL.css old mode 100755 new mode 100644 diff --git a/OpenLayers/doc_config/Topics.txt b/OpenLayers/doc_config/Topics.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/Jugl.js b/OpenLayers/examples/Jugl.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/KMLParser.html b/OpenLayers/examples/KMLParser.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/SLDSelect.html b/OpenLayers/examples/SLDSelect.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/WMSDescribeLayerParser.html b/OpenLayers/examples/WMSDescribeLayerParser.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accelerometer.html b/OpenLayers/examples/accelerometer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accessible-click-control.html b/OpenLayers/examples/accessible-click-control.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accessible-click-control.js b/OpenLayers/examples/accessible-click-control.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accessible-panel.html b/OpenLayers/examples/accessible-panel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accessible-panel.js b/OpenLayers/examples/accessible-panel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/accessible.html b/OpenLayers/examples/accessible.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/all-overlays-google.html b/OpenLayers/examples/all-overlays-google.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/all-overlays-google.js b/OpenLayers/examples/all-overlays-google.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/all-overlays.html b/OpenLayers/examples/all-overlays.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/anchor-permalink.html b/OpenLayers/examples/anchor-permalink.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/anchor-permalink.js b/OpenLayers/examples/anchor-permalink.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/animated_panning.html b/OpenLayers/examples/animated_panning.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/animator.js b/OpenLayers/examples/animator.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcgis93rest.html b/OpenLayers/examples/arcgis93rest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcgiscache_ags.html b/OpenLayers/examples/arcgiscache_ags.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcgiscache_direct.html b/OpenLayers/examples/arcgiscache_direct.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcgiscache_jsonp.html b/OpenLayers/examples/arcgiscache_jsonp.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcims-thematic.html b/OpenLayers/examples/arcims-thematic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/arcims.html b/OpenLayers/examples/arcims.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/attribution.html b/OpenLayers/examples/attribution.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/behavior-fixed-http-gml.html b/OpenLayers/examples/behavior-fixed-http-gml.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bing-tiles-restrictedzoom.html b/OpenLayers/examples/bing-tiles-restrictedzoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bing-tiles-restrictedzoom.js b/OpenLayers/examples/bing-tiles-restrictedzoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bing-tiles.html b/OpenLayers/examples/bing-tiles.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bing-tiles.js b/OpenLayers/examples/bing-tiles.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bing.html b/OpenLayers/examples/bing.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bootstrap.html b/OpenLayers/examples/bootstrap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/bootstrap.js b/OpenLayers/examples/bootstrap.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/boxes-vector.html b/OpenLayers/examples/boxes-vector.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/boxes.html b/OpenLayers/examples/boxes.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/browser.html b/OpenLayers/examples/browser.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/browser.js b/OpenLayers/examples/browser.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/buffer.html b/OpenLayers/examples/buffer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cache-read.html b/OpenLayers/examples/cache-read.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cache-read.js b/OpenLayers/examples/cache-read.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cache-write.html b/OpenLayers/examples/cache-write.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cache-write.js b/OpenLayers/examples/cache-write.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas-hit-detection.html b/OpenLayers/examples/canvas-hit-detection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas-hit-detection.js b/OpenLayers/examples/canvas-hit-detection.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas-inspector.html b/OpenLayers/examples/canvas-inspector.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas-inspector.js b/OpenLayers/examples/canvas-inspector.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas.html b/OpenLayers/examples/canvas.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/canvas.js b/OpenLayers/examples/canvas.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cartodb-geojson.html b/OpenLayers/examples/cartodb-geojson.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/click-handler.html b/OpenLayers/examples/click-handler.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/click.html b/OpenLayers/examples/click.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/clientzoom.html b/OpenLayers/examples/clientzoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/clientzoom.js b/OpenLayers/examples/clientzoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/controls.html b/OpenLayers/examples/controls.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cql-format.html b/OpenLayers/examples/cql-format.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cql-format.js b/OpenLayers/examples/cql-format.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cross-origin-xml.html b/OpenLayers/examples/cross-origin-xml.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cross-origin-xml.js b/OpenLayers/examples/cross-origin-xml.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cross-origin.html b/OpenLayers/examples/cross-origin.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/cross-origin.js b/OpenLayers/examples/cross-origin.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/custom-control.html b/OpenLayers/examples/custom-control.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/custom-style.html b/OpenLayers/examples/custom-style.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/4_m_citylights_lg.gif b/OpenLayers/examples/data/4_m_citylights_lg.gif old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/line.json b/OpenLayers/examples/data/line.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/point.json b/OpenLayers/examples/data/point.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/poly.json b/OpenLayers/examples/data/poly.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/roads.json b/OpenLayers/examples/data/roads.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/data/tazdem.tiff b/OpenLayers/examples/data/tazdem.tiff old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/debug.html b/OpenLayers/examples/debug.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/document-drag.html b/OpenLayers/examples/document-drag.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/donut.html b/OpenLayers/examples/donut.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/donut.js b/OpenLayers/examples/donut.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/drag-feature.html b/OpenLayers/examples/drag-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/draw-feature.html b/OpenLayers/examples/draw-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/draw-undo-redo.html b/OpenLayers/examples/draw-undo-redo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/draw-undo-redo.js b/OpenLayers/examples/draw-undo-redo.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/dynamic-text-layer.html b/OpenLayers/examples/dynamic-text-layer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/editing-methods.html b/OpenLayers/examples/editing-methods.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/editing-methods.js b/OpenLayers/examples/editing-methods.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/editingtoolbar-outside.html b/OpenLayers/examples/editingtoolbar-outside.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/editingtoolbar.html b/OpenLayers/examples/editingtoolbar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/encoded-polyline.html b/OpenLayers/examples/encoded-polyline.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/events.html b/OpenLayers/examples/events.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/example-list.html b/OpenLayers/examples/example-list.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/example.html b/OpenLayers/examples/example.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/example.js b/OpenLayers/examples/example.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/feature-events.html b/OpenLayers/examples/feature-events.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/feature-events.js b/OpenLayers/examples/feature-events.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/filter-strategy.html b/OpenLayers/examples/filter-strategy.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/filter-strategy.js b/OpenLayers/examples/filter-strategy.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/filter.html b/OpenLayers/examples/filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/fractional-zoom.html b/OpenLayers/examples/fractional-zoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/fullScreen.html b/OpenLayers/examples/fullScreen.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/fullScreen.js b/OpenLayers/examples/fullScreen.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/fusiontables.html b/OpenLayers/examples/fusiontables.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/fusiontables.js b/OpenLayers/examples/fusiontables.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/game-accel-ball.html b/OpenLayers/examples/game-accel-ball.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geojson-reprojected.html b/OpenLayers/examples/geojson-reprojected.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geojson-reprojected.js b/OpenLayers/examples/geojson-reprojected.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geojson-reprojected.json b/OpenLayers/examples/geojson-reprojected.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geojson.html b/OpenLayers/examples/geojson.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geolocation.html b/OpenLayers/examples/geolocation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/geolocation.js b/OpenLayers/examples/geolocation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/georss-flickr.html b/OpenLayers/examples/georss-flickr.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/georss-markers.html b/OpenLayers/examples/georss-markers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/georss.html b/OpenLayers/examples/georss.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/georss.xml b/OpenLayers/examples/georss.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/getfeature-wfs.html b/OpenLayers/examples/getfeature-wfs.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/getfeatureinfo-control.html b/OpenLayers/examples/getfeatureinfo-control.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/getfeatureinfo-popup.html b/OpenLayers/examples/getfeatureinfo-popup.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml-layer.html b/OpenLayers/examples/gml-layer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/line.xml b/OpenLayers/examples/gml/line.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/multipoint.xml b/OpenLayers/examples/gml/multipoint.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/multipolygon.xml b/OpenLayers/examples/gml/multipolygon.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/owls.xml b/OpenLayers/examples/gml/owls.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/point.xml b/OpenLayers/examples/gml/point.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gml/polygon.xml b/OpenLayers/examples/gml/polygon.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-static.html b/OpenLayers/examples/google-static.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-static.js b/OpenLayers/examples/google-static.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-v3-alloverlays.html b/OpenLayers/examples/google-v3-alloverlays.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-v3-alloverlays.js b/OpenLayers/examples/google-v3-alloverlays.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-v3.html b/OpenLayers/examples/google-v3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google-v3.js b/OpenLayers/examples/google-v3.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/google.html b/OpenLayers/examples/google.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/graphic-name.html b/OpenLayers/examples/graphic-name.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/graphic-name.js b/OpenLayers/examples/graphic-name.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/graticule.html b/OpenLayers/examples/graticule.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/gutter.html b/OpenLayers/examples/gutter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/highlight-feature.html b/OpenLayers/examples/highlight-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/hover-handler.html b/OpenLayers/examples/hover-handler.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/image-layer.html b/OpenLayers/examples/image-layer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/check-round-green.png b/OpenLayers/examples/img/check-round-green.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/check-round-grey.png b/OpenLayers/examples/img/check-round-grey.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/list.png b/OpenLayers/examples/img/list.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/locate.png b/OpenLayers/examples/img/locate.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/marker_shadow.png b/OpenLayers/examples/img/marker_shadow.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/minus1.png b/OpenLayers/examples/img/minus1.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/mobile-layers.png b/OpenLayers/examples/img/mobile-layers.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/mobile-loc.png b/OpenLayers/examples/img/mobile-loc.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/mobile-zoombar.png b/OpenLayers/examples/img/mobile-zoombar.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/openlayers.png b/OpenLayers/examples/img/openlayers.png old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/popupMatrix.jpg b/OpenLayers/examples/img/popupMatrix.jpg old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/small.jpg b/OpenLayers/examples/img/small.jpg old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/thinlong.jpg b/OpenLayers/examples/img/thinlong.jpg old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/widelong.jpg b/OpenLayers/examples/img/widelong.jpg old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/img/wideshort.jpg b/OpenLayers/examples/img/wideshort.jpg old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/intersects.html b/OpenLayers/examples/intersects.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kamap.html b/OpenLayers/examples/kamap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kamap.txt b/OpenLayers/examples/kamap.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kinetic.html b/OpenLayers/examples/kinetic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kinetic.js b/OpenLayers/examples/kinetic.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-layer.html b/OpenLayers/examples/kml-layer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-layer.js b/OpenLayers/examples/kml-layer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-pointtrack.html b/OpenLayers/examples/kml-pointtrack.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-pointtrack.js b/OpenLayers/examples/kml-pointtrack.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-track.html b/OpenLayers/examples/kml-track.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-track.js b/OpenLayers/examples/kml-track.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml-track.kml b/OpenLayers/examples/kml-track.kml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml/lines.kml b/OpenLayers/examples/kml/lines.kml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml/styles.kml b/OpenLayers/examples/kml/styles.kml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/kml/sundials.kml b/OpenLayers/examples/kml/sundials.kml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/label-scale.html b/OpenLayers/examples/label-scale.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/label-scale.js b/OpenLayers/examples/label-scale.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/late-render.html b/OpenLayers/examples/late-render.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/layer-opacity.html b/OpenLayers/examples/layer-opacity.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/layerLoadMonitoring.html b/OpenLayers/examples/layerLoadMonitoring.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/layerswitcher.html b/OpenLayers/examples/layerswitcher.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/light-basic.html b/OpenLayers/examples/light-basic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/light-basic.js b/OpenLayers/examples/light-basic.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/lite.html b/OpenLayers/examples/lite.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapbox.html b/OpenLayers/examples/mapbox.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapbox.js b/OpenLayers/examples/mapbox.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapguide.html b/OpenLayers/examples/mapguide.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapquest.html b/OpenLayers/examples/mapquest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapquest.js b/OpenLayers/examples/mapquest.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapserver.html b/OpenLayers/examples/mapserver.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mapserver_untiled.html b/OpenLayers/examples/mapserver_untiled.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/marker-shadow.html b/OpenLayers/examples/marker-shadow.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/markerResize.html b/OpenLayers/examples/markerResize.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/markers.html b/OpenLayers/examples/markers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/markersTextLayer.html b/OpenLayers/examples/markersTextLayer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/measure.html b/OpenLayers/examples/measure.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-base.js b/OpenLayers/examples/mobile-base.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-drawing.html b/OpenLayers/examples/mobile-drawing.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-drawing.js b/OpenLayers/examples/mobile-drawing.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-jq.html b/OpenLayers/examples/mobile-jq.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-jq.js b/OpenLayers/examples/mobile-jq.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-layers.html b/OpenLayers/examples/mobile-layers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-layers.js b/OpenLayers/examples/mobile-layers.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-navigation.html b/OpenLayers/examples/mobile-navigation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-navigation.js b/OpenLayers/examples/mobile-navigation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-sencha.html b/OpenLayers/examples/mobile-sencha.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-sencha.js b/OpenLayers/examples/mobile-sencha.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-wmts-vienna.css b/OpenLayers/examples/mobile-wmts-vienna.css old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-wmts-vienna.html b/OpenLayers/examples/mobile-wmts-vienna.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile-wmts-vienna.js b/OpenLayers/examples/mobile-wmts-vienna.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile.html b/OpenLayers/examples/mobile.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mobile.js b/OpenLayers/examples/mobile.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/modify-feature.html b/OpenLayers/examples/modify-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mouse-position.html b/OpenLayers/examples/mouse-position.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mousewheel-interval.html b/OpenLayers/examples/mousewheel-interval.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/multiserver.html b/OpenLayers/examples/multiserver.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/multitouch.html b/OpenLayers/examples/multitouch.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/mvs.html b/OpenLayers/examples/mvs.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/navigation-control.html b/OpenLayers/examples/navigation-control.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/navigation-history.html b/OpenLayers/examples/navigation-history.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/navtoolbar-alwaysZoom.html b/OpenLayers/examples/navtoolbar-alwaysZoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/navtoolbar-outsidemap.html b/OpenLayers/examples/navtoolbar-outsidemap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/navtoolbar.html b/OpenLayers/examples/navtoolbar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/offline-storage.html b/OpenLayers/examples/offline-storage.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/offline-storage.js b/OpenLayers/examples/offline-storage.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/openls.html b/OpenLayers/examples/openls.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/ordering.html b/OpenLayers/examples/ordering.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm-google.html b/OpenLayers/examples/osm-google.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm-google.js b/OpenLayers/examples/osm-google.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm-grayscale.html b/OpenLayers/examples/osm-grayscale.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm-marker-popup.html b/OpenLayers/examples/osm-marker-popup.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm-marker-popup.js b/OpenLayers/examples/osm-marker-popup.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm.html b/OpenLayers/examples/osm.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/osm/sutton_coldfield.osm b/OpenLayers/examples/osm/sutton_coldfield.osm old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/overviewmap.html b/OpenLayers/examples/overviewmap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/pan-zoom-panels.html b/OpenLayers/examples/pan-zoom-panels.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/panel.html b/OpenLayers/examples/panel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/point-grid.html b/OpenLayers/examples/point-grid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/point-grid.js b/OpenLayers/examples/point-grid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/point-track-markers.html b/OpenLayers/examples/point-track-markers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/polar-projections.html b/OpenLayers/examples/polar-projections.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/polar-projections.js b/OpenLayers/examples/polar-projections.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/popupMatrix.html b/OpenLayers/examples/popupMatrix.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/proxy.cgi b/OpenLayers/examples/proxy.cgi old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/regular-polygons.html b/OpenLayers/examples/regular-polygons.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/resize-features.html b/OpenLayers/examples/resize-features.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/restricted-extent.html b/OpenLayers/examples/restricted-extent.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/rotate-features.html b/OpenLayers/examples/rotate-features.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/select-feature-multilayer.html b/OpenLayers/examples/select-feature-multilayer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/select-feature-openpopup.html b/OpenLayers/examples/select-feature-openpopup.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/select-feature.html b/OpenLayers/examples/select-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/setextent.html b/OpenLayers/examples/setextent.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/simplify-linestring.html b/OpenLayers/examples/simplify-linestring.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/simplify-linestring.js b/OpenLayers/examples/simplify-linestring.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/single-tile.html b/OpenLayers/examples/single-tile.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/single-tile.js b/OpenLayers/examples/single-tile.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sld-parser.html b/OpenLayers/examples/sld-parser.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sld.html b/OpenLayers/examples/sld.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sld.js b/OpenLayers/examples/sld.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/snap-grid.html b/OpenLayers/examples/snap-grid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/snap-grid.js b/OpenLayers/examples/snap-grid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/snap-split.html b/OpenLayers/examples/snap-split.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/snapping.html b/OpenLayers/examples/snapping.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sos.html b/OpenLayers/examples/sos.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/spherical-mercator.html b/OpenLayers/examples/spherical-mercator.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/split-feature.html b/OpenLayers/examples/split-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-bbox.html b/OpenLayers/examples/strategy-bbox.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-cluster-extended.html b/OpenLayers/examples/strategy-cluster-extended.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-cluster-extended.js b/OpenLayers/examples/strategy-cluster-extended.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-cluster-threshold.html b/OpenLayers/examples/strategy-cluster-threshold.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-cluster.html b/OpenLayers/examples/strategy-cluster.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/strategy-paging.html b/OpenLayers/examples/strategy-paging.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/style-rules.html b/OpenLayers/examples/style-rules.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/style-rules.js b/OpenLayers/examples/style-rules.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/style.css b/OpenLayers/examples/style.css old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/style.mobile-jq.css b/OpenLayers/examples/style.mobile-jq.css old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/stylemap.html b/OpenLayers/examples/stylemap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/styles-context.html b/OpenLayers/examples/styles-context.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/styles-rotation.html b/OpenLayers/examples/styles-rotation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/styles-unique.html b/OpenLayers/examples/styles-unique.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sundials-spherical-mercator.html b/OpenLayers/examples/sundials-spherical-mercator.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/sundials.html b/OpenLayers/examples/sundials.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/symbolizers-fill-stroke-graphic.html b/OpenLayers/examples/symbolizers-fill-stroke-graphic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tasmania/TasmaniaCities.xml b/OpenLayers/examples/tasmania/TasmaniaCities.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tasmania/TasmaniaRoads.xml b/OpenLayers/examples/tasmania/TasmaniaRoads.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tasmania/TasmaniaStateBoundaries.xml b/OpenLayers/examples/tasmania/TasmaniaStateBoundaries.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tasmania/TasmaniaWaterBodies.xml b/OpenLayers/examples/tasmania/TasmaniaWaterBodies.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tasmania/sld-tasmania.xml b/OpenLayers/examples/tasmania/sld-tasmania.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/teleportation.html b/OpenLayers/examples/teleportation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/textfile.txt b/OpenLayers/examples/textfile.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tile-origin.html b/OpenLayers/examples/tile-origin.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tile-origin.js b/OpenLayers/examples/tile-origin.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tilecache.html b/OpenLayers/examples/tilecache.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/tms.html b/OpenLayers/examples/tms.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/transform-feature.html b/OpenLayers/examples/transform-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/transition.html b/OpenLayers/examples/transition.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/using-proj4js.html b/OpenLayers/examples/using-proj4js.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/using-proj4js.js b/OpenLayers/examples/using-proj4js.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid-geography-class.html b/OpenLayers/examples/utfgrid-geography-class.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid-geography-class.js b/OpenLayers/examples/utfgrid-geography-class.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid.html b/OpenLayers/examples/utfgrid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid.js b/OpenLayers/examples/utfgrid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/0.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/1.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/2.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/0/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/0.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/1.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/2.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/1/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/0.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/1.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/2.json b/OpenLayers/examples/utfgrid/bio_utfgrid/1/2/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/0/0/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/0/0/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/1/0/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/1/0/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/1/0/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/1/0/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/1/1/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/1/1/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/1/1/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/1/1/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/0/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/0/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/0/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/0/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/0/2.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/0/2.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/0/3.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/0/3.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/1/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/1/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/1/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/1/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/1/2.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/1/2.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/1/3.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/1/3.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/2/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/2/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/2/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/2/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/2/2.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/2/2.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/2/3.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/2/3.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/3/0.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/3/0.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/3/1.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/3/1.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/3/2.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/3/2.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/geography-class/2/3/3.grid.json b/OpenLayers/examples/utfgrid/geography-class/2/3/3.grid.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/0/0.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/0/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/0/1.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/0/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/0/2.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/0/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/1/0.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/1/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/1/1.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/1/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/1/2.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/1/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/2/0.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/2/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/2/1.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/2/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid/world_utfgrid/1/2/2.json b/OpenLayers/examples/utfgrid/world_utfgrid/1/2/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid_twogrids.html b/OpenLayers/examples/utfgrid_twogrids.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/utfgrid_twogrids.js b/OpenLayers/examples/utfgrid_twogrids.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/vector-features-with-text.html b/OpenLayers/examples/vector-features-with-text.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/vector-features.html b/OpenLayers/examples/vector-features.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/vector-formats.html b/OpenLayers/examples/vector-formats.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/web-mercator.html b/OpenLayers/examples/web-mercator.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/web-mercator.js b/OpenLayers/examples/web-mercator.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-filter.html b/OpenLayers/examples/wfs-filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-filter.js b/OpenLayers/examples/wfs-filter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-protocol-transactions.html b/OpenLayers/examples/wfs-protocol-transactions.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-protocol-transactions.js b/OpenLayers/examples/wfs-protocol-transactions.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-protocol.html b/OpenLayers/examples/wfs-protocol.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-reprojection.html b/OpenLayers/examples/wfs-reprojection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-reprojection.js b/OpenLayers/examples/wfs-reprojection.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-snap-split.html b/OpenLayers/examples/wfs-snap-split.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-spatial-filter.html b/OpenLayers/examples/wfs-spatial-filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-spatial-filter.js b/OpenLayers/examples/wfs-spatial-filter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-states.html b/OpenLayers/examples/wfs-states.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wfs-states.js b/OpenLayers/examples/wfs-states.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmc.html b/OpenLayers/examples/wmc.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wms-long-url.html b/OpenLayers/examples/wms-long-url.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wms-long-url.js b/OpenLayers/examples/wms-long-url.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wms-untiled.html b/OpenLayers/examples/wms-untiled.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wms-v13.html b/OpenLayers/examples/wms-v13.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wms.html b/OpenLayers/examples/wms.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmst.html b/OpenLayers/examples/wmst.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts-capabilities.html b/OpenLayers/examples/wmts-capabilities.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts-capabilities.js b/OpenLayers/examples/wmts-capabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts-getfeatureinfo.html b/OpenLayers/examples/wmts-getfeatureinfo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts-getfeatureinfo.js b/OpenLayers/examples/wmts-getfeatureinfo.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts.html b/OpenLayers/examples/wmts.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wmts.js b/OpenLayers/examples/wmts.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wps-client.html b/OpenLayers/examples/wps-client.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wps-client.js b/OpenLayers/examples/wps-client.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wps.html b/OpenLayers/examples/wps.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wps.js b/OpenLayers/examples/wps.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/wrapDateLine.html b/OpenLayers/examples/wrapDateLine.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xhtml.html b/OpenLayers/examples/xhtml.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xml.html b/OpenLayers/examples/xml.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xml/features.xml b/OpenLayers/examples/xml/features.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xml/georss-flickr.xml b/OpenLayers/examples/xml/georss-flickr.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xml/track1.xml b/OpenLayers/examples/xml/track1.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xml/wmsdescribelayer.xml b/OpenLayers/examples/xml/wmsdescribelayer.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/xyz-esri.html b/OpenLayers/examples/xyz-esri.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/yelp-georss.xml b/OpenLayers/examples/yelp-georss.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/zoom.html b/OpenLayers/examples/zoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/zoom.js b/OpenLayers/examples/zoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/zoomLevels.html b/OpenLayers/examples/zoomLevels.html old mode 100755 new mode 100644 diff --git a/OpenLayers/examples/zoomify.html b/OpenLayers/examples/zoomify.html old mode 100755 new mode 100644 diff --git a/OpenLayers/img/blank.gif b/OpenLayers/img/blank.gif old mode 100755 new mode 100644 diff --git a/OpenLayers/img/cloud-popup-relative.png b/OpenLayers/img/cloud-popup-relative.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/drag-rectangle-off.png b/OpenLayers/img/drag-rectangle-off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/drag-rectangle-on.png b/OpenLayers/img/drag-rectangle-on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/east-mini.png b/OpenLayers/img/east-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/layer-switcher-maximize.png b/OpenLayers/img/layer-switcher-maximize.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/layer-switcher-minimize.png b/OpenLayers/img/layer-switcher-minimize.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/marker-blue.png b/OpenLayers/img/marker-blue.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/marker-gold.png b/OpenLayers/img/marker-gold.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/marker-green.png b/OpenLayers/img/marker-green.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/marker.png b/OpenLayers/img/marker.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/measuring-stick-off.png b/OpenLayers/img/measuring-stick-off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/measuring-stick-on.png b/OpenLayers/img/measuring-stick-on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/north-mini.png b/OpenLayers/img/north-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/panning-hand-off.png b/OpenLayers/img/panning-hand-off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/panning-hand-on.png b/OpenLayers/img/panning-hand-on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/slider.png b/OpenLayers/img/slider.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/south-mini.png b/OpenLayers/img/south-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/west-mini.png b/OpenLayers/img/west-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/zoom-minus-mini.png b/OpenLayers/img/zoom-minus-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/zoom-plus-mini.png b/OpenLayers/img/zoom-plus-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/zoom-world-mini.png b/OpenLayers/img/zoom-world-mini.png old mode 100755 new mode 100644 diff --git a/OpenLayers/img/zoombar.png b/OpenLayers/img/zoombar.png old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/errorIcon.png b/OpenLayers/lib/Firebug/errorIcon.png old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/firebug.css b/OpenLayers/lib/Firebug/firebug.css old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/firebug.html b/OpenLayers/lib/Firebug/firebug.html old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/firebug.js b/OpenLayers/lib/Firebug/firebug.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/firebugx.js b/OpenLayers/lib/Firebug/firebugx.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/infoIcon.png b/OpenLayers/lib/Firebug/infoIcon.png old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/license.txt b/OpenLayers/lib/Firebug/license.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/readme.txt b/OpenLayers/lib/Firebug/readme.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Firebug/warningIcon.png b/OpenLayers/lib/Firebug/warningIcon.png old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers.js b/OpenLayers/lib/OpenLayers.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Animation.js b/OpenLayers/lib/OpenLayers/Animation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes.js b/OpenLayers/lib/OpenLayers/BaseTypes.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Bounds.js b/OpenLayers/lib/OpenLayers/BaseTypes/Bounds.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Class.js b/OpenLayers/lib/OpenLayers/BaseTypes/Class.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Date.js b/OpenLayers/lib/OpenLayers/BaseTypes/Date.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Element.js b/OpenLayers/lib/OpenLayers/BaseTypes/Element.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/LonLat.js b/OpenLayers/lib/OpenLayers/BaseTypes/LonLat.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Pixel.js b/OpenLayers/lib/OpenLayers/BaseTypes/Pixel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/BaseTypes/Size.js b/OpenLayers/lib/OpenLayers/BaseTypes/Size.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Console.js b/OpenLayers/lib/OpenLayers/Console.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control.js b/OpenLayers/lib/OpenLayers/Control.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ArgParser.js b/OpenLayers/lib/OpenLayers/Control/ArgParser.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Attribution.js b/OpenLayers/lib/OpenLayers/Control/Attribution.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Button.js b/OpenLayers/lib/OpenLayers/Control/Button.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/CacheRead.js b/OpenLayers/lib/OpenLayers/Control/CacheRead.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/CacheWrite.js b/OpenLayers/lib/OpenLayers/Control/CacheWrite.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/DragFeature.js b/OpenLayers/lib/OpenLayers/Control/DragFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/DragPan.js b/OpenLayers/lib/OpenLayers/Control/DragPan.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/DrawFeature.js b/OpenLayers/lib/OpenLayers/Control/DrawFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/EditingToolbar.js b/OpenLayers/lib/OpenLayers/Control/EditingToolbar.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Geolocate.js b/OpenLayers/lib/OpenLayers/Control/Geolocate.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/GetFeature.js b/OpenLayers/lib/OpenLayers/Control/GetFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Graticule.js b/OpenLayers/lib/OpenLayers/Control/Graticule.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/KeyboardDefaults.js b/OpenLayers/lib/OpenLayers/Control/KeyboardDefaults.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/LayerSwitcher.js b/OpenLayers/lib/OpenLayers/Control/LayerSwitcher.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Measure.js b/OpenLayers/lib/OpenLayers/Control/Measure.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ModifyFeature.js b/OpenLayers/lib/OpenLayers/Control/ModifyFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/MousePosition.js b/OpenLayers/lib/OpenLayers/Control/MousePosition.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/NavToolbar.js b/OpenLayers/lib/OpenLayers/Control/NavToolbar.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Navigation.js b/OpenLayers/lib/OpenLayers/Control/Navigation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/NavigationHistory.js b/OpenLayers/lib/OpenLayers/Control/NavigationHistory.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/OverviewMap.js b/OpenLayers/lib/OpenLayers/Control/OverviewMap.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Pan.js b/OpenLayers/lib/OpenLayers/Control/Pan.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/PanPanel.js b/OpenLayers/lib/OpenLayers/Control/PanPanel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/PanZoom.js b/OpenLayers/lib/OpenLayers/Control/PanZoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/PanZoomBar.js b/OpenLayers/lib/OpenLayers/Control/PanZoomBar.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Panel.js b/OpenLayers/lib/OpenLayers/Control/Panel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Permalink.js b/OpenLayers/lib/OpenLayers/Control/Permalink.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/PinchZoom.js b/OpenLayers/lib/OpenLayers/Control/PinchZoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/SLDSelect.js b/OpenLayers/lib/OpenLayers/Control/SLDSelect.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Scale.js b/OpenLayers/lib/OpenLayers/Control/Scale.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ScaleLine.js b/OpenLayers/lib/OpenLayers/Control/ScaleLine.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/SelectFeature.js b/OpenLayers/lib/OpenLayers/Control/SelectFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Snapping.js b/OpenLayers/lib/OpenLayers/Control/Snapping.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Split.js b/OpenLayers/lib/OpenLayers/Control/Split.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/TouchNavigation.js b/OpenLayers/lib/OpenLayers/Control/TouchNavigation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/TransformFeature.js b/OpenLayers/lib/OpenLayers/Control/TransformFeature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/UTFGrid.js b/OpenLayers/lib/OpenLayers/Control/UTFGrid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js b/OpenLayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js b/OpenLayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/Zoom.js b/OpenLayers/lib/OpenLayers/Control/Zoom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ZoomBox.js b/OpenLayers/lib/OpenLayers/Control/ZoomBox.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ZoomIn.js b/OpenLayers/lib/OpenLayers/Control/ZoomIn.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ZoomOut.js b/OpenLayers/lib/OpenLayers/Control/ZoomOut.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ZoomPanel.js b/OpenLayers/lib/OpenLayers/Control/ZoomPanel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Control/ZoomToMaxExtent.js b/OpenLayers/lib/OpenLayers/Control/ZoomToMaxExtent.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Events.js b/OpenLayers/lib/OpenLayers/Events.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Events/buttonclick.js b/OpenLayers/lib/OpenLayers/Events/buttonclick.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Events/featureclick.js b/OpenLayers/lib/OpenLayers/Events/featureclick.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Feature.js b/OpenLayers/lib/OpenLayers/Feature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Feature/Vector.js b/OpenLayers/lib/OpenLayers/Feature/Vector.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter.js b/OpenLayers/lib/OpenLayers/Filter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter/Comparison.js b/OpenLayers/lib/OpenLayers/Filter/Comparison.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter/FeatureId.js b/OpenLayers/lib/OpenLayers/Filter/FeatureId.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter/Function.js b/OpenLayers/lib/OpenLayers/Filter/Function.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter/Logical.js b/OpenLayers/lib/OpenLayers/Filter/Logical.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Filter/Spatial.js b/OpenLayers/lib/OpenLayers/Filter/Spatial.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format.js b/OpenLayers/lib/OpenLayers/Format.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/ArcXML.js b/OpenLayers/lib/OpenLayers/Format/ArcXML.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/ArcXML/Features.js b/OpenLayers/lib/OpenLayers/Format/ArcXML/Features.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Atom.js b/OpenLayers/lib/OpenLayers/Format/Atom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/CQL.js b/OpenLayers/lib/OpenLayers/Format/CQL.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/CSWGetDomain.js b/OpenLayers/lib/OpenLayers/Format/CSWGetDomain.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js b/OpenLayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/CSWGetRecords.js b/OpenLayers/lib/OpenLayers/Format/CSWGetRecords.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js b/OpenLayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Context.js b/OpenLayers/lib/OpenLayers/Format/Context.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/EncodedPolyline.js b/OpenLayers/lib/OpenLayers/Format/EncodedPolyline.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Filter.js b/OpenLayers/lib/OpenLayers/Format/Filter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Filter/v1.js b/OpenLayers/lib/OpenLayers/Format/Filter/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Filter/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/Filter/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Filter/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/Filter/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GML.js b/OpenLayers/lib/OpenLayers/Format/GML.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GML/Base.js b/OpenLayers/lib/OpenLayers/Format/GML/Base.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GML/v2.js b/OpenLayers/lib/OpenLayers/Format/GML/v2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GML/v3.js b/OpenLayers/lib/OpenLayers/Format/GML/v3.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GPX.js b/OpenLayers/lib/OpenLayers/Format/GPX.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GeoJSON.js b/OpenLayers/lib/OpenLayers/Format/GeoJSON.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/GeoRSS.js b/OpenLayers/lib/OpenLayers/Format/GeoRSS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/JSON.js b/OpenLayers/lib/OpenLayers/Format/JSON.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/KML.js b/OpenLayers/lib/OpenLayers/Format/KML.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OGCExceptionReport.js b/OpenLayers/lib/OpenLayers/Format/OGCExceptionReport.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OSM.js b/OpenLayers/lib/OpenLayers/Format/OSM.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSCommon.js b/OpenLayers/lib/OpenLayers/Format/OWSCommon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1.js b/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSContext.js b/OpenLayers/lib/OpenLayers/Format/OWSContext.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js b/OpenLayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/QueryStringFilter.js b/OpenLayers/lib/OpenLayers/Format/QueryStringFilter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SLD.js b/OpenLayers/lib/OpenLayers/Format/SLD.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SLD/v1.js b/OpenLayers/lib/OpenLayers/Format/SLD/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SLD/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/SLD/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js b/OpenLayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SOSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/SOSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js b/OpenLayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/SOSGetObservation.js b/OpenLayers/lib/OpenLayers/Format/SOSGetObservation.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/Text.js b/OpenLayers/lib/OpenLayers/Format/Text.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WCSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/WCSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1.js b/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WCSGetCoverage.js b/OpenLayers/lib/OpenLayers/Format/WCSGetCoverage.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFS.js b/OpenLayers/lib/OpenLayers/Format/WFS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/WFSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1.js b/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js b/OpenLayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFST.js b/OpenLayers/lib/OpenLayers/Format/WFST.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFST/v1.js b/OpenLayers/lib/OpenLayers/Format/WFST/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFST/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WFST/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WFST/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/WFST/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WKT.js b/OpenLayers/lib/OpenLayers/Format/WKT.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMC.js b/OpenLayers/lib/OpenLayers/Format/WMC.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMC/v1.js b/OpenLayers/lib/OpenLayers/Format/WMC/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMC/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WMC/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMC/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/WMC/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js b/OpenLayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSDescribeLayer.js b/OpenLayers/lib/OpenLayers/Format/WMSDescribeLayer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js b/OpenLayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js b/OpenLayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMTSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/WMTSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WPSCapabilities.js b/OpenLayers/lib/OpenLayers/Format/WPSCapabilities.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js b/OpenLayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WPSDescribeProcess.js b/OpenLayers/lib/OpenLayers/Format/WPSDescribeProcess.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/WPSExecute.js b/OpenLayers/lib/OpenLayers/Format/WPSExecute.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/XLS.js b/OpenLayers/lib/OpenLayers/Format/XLS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/XLS/v1.js b/OpenLayers/lib/OpenLayers/Format/XLS/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/XLS/v1_1_0.js b/OpenLayers/lib/OpenLayers/Format/XLS/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/XML.js b/OpenLayers/lib/OpenLayers/Format/XML.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Format/XML/VersionedOGC.js b/OpenLayers/lib/OpenLayers/Format/XML/VersionedOGC.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry.js b/OpenLayers/lib/OpenLayers/Geometry.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/Collection.js b/OpenLayers/lib/OpenLayers/Geometry/Collection.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/Curve.js b/OpenLayers/lib/OpenLayers/Geometry/Curve.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/LineString.js b/OpenLayers/lib/OpenLayers/Geometry/LineString.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/LinearRing.js b/OpenLayers/lib/OpenLayers/Geometry/LinearRing.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/MultiLineString.js b/OpenLayers/lib/OpenLayers/Geometry/MultiLineString.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/MultiPoint.js b/OpenLayers/lib/OpenLayers/Geometry/MultiPoint.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/MultiPolygon.js b/OpenLayers/lib/OpenLayers/Geometry/MultiPolygon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/Point.js b/OpenLayers/lib/OpenLayers/Geometry/Point.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Geometry/Polygon.js b/OpenLayers/lib/OpenLayers/Geometry/Polygon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler.js b/OpenLayers/lib/OpenLayers/Handler.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Box.js b/OpenLayers/lib/OpenLayers/Handler/Box.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Click.js b/OpenLayers/lib/OpenLayers/Handler/Click.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Drag.js b/OpenLayers/lib/OpenLayers/Handler/Drag.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Feature.js b/OpenLayers/lib/OpenLayers/Handler/Feature.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Hover.js b/OpenLayers/lib/OpenLayers/Handler/Hover.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Keyboard.js b/OpenLayers/lib/OpenLayers/Handler/Keyboard.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/MouseWheel.js b/OpenLayers/lib/OpenLayers/Handler/MouseWheel.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Path.js b/OpenLayers/lib/OpenLayers/Handler/Path.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Pinch.js b/OpenLayers/lib/OpenLayers/Handler/Pinch.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Point.js b/OpenLayers/lib/OpenLayers/Handler/Point.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/Polygon.js b/OpenLayers/lib/OpenLayers/Handler/Polygon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Handler/RegularPolygon.js b/OpenLayers/lib/OpenLayers/Handler/RegularPolygon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Icon.js b/OpenLayers/lib/OpenLayers/Icon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Kinetic.js b/OpenLayers/lib/OpenLayers/Kinetic.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang.js b/OpenLayers/lib/OpenLayers/Lang.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ar.js b/OpenLayers/lib/OpenLayers/Lang/ar.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/be-tarask.js b/OpenLayers/lib/OpenLayers/Lang/be-tarask.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/bg.js b/OpenLayers/lib/OpenLayers/Lang/bg.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/br.js b/OpenLayers/lib/OpenLayers/Lang/br.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ca.js b/OpenLayers/lib/OpenLayers/Lang/ca.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/cs-CZ.js b/OpenLayers/lib/OpenLayers/Lang/cs-CZ.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/da-DK.js b/OpenLayers/lib/OpenLayers/Lang/da-DK.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/de.js b/OpenLayers/lib/OpenLayers/Lang/de.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/el.js b/OpenLayers/lib/OpenLayers/Lang/el.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/en-CA.js b/OpenLayers/lib/OpenLayers/Lang/en-CA.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/en.js b/OpenLayers/lib/OpenLayers/Lang/en.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/es.js b/OpenLayers/lib/OpenLayers/Lang/es.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/fi.js b/OpenLayers/lib/OpenLayers/Lang/fi.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/fr.js b/OpenLayers/lib/OpenLayers/Lang/fr.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/fur.js b/OpenLayers/lib/OpenLayers/Lang/fur.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/gl.js b/OpenLayers/lib/OpenLayers/Lang/gl.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/gsw.js b/OpenLayers/lib/OpenLayers/Lang/gsw.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/hr.js b/OpenLayers/lib/OpenLayers/Lang/hr.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/hsb.js b/OpenLayers/lib/OpenLayers/Lang/hsb.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/hu.js b/OpenLayers/lib/OpenLayers/Lang/hu.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ia.js b/OpenLayers/lib/OpenLayers/Lang/ia.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/id.js b/OpenLayers/lib/OpenLayers/Lang/id.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/io.js b/OpenLayers/lib/OpenLayers/Lang/io.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/is.js b/OpenLayers/lib/OpenLayers/Lang/is.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/it.js b/OpenLayers/lib/OpenLayers/Lang/it.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ja.js b/OpenLayers/lib/OpenLayers/Lang/ja.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/km.js b/OpenLayers/lib/OpenLayers/Lang/km.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ksh.js b/OpenLayers/lib/OpenLayers/Lang/ksh.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/lt.js b/OpenLayers/lib/OpenLayers/Lang/lt.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/nb.js b/OpenLayers/lib/OpenLayers/Lang/nb.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/nds.js b/OpenLayers/lib/OpenLayers/Lang/nds.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/nl.js b/OpenLayers/lib/OpenLayers/Lang/nl.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/nn.js b/OpenLayers/lib/OpenLayers/Lang/nn.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/oc.js b/OpenLayers/lib/OpenLayers/Lang/oc.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/pl.js b/OpenLayers/lib/OpenLayers/Lang/pl.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/pt-BR.js b/OpenLayers/lib/OpenLayers/Lang/pt-BR.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/pt.js b/OpenLayers/lib/OpenLayers/Lang/pt.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ro.js b/OpenLayers/lib/OpenLayers/Lang/ro.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/ru.js b/OpenLayers/lib/OpenLayers/Lang/ru.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/sk.js b/OpenLayers/lib/OpenLayers/Lang/sk.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/sv-SE.js b/OpenLayers/lib/OpenLayers/Lang/sv-SE.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/te.js b/OpenLayers/lib/OpenLayers/Lang/te.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/vi.js b/OpenLayers/lib/OpenLayers/Lang/vi.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/zh-CN.js b/OpenLayers/lib/OpenLayers/Lang/zh-CN.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Lang/zh-TW.js b/OpenLayers/lib/OpenLayers/Lang/zh-TW.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer.js b/OpenLayers/lib/OpenLayers/Layer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/ArcGIS93Rest.js b/OpenLayers/lib/OpenLayers/Layer/ArcGIS93Rest.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/ArcGISCache.js b/OpenLayers/lib/OpenLayers/Layer/ArcGISCache.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/ArcIMS.js b/OpenLayers/lib/OpenLayers/Layer/ArcIMS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Bing.js b/OpenLayers/lib/OpenLayers/Layer/Bing.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Boxes.js b/OpenLayers/lib/OpenLayers/Layer/Boxes.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/EventPane.js b/OpenLayers/lib/OpenLayers/Layer/EventPane.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/FixedZoomLevels.js b/OpenLayers/lib/OpenLayers/Layer/FixedZoomLevels.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/GeoRSS.js b/OpenLayers/lib/OpenLayers/Layer/GeoRSS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Google.js b/OpenLayers/lib/OpenLayers/Layer/Google.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Google/v3.js b/OpenLayers/lib/OpenLayers/Layer/Google/v3.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Grid.js b/OpenLayers/lib/OpenLayers/Layer/Grid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/HTTPRequest.js b/OpenLayers/lib/OpenLayers/Layer/HTTPRequest.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Image.js b/OpenLayers/lib/OpenLayers/Layer/Image.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/KaMap.js b/OpenLayers/lib/OpenLayers/Layer/KaMap.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/KaMapCache.js b/OpenLayers/lib/OpenLayers/Layer/KaMapCache.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/MapGuide.js b/OpenLayers/lib/OpenLayers/Layer/MapGuide.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/MapServer.js b/OpenLayers/lib/OpenLayers/Layer/MapServer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Markers.js b/OpenLayers/lib/OpenLayers/Layer/Markers.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/OSM.js b/OpenLayers/lib/OpenLayers/Layer/OSM.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/PointGrid.js b/OpenLayers/lib/OpenLayers/Layer/PointGrid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/PointTrack.js b/OpenLayers/lib/OpenLayers/Layer/PointTrack.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/SphericalMercator.js b/OpenLayers/lib/OpenLayers/Layer/SphericalMercator.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/TMS.js b/OpenLayers/lib/OpenLayers/Layer/TMS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Text.js b/OpenLayers/lib/OpenLayers/Layer/Text.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/TileCache.js b/OpenLayers/lib/OpenLayers/Layer/TileCache.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/UTFGrid.js b/OpenLayers/lib/OpenLayers/Layer/UTFGrid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Vector.js b/OpenLayers/lib/OpenLayers/Layer/Vector.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Vector/RootContainer.js b/OpenLayers/lib/OpenLayers/Layer/Vector/RootContainer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/WMS.js b/OpenLayers/lib/OpenLayers/Layer/WMS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/WMTS.js b/OpenLayers/lib/OpenLayers/Layer/WMTS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/WorldWind.js b/OpenLayers/lib/OpenLayers/Layer/WorldWind.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/XYZ.js b/OpenLayers/lib/OpenLayers/Layer/XYZ.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Layer/Zoomify.js b/OpenLayers/lib/OpenLayers/Layer/Zoomify.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Map.js b/OpenLayers/lib/OpenLayers/Map.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Marker.js b/OpenLayers/lib/OpenLayers/Marker.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Marker/Box.js b/OpenLayers/lib/OpenLayers/Marker/Box.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Popup.js b/OpenLayers/lib/OpenLayers/Popup.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Popup/Anchored.js b/OpenLayers/lib/OpenLayers/Popup/Anchored.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Popup/Framed.js b/OpenLayers/lib/OpenLayers/Popup/Framed.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Popup/FramedCloud.js b/OpenLayers/lib/OpenLayers/Popup/FramedCloud.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Projection.js b/OpenLayers/lib/OpenLayers/Projection.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol.js b/OpenLayers/lib/OpenLayers/Protocol.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/CSW.js b/OpenLayers/lib/OpenLayers/Protocol/CSW.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js b/OpenLayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/HTTP.js b/OpenLayers/lib/OpenLayers/Protocol/HTTP.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/SOS.js b/OpenLayers/lib/OpenLayers/Protocol/SOS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js b/OpenLayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/Script.js b/OpenLayers/lib/OpenLayers/Protocol/Script.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/WFS.js b/OpenLayers/lib/OpenLayers/Protocol/WFS.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/WFS/v1.js b/OpenLayers/lib/OpenLayers/Protocol/WFS/v1.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js b/OpenLayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js b/OpenLayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Renderer.js b/OpenLayers/lib/OpenLayers/Renderer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Renderer/Canvas.js b/OpenLayers/lib/OpenLayers/Renderer/Canvas.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Renderer/Elements.js b/OpenLayers/lib/OpenLayers/Renderer/Elements.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Renderer/SVG.js b/OpenLayers/lib/OpenLayers/Renderer/SVG.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Renderer/VML.js b/OpenLayers/lib/OpenLayers/Renderer/VML.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Request.js b/OpenLayers/lib/OpenLayers/Request.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Request/XMLHttpRequest.js b/OpenLayers/lib/OpenLayers/Request/XMLHttpRequest.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Rule.js b/OpenLayers/lib/OpenLayers/Rule.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/SingleFile.js b/OpenLayers/lib/OpenLayers/SingleFile.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Spherical.js b/OpenLayers/lib/OpenLayers/Spherical.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy.js b/OpenLayers/lib/OpenLayers/Strategy.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/BBOX.js b/OpenLayers/lib/OpenLayers/Strategy/BBOX.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Cluster.js b/OpenLayers/lib/OpenLayers/Strategy/Cluster.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Filter.js b/OpenLayers/lib/OpenLayers/Strategy/Filter.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Fixed.js b/OpenLayers/lib/OpenLayers/Strategy/Fixed.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Paging.js b/OpenLayers/lib/OpenLayers/Strategy/Paging.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Refresh.js b/OpenLayers/lib/OpenLayers/Strategy/Refresh.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Strategy/Save.js b/OpenLayers/lib/OpenLayers/Strategy/Save.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Style.js b/OpenLayers/lib/OpenLayers/Style.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Style2.js b/OpenLayers/lib/OpenLayers/Style2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/StyleMap.js b/OpenLayers/lib/OpenLayers/StyleMap.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer.js b/OpenLayers/lib/OpenLayers/Symbolizer.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer/Line.js b/OpenLayers/lib/OpenLayers/Symbolizer/Line.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer/Point.js b/OpenLayers/lib/OpenLayers/Symbolizer/Point.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer/Polygon.js b/OpenLayers/lib/OpenLayers/Symbolizer/Polygon.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer/Raster.js b/OpenLayers/lib/OpenLayers/Symbolizer/Raster.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Symbolizer/Text.js b/OpenLayers/lib/OpenLayers/Symbolizer/Text.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Tile.js b/OpenLayers/lib/OpenLayers/Tile.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Tile/Image.js b/OpenLayers/lib/OpenLayers/Tile/Image.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Tile/Image/IFrame.js b/OpenLayers/lib/OpenLayers/Tile/Image/IFrame.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Tile/UTFGrid.js b/OpenLayers/lib/OpenLayers/Tile/UTFGrid.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/TileManager.js b/OpenLayers/lib/OpenLayers/TileManager.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Tween.js b/OpenLayers/lib/OpenLayers/Tween.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Util.js b/OpenLayers/lib/OpenLayers/Util.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/Util/vendorPrefix.js b/OpenLayers/lib/OpenLayers/Util/vendorPrefix.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/WPSClient.js b/OpenLayers/lib/OpenLayers/WPSClient.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/OpenLayers/WPSProcess.js b/OpenLayers/lib/OpenLayers/WPSProcess.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Rico/Color.js b/OpenLayers/lib/Rico/Color.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Rico/Corner.js b/OpenLayers/lib/Rico/Corner.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/Rico/license.js b/OpenLayers/lib/Rico/license.js old mode 100755 new mode 100644 diff --git a/OpenLayers/lib/deprecated.js b/OpenLayers/lib/deprecated.js old mode 100755 new mode 100644 diff --git a/OpenLayers/license.txt b/OpenLayers/license.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/licenses/APACHE-2.0.txt b/OpenLayers/licenses/APACHE-2.0.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/licenses/BSD-LICENSE.txt b/OpenLayers/licenses/BSD-LICENSE.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/licenses/MIT-LICENSE.txt b/OpenLayers/licenses/MIT-LICENSE.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/notes/2.12.md b/OpenLayers/notes/2.12.md old mode 100755 new mode 100644 diff --git a/OpenLayers/notes/2.13.md b/OpenLayers/notes/2.13.md old mode 100755 new mode 100644 diff --git a/OpenLayers/readme.md b/OpenLayers/readme.md old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Animation.html b/OpenLayers/tests/Animation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes.html b/OpenLayers/tests/BaseTypes.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Bounds.html b/OpenLayers/tests/BaseTypes/Bounds.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Class.html b/OpenLayers/tests/BaseTypes/Class.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Date.html b/OpenLayers/tests/BaseTypes/Date.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Element.html b/OpenLayers/tests/BaseTypes/Element.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/LonLat.html b/OpenLayers/tests/BaseTypes/LonLat.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Pixel.html b/OpenLayers/tests/BaseTypes/Pixel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/BaseTypes/Size.html b/OpenLayers/tests/BaseTypes/Size.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Console.html b/OpenLayers/tests/Console.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control.html b/OpenLayers/tests/Control.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ArgParser.html b/OpenLayers/tests/Control/ArgParser.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Attribution.html b/OpenLayers/tests/Control/Attribution.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Button.html b/OpenLayers/tests/Control/Button.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/CacheRead.html b/OpenLayers/tests/Control/CacheRead.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/CacheWrite.html b/OpenLayers/tests/Control/CacheWrite.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/DragFeature.html b/OpenLayers/tests/Control/DragFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/DragPan.html b/OpenLayers/tests/Control/DragPan.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/DrawFeature.html b/OpenLayers/tests/Control/DrawFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/EditingToolbar.html b/OpenLayers/tests/Control/EditingToolbar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Geolocate.html b/OpenLayers/tests/Control/Geolocate.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/GetFeature.html b/OpenLayers/tests/Control/GetFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Graticule.html b/OpenLayers/tests/Control/Graticule.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/KeyboardDefaults.html b/OpenLayers/tests/Control/KeyboardDefaults.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/LayerSwitcher.html b/OpenLayers/tests/Control/LayerSwitcher.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Measure.html b/OpenLayers/tests/Control/Measure.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ModifyFeature.html b/OpenLayers/tests/Control/ModifyFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/MousePosition.html b/OpenLayers/tests/Control/MousePosition.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/NavToolbar.html b/OpenLayers/tests/Control/NavToolbar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Navigation.html b/OpenLayers/tests/Control/Navigation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/NavigationHistory.html b/OpenLayers/tests/Control/NavigationHistory.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/OverviewMap.html b/OpenLayers/tests/Control/OverviewMap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Pan.html b/OpenLayers/tests/Control/Pan.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/PanPanel.html b/OpenLayers/tests/Control/PanPanel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/PanZoom.html b/OpenLayers/tests/Control/PanZoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/PanZoomBar.html b/OpenLayers/tests/Control/PanZoomBar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Panel.html b/OpenLayers/tests/Control/Panel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Permalink.html b/OpenLayers/tests/Control/Permalink.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/PinchZoom.html b/OpenLayers/tests/Control/PinchZoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/SLDSelect.html b/OpenLayers/tests/Control/SLDSelect.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Scale.html b/OpenLayers/tests/Control/Scale.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ScaleLine.html b/OpenLayers/tests/Control/ScaleLine.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/SelectFeature.html b/OpenLayers/tests/Control/SelectFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Snapping.html b/OpenLayers/tests/Control/Snapping.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Split.html b/OpenLayers/tests/Control/Split.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/TouchNavigation.html b/OpenLayers/tests/Control/TouchNavigation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/TransformFeature.html b/OpenLayers/tests/Control/TransformFeature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/UTFGrid.html b/OpenLayers/tests/Control/UTFGrid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/WMSGetFeatureInfo.html b/OpenLayers/tests/Control/WMSGetFeatureInfo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/WMTSGetFeatureInfo.html b/OpenLayers/tests/Control/WMTSGetFeatureInfo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/Zoom.html b/OpenLayers/tests/Control/Zoom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ZoomBox.html b/OpenLayers/tests/Control/ZoomBox.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ZoomIn.html b/OpenLayers/tests/Control/ZoomIn.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ZoomOut.html b/OpenLayers/tests/Control/ZoomOut.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Control/ZoomToMaxExtent.html b/OpenLayers/tests/Control/ZoomToMaxExtent.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Events.html b/OpenLayers/tests/Events.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Events/buttonclick.html b/OpenLayers/tests/Events/buttonclick.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Events/featureclick.html b/OpenLayers/tests/Events/featureclick.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Extras.html b/OpenLayers/tests/Extras.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Feature.html b/OpenLayers/tests/Feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Feature/Vector.html b/OpenLayers/tests/Feature/Vector.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Filter.html b/OpenLayers/tests/Filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Filter/Comparison.html b/OpenLayers/tests/Filter/Comparison.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Filter/FeatureId.html b/OpenLayers/tests/Filter/FeatureId.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Filter/Logical.html b/OpenLayers/tests/Filter/Logical.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Filter/Spatial.html b/OpenLayers/tests/Filter/Spatial.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format.html b/OpenLayers/tests/Format.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/ArcXML.html b/OpenLayers/tests/Format/ArcXML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/ArcXML/Features.html b/OpenLayers/tests/Format/ArcXML/Features.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Atom.html b/OpenLayers/tests/Format/Atom.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CQL.html b/OpenLayers/tests/Format/CQL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetDomain.html b/OpenLayers/tests/Format/CSWGetDomain.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetDomain/v2_0_2.html b/OpenLayers/tests/Format/CSWGetDomain/v2_0_2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetDomain/v2_0_2.js b/OpenLayers/tests/Format/CSWGetDomain/v2_0_2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetRecords.html b/OpenLayers/tests/Format/CSWGetRecords.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetRecords/v2_0_2.html b/OpenLayers/tests/Format/CSWGetRecords/v2_0_2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/CSWGetRecords/v2_0_2.js b/OpenLayers/tests/Format/CSWGetRecords/v2_0_2.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/EncodedPolyline.html b/OpenLayers/tests/Format/EncodedPolyline.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Filter.html b/OpenLayers/tests/Format/Filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Filter/v1.html b/OpenLayers/tests/Format/Filter/v1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Filter/v1_0_0.html b/OpenLayers/tests/Format/Filter/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Filter/v1_1_0.html b/OpenLayers/tests/Format/Filter/v1_1_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GML.html b/OpenLayers/tests/Format/GML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GML/cases.js b/OpenLayers/tests/Format/GML/cases.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GML/v2.html b/OpenLayers/tests/Format/GML/v2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GML/v3.html b/OpenLayers/tests/Format/GML/v3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GPX.html b/OpenLayers/tests/Format/GPX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GeoJSON.html b/OpenLayers/tests/Format/GeoJSON.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/GeoRSS.html b/OpenLayers/tests/Format/GeoRSS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/JSON.html b/OpenLayers/tests/Format/JSON.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/KML.html b/OpenLayers/tests/Format/KML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/OGCExceptionReport.html b/OpenLayers/tests/Format/OGCExceptionReport.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/OSM.html b/OpenLayers/tests/Format/OSM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/OWSCommon/v1_0_0.html b/OpenLayers/tests/Format/OWSCommon/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/OWSCommon/v1_1_0.html b/OpenLayers/tests/Format/OWSCommon/v1_1_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/OWSContext/v0_3_1.html b/OpenLayers/tests/Format/OWSContext/v0_3_1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/QueryStringFilter.html b/OpenLayers/tests/Format/QueryStringFilter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SLD.html b/OpenLayers/tests/Format/SLD.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SLD/v1_0_0.html b/OpenLayers/tests/Format/SLD/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SLD/v1_0_0_GeoServer.html b/OpenLayers/tests/Format/SLD/v1_0_0_GeoServer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SOSCapabilities/v1_0_0.html b/OpenLayers/tests/Format/SOSCapabilities/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SOSCapabilities/v1_0_0.js b/OpenLayers/tests/Format/SOSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SOSGetFeatureOfInterest.html b/OpenLayers/tests/Format/SOSGetFeatureOfInterest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/SOSGetObservation.html b/OpenLayers/tests/Format/SOSGetObservation.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/Text.html b/OpenLayers/tests/Format/Text.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WCSCapabilities.html b/OpenLayers/tests/Format/WCSCapabilities.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WCSCapabilities/v1.html b/OpenLayers/tests/Format/WCSCapabilities/v1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WCSGetCoverage.html b/OpenLayers/tests/Format/WCSGetCoverage.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFS.html b/OpenLayers/tests/Format/WFS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFSCapabilities.html b/OpenLayers/tests/Format/WFSCapabilities.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFSCapabilities/v1.html b/OpenLayers/tests/Format/WFSCapabilities/v1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFSDescribeFeatureType.html b/OpenLayers/tests/Format/WFSDescribeFeatureType.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFST.html b/OpenLayers/tests/Format/WFST.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFST/v1.html b/OpenLayers/tests/Format/WFST/v1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFST/v1_0_0.html b/OpenLayers/tests/Format/WFST/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WFST/v1_1_0.html b/OpenLayers/tests/Format/WFST/v1_1_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WKT.html b/OpenLayers/tests/Format/WKT.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMC.html b/OpenLayers/tests/Format/WMC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMC/v1.html b/OpenLayers/tests/Format/WMC/v1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMC/v1_1_0.html b/OpenLayers/tests/Format/WMC/v1_1_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSCapabilities.html b/OpenLayers/tests/Format/WMSCapabilities.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSCapabilities/v1_1_1.html b/OpenLayers/tests/Format/WMSCapabilities/v1_1_1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSCapabilities/v1_1_1_WMSC.html b/OpenLayers/tests/Format/WMSCapabilities/v1_1_1_WMSC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSCapabilities/v1_3_0.html b/OpenLayers/tests/Format/WMSCapabilities/v1_3_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSDescribeLayer.html b/OpenLayers/tests/Format/WMSDescribeLayer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMSGetFeatureInfo.html b/OpenLayers/tests/Format/WMSGetFeatureInfo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMTSCapabilities.html b/OpenLayers/tests/Format/WMTSCapabilities.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WMTSCapabilities/v1_0_0.html b/OpenLayers/tests/Format/WMTSCapabilities/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WPSCapabilities/v1_0_0.html b/OpenLayers/tests/Format/WPSCapabilities/v1_0_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WPSCapabilities/v1_0_0.js b/OpenLayers/tests/Format/WPSCapabilities/v1_0_0.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WPSDescribeProcess.html b/OpenLayers/tests/Format/WPSDescribeProcess.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/WPSExecute.html b/OpenLayers/tests/Format/WPSExecute.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/XLS/v1_1_0.html b/OpenLayers/tests/Format/XLS/v1_1_0.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/XML.html b/OpenLayers/tests/Format/XML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Format/XML/VersionedOGC.html b/OpenLayers/tests/Format/XML/VersionedOGC.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry.html b/OpenLayers/tests/Geometry.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/Collection.html b/OpenLayers/tests/Geometry/Collection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/Curve.html b/OpenLayers/tests/Geometry/Curve.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/LineString.html b/OpenLayers/tests/Geometry/LineString.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/LinearRing.html b/OpenLayers/tests/Geometry/LinearRing.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/MultiLineString.html b/OpenLayers/tests/Geometry/MultiLineString.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/MultiPoint.html b/OpenLayers/tests/Geometry/MultiPoint.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/MultiPolygon.html b/OpenLayers/tests/Geometry/MultiPolygon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/Point.html b/OpenLayers/tests/Geometry/Point.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Geometry/Polygon.html b/OpenLayers/tests/Geometry/Polygon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler.html b/OpenLayers/tests/Handler.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Box.html b/OpenLayers/tests/Handler/Box.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Click.html b/OpenLayers/tests/Handler/Click.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Drag.html b/OpenLayers/tests/Handler/Drag.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Feature.html b/OpenLayers/tests/Handler/Feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Hover.html b/OpenLayers/tests/Handler/Hover.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Keyboard.html b/OpenLayers/tests/Handler/Keyboard.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/MouseWheel.html b/OpenLayers/tests/Handler/MouseWheel.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Path.html b/OpenLayers/tests/Handler/Path.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Pinch.html b/OpenLayers/tests/Handler/Pinch.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Point.html b/OpenLayers/tests/Handler/Point.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/Polygon.html b/OpenLayers/tests/Handler/Polygon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Handler/RegularPolygon.html b/OpenLayers/tests/Handler/RegularPolygon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Icon.html b/OpenLayers/tests/Icon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Kinetic.html b/OpenLayers/tests/Kinetic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Lang.html b/OpenLayers/tests/Lang.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer.html b/OpenLayers/tests/Layer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/ArcGIS93Rest.html b/OpenLayers/tests/Layer/ArcGIS93Rest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/ArcGISCache.html b/OpenLayers/tests/Layer/ArcGISCache.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/ArcGISCache.json b/OpenLayers/tests/Layer/ArcGISCache.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/ArcIMS.html b/OpenLayers/tests/Layer/ArcIMS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Bing.html b/OpenLayers/tests/Layer/Bing.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/EventPane.html b/OpenLayers/tests/Layer/EventPane.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/FixedZoomLevels.html b/OpenLayers/tests/Layer/FixedZoomLevels.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/GeoRSS.html b/OpenLayers/tests/Layer/GeoRSS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Google.html b/OpenLayers/tests/Layer/Google.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Google/v3.html b/OpenLayers/tests/Layer/Google/v3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Grid.html b/OpenLayers/tests/Layer/Grid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/HTTPRequest.html b/OpenLayers/tests/Layer/HTTPRequest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Image.html b/OpenLayers/tests/Layer/Image.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/KaMap.html b/OpenLayers/tests/Layer/KaMap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/MapGuide.html b/OpenLayers/tests/Layer/MapGuide.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/MapServer.html b/OpenLayers/tests/Layer/MapServer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Markers.html b/OpenLayers/tests/Layer/Markers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/OSM.html b/OpenLayers/tests/Layer/OSM.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/PointGrid.html b/OpenLayers/tests/Layer/PointGrid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/PointTrack.html b/OpenLayers/tests/Layer/PointTrack.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/SphericalMercator.html b/OpenLayers/tests/Layer/SphericalMercator.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/TMS.html b/OpenLayers/tests/Layer/TMS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Text.html b/OpenLayers/tests/Layer/Text.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/TileCache.html b/OpenLayers/tests/Layer/TileCache.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/UTFGrid.html b/OpenLayers/tests/Layer/UTFGrid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Vector.html b/OpenLayers/tests/Layer/Vector.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/Vector/RootContainer.html b/OpenLayers/tests/Layer/Vector/RootContainer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/WMS.html b/OpenLayers/tests/Layer/WMS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/WMTS.html b/OpenLayers/tests/Layer/WMTS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/WrapDateLine.html b/OpenLayers/tests/Layer/WrapDateLine.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/XYZ.html b/OpenLayers/tests/Layer/XYZ.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/atom-1.0.xml b/OpenLayers/tests/Layer/atom-1.0.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/data_Layer_Text_textfile.txt b/OpenLayers/tests/Layer/data_Layer_Text_textfile.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/data_Layer_Text_textfile_2.txt b/OpenLayers/tests/Layer/data_Layer_Text_textfile_2.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/data_Layer_Text_textfile_overflow.txt b/OpenLayers/tests/Layer/data_Layer_Text_textfile_overflow.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Layer/georss.txt b/OpenLayers/tests/Layer/georss.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Map.html b/OpenLayers/tests/Map.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Marker.html b/OpenLayers/tests/Marker.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Marker/Box.html b/OpenLayers/tests/Marker/Box.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OLLoader.js b/OpenLayers/tests/OLLoader.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OpenLayers1.html b/OpenLayers/tests/OpenLayers1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OpenLayers2.html b/OpenLayers/tests/OpenLayers2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OpenLayers3.html b/OpenLayers/tests/OpenLayers3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OpenLayers4.html b/OpenLayers/tests/OpenLayers4.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/OpenLayersJsFiles.html b/OpenLayers/tests/OpenLayersJsFiles.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Popup.html b/OpenLayers/tests/Popup.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Popup/Anchored.html b/OpenLayers/tests/Popup/Anchored.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Popup/FramedCloud.html b/OpenLayers/tests/Popup/FramedCloud.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Projection.html b/OpenLayers/tests/Projection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol.html b/OpenLayers/tests/Protocol.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol/CSW.html b/OpenLayers/tests/Protocol/CSW.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol/HTTP.html b/OpenLayers/tests/Protocol/HTTP.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol/SOS.html b/OpenLayers/tests/Protocol/SOS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol/Script.html b/OpenLayers/tests/Protocol/Script.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Protocol/WFS.html b/OpenLayers/tests/Protocol/WFS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/README.txt b/OpenLayers/tests/README.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Renderer.html b/OpenLayers/tests/Renderer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Renderer/Canvas.html b/OpenLayers/tests/Renderer/Canvas.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Renderer/Elements.html b/OpenLayers/tests/Renderer/Elements.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Renderer/SVG.html b/OpenLayers/tests/Renderer/SVG.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Renderer/VML.html b/OpenLayers/tests/Renderer/VML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Request.html b/OpenLayers/tests/Request.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Request/XMLHttpRequest.html b/OpenLayers/tests/Request/XMLHttpRequest.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Rule.html b/OpenLayers/tests/Rule.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/SingleFile1.html b/OpenLayers/tests/SingleFile1.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/SingleFile2.html b/OpenLayers/tests/SingleFile2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/SingleFile3.html b/OpenLayers/tests/SingleFile3.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy.html b/OpenLayers/tests/Strategy.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/BBOX.html b/OpenLayers/tests/Strategy/BBOX.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Cluster.html b/OpenLayers/tests/Strategy/Cluster.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Filter.html b/OpenLayers/tests/Strategy/Filter.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Fixed.html b/OpenLayers/tests/Strategy/Fixed.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Paging.html b/OpenLayers/tests/Strategy/Paging.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Refresh.html b/OpenLayers/tests/Strategy/Refresh.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Strategy/Save.html b/OpenLayers/tests/Strategy/Save.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Style.html b/OpenLayers/tests/Style.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Style2.html b/OpenLayers/tests/Style2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/StyleMap.html b/OpenLayers/tests/StyleMap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer.html b/OpenLayers/tests/Symbolizer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer/Line.html b/OpenLayers/tests/Symbolizer/Line.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer/Point.html b/OpenLayers/tests/Symbolizer/Point.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer/Polygon.html b/OpenLayers/tests/Symbolizer/Polygon.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer/Raster.html b/OpenLayers/tests/Symbolizer/Raster.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Symbolizer/Text.html b/OpenLayers/tests/Symbolizer/Text.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Test.AnotherWay.baseadditions.js b/OpenLayers/tests/Test.AnotherWay.baseadditions.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Test.AnotherWay.css b/OpenLayers/tests/Test.AnotherWay.css old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Test.AnotherWay.geom_eq.js b/OpenLayers/tests/Test.AnotherWay.geom_eq.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Test.AnotherWay.js b/OpenLayers/tests/Test.AnotherWay.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Test.AnotherWay.xml_eq.js b/OpenLayers/tests/Test.AnotherWay.xml_eq.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Tile.html b/OpenLayers/tests/Tile.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Tile/Image.html b/OpenLayers/tests/Tile/Image.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Tile/Image/IFrame.html b/OpenLayers/tests/Tile/Image/IFrame.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Tile/UTFGrid.html b/OpenLayers/tests/Tile/UTFGrid.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/TileManager.html b/OpenLayers/tests/TileManager.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Tween.html b/OpenLayers/tests/Tween.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Util.html b/OpenLayers/tests/Util.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Util/vendorPrefix.html b/OpenLayers/tests/Util/vendorPrefix.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Util_common.js b/OpenLayers/tests/Util_common.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/Util_w3c.html b/OpenLayers/tests/Util_w3c.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/WPSClient.html b/OpenLayers/tests/WPSClient.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/WPSProcess.html b/OpenLayers/tests/WPSProcess.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/atom-1.0.xml b/OpenLayers/tests/atom-1.0.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/auto-tests.html b/OpenLayers/tests/auto-tests.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/geos_wkt_intersects.js b/OpenLayers/tests/data/geos_wkt_intersects.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/osm.js b/OpenLayers/tests/data/osm.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/0.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/1.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/2.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/0/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/0.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/1.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/2.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/1/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/0.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/1.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/2.json b/OpenLayers/tests/data/utfgrid/bio_utfgrid/1/2/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/demo-1.1.json b/OpenLayers/tests/data/utfgrid/demo-1.1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/0.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/1.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/2.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/0/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/0.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/1.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/2.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/1/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/0.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/0.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/1.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/1.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/2.json b/OpenLayers/tests/data/utfgrid/world_utfgrid/1/2/2.json old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data_Layer_Text_textfile.txt b/OpenLayers/tests/data_Layer_Text_textfile.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data_Layer_Text_textfile_2.txt b/OpenLayers/tests/data_Layer_Text_textfile_2.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/data_Layer_Text_textfile_overflow.txt b/OpenLayers/tests/data_Layer_Text_textfile_overflow.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Ajax.html b/OpenLayers/tests/deprecated/Ajax.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/BaseTypes/Class.html b/OpenLayers/tests/deprecated/BaseTypes/Class.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/BaseTypes/Element.html b/OpenLayers/tests/deprecated/BaseTypes/Element.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Control/MouseToolbar.html b/OpenLayers/tests/deprecated/Control/MouseToolbar.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Geometry/Rectangle.html b/OpenLayers/tests/deprecated/Geometry/Rectangle.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/GML.html b/OpenLayers/tests/deprecated/Layer/GML.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/MapServer.html b/OpenLayers/tests/deprecated/Layer/MapServer.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/MapServer/Untiled.html b/OpenLayers/tests/deprecated/Layer/MapServer/Untiled.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/WFS.html b/OpenLayers/tests/deprecated/Layer/WFS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/WMS.html b/OpenLayers/tests/deprecated/Layer/WMS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/WMS/Post.html b/OpenLayers/tests/deprecated/Layer/WMS/Post.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/Yahoo.html b/OpenLayers/tests/deprecated/Layer/Yahoo.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/mice.xml b/OpenLayers/tests/deprecated/Layer/mice.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Layer/owls.xml b/OpenLayers/tests/deprecated/Layer/owls.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Popup/AnchoredBubble.html b/OpenLayers/tests/deprecated/Popup/AnchoredBubble.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Protocol/SQL.html b/OpenLayers/tests/deprecated/Protocol/SQL.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Protocol/SQL/Gears.html b/OpenLayers/tests/deprecated/Protocol/SQL/Gears.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Renderer/SVG2.html b/OpenLayers/tests/deprecated/Renderer/SVG2.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Tile/WFS.html b/OpenLayers/tests/deprecated/Tile/WFS.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/deprecated/Util.html b/OpenLayers/tests/deprecated/Util.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/georss.txt b/OpenLayers/tests/georss.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/grid_inittiles.html b/OpenLayers/tests/grid_inittiles.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/index.html b/OpenLayers/tests/index.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/list-tests.html b/OpenLayers/tests/list-tests.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/ajax.html b/OpenLayers/tests/manual/ajax.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/ajax.txt b/OpenLayers/tests/manual/ajax.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/alloverlays-mixed.html b/OpenLayers/tests/manual/alloverlays-mixed.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/arcims-2117.html b/OpenLayers/tests/manual/arcims-2117.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/arkansas.rss b/OpenLayers/tests/manual/arkansas.rss old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/big-georss.html b/OpenLayers/tests/manual/big-georss.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/box-quirks.html b/OpenLayers/tests/manual/box-quirks.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/box-strict.html b/OpenLayers/tests/manual/box-strict.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/clip-features-svg.html b/OpenLayers/tests/manual/clip-features-svg.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/dateline-sketch.html b/OpenLayers/tests/manual/dateline-sketch.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/dateline-smallextent.html b/OpenLayers/tests/manual/dateline-smallextent.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/draw-feature.html b/OpenLayers/tests/manual/draw-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/feature-handler.html b/OpenLayers/tests/manual/feature-handler.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/geodesic.html b/OpenLayers/tests/manual/geodesic.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/geojson-geomcoll-reprojection.html b/OpenLayers/tests/manual/geojson-geomcoll-reprojection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/google-fullscreen-overlay.html b/OpenLayers/tests/manual/google-fullscreen-overlay.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/google-panning.html b/OpenLayers/tests/manual/google-panning.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/google-resize.html b/OpenLayers/tests/manual/google-resize.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/google-tilt.html b/OpenLayers/tests/manual/google-tilt.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/google-v3-resize.html b/OpenLayers/tests/manual/google-v3-resize.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/loadend.html b/OpenLayers/tests/manual/loadend.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/map-events.html b/OpenLayers/tests/manual/map-events.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/memory/Marker-2258.html b/OpenLayers/tests/manual/memory/Marker-2258.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/memory/PanZoom-2323.html b/OpenLayers/tests/manual/memory/PanZoom-2323.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/memory/RemoveChild-2170.html b/OpenLayers/tests/manual/memory/RemoveChild-2170.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/memory/VML-2170.html b/OpenLayers/tests/manual/memory/VML-2170.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/multiple-google-layers.html b/OpenLayers/tests/manual/multiple-google-layers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/overviewmap-projection.html b/OpenLayers/tests/manual/overviewmap-projection.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/page-position.html b/OpenLayers/tests/manual/page-position.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/pan-redraw-svg.html b/OpenLayers/tests/manual/pan-redraw-svg.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/popup-keepInMap.html b/OpenLayers/tests/manual/popup-keepInMap.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/reflow.html b/OpenLayers/tests/manual/reflow.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/renderedDimensions.html b/OpenLayers/tests/manual/renderedDimensions.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/select-feature-right-click.html b/OpenLayers/tests/manual/select-feature-right-click.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/select-feature.html b/OpenLayers/tests/manual/select-feature.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/tiles-loading.html b/OpenLayers/tests/manual/tiles-loading.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/tween.html b/OpenLayers/tests/manual/tween.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/vector-features-performance.html b/OpenLayers/tests/manual/vector-features-performance.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/manual/vector-layer-zindex.html b/OpenLayers/tests/manual/vector-layer-zindex.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/mice.xml b/OpenLayers/tests/mice.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/node.js/mockdom.js b/OpenLayers/tests/node.js/mockdom.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/node.js/node-tests.cfg b/OpenLayers/tests/node.js/node-tests.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/node.js/node.js b/OpenLayers/tests/node.js/node.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/node.js/run-test.js b/OpenLayers/tests/node.js/run-test.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/node.js/run.sh b/OpenLayers/tests/node.js/run.sh old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/owls.xml b/OpenLayers/tests/owls.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/run-tests.html b/OpenLayers/tests/run-tests.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/selenium/remotecontrol/config.cfg b/OpenLayers/tests/selenium/remotecontrol/config.cfg old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/selenium/remotecontrol/selenium.py b/OpenLayers/tests/selenium/remotecontrol/selenium.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/selenium/remotecontrol/setup.txt b/OpenLayers/tests/selenium/remotecontrol/setup.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/selenium/remotecontrol/test_ol.py b/OpenLayers/tests/selenium/remotecontrol/test_ol.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/geometry.html b/OpenLayers/tests/speed/geometry.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/string_format.html b/OpenLayers/tests/speed/string_format.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/vector-renderers.html b/OpenLayers/tests/speed/vector-renderers.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/vector-renderers.js b/OpenLayers/tests/speed/vector-renderers.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/wmc_speed.html b/OpenLayers/tests/speed/wmc_speed.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/wmscaps.html b/OpenLayers/tests/speed/wmscaps.html old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/wmscaps.js b/OpenLayers/tests/speed/wmscaps.js old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/speed/wmscaps.xml b/OpenLayers/tests/speed/wmscaps.xml old mode 100755 new mode 100644 diff --git a/OpenLayers/tests/throws.js b/OpenLayers/tests/throws.js old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/google.css b/OpenLayers/theme/default/google.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/google.tidy.css b/OpenLayers/theme/default/google.tidy.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/ie6-style.css b/OpenLayers/theme/default/ie6-style.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/ie6-style.tidy.css b/OpenLayers/theme/default/ie6-style.tidy.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/add_point_off.png b/OpenLayers/theme/default/img/add_point_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/add_point_on.png b/OpenLayers/theme/default/img/add_point_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/blank.gif b/OpenLayers/theme/default/img/blank.gif old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/close.gif b/OpenLayers/theme/default/img/close.gif old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/drag-rectangle-off.png b/OpenLayers/theme/default/img/drag-rectangle-off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/drag-rectangle-on.png b/OpenLayers/theme/default/img/drag-rectangle-on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_line_off.png b/OpenLayers/theme/default/img/draw_line_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_line_on.png b/OpenLayers/theme/default/img/draw_line_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_point_off.png b/OpenLayers/theme/default/img/draw_point_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_point_on.png b/OpenLayers/theme/default/img/draw_point_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_polygon_off.png b/OpenLayers/theme/default/img/draw_polygon_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/draw_polygon_on.png b/OpenLayers/theme/default/img/draw_polygon_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/editing_tool_bar.png b/OpenLayers/theme/default/img/editing_tool_bar.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/move_feature_off.png b/OpenLayers/theme/default/img/move_feature_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/move_feature_on.png b/OpenLayers/theme/default/img/move_feature_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/navigation_history.png b/OpenLayers/theme/default/img/navigation_history.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/overview_replacement.gif b/OpenLayers/theme/default/img/overview_replacement.gif old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/pan-panel-NOALPHA.png b/OpenLayers/theme/default/img/pan-panel-NOALPHA.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/pan-panel.png b/OpenLayers/theme/default/img/pan-panel.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/pan_off.png b/OpenLayers/theme/default/img/pan_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/pan_on.png b/OpenLayers/theme/default/img/pan_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/panning-hand-off.png b/OpenLayers/theme/default/img/panning-hand-off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/panning-hand-on.png b/OpenLayers/theme/default/img/panning-hand-on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/remove_point_off.png b/OpenLayers/theme/default/img/remove_point_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/remove_point_on.png b/OpenLayers/theme/default/img/remove_point_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/ruler.png b/OpenLayers/theme/default/img/ruler.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/save_features_off.png b/OpenLayers/theme/default/img/save_features_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/save_features_on.png b/OpenLayers/theme/default/img/save_features_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/view_next_off.png b/OpenLayers/theme/default/img/view_next_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/view_next_on.png b/OpenLayers/theme/default/img/view_next_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/view_previous_off.png b/OpenLayers/theme/default/img/view_previous_off.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/view_previous_on.png b/OpenLayers/theme/default/img/view_previous_on.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/zoom-panel-NOALPHA.png b/OpenLayers/theme/default/img/zoom-panel-NOALPHA.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/img/zoom-panel.png b/OpenLayers/theme/default/img/zoom-panel.png old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/style.css b/OpenLayers/theme/default/style.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/style.mobile.css b/OpenLayers/theme/default/style.mobile.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/style.mobile.tidy.css b/OpenLayers/theme/default/style.mobile.tidy.css old mode 100755 new mode 100644 diff --git a/OpenLayers/theme/default/style.tidy.css b/OpenLayers/theme/default/style.tidy.css old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/BeautifulSoup.py b/OpenLayers/tools/BeautifulSoup.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/README.txt b/OpenLayers/tools/README.txt old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/closure_library_jscompiler.py b/OpenLayers/tools/closure_library_jscompiler.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/closure_ws.py b/OpenLayers/tools/closure_ws.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/exampleparser.py b/OpenLayers/tools/exampleparser.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/jsmin.c b/OpenLayers/tools/jsmin.c old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/jsmin.py b/OpenLayers/tools/jsmin.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/mergejs.py b/OpenLayers/tools/mergejs.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/minimize.py b/OpenLayers/tools/minimize.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/oldot.py b/OpenLayers/tools/oldot.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/release.sh b/OpenLayers/tools/release.sh old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/shrinksafe.py b/OpenLayers/tools/shrinksafe.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/toposort.py b/OpenLayers/tools/toposort.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/uglify_js.py b/OpenLayers/tools/uglify_js.py old mode 100755 new mode 100644 diff --git a/OpenLayers/tools/update_dev_dir.sh b/OpenLayers/tools/update_dev_dir.sh old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php b/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php b/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Adapter/Zip/ZipInterface.php b/PhpOffice/Common/Adapter/Zip/ZipInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Autoloader.php b/PhpOffice/Common/Autoloader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Drawing.php b/PhpOffice/Common/Drawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/File.php b/PhpOffice/Common/File.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Font.php b/PhpOffice/Common/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/LICENSE b/PhpOffice/Common/LICENSE old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Microsoft/OLERead.php b/PhpOffice/Common/Microsoft/OLERead.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Microsoft/PasswordEncoder.php b/PhpOffice/Common/Microsoft/PasswordEncoder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/Text.php b/PhpOffice/Common/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/XMLReader.php b/PhpOffice/Common/XMLReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/Common/XMLWriter.php b/PhpOffice/Common/XMLWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/AbstractShape.php b/PhpOffice/PhpPresentation/AbstractShape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Autoloader.php b/PhpOffice/PhpPresentation/Autoloader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/ComparableInterface.php b/PhpOffice/PhpPresentation/ComparableInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/DocumentLayout.php b/PhpOffice/PhpPresentation/DocumentLayout.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/DocumentProperties.php b/PhpOffice/PhpPresentation/DocumentProperties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/DirectoryNotFoundException.php b/PhpOffice/PhpPresentation/Exception/DirectoryNotFoundException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/FeatureNotImplementedException.php b/PhpOffice/PhpPresentation/Exception/FeatureNotImplementedException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/FileCopyException.php b/PhpOffice/PhpPresentation/Exception/FileCopyException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/FileNotFoundException.php b/PhpOffice/PhpPresentation/Exception/FileNotFoundException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/FileRemoveException.php b/PhpOffice/PhpPresentation/Exception/FileRemoveException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidClassException.php b/PhpOffice/PhpPresentation/Exception/InvalidClassException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidFileFormatException.php b/PhpOffice/PhpPresentation/Exception/InvalidFileFormatException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidParameterException.php b/PhpOffice/PhpPresentation/Exception/InvalidParameterException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/OutOfBoundsException.php b/PhpOffice/PhpPresentation/Exception/OutOfBoundsException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/PhpPresentationException.php b/PhpOffice/PhpPresentation/Exception/PhpPresentationException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/ShapeContainerAlreadyAssignedException.php b/PhpOffice/PhpPresentation/Exception/ShapeContainerAlreadyAssignedException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/UnauthorizedMimetypeException.php b/PhpOffice/PhpPresentation/Exception/UnauthorizedMimetypeException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Exception/UndefinedChartTypeException.php b/PhpOffice/PhpPresentation/Exception/UndefinedChartTypeException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/GeometryCalculator.php b/PhpOffice/PhpPresentation/GeometryCalculator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/HashTable.php b/PhpOffice/PhpPresentation/HashTable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/IOFactory.php b/PhpOffice/PhpPresentation/IOFactory.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/LICENSE b/PhpOffice/PhpPresentation/LICENSE old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/PhpPresentation.php b/PhpOffice/PhpPresentation/PhpPresentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/PresentationProperties.php b/PhpOffice/PhpPresentation/PresentationProperties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Reader/ODPresentation.php b/PhpOffice/PhpPresentation/Reader/ODPresentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php b/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint97.php b/PhpOffice/PhpPresentation/Reader/PowerPoint97.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Reader/ReaderInterface.php b/PhpOffice/PhpPresentation/Reader/ReaderInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Reader/Serialized.php b/PhpOffice/PhpPresentation/Reader/Serialized.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php b/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/AutoShape.php b/PhpOffice/PhpPresentation/Shape/AutoShape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart.php b/PhpOffice/PhpPresentation/Shape/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Axis.php b/PhpOffice/PhpPresentation/Shape/Chart/Axis.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php b/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Legend.php b/PhpOffice/PhpPresentation/Shape/Chart/Legend.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Marker.php b/PhpOffice/PhpPresentation/Shape/Chart/Marker.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php b/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Series.php b/PhpOffice/PhpPresentation/Shape/Chart/Series.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Title.php b/PhpOffice/PhpPresentation/Shape/Chart/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeLine.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeLine.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Radar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Radar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/View3D.php b/PhpOffice/PhpPresentation/Shape/Chart/View3D.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Comment.php b/PhpOffice/PhpPresentation/Shape/Comment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Comment/Author.php b/PhpOffice/PhpPresentation/Shape/Comment/Author.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php b/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php b/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/File.php b/PhpOffice/PhpPresentation/Shape/Drawing/File.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php b/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php b/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Group.php b/PhpOffice/PhpPresentation/Shape/Group.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Hyperlink.php b/PhpOffice/PhpPresentation/Shape/Hyperlink.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Line.php b/PhpOffice/PhpPresentation/Shape/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Media.php b/PhpOffice/PhpPresentation/Shape/Media.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Placeholder.php b/PhpOffice/PhpPresentation/Shape/Placeholder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText.php b/PhpOffice/PhpPresentation/Shape/RichText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php b/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php b/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Run.php b/PhpOffice/PhpPresentation/Shape/RichText/Run.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Table.php b/PhpOffice/PhpPresentation/Shape/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Cell.php b/PhpOffice/PhpPresentation/Shape/Table/Cell.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Row.php b/PhpOffice/PhpPresentation/Shape/Table/Row.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/ShapeContainerInterface.php b/PhpOffice/PhpPresentation/ShapeContainerInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide.php b/PhpOffice/PhpPresentation/Slide.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractBackground.php b/PhpOffice/PhpPresentation/Slide/AbstractBackground.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractSlide.php b/PhpOffice/PhpPresentation/Slide/AbstractSlide.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Animation.php b/PhpOffice/PhpPresentation/Slide/Animation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Color.php b/PhpOffice/PhpPresentation/Slide/Background/Color.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Image.php b/PhpOffice/PhpPresentation/Slide/Background/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php b/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Iterator.php b/PhpOffice/PhpPresentation/Slide/Iterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Layout.php b/PhpOffice/PhpPresentation/Slide/Layout.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Note.php b/PhpOffice/PhpPresentation/Slide/Note.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/SlideLayout.php b/PhpOffice/PhpPresentation/Slide/SlideLayout.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/SlideMaster.php b/PhpOffice/PhpPresentation/Slide/SlideMaster.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Slide/Transition.php b/PhpOffice/PhpPresentation/Slide/Transition.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Alignment.php b/PhpOffice/PhpPresentation/Style/Alignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Border.php b/PhpOffice/PhpPresentation/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Borders.php b/PhpOffice/PhpPresentation/Style/Borders.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Bullet.php b/PhpOffice/PhpPresentation/Style/Bullet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Color.php b/PhpOffice/PhpPresentation/Style/Color.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/ColorMap.php b/PhpOffice/PhpPresentation/Style/ColorMap.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Fill.php b/PhpOffice/PhpPresentation/Style/Fill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Font.php b/PhpOffice/PhpPresentation/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Outline.php b/PhpOffice/PhpPresentation/Style/Outline.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/SchemeColor.php b/PhpOffice/PhpPresentation/Style/SchemeColor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/Shadow.php b/PhpOffice/PhpPresentation/Style/Shadow.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Style/TextStyle.php b/PhpOffice/PhpPresentation/Style/TextStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation.php b/PhpOffice/PhpPresentation/Writer/ODPresentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/Serialized.php b/PhpOffice/PhpPresentation/Writer/Serialized.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpPresentation/Writer/WriterInterface.php b/PhpOffice/PhpPresentation/Writer/WriterInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/ArrayEnabled.php b/PhpOffice/PhpSpreadsheet/Calculation/ArrayEnabled.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/BinaryComparison.php b/PhpOffice/PhpSpreadsheet/Calculation/BinaryComparison.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php b/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Category.php b/PhpOffice/PhpSpreadsheet/Calculation/Category.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database.php b/PhpOffice/PhpSpreadsheet/Calculation/Database.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/BranchPruner.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/BranchPruner.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Exception.php b/PhpOffice/PhpSpreadsheet/Calculation/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php b/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Functions.php b/PhpOffice/PhpSpreadsheet/Calculation/Functions.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/ErrorValue.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/ErrorValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/ExcelError.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/ExcelError.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/Value.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/Value.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php b/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php b/PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Filter.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Filter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Sort.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Sort.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Unique.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Unique.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Helpers.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php b/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Web.php b/PhpOffice/PhpSpreadsheet/Calculation/Web.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php b/PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/Translations.xlsx b/PhpOffice/PhpSpreadsheet/Calculation/locale/Translations.xlsx old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php b/PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AddressRange.php b/PhpOffice/PhpSpreadsheet/Cell/AddressRange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Cell.php b/PhpOffice/PhpSpreadsheet/Cell/Cell.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/CellAddress.php b/PhpOffice/PhpSpreadsheet/Cell/CellAddress.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/CellRange.php b/PhpOffice/PhpSpreadsheet/Cell/CellRange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php b/PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php b/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataType.php b/PhpOffice/PhpSpreadsheet/Cell/DataType.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php b/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/RowRange.php b/PhpOffice/PhpSpreadsheet/Cell/RowRange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/CellReferenceHelper.php b/PhpOffice/PhpSpreadsheet/CellReferenceHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Axis.php b/PhpOffice/PhpSpreadsheet/Chart/Axis.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Chart.php b/PhpOffice/PhpSpreadsheet/Chart/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/ChartColor.php b/PhpOffice/PhpSpreadsheet/Chart/ChartColor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Exception.php b/PhpOffice/PhpSpreadsheet/Chart/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/GridLines.php b/PhpOffice/PhpSpreadsheet/Chart/GridLines.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Layout.php b/PhpOffice/PhpSpreadsheet/Chart/Layout.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Legend.php b/PhpOffice/PhpSpreadsheet/Chart/Legend.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php b/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Properties.php b/PhpOffice/PhpSpreadsheet/Chart/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt b/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Title.php b/PhpOffice/PhpSpreadsheet/Chart/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Chart/TrendLine.php b/PhpOffice/PhpSpreadsheet/Chart/TrendLine.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Cells.php b/PhpOffice/PhpSpreadsheet/Collection/Cells.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php b/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache1.php b/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache1.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache3.php b/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache3.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Comment.php b/PhpOffice/PhpSpreadsheet/Comment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/DefinedName.php b/PhpOffice/PhpSpreadsheet/DefinedName.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Document/Properties.php b/PhpOffice/PhpSpreadsheet/Document/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Document/Security.php b/PhpOffice/PhpSpreadsheet/Document/Security.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Exception.php b/PhpOffice/PhpSpreadsheet/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/HashTable.php b/PhpOffice/PhpSpreadsheet/HashTable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Dimension.php b/PhpOffice/PhpSpreadsheet/Helper/Dimension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Html.php b/PhpOffice/PhpSpreadsheet/Helper/Html.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Sample.php b/PhpOffice/PhpSpreadsheet/Helper/Sample.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Size.php b/PhpOffice/PhpSpreadsheet/Helper/Size.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Helper/TextGrid.php b/PhpOffice/PhpSpreadsheet/Helper/TextGrid.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/IComparable.php b/PhpOffice/PhpSpreadsheet/IComparable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/IOFactory.php b/PhpOffice/PhpSpreadsheet/IOFactory.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/LICENSE b/PhpOffice/PhpSpreadsheet/LICENSE old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/NamedFormula.php b/PhpOffice/PhpSpreadsheet/NamedFormula.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/NamedRange.php b/PhpOffice/PhpSpreadsheet/NamedRange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php b/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Csv.php b/PhpOffice/PhpSpreadsheet/Reader/Csv.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php b/PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Exception.php b/PhpOffice/PhpSpreadsheet/Reader/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Html.php b/PhpOffice/PhpSpreadsheet/Reader/Html.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReader.php b/PhpOffice/PhpSpreadsheet/Reader/IReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods.php b/PhpOffice/PhpSpreadsheet/Reader/Ods.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php b/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Slk.php b/PhpOffice/PhpSpreadsheet/Reader/Slk.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls.php b/PhpOffice/PhpSpreadsheet/Reader/Xls.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/TableReader.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/TableReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml.php b/PhpOffice/PhpSpreadsheet/Reader/Xml.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/ReferenceHelper.php b/PhpOffice/PhpSpreadsheet/ReferenceHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php b/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/RichText/RichText.php b/PhpOffice/PhpSpreadsheet/RichText/RichText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/RichText/Run.php b/PhpOffice/PhpSpreadsheet/RichText/Run.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/RichText/TextElement.php b/PhpOffice/PhpSpreadsheet/RichText/TextElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Settings.php b/PhpOffice/PhpSpreadsheet/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/CodePage.php b/PhpOffice/PhpSpreadsheet/Shared/CodePage.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Date.php b/PhpOffice/PhpSpreadsheet/Shared/Date.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Drawing.php b/PhpOffice/PhpSpreadsheet/Shared/Drawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher.php b/PhpOffice/PhpSpreadsheet/Shared/Escher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/File.php b/PhpOffice/PhpSpreadsheet/Shared/File.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Font.php b/PhpOffice/PhpSpreadsheet/Shared/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php b/PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE.php b/PhpOffice/PhpSpreadsheet/Shared/OLE.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLERead.php b/PhpOffice/PhpSpreadsheet/Shared/OLERead.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php b/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php b/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php b/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php b/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Xls.php b/PhpOffice/PhpSpreadsheet/Shared/Xls.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Spreadsheet.php b/PhpOffice/PhpSpreadsheet/Spreadsheet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Alignment.php b/PhpOffice/PhpSpreadsheet/Style/Alignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Border.php b/PhpOffice/PhpSpreadsheet/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Borders.php b/PhpOffice/PhpSpreadsheet/Style/Borders.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Color.php b/PhpOffice/PhpSpreadsheet/Style/Color.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Conditional.php b/PhpOffice/PhpSpreadsheet/Style/Conditional.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Fill.php b/PhpOffice/PhpSpreadsheet/Style/Fill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Font.php b/PhpOffice/PhpSpreadsheet/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Protection.php b/PhpOffice/PhpSpreadsheet/Style/Protection.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Style.php b/PhpOffice/PhpSpreadsheet/Style/Style.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Style/Supervisor.php b/PhpOffice/PhpSpreadsheet/Style/Supervisor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/Column.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php b/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Row.php b/PhpOffice/PhpSpreadsheet/Worksheet/Row.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php b/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table/TableStyle.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table/TableStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Validations.php b/PhpOffice/PhpSpreadsheet/Worksheet/Validations.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php b/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php b/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Csv.php b/PhpOffice/PhpSpreadsheet/Writer/Csv.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Exception.php b/PhpOffice/PhpSpreadsheet/Writer/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Html.php b/PhpOffice/PhpSpreadsheet/Writer/Html.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/IWriter.php b/PhpOffice/PhpSpreadsheet/Writer/IWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods.php b/PhpOffice/PhpSpreadsheet/Writer/Ods.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls.php b/PhpOffice/PhpSpreadsheet/Writer/Xls.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/AbstractCollection.php b/PhpOffice/PhpWord/Collection/AbstractCollection.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Bookmarks.php b/PhpOffice/PhpWord/Collection/Bookmarks.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Charts.php b/PhpOffice/PhpWord/Collection/Charts.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Comments.php b/PhpOffice/PhpWord/Collection/Comments.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Endnotes.php b/PhpOffice/PhpWord/Collection/Endnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Footnotes.php b/PhpOffice/PhpWord/Collection/Footnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Collection/Titles.php b/PhpOffice/PhpWord/Collection/Titles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php b/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/ComplexType/ProofState.php b/PhpOffice/PhpWord/ComplexType/ProofState.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/ComplexType/TblWidth.php b/PhpOffice/PhpWord/ComplexType/TblWidth.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/ComplexType/TrackChangesView.php b/PhpOffice/PhpWord/ComplexType/TrackChangesView.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/AbstractContainer.php b/PhpOffice/PhpWord/Element/AbstractContainer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/AbstractElement.php b/PhpOffice/PhpWord/Element/AbstractElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Bookmark.php b/PhpOffice/PhpWord/Element/Bookmark.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Cell.php b/PhpOffice/PhpWord/Element/Cell.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Chart.php b/PhpOffice/PhpWord/Element/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/CheckBox.php b/PhpOffice/PhpWord/Element/CheckBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Comment.php b/PhpOffice/PhpWord/Element/Comment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Endnote.php b/PhpOffice/PhpWord/Element/Endnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Field.php b/PhpOffice/PhpWord/Element/Field.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Footer.php b/PhpOffice/PhpWord/Element/Footer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Footnote.php b/PhpOffice/PhpWord/Element/Footnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/FormField.php b/PhpOffice/PhpWord/Element/FormField.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Header.php b/PhpOffice/PhpWord/Element/Header.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Image.php b/PhpOffice/PhpWord/Element/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Line.php b/PhpOffice/PhpWord/Element/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Link.php b/PhpOffice/PhpWord/Element/Link.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/ListItem.php b/PhpOffice/PhpWord/Element/ListItem.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/ListItemRun.php b/PhpOffice/PhpWord/Element/ListItemRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/OLEObject.php b/PhpOffice/PhpWord/Element/OLEObject.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/PageBreak.php b/PhpOffice/PhpWord/Element/PageBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/PreserveText.php b/PhpOffice/PhpWord/Element/PreserveText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Row.php b/PhpOffice/PhpWord/Element/Row.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/SDT.php b/PhpOffice/PhpWord/Element/SDT.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Section.php b/PhpOffice/PhpWord/Element/Section.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Shape.php b/PhpOffice/PhpWord/Element/Shape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/TOC.php b/PhpOffice/PhpWord/Element/TOC.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Table.php b/PhpOffice/PhpWord/Element/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Text.php b/PhpOffice/PhpWord/Element/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/TextBox.php b/PhpOffice/PhpWord/Element/TextBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/TextBreak.php b/PhpOffice/PhpWord/Element/TextBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/TextRun.php b/PhpOffice/PhpWord/Element/TextRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/Title.php b/PhpOffice/PhpWord/Element/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Element/TrackChange.php b/PhpOffice/PhpWord/Element/TrackChange.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Escaper/AbstractEscaper.php b/PhpOffice/PhpWord/Escaper/AbstractEscaper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Escaper/EscaperInterface.php b/PhpOffice/PhpWord/Escaper/EscaperInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Escaper/RegExp.php b/PhpOffice/PhpWord/Escaper/RegExp.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Escaper/Rtf.php b/PhpOffice/PhpWord/Escaper/Rtf.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Escaper/Xml.php b/PhpOffice/PhpWord/Escaper/Xml.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/CopyFileException.php b/PhpOffice/PhpWord/Exception/CopyFileException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php b/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/Exception.php b/PhpOffice/PhpWord/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/InvalidImageException.php b/PhpOffice/PhpWord/Exception/InvalidImageException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/InvalidObjectException.php b/PhpOffice/PhpWord/Exception/InvalidObjectException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/InvalidStyleException.php b/PhpOffice/PhpWord/Exception/InvalidStyleException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php b/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/IOFactory.php b/PhpOffice/PhpWord/IOFactory.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/LICENSE b/PhpOffice/PhpWord/LICENSE old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Media.php b/PhpOffice/PhpWord/Media.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Metadata/Compatibility.php b/PhpOffice/PhpWord/Metadata/Compatibility.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Metadata/DocInfo.php b/PhpOffice/PhpWord/Metadata/DocInfo.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Metadata/Protection.php b/PhpOffice/PhpWord/Metadata/Protection.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Metadata/Settings.php b/PhpOffice/PhpWord/Metadata/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/PhpWord.php b/PhpOffice/PhpWord/PhpWord.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/AbstractReader.php b/PhpOffice/PhpWord/Reader/AbstractReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/HTML.php b/PhpOffice/PhpWord/Reader/HTML.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/MsDoc.php b/PhpOffice/PhpWord/Reader/MsDoc.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/ODText.php b/PhpOffice/PhpWord/Reader/ODText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php b/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/ODText/Content.php b/PhpOffice/PhpWord/Reader/ODText/Content.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/ODText/Meta.php b/PhpOffice/PhpWord/Reader/ODText/Meta.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/RTF.php b/PhpOffice/PhpWord/Reader/RTF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/RTF/Document.php b/PhpOffice/PhpWord/Reader/RTF/Document.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/ReaderInterface.php b/PhpOffice/PhpWord/Reader/ReaderInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007.php b/PhpOffice/PhpWord/Reader/Word2007.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php b/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Document.php b/PhpOffice/PhpWord/Reader/Word2007/Document.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Numbering.php b/PhpOffice/PhpWord/Reader/Word2007/Numbering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Settings.php b/PhpOffice/PhpWord/Reader/Word2007/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Styles.php b/PhpOffice/PhpWord/Reader/Word2007/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Settings.php b/PhpOffice/PhpWord/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/AbstractEnum.php b/PhpOffice/PhpWord/Shared/AbstractEnum.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Converter.php b/PhpOffice/PhpWord/Shared/Converter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Css.php b/PhpOffice/PhpWord/Shared/Css.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Drawing.php b/PhpOffice/PhpWord/Shared/Drawing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Html.php b/PhpOffice/PhpWord/Shared/Html.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Microsoft/PasswordEncoder.php b/PhpOffice/PhpWord/Shared/Microsoft/PasswordEncoder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/OLERead.php b/PhpOffice/PhpWord/Shared/OLERead.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php b/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/Text.php b/PhpOffice/PhpWord/Shared/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/XMLReader.php b/PhpOffice/PhpWord/Shared/XMLReader.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/XMLWriter.php b/PhpOffice/PhpWord/Shared/XMLWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Shared/ZipArchive.php b/PhpOffice/PhpWord/Shared/ZipArchive.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/Border.php b/PhpOffice/PhpWord/SimpleType/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/DocProtect.php b/PhpOffice/PhpWord/SimpleType/DocProtect.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/Jc.php b/PhpOffice/PhpWord/SimpleType/Jc.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/JcTable.php b/PhpOffice/PhpWord/SimpleType/JcTable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php b/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/NumberFormat.php b/PhpOffice/PhpWord/SimpleType/NumberFormat.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/TblWidth.php b/PhpOffice/PhpWord/SimpleType/TblWidth.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/TextAlignment.php b/PhpOffice/PhpWord/SimpleType/TextAlignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/VerticalJc.php b/PhpOffice/PhpWord/SimpleType/VerticalJc.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/SimpleType/Zoom.php b/PhpOffice/PhpWord/SimpleType/Zoom.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style.php b/PhpOffice/PhpWord/Style.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/AbstractStyle.php b/PhpOffice/PhpWord/Style/AbstractStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Border.php b/PhpOffice/PhpWord/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Cell.php b/PhpOffice/PhpWord/Style/Cell.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Chart.php b/PhpOffice/PhpWord/Style/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Extrusion.php b/PhpOffice/PhpWord/Style/Extrusion.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Fill.php b/PhpOffice/PhpWord/Style/Fill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Font.php b/PhpOffice/PhpWord/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Frame.php b/PhpOffice/PhpWord/Style/Frame.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Image.php b/PhpOffice/PhpWord/Style/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Indentation.php b/PhpOffice/PhpWord/Style/Indentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Language.php b/PhpOffice/PhpWord/Style/Language.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Line.php b/PhpOffice/PhpWord/Style/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/LineNumbering.php b/PhpOffice/PhpWord/Style/LineNumbering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/ListItem.php b/PhpOffice/PhpWord/Style/ListItem.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Numbering.php b/PhpOffice/PhpWord/Style/Numbering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/NumberingLevel.php b/PhpOffice/PhpWord/Style/NumberingLevel.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Outline.php b/PhpOffice/PhpWord/Style/Outline.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Paper.php b/PhpOffice/PhpWord/Style/Paper.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Paragraph.php b/PhpOffice/PhpWord/Style/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Row.php b/PhpOffice/PhpWord/Style/Row.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Section.php b/PhpOffice/PhpWord/Style/Section.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Shading.php b/PhpOffice/PhpWord/Style/Shading.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Shadow.php b/PhpOffice/PhpWord/Style/Shadow.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Shape.php b/PhpOffice/PhpWord/Style/Shape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Spacing.php b/PhpOffice/PhpWord/Style/Spacing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/TOC.php b/PhpOffice/PhpWord/Style/TOC.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Tab.php b/PhpOffice/PhpWord/Style/Tab.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/Table.php b/PhpOffice/PhpWord/Style/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/TablePosition.php b/PhpOffice/PhpWord/Style/TablePosition.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Style/TextBox.php b/PhpOffice/PhpWord/Style/TextBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/TemplateProcessor.php b/PhpOffice/PhpWord/TemplateProcessor.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/AbstractWriter.php b/PhpOffice/PhpWord/Writer/AbstractWriter.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML.php b/PhpOffice/PhpWord/Writer/HTML.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Container.php b/PhpOffice/PhpWord/Writer/HTML/Element/Container.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Image.php b/PhpOffice/PhpWord/Writer/HTML/Element/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Link.php b/PhpOffice/PhpWord/Writer/HTML/Element/Link.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Table.php b/PhpOffice/PhpWord/Writer/HTML/Element/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Text.php b/PhpOffice/PhpWord/Writer/HTML/Element/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Title.php b/PhpOffice/PhpWord/Writer/HTML/Element/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Body.php b/PhpOffice/PhpWord/Writer/HTML/Part/Body.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Head.php b/PhpOffice/PhpWord/Writer/HTML/Part/Head.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Font.php b/PhpOffice/PhpWord/Writer/HTML/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php b/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Image.php b/PhpOffice/PhpWord/Writer/HTML/Style/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText.php b/PhpOffice/PhpWord/Writer/ODText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Container.php b/PhpOffice/PhpWord/Writer/ODText/Element/Container.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Field.php b/PhpOffice/PhpWord/Writer/ODText/Element/Field.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Image.php b/PhpOffice/PhpWord/Writer/ODText/Element/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Link.php b/PhpOffice/PhpWord/Writer/ODText/Element/Link.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Table.php b/PhpOffice/PhpWord/Writer/ODText/Element/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Text.php b/PhpOffice/PhpWord/Writer/ODText/Element/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Title.php b/PhpOffice/PhpWord/Writer/ODText/Element/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Content.php b/PhpOffice/PhpWord/Writer/ODText/Part/Content.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php b/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php b/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php b/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php b/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Font.php b/PhpOffice/PhpWord/Writer/ODText/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Image.php b/PhpOffice/PhpWord/Writer/ODText/Style/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Section.php b/PhpOffice/PhpWord/Writer/ODText/Style/Section.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Table.php b/PhpOffice/PhpWord/Writer/ODText/Style/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/PDF.php b/PhpOffice/PhpWord/Writer/PDF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php b/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/PDF/DomPDF.php b/PhpOffice/PhpWord/Writer/PDF/DomPDF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/PDF/MPDF.php b/PhpOffice/PhpWord/Writer/PDF/MPDF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/PDF/TCPDF.php b/PhpOffice/PhpWord/Writer/PDF/TCPDF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF.php b/PhpOffice/PhpWord/Writer/RTF.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Container.php b/PhpOffice/PhpWord/Writer/RTF/Element/Container.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Field.php b/PhpOffice/PhpWord/Writer/RTF/Element/Field.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Image.php b/PhpOffice/PhpWord/Writer/RTF/Element/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Link.php b/PhpOffice/PhpWord/Writer/RTF/Element/Link.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php b/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Table.php b/PhpOffice/PhpWord/Writer/RTF/Element/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Text.php b/PhpOffice/PhpWord/Writer/RTF/Element/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Title.php b/PhpOffice/PhpWord/Writer/RTF/Element/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Document.php b/PhpOffice/PhpWord/Writer/RTF/Part/Document.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Header.php b/PhpOffice/PhpWord/Writer/RTF/Part/Header.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Border.php b/PhpOffice/PhpWord/Writer/RTF/Style/Border.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Font.php b/PhpOffice/PhpWord/Writer/RTF/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php b/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Section.php b/PhpOffice/PhpWord/Writer/RTF/Style/Section.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php b/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007.php b/PhpOffice/PhpWord/Writer/Word2007.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php b/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php b/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php b/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php b/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php b/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php b/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/Writer/WriterInterface.php b/PhpOffice/PhpWord/Writer/WriterInterface.php old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/resources/doc.png b/PhpOffice/PhpWord/resources/doc.png old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/resources/ppt.png b/PhpOffice/PhpWord/resources/ppt.png old mode 100755 new mode 100644 diff --git a/PhpOffice/PhpWord/resources/xls.png b/PhpOffice/PhpWord/resources/xls.png old mode 100755 new mode 100644 diff --git a/Psr/Http/Client/ClientExceptionInterface.php b/Psr/Http/Client/ClientExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Client/ClientInterface.php b/Psr/Http/Client/ClientInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Client/NetworkExceptionInterface.php b/Psr/Http/Client/NetworkExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Client/RequestExceptionInterface.php b/Psr/Http/Client/RequestExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/LICENSE b/Psr/Http/LICENSE old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/MessageInterface.php b/Psr/Http/Message/MessageInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/RequestInterface.php b/Psr/Http/Message/RequestInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/ResponseInterface.php b/Psr/Http/Message/ResponseInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/ServerRequestInterface.php b/Psr/Http/Message/ServerRequestInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/StreamInterface.php b/Psr/Http/Message/StreamInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/UploadedFileInterface.php b/Psr/Http/Message/UploadedFileInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Http/Message/UriInterface.php b/Psr/Http/Message/UriInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Log/AbstractLogger.php b/Psr/Log/AbstractLogger.php old mode 100755 new mode 100644 diff --git a/Psr/Log/InvalidArgumentException.php b/Psr/Log/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Psr/Log/LICENSE b/Psr/Log/LICENSE old mode 100755 new mode 100644 diff --git a/Psr/Log/LogLevel.php b/Psr/Log/LogLevel.php old mode 100755 new mode 100644 diff --git a/Psr/Log/LoggerAwareInterface.php b/Psr/Log/LoggerAwareInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Log/LoggerAwareTrait.php b/Psr/Log/LoggerAwareTrait.php old mode 100755 new mode 100644 diff --git a/Psr/Log/LoggerInterface.php b/Psr/Log/LoggerInterface.php old mode 100755 new mode 100644 diff --git a/Psr/Log/LoggerTrait.php b/Psr/Log/LoggerTrait.php old mode 100755 new mode 100644 diff --git a/Psr/Log/NullLogger.php b/Psr/Log/NullLogger.php old mode 100755 new mode 100644 diff --git a/Psr/Log/Test/DummyTest.php b/Psr/Log/Test/DummyTest.php old mode 100755 new mode 100644 diff --git a/Psr/Log/Test/LoggerInterfaceTest.php b/Psr/Log/Test/LoggerInterfaceTest.php old mode 100755 new mode 100644 diff --git a/Psr/Log/Test/TestLogger.php b/Psr/Log/Test/TestLogger.php old mode 100755 new mode 100644 diff --git a/Psr/SimpleCache/CacheException.php b/Psr/SimpleCache/CacheException.php old mode 100755 new mode 100644 diff --git a/Psr/SimpleCache/CacheInterface.php b/Psr/SimpleCache/CacheInterface.php old mode 100755 new mode 100644 diff --git a/Psr/SimpleCache/InvalidArgumentException.php b/Psr/SimpleCache/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Psr/SimpleCache/LICENSE.md b/Psr/SimpleCache/LICENSE.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Stripe/.editorconfig b/Stripe/.editorconfig old mode 100755 new mode 100644 diff --git a/Stripe/.gitignore b/Stripe/.gitignore old mode 100755 new mode 100644 diff --git a/Stripe/.php-cs-fixer.php b/Stripe/.php-cs-fixer.php old mode 100755 new mode 100644 diff --git a/Stripe/CHANGELOG.md b/Stripe/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/Stripe/CODE_OF_CONDUCT.md b/Stripe/CODE_OF_CONDUCT.md old mode 100755 new mode 100644 diff --git a/Stripe/LICENSE b/Stripe/LICENSE old mode 100755 new mode 100644 diff --git a/Stripe/Makefile b/Stripe/Makefile old mode 100755 new mode 100644 diff --git a/Stripe/OPENAPI_VERSION b/Stripe/OPENAPI_VERSION old mode 100755 new mode 100644 diff --git a/Stripe/README.md b/Stripe/README.md old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Account.php b/Stripe/Stripe/Account.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/AccountLink.php b/Stripe/Stripe/AccountLink.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/All.php b/Stripe/Stripe/ApiOperations/All.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Create.php b/Stripe/Stripe/ApiOperations/Create.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Delete.php b/Stripe/Stripe/ApiOperations/Delete.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/NestedResource.php b/Stripe/Stripe/ApiOperations/NestedResource.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Request.php b/Stripe/Stripe/ApiOperations/Request.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Retrieve.php b/Stripe/Stripe/ApiOperations/Retrieve.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Search.php b/Stripe/Stripe/ApiOperations/Search.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/SingletonRetrieve.php b/Stripe/Stripe/ApiOperations/SingletonRetrieve.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiOperations/Update.php b/Stripe/Stripe/ApiOperations/Update.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiRequestor.php b/Stripe/Stripe/ApiRequestor.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiResource.php b/Stripe/Stripe/ApiResource.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApiResponse.php b/Stripe/Stripe/ApiResponse.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApplePayDomain.php b/Stripe/Stripe/ApplePayDomain.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApplicationFee.php b/Stripe/Stripe/ApplicationFee.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ApplicationFeeRefund.php b/Stripe/Stripe/ApplicationFeeRefund.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Apps/Secret.php b/Stripe/Stripe/Apps/Secret.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Balance.php b/Stripe/Stripe/Balance.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BalanceTransaction.php b/Stripe/Stripe/BalanceTransaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BankAccount.php b/Stripe/Stripe/BankAccount.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BaseStripeClient.php b/Stripe/Stripe/BaseStripeClient.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BaseStripeClientInterface.php b/Stripe/Stripe/BaseStripeClientInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BillingPortal/Configuration.php b/Stripe/Stripe/BillingPortal/Configuration.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/BillingPortal/Session.php b/Stripe/Stripe/BillingPortal/Session.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Capability.php b/Stripe/Stripe/Capability.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Card.php b/Stripe/Stripe/Card.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CashBalance.php b/Stripe/Stripe/CashBalance.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Charge.php b/Stripe/Stripe/Charge.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Checkout/Session.php b/Stripe/Stripe/Checkout/Session.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Collection.php b/Stripe/Stripe/Collection.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CountrySpec.php b/Stripe/Stripe/CountrySpec.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Coupon.php b/Stripe/Stripe/Coupon.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CreditNote.php b/Stripe/Stripe/CreditNote.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CreditNoteLineItem.php b/Stripe/Stripe/CreditNoteLineItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Customer.php b/Stripe/Stripe/Customer.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CustomerBalanceTransaction.php b/Stripe/Stripe/CustomerBalanceTransaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/CustomerCashBalanceTransaction.php b/Stripe/Stripe/CustomerCashBalanceTransaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Discount.php b/Stripe/Stripe/Discount.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Dispute.php b/Stripe/Stripe/Dispute.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/EphemeralKey.php b/Stripe/Stripe/EphemeralKey.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ErrorObject.php b/Stripe/Stripe/ErrorObject.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Event.php b/Stripe/Stripe/Event.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/ApiConnectionException.php b/Stripe/Stripe/Exception/ApiConnectionException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/ApiErrorException.php b/Stripe/Stripe/Exception/ApiErrorException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/AuthenticationException.php b/Stripe/Stripe/Exception/AuthenticationException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/BadMethodCallException.php b/Stripe/Stripe/Exception/BadMethodCallException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/CardException.php b/Stripe/Stripe/Exception/CardException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/ExceptionInterface.php b/Stripe/Stripe/Exception/ExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/IdempotencyException.php b/Stripe/Stripe/Exception/IdempotencyException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/InvalidArgumentException.php b/Stripe/Stripe/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/InvalidRequestException.php b/Stripe/Stripe/Exception/InvalidRequestException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/ExceptionInterface.php b/Stripe/Stripe/Exception/OAuth/ExceptionInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/InvalidClientException.php b/Stripe/Stripe/Exception/OAuth/InvalidClientException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/InvalidGrantException.php b/Stripe/Stripe/Exception/OAuth/InvalidGrantException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/InvalidRequestException.php b/Stripe/Stripe/Exception/OAuth/InvalidRequestException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/InvalidScopeException.php b/Stripe/Stripe/Exception/OAuth/InvalidScopeException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/OAuthErrorException.php b/Stripe/Stripe/Exception/OAuth/OAuthErrorException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/UnknownOAuthErrorException.php b/Stripe/Stripe/Exception/OAuth/UnknownOAuthErrorException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/UnsupportedGrantTypeException.php b/Stripe/Stripe/Exception/OAuth/UnsupportedGrantTypeException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/OAuth/UnsupportedResponseTypeException.php b/Stripe/Stripe/Exception/OAuth/UnsupportedResponseTypeException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/PermissionException.php b/Stripe/Stripe/Exception/PermissionException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/RateLimitException.php b/Stripe/Stripe/Exception/RateLimitException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/SignatureVerificationException.php b/Stripe/Stripe/Exception/SignatureVerificationException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/UnexpectedValueException.php b/Stripe/Stripe/Exception/UnexpectedValueException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Exception/UnknownApiErrorException.php b/Stripe/Stripe/Exception/UnknownApiErrorException.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ExchangeRate.php b/Stripe/Stripe/ExchangeRate.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/File.php b/Stripe/Stripe/File.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FileLink.php b/Stripe/Stripe/FileLink.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FinancialConnections/Account.php b/Stripe/Stripe/FinancialConnections/Account.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FinancialConnections/AccountOwner.php b/Stripe/Stripe/FinancialConnections/AccountOwner.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FinancialConnections/AccountOwnership.php b/Stripe/Stripe/FinancialConnections/AccountOwnership.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FinancialConnections/Session.php b/Stripe/Stripe/FinancialConnections/Session.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/FundingInstructions.php b/Stripe/Stripe/FundingInstructions.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/HttpClient/ClientInterface.php b/Stripe/Stripe/HttpClient/ClientInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/HttpClient/CurlClient.php b/Stripe/Stripe/HttpClient/CurlClient.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/HttpClient/StreamingClientInterface.php b/Stripe/Stripe/HttpClient/StreamingClientInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Identity/VerificationReport.php b/Stripe/Stripe/Identity/VerificationReport.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Identity/VerificationSession.php b/Stripe/Stripe/Identity/VerificationSession.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Invoice.php b/Stripe/Stripe/Invoice.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/InvoiceItem.php b/Stripe/Stripe/InvoiceItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/InvoiceLineItem.php b/Stripe/Stripe/InvoiceLineItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/Authorization.php b/Stripe/Stripe/Issuing/Authorization.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/Card.php b/Stripe/Stripe/Issuing/Card.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/CardDetails.php b/Stripe/Stripe/Issuing/CardDetails.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/Cardholder.php b/Stripe/Stripe/Issuing/Cardholder.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/Dispute.php b/Stripe/Stripe/Issuing/Dispute.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Issuing/Transaction.php b/Stripe/Stripe/Issuing/Transaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/LineItem.php b/Stripe/Stripe/LineItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/LoginLink.php b/Stripe/Stripe/LoginLink.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Mandate.php b/Stripe/Stripe/Mandate.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/OAuth.php b/Stripe/Stripe/OAuth.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/OAuthErrorObject.php b/Stripe/Stripe/OAuthErrorObject.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/PaymentIntent.php b/Stripe/Stripe/PaymentIntent.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/PaymentLink.php b/Stripe/Stripe/PaymentLink.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/PaymentMethod.php b/Stripe/Stripe/PaymentMethod.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Payout.php b/Stripe/Stripe/Payout.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Person.php b/Stripe/Stripe/Person.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Plan.php b/Stripe/Stripe/Plan.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Price.php b/Stripe/Stripe/Price.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Product.php b/Stripe/Stripe/Product.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/PromotionCode.php b/Stripe/Stripe/PromotionCode.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Quote.php b/Stripe/Stripe/Quote.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Radar/EarlyFraudWarning.php b/Stripe/Stripe/Radar/EarlyFraudWarning.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Radar/ValueList.php b/Stripe/Stripe/Radar/ValueList.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Radar/ValueListItem.php b/Stripe/Stripe/Radar/ValueListItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/RecipientTransfer.php b/Stripe/Stripe/RecipientTransfer.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Refund.php b/Stripe/Stripe/Refund.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Reporting/ReportRun.php b/Stripe/Stripe/Reporting/ReportRun.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Reporting/ReportType.php b/Stripe/Stripe/Reporting/ReportType.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/RequestTelemetry.php b/Stripe/Stripe/RequestTelemetry.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Review.php b/Stripe/Stripe/Review.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SearchResult.php b/Stripe/Stripe/SearchResult.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/AbstractService.php b/Stripe/Stripe/Service/AbstractService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/AbstractServiceFactory.php b/Stripe/Stripe/Service/AbstractServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/AccountLinkService.php b/Stripe/Stripe/Service/AccountLinkService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/AccountService.php b/Stripe/Stripe/Service/AccountService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ApplePayDomainService.php b/Stripe/Stripe/Service/ApplePayDomainService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ApplicationFeeService.php b/Stripe/Stripe/Service/ApplicationFeeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Apps/AppsServiceFactory.php b/Stripe/Stripe/Service/Apps/AppsServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Apps/SecretService.php b/Stripe/Stripe/Service/Apps/SecretService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/BalanceService.php b/Stripe/Stripe/Service/BalanceService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/BalanceTransactionService.php b/Stripe/Stripe/Service/BalanceTransactionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/BillingPortal/BillingPortalServiceFactory.php b/Stripe/Stripe/Service/BillingPortal/BillingPortalServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/BillingPortal/ConfigurationService.php b/Stripe/Stripe/Service/BillingPortal/ConfigurationService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/BillingPortal/SessionService.php b/Stripe/Stripe/Service/BillingPortal/SessionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ChargeService.php b/Stripe/Stripe/Service/ChargeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Checkout/CheckoutServiceFactory.php b/Stripe/Stripe/Service/Checkout/CheckoutServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Checkout/SessionService.php b/Stripe/Stripe/Service/Checkout/SessionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/CoreServiceFactory.php b/Stripe/Stripe/Service/CoreServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/CountrySpecService.php b/Stripe/Stripe/Service/CountrySpecService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/CouponService.php b/Stripe/Stripe/Service/CouponService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/CreditNoteService.php b/Stripe/Stripe/Service/CreditNoteService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/CustomerService.php b/Stripe/Stripe/Service/CustomerService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/DisputeService.php b/Stripe/Stripe/Service/DisputeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/EphemeralKeyService.php b/Stripe/Stripe/Service/EphemeralKeyService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/EventService.php b/Stripe/Stripe/Service/EventService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ExchangeRateService.php b/Stripe/Stripe/Service/ExchangeRateService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/FileLinkService.php b/Stripe/Stripe/Service/FileLinkService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/FileService.php b/Stripe/Stripe/Service/FileService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/FinancialConnections/AccountService.php b/Stripe/Stripe/Service/FinancialConnections/AccountService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/FinancialConnections/FinancialConnectionsServiceFactory.php b/Stripe/Stripe/Service/FinancialConnections/FinancialConnectionsServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/FinancialConnections/SessionService.php b/Stripe/Stripe/Service/FinancialConnections/SessionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Identity/IdentityServiceFactory.php b/Stripe/Stripe/Service/Identity/IdentityServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Identity/VerificationReportService.php b/Stripe/Stripe/Service/Identity/VerificationReportService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Identity/VerificationSessionService.php b/Stripe/Stripe/Service/Identity/VerificationSessionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/InvoiceItemService.php b/Stripe/Stripe/Service/InvoiceItemService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/InvoiceService.php b/Stripe/Stripe/Service/InvoiceService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/AuthorizationService.php b/Stripe/Stripe/Service/Issuing/AuthorizationService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/CardService.php b/Stripe/Stripe/Service/Issuing/CardService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/CardholderService.php b/Stripe/Stripe/Service/Issuing/CardholderService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/DisputeService.php b/Stripe/Stripe/Service/Issuing/DisputeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/IssuingServiceFactory.php b/Stripe/Stripe/Service/Issuing/IssuingServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Issuing/TransactionService.php b/Stripe/Stripe/Service/Issuing/TransactionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/MandateService.php b/Stripe/Stripe/Service/MandateService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/OAuthService.php b/Stripe/Stripe/Service/OAuthService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PaymentIntentService.php b/Stripe/Stripe/Service/PaymentIntentService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PaymentLinkService.php b/Stripe/Stripe/Service/PaymentLinkService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PaymentMethodService.php b/Stripe/Stripe/Service/PaymentMethodService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PayoutService.php b/Stripe/Stripe/Service/PayoutService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PlanService.php b/Stripe/Stripe/Service/PlanService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PriceService.php b/Stripe/Stripe/Service/PriceService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ProductService.php b/Stripe/Stripe/Service/ProductService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/PromotionCodeService.php b/Stripe/Stripe/Service/PromotionCodeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/QuoteService.php b/Stripe/Stripe/Service/QuoteService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Radar/EarlyFraudWarningService.php b/Stripe/Stripe/Service/Radar/EarlyFraudWarningService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Radar/RadarServiceFactory.php b/Stripe/Stripe/Service/Radar/RadarServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Radar/ValueListItemService.php b/Stripe/Stripe/Service/Radar/ValueListItemService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Radar/ValueListService.php b/Stripe/Stripe/Service/Radar/ValueListService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/RefundService.php b/Stripe/Stripe/Service/RefundService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Reporting/ReportRunService.php b/Stripe/Stripe/Service/Reporting/ReportRunService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Reporting/ReportTypeService.php b/Stripe/Stripe/Service/Reporting/ReportTypeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Reporting/ReportingServiceFactory.php b/Stripe/Stripe/Service/Reporting/ReportingServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ReviewService.php b/Stripe/Stripe/Service/ReviewService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SetupAttemptService.php b/Stripe/Stripe/Service/SetupAttemptService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SetupIntentService.php b/Stripe/Stripe/Service/SetupIntentService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/ShippingRateService.php b/Stripe/Stripe/Service/ShippingRateService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Sigma/ScheduledQueryRunService.php b/Stripe/Stripe/Service/Sigma/ScheduledQueryRunService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Sigma/SigmaServiceFactory.php b/Stripe/Stripe/Service/Sigma/SigmaServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SourceService.php b/Stripe/Stripe/Service/SourceService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SubscriptionItemService.php b/Stripe/Stripe/Service/SubscriptionItemService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SubscriptionScheduleService.php b/Stripe/Stripe/Service/SubscriptionScheduleService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/SubscriptionService.php b/Stripe/Stripe/Service/SubscriptionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TaxCodeService.php b/Stripe/Stripe/Service/TaxCodeService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TaxRateService.php b/Stripe/Stripe/Service/TaxRateService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Terminal/ConfigurationService.php b/Stripe/Stripe/Service/Terminal/ConfigurationService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Terminal/ConnectionTokenService.php b/Stripe/Stripe/Service/Terminal/ConnectionTokenService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Terminal/LocationService.php b/Stripe/Stripe/Service/Terminal/LocationService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Terminal/ReaderService.php b/Stripe/Stripe/Service/Terminal/ReaderService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Terminal/TerminalServiceFactory.php b/Stripe/Stripe/Service/Terminal/TerminalServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/CustomerService.php b/Stripe/Stripe/Service/TestHelpers/CustomerService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Issuing/CardService.php b/Stripe/Stripe/Service/TestHelpers/Issuing/CardService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Issuing/IssuingServiceFactory.php b/Stripe/Stripe/Service/TestHelpers/Issuing/IssuingServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/RefundService.php b/Stripe/Stripe/Service/TestHelpers/RefundService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Terminal/ReaderService.php b/Stripe/Stripe/Service/TestHelpers/Terminal/ReaderService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Terminal/TerminalServiceFactory.php b/Stripe/Stripe/Service/TestHelpers/Terminal/TerminalServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/TestClockService.php b/Stripe/Stripe/Service/TestHelpers/TestClockService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/TestHelpersServiceFactory.php b/Stripe/Stripe/Service/TestHelpers/TestHelpersServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/InboundTransferService.php b/Stripe/Stripe/Service/TestHelpers/Treasury/InboundTransferService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/OutboundPaymentService.php b/Stripe/Stripe/Service/TestHelpers/Treasury/OutboundPaymentService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/OutboundTransferService.php b/Stripe/Stripe/Service/TestHelpers/Treasury/OutboundTransferService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/ReceivedCreditService.php b/Stripe/Stripe/Service/TestHelpers/Treasury/ReceivedCreditService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/ReceivedDebitService.php b/Stripe/Stripe/Service/TestHelpers/Treasury/ReceivedDebitService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TestHelpers/Treasury/TreasuryServiceFactory.php b/Stripe/Stripe/Service/TestHelpers/Treasury/TreasuryServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TokenService.php b/Stripe/Stripe/Service/TokenService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TopupService.php b/Stripe/Stripe/Service/TopupService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/TransferService.php b/Stripe/Stripe/Service/TransferService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/CreditReversalService.php b/Stripe/Stripe/Service/Treasury/CreditReversalService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/DebitReversalService.php b/Stripe/Stripe/Service/Treasury/DebitReversalService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/FinancialAccountService.php b/Stripe/Stripe/Service/Treasury/FinancialAccountService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/InboundTransferService.php b/Stripe/Stripe/Service/Treasury/InboundTransferService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/OutboundPaymentService.php b/Stripe/Stripe/Service/Treasury/OutboundPaymentService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/OutboundTransferService.php b/Stripe/Stripe/Service/Treasury/OutboundTransferService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/ReceivedCreditService.php b/Stripe/Stripe/Service/Treasury/ReceivedCreditService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/ReceivedDebitService.php b/Stripe/Stripe/Service/Treasury/ReceivedDebitService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/TransactionEntryService.php b/Stripe/Stripe/Service/Treasury/TransactionEntryService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/TransactionService.php b/Stripe/Stripe/Service/Treasury/TransactionService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/Treasury/TreasuryServiceFactory.php b/Stripe/Stripe/Service/Treasury/TreasuryServiceFactory.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Service/WebhookEndpointService.php b/Stripe/Stripe/Service/WebhookEndpointService.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SetupAttempt.php b/Stripe/Stripe/SetupAttempt.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SetupIntent.php b/Stripe/Stripe/SetupIntent.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/ShippingRate.php b/Stripe/Stripe/ShippingRate.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Sigma/ScheduledQueryRun.php b/Stripe/Stripe/Sigma/ScheduledQueryRun.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SingletonApiResource.php b/Stripe/Stripe/SingletonApiResource.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Source.php b/Stripe/Stripe/Source.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SourceTransaction.php b/Stripe/Stripe/SourceTransaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Stripe.php b/Stripe/Stripe/Stripe.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/StripeClient.php b/Stripe/Stripe/StripeClient.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/StripeClientInterface.php b/Stripe/Stripe/StripeClientInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/StripeObject.php b/Stripe/Stripe/StripeObject.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/StripeStreamingClientInterface.php b/Stripe/Stripe/StripeStreamingClientInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Subscription.php b/Stripe/Stripe/Subscription.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SubscriptionItem.php b/Stripe/Stripe/SubscriptionItem.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/SubscriptionSchedule.php b/Stripe/Stripe/SubscriptionSchedule.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/TaxCode.php b/Stripe/Stripe/TaxCode.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/TaxId.php b/Stripe/Stripe/TaxId.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/TaxRate.php b/Stripe/Stripe/TaxRate.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Terminal/Configuration.php b/Stripe/Stripe/Terminal/Configuration.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Terminal/ConnectionToken.php b/Stripe/Stripe/Terminal/ConnectionToken.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Terminal/Location.php b/Stripe/Stripe/Terminal/Location.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Terminal/Reader.php b/Stripe/Stripe/Terminal/Reader.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/TestHelpers/TestClock.php b/Stripe/Stripe/TestHelpers/TestClock.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Token.php b/Stripe/Stripe/Token.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Topup.php b/Stripe/Stripe/Topup.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Transfer.php b/Stripe/Stripe/Transfer.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/TransferReversal.php b/Stripe/Stripe/TransferReversal.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/CreditReversal.php b/Stripe/Stripe/Treasury/CreditReversal.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/DebitReversal.php b/Stripe/Stripe/Treasury/DebitReversal.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/FinancialAccount.php b/Stripe/Stripe/Treasury/FinancialAccount.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/FinancialAccountFeatures.php b/Stripe/Stripe/Treasury/FinancialAccountFeatures.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/InboundTransfer.php b/Stripe/Stripe/Treasury/InboundTransfer.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/OutboundPayment.php b/Stripe/Stripe/Treasury/OutboundPayment.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/OutboundTransfer.php b/Stripe/Stripe/Treasury/OutboundTransfer.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/ReceivedCredit.php b/Stripe/Stripe/Treasury/ReceivedCredit.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/ReceivedDebit.php b/Stripe/Stripe/Treasury/ReceivedDebit.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/Transaction.php b/Stripe/Stripe/Treasury/Transaction.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Treasury/TransactionEntry.php b/Stripe/Stripe/Treasury/TransactionEntry.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/UsageRecord.php b/Stripe/Stripe/UsageRecord.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/UsageRecordSummary.php b/Stripe/Stripe/UsageRecordSummary.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/ApiVersion.php b/Stripe/Stripe/Util/ApiVersion.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/CaseInsensitiveArray.php b/Stripe/Stripe/Util/CaseInsensitiveArray.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/DefaultLogger.php b/Stripe/Stripe/Util/DefaultLogger.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/LoggerInterface.php b/Stripe/Stripe/Util/LoggerInterface.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/ObjectTypes.php b/Stripe/Stripe/Util/ObjectTypes.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/RandomGenerator.php b/Stripe/Stripe/Util/RandomGenerator.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/RequestOptions.php b/Stripe/Stripe/Util/RequestOptions.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/Set.php b/Stripe/Stripe/Util/Set.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Util/Util.php b/Stripe/Stripe/Util/Util.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/Webhook.php b/Stripe/Stripe/Webhook.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/WebhookEndpoint.php b/Stripe/Stripe/WebhookEndpoint.php old mode 100755 new mode 100644 diff --git a/Stripe/Stripe/WebhookSignature.php b/Stripe/Stripe/WebhookSignature.php old mode 100755 new mode 100644 diff --git a/Stripe/VERSION b/Stripe/VERSION old mode 100755 new mode 100644 diff --git a/Stripe/build.php b/Stripe/build.php old mode 100755 new mode 100644 diff --git a/Stripe/composer.json b/Stripe/composer.json old mode 100755 new mode 100644 diff --git a/Stripe/data/ca-certificates.crt b/Stripe/data/ca-certificates.crt old mode 100755 new mode 100644 diff --git a/Stripe/init.php b/Stripe/init.php old mode 100755 new mode 100644 diff --git a/Stripe/phpdoc.dist.xml b/Stripe/phpdoc.dist.xml old mode 100755 new mode 100644 diff --git a/Stripe/phpstan-baseline.neon b/Stripe/phpstan-baseline.neon old mode 100755 new mode 100644 diff --git a/Stripe/phpstan.neon.dist b/Stripe/phpstan.neon.dist old mode 100755 new mode 100644 diff --git a/Stripe/update_certs.php b/Stripe/update_certs.php old mode 100755 new mode 100644 diff --git a/ZipStream/Bigint.php b/ZipStream/Bigint.php old mode 100755 new mode 100644 diff --git a/ZipStream/DeflateStream.php b/ZipStream/DeflateStream.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception.php b/ZipStream/Exception.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/EncodingException.php b/ZipStream/Exception/EncodingException.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/FileNotFoundException.php b/ZipStream/Exception/FileNotFoundException.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/FileNotReadableException.php b/ZipStream/Exception/FileNotReadableException.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/IncompatibleOptionsException.php b/ZipStream/Exception/IncompatibleOptionsException.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/OverflowException.php b/ZipStream/Exception/OverflowException.php old mode 100755 new mode 100644 diff --git a/ZipStream/Exception/StreamNotReadableException.php b/ZipStream/Exception/StreamNotReadableException.php old mode 100755 new mode 100644 diff --git a/ZipStream/File.php b/ZipStream/File.php old mode 100755 new mode 100644 diff --git a/ZipStream/LICENSE b/ZipStream/LICENSE old mode 100755 new mode 100644 diff --git a/ZipStream/Option/Archive.php b/ZipStream/Option/Archive.php old mode 100755 new mode 100644 diff --git a/ZipStream/Option/File.php b/ZipStream/Option/File.php old mode 100755 new mode 100644 diff --git a/ZipStream/Option/Method.php b/ZipStream/Option/Method.php old mode 100755 new mode 100644 diff --git a/ZipStream/Option/Version.php b/ZipStream/Option/Version.php old mode 100755 new mode 100644 diff --git a/ZipStream/Stream.php b/ZipStream/Stream.php old mode 100755 new mode 100644 diff --git a/ZipStream/ZipStream.php b/ZipStream/ZipStream.php old mode 100755 new mode 100644 diff --git a/chartjs/LICENSE.md b/chartjs/LICENSE.md old mode 100755 new mode 100644 diff --git a/chartjs/chart.css b/chartjs/chart.css old mode 100755 new mode 100644 diff --git a/chartjs/chart.js b/chartjs/chart.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-boxplot.js b/chartjs/plugins/chartjs-chart-boxplot.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-funnel.js b/chartjs/plugins/chartjs-chart-funnel.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-geo.js b/chartjs/plugins/chartjs-chart-geo.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-graph.js b/chartjs/plugins/chartjs-chart-graph.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-matrix.js b/chartjs/plugins/chartjs-chart-matrix.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-pcp.js b/chartjs/plugins/chartjs-chart-pcp.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-sankey.js b/chartjs/plugins/chartjs-chart-sankey.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-treemap.js b/chartjs/plugins/chartjs-chart-treemap.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-venn.js b/chartjs/plugins/chartjs-chart-venn.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-chart-wordcloud.js b/chartjs/plugins/chartjs-chart-wordcloud.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/chartjs-plugin-datalabels.js b/chartjs/plugins/chartjs-plugin-datalabels.js old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-boxplot b/chartjs/plugins/license-chartjs-chart-boxplot old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-funnel b/chartjs/plugins/license-chartjs-chart-funnel old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-geo b/chartjs/plugins/license-chartjs-chart-geo old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-graph b/chartjs/plugins/license-chartjs-chart-graph old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-matrix b/chartjs/plugins/license-chartjs-chart-matrix old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-pcp b/chartjs/plugins/license-chartjs-chart-pcp old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-sankey b/chartjs/plugins/license-chartjs-chart-sankey old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-treemap b/chartjs/plugins/license-chartjs-chart-treemap old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-venn b/chartjs/plugins/license-chartjs-chart-venn old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-chart-wordcloud b/chartjs/plugins/license-chartjs-chart-wordcloud old mode 100755 new mode 100644 diff --git a/chartjs/plugins/license-chartjs-plugin-datalabels b/chartjs/plugins/license-chartjs-plugin-datalabels old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/LICENSE b/chartjs/plugins/maps/LICENSE old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/_nul.json b/chartjs/plugins/maps/_nul.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/_nul.topo.json b/chartjs/plugins/maps/_nul.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/abw.json b/chartjs/plugins/maps/abw.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/abw.topo.json b/chartjs/plugins/maps/abw.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/afg.json b/chartjs/plugins/maps/afg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/afg.topo.json b/chartjs/plugins/maps/afg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ago.json b/chartjs/plugins/maps/ago.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ago.topo.json b/chartjs/plugins/maps/ago.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aia.json b/chartjs/plugins/maps/aia.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aia.topo.json b/chartjs/plugins/maps/aia.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/alb.json b/chartjs/plugins/maps/alb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/alb.topo.json b/chartjs/plugins/maps/alb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ald.json b/chartjs/plugins/maps/ald.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ald.topo.json b/chartjs/plugins/maps/ald.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/and.json b/chartjs/plugins/maps/and.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/and.topo.json b/chartjs/plugins/maps/and.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/are.json b/chartjs/plugins/maps/are.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/are.topo.json b/chartjs/plugins/maps/are.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/arg.json b/chartjs/plugins/maps/arg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/arg.topo.json b/chartjs/plugins/maps/arg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/arm.json b/chartjs/plugins/maps/arm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/arm.topo.json b/chartjs/plugins/maps/arm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/asm.json b/chartjs/plugins/maps/asm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/asm.topo.json b/chartjs/plugins/maps/asm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ata.json b/chartjs/plugins/maps/ata.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ata.topo.json b/chartjs/plugins/maps/ata.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atc.json b/chartjs/plugins/maps/atc.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atc.topo.json b/chartjs/plugins/maps/atc.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atf.json b/chartjs/plugins/maps/atf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atf.topo.json b/chartjs/plugins/maps/atf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atg.json b/chartjs/plugins/maps/atg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/atg.topo.json b/chartjs/plugins/maps/atg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aus.json b/chartjs/plugins/maps/aus.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aus.topo.json b/chartjs/plugins/maps/aus.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aut.json b/chartjs/plugins/maps/aut.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aut.topo.json b/chartjs/plugins/maps/aut.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aze.json b/chartjs/plugins/maps/aze.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/aze.topo.json b/chartjs/plugins/maps/aze.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bdi.json b/chartjs/plugins/maps/bdi.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bdi.topo.json b/chartjs/plugins/maps/bdi.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bel.json b/chartjs/plugins/maps/bel.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bel.topo.json b/chartjs/plugins/maps/bel.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ben.json b/chartjs/plugins/maps/ben.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ben.topo.json b/chartjs/plugins/maps/ben.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bfa.json b/chartjs/plugins/maps/bfa.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bfa.topo.json b/chartjs/plugins/maps/bfa.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bgd.json b/chartjs/plugins/maps/bgd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bgd.topo.json b/chartjs/plugins/maps/bgd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bgr.json b/chartjs/plugins/maps/bgr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bgr.topo.json b/chartjs/plugins/maps/bgr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bhr.json b/chartjs/plugins/maps/bhr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bhr.topo.json b/chartjs/plugins/maps/bhr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bhs.json b/chartjs/plugins/maps/bhs.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bhs.topo.json b/chartjs/plugins/maps/bhs.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bih.json b/chartjs/plugins/maps/bih.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bih.topo.json b/chartjs/plugins/maps/bih.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bjn.json b/chartjs/plugins/maps/bjn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bjn.topo.json b/chartjs/plugins/maps/bjn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blm.json b/chartjs/plugins/maps/blm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blm.topo.json b/chartjs/plugins/maps/blm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blr.json b/chartjs/plugins/maps/blr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blr.topo.json b/chartjs/plugins/maps/blr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blz.json b/chartjs/plugins/maps/blz.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/blz.topo.json b/chartjs/plugins/maps/blz.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bmu.json b/chartjs/plugins/maps/bmu.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bmu.topo.json b/chartjs/plugins/maps/bmu.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bol.json b/chartjs/plugins/maps/bol.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bol.topo.json b/chartjs/plugins/maps/bol.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bra.json b/chartjs/plugins/maps/bra.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bra.topo.json b/chartjs/plugins/maps/bra.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/brb.json b/chartjs/plugins/maps/brb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/brb.topo.json b/chartjs/plugins/maps/brb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/brn.json b/chartjs/plugins/maps/brn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/brn.topo.json b/chartjs/plugins/maps/brn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/btn.json b/chartjs/plugins/maps/btn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/btn.topo.json b/chartjs/plugins/maps/btn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bwa.json b/chartjs/plugins/maps/bwa.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/bwa.topo.json b/chartjs/plugins/maps/bwa.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/caf.json b/chartjs/plugins/maps/caf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/caf.topo.json b/chartjs/plugins/maps/caf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/can.json b/chartjs/plugins/maps/can.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/can.topo.json b/chartjs/plugins/maps/can.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/che.json b/chartjs/plugins/maps/che.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/che.topo.json b/chartjs/plugins/maps/che.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/chl.json b/chartjs/plugins/maps/chl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/chl.topo.json b/chartjs/plugins/maps/chl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/chn.json b/chartjs/plugins/maps/chn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/chn.topo.json b/chartjs/plugins/maps/chn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/civ.json b/chartjs/plugins/maps/civ.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/civ.topo.json b/chartjs/plugins/maps/civ.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/clp.json b/chartjs/plugins/maps/clp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/clp.topo.json b/chartjs/plugins/maps/clp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cmr.json b/chartjs/plugins/maps/cmr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cmr.topo.json b/chartjs/plugins/maps/cmr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cod.json b/chartjs/plugins/maps/cod.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cod.topo.json b/chartjs/plugins/maps/cod.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cog.json b/chartjs/plugins/maps/cog.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cog.topo.json b/chartjs/plugins/maps/cog.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cok.json b/chartjs/plugins/maps/cok.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cok.topo.json b/chartjs/plugins/maps/cok.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/col.json b/chartjs/plugins/maps/col.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/col.topo.json b/chartjs/plugins/maps/col.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/com.json b/chartjs/plugins/maps/com.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/com.topo.json b/chartjs/plugins/maps/com.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cpv.json b/chartjs/plugins/maps/cpv.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cpv.topo.json b/chartjs/plugins/maps/cpv.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cri.json b/chartjs/plugins/maps/cri.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cri.topo.json b/chartjs/plugins/maps/cri.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/csi.json b/chartjs/plugins/maps/csi.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/csi.topo.json b/chartjs/plugins/maps/csi.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cub.json b/chartjs/plugins/maps/cub.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cub.topo.json b/chartjs/plugins/maps/cub.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cuw.json b/chartjs/plugins/maps/cuw.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cuw.topo.json b/chartjs/plugins/maps/cuw.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cym.json b/chartjs/plugins/maps/cym.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cym.topo.json b/chartjs/plugins/maps/cym.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cyn.json b/chartjs/plugins/maps/cyn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cyn.topo.json b/chartjs/plugins/maps/cyn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cyp.json b/chartjs/plugins/maps/cyp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cyp.topo.json b/chartjs/plugins/maps/cyp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cze.json b/chartjs/plugins/maps/cze.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/cze.topo.json b/chartjs/plugins/maps/cze.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/deu.json b/chartjs/plugins/maps/deu.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/deu.topo.json b/chartjs/plugins/maps/deu.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dji.json b/chartjs/plugins/maps/dji.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dji.topo.json b/chartjs/plugins/maps/dji.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dma.json b/chartjs/plugins/maps/dma.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dma.topo.json b/chartjs/plugins/maps/dma.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dnk.json b/chartjs/plugins/maps/dnk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dnk.topo.json b/chartjs/plugins/maps/dnk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dom.json b/chartjs/plugins/maps/dom.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dom.topo.json b/chartjs/plugins/maps/dom.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dza.json b/chartjs/plugins/maps/dza.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/dza.topo.json b/chartjs/plugins/maps/dza.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ecu.json b/chartjs/plugins/maps/ecu.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ecu.topo.json b/chartjs/plugins/maps/ecu.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/egy.json b/chartjs/plugins/maps/egy.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/egy.topo.json b/chartjs/plugins/maps/egy.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/eri.json b/chartjs/plugins/maps/eri.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/eri.topo.json b/chartjs/plugins/maps/eri.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/esb.json b/chartjs/plugins/maps/esb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/esb.topo.json b/chartjs/plugins/maps/esb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/esp.json b/chartjs/plugins/maps/esp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/esp.topo.json b/chartjs/plugins/maps/esp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/est.json b/chartjs/plugins/maps/est.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/est.topo.json b/chartjs/plugins/maps/est.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/eth.json b/chartjs/plugins/maps/eth.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/eth.topo.json b/chartjs/plugins/maps/eth.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fin.json b/chartjs/plugins/maps/fin.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fin.topo.json b/chartjs/plugins/maps/fin.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fji.json b/chartjs/plugins/maps/fji.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fji.topo.json b/chartjs/plugins/maps/fji.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/flk.json b/chartjs/plugins/maps/flk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/flk.topo.json b/chartjs/plugins/maps/flk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fra.json b/chartjs/plugins/maps/fra.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fra.topo.json b/chartjs/plugins/maps/fra.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fro.json b/chartjs/plugins/maps/fro.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fro.topo.json b/chartjs/plugins/maps/fro.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fsm.json b/chartjs/plugins/maps/fsm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/fsm.topo.json b/chartjs/plugins/maps/fsm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gab.json b/chartjs/plugins/maps/gab.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gab.topo.json b/chartjs/plugins/maps/gab.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gbr.json b/chartjs/plugins/maps/gbr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gbr.topo.json b/chartjs/plugins/maps/gbr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/geo.json b/chartjs/plugins/maps/geo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/geo.topo.json b/chartjs/plugins/maps/geo.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ggy.json b/chartjs/plugins/maps/ggy.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ggy.topo.json b/chartjs/plugins/maps/ggy.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gha.json b/chartjs/plugins/maps/gha.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gha.topo.json b/chartjs/plugins/maps/gha.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gib.json b/chartjs/plugins/maps/gib.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gib.topo.json b/chartjs/plugins/maps/gib.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gin.json b/chartjs/plugins/maps/gin.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gin.topo.json b/chartjs/plugins/maps/gin.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gmb.json b/chartjs/plugins/maps/gmb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gmb.topo.json b/chartjs/plugins/maps/gmb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gnb.json b/chartjs/plugins/maps/gnb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gnb.topo.json b/chartjs/plugins/maps/gnb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gnq.json b/chartjs/plugins/maps/gnq.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gnq.topo.json b/chartjs/plugins/maps/gnq.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grc.json b/chartjs/plugins/maps/grc.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grc.topo.json b/chartjs/plugins/maps/grc.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grd.json b/chartjs/plugins/maps/grd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grd.topo.json b/chartjs/plugins/maps/grd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grl.json b/chartjs/plugins/maps/grl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/grl.topo.json b/chartjs/plugins/maps/grl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gtm.json b/chartjs/plugins/maps/gtm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gtm.topo.json b/chartjs/plugins/maps/gtm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gum.json b/chartjs/plugins/maps/gum.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/gum.topo.json b/chartjs/plugins/maps/gum.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/guy.json b/chartjs/plugins/maps/guy.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/guy.topo.json b/chartjs/plugins/maps/guy.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hkg.json b/chartjs/plugins/maps/hkg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hkg.topo.json b/chartjs/plugins/maps/hkg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hmd.json b/chartjs/plugins/maps/hmd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hmd.topo.json b/chartjs/plugins/maps/hmd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hnd.json b/chartjs/plugins/maps/hnd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hnd.topo.json b/chartjs/plugins/maps/hnd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hrv.json b/chartjs/plugins/maps/hrv.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hrv.topo.json b/chartjs/plugins/maps/hrv.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hti.json b/chartjs/plugins/maps/hti.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hti.topo.json b/chartjs/plugins/maps/hti.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hun.json b/chartjs/plugins/maps/hun.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/hun.topo.json b/chartjs/plugins/maps/hun.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/idn.json b/chartjs/plugins/maps/idn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/idn.topo.json b/chartjs/plugins/maps/idn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/imn.json b/chartjs/plugins/maps/imn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/imn.topo.json b/chartjs/plugins/maps/imn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ind.json b/chartjs/plugins/maps/ind.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ind.topo.json b/chartjs/plugins/maps/ind.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ioa.json b/chartjs/plugins/maps/ioa.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ioa.topo.json b/chartjs/plugins/maps/ioa.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/iot.json b/chartjs/plugins/maps/iot.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/iot.topo.json b/chartjs/plugins/maps/iot.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irl.json b/chartjs/plugins/maps/irl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irl.topo.json b/chartjs/plugins/maps/irl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irn.json b/chartjs/plugins/maps/irn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irn.topo.json b/chartjs/plugins/maps/irn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irq.json b/chartjs/plugins/maps/irq.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/irq.topo.json b/chartjs/plugins/maps/irq.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/isl.json b/chartjs/plugins/maps/isl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/isl.topo.json b/chartjs/plugins/maps/isl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/isr.json b/chartjs/plugins/maps/isr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/isr.topo.json b/chartjs/plugins/maps/isr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ita.json b/chartjs/plugins/maps/ita.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ita.topo.json b/chartjs/plugins/maps/ita.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jam.json b/chartjs/plugins/maps/jam.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jam.topo.json b/chartjs/plugins/maps/jam.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jey.json b/chartjs/plugins/maps/jey.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jey.topo.json b/chartjs/plugins/maps/jey.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jor.json b/chartjs/plugins/maps/jor.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jor.topo.json b/chartjs/plugins/maps/jor.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jpn.json b/chartjs/plugins/maps/jpn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/jpn.topo.json b/chartjs/plugins/maps/jpn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kab.json b/chartjs/plugins/maps/kab.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kab.topo.json b/chartjs/plugins/maps/kab.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kas.json b/chartjs/plugins/maps/kas.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kas.topo.json b/chartjs/plugins/maps/kas.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kaz.json b/chartjs/plugins/maps/kaz.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kaz.topo.json b/chartjs/plugins/maps/kaz.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ken.json b/chartjs/plugins/maps/ken.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ken.topo.json b/chartjs/plugins/maps/ken.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kgz.json b/chartjs/plugins/maps/kgz.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kgz.topo.json b/chartjs/plugins/maps/kgz.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/khm.json b/chartjs/plugins/maps/khm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/khm.topo.json b/chartjs/plugins/maps/khm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kir.json b/chartjs/plugins/maps/kir.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kir.topo.json b/chartjs/plugins/maps/kir.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kna.json b/chartjs/plugins/maps/kna.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kna.topo.json b/chartjs/plugins/maps/kna.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kor.json b/chartjs/plugins/maps/kor.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kor.topo.json b/chartjs/plugins/maps/kor.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kos.json b/chartjs/plugins/maps/kos.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kos.topo.json b/chartjs/plugins/maps/kos.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kwt.json b/chartjs/plugins/maps/kwt.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/kwt.topo.json b/chartjs/plugins/maps/kwt.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lao.json b/chartjs/plugins/maps/lao.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lao.topo.json b/chartjs/plugins/maps/lao.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lbn.json b/chartjs/plugins/maps/lbn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lbn.topo.json b/chartjs/plugins/maps/lbn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lbr.json b/chartjs/plugins/maps/lbr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lbr.topo.json b/chartjs/plugins/maps/lbr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lby.json b/chartjs/plugins/maps/lby.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lby.topo.json b/chartjs/plugins/maps/lby.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lca.json b/chartjs/plugins/maps/lca.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lca.topo.json b/chartjs/plugins/maps/lca.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lie.json b/chartjs/plugins/maps/lie.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lie.topo.json b/chartjs/plugins/maps/lie.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lka.json b/chartjs/plugins/maps/lka.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lka.topo.json b/chartjs/plugins/maps/lka.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lso.json b/chartjs/plugins/maps/lso.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lso.topo.json b/chartjs/plugins/maps/lso.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ltu.json b/chartjs/plugins/maps/ltu.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ltu.topo.json b/chartjs/plugins/maps/ltu.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lux.json b/chartjs/plugins/maps/lux.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lux.topo.json b/chartjs/plugins/maps/lux.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lva.json b/chartjs/plugins/maps/lva.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/lva.topo.json b/chartjs/plugins/maps/lva.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mac.json b/chartjs/plugins/maps/mac.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mac.topo.json b/chartjs/plugins/maps/mac.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/maf.json b/chartjs/plugins/maps/maf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/maf.topo.json b/chartjs/plugins/maps/maf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mar.json b/chartjs/plugins/maps/mar.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mar.topo.json b/chartjs/plugins/maps/mar.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mco.json b/chartjs/plugins/maps/mco.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mco.topo.json b/chartjs/plugins/maps/mco.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mda.json b/chartjs/plugins/maps/mda.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mda.topo.json b/chartjs/plugins/maps/mda.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mdg.json b/chartjs/plugins/maps/mdg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mdg.topo.json b/chartjs/plugins/maps/mdg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mdv.json b/chartjs/plugins/maps/mdv.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mdv.topo.json b/chartjs/plugins/maps/mdv.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mex.json b/chartjs/plugins/maps/mex.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mex.topo.json b/chartjs/plugins/maps/mex.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mhl.json b/chartjs/plugins/maps/mhl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mhl.topo.json b/chartjs/plugins/maps/mhl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mkd.json b/chartjs/plugins/maps/mkd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mkd.topo.json b/chartjs/plugins/maps/mkd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mli.json b/chartjs/plugins/maps/mli.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mli.topo.json b/chartjs/plugins/maps/mli.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mlt.json b/chartjs/plugins/maps/mlt.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mlt.topo.json b/chartjs/plugins/maps/mlt.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mmr.json b/chartjs/plugins/maps/mmr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mmr.topo.json b/chartjs/plugins/maps/mmr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mne.json b/chartjs/plugins/maps/mne.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mne.topo.json b/chartjs/plugins/maps/mne.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mng.json b/chartjs/plugins/maps/mng.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mng.topo.json b/chartjs/plugins/maps/mng.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mnp.json b/chartjs/plugins/maps/mnp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mnp.topo.json b/chartjs/plugins/maps/mnp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/moz.json b/chartjs/plugins/maps/moz.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/moz.topo.json b/chartjs/plugins/maps/moz.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mrt.json b/chartjs/plugins/maps/mrt.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mrt.topo.json b/chartjs/plugins/maps/mrt.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/msr.json b/chartjs/plugins/maps/msr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/msr.topo.json b/chartjs/plugins/maps/msr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mus.json b/chartjs/plugins/maps/mus.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mus.topo.json b/chartjs/plugins/maps/mus.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mwi.json b/chartjs/plugins/maps/mwi.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mwi.topo.json b/chartjs/plugins/maps/mwi.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mys.json b/chartjs/plugins/maps/mys.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/mys.topo.json b/chartjs/plugins/maps/mys.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nam.json b/chartjs/plugins/maps/nam.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nam.topo.json b/chartjs/plugins/maps/nam.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ncl.json b/chartjs/plugins/maps/ncl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ncl.topo.json b/chartjs/plugins/maps/ncl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ner.json b/chartjs/plugins/maps/ner.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ner.topo.json b/chartjs/plugins/maps/ner.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nfk.json b/chartjs/plugins/maps/nfk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nfk.topo.json b/chartjs/plugins/maps/nfk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nga.json b/chartjs/plugins/maps/nga.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nga.topo.json b/chartjs/plugins/maps/nga.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nic.json b/chartjs/plugins/maps/nic.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nic.topo.json b/chartjs/plugins/maps/nic.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/niu.json b/chartjs/plugins/maps/niu.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/niu.topo.json b/chartjs/plugins/maps/niu.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nld.json b/chartjs/plugins/maps/nld.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nld.topo.json b/chartjs/plugins/maps/nld.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nor.json b/chartjs/plugins/maps/nor.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nor.topo.json b/chartjs/plugins/maps/nor.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/npl.json b/chartjs/plugins/maps/npl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/npl.topo.json b/chartjs/plugins/maps/npl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nru.json b/chartjs/plugins/maps/nru.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nru.topo.json b/chartjs/plugins/maps/nru.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nzl.json b/chartjs/plugins/maps/nzl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/nzl.topo.json b/chartjs/plugins/maps/nzl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/omn.json b/chartjs/plugins/maps/omn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/omn.topo.json b/chartjs/plugins/maps/omn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pak.json b/chartjs/plugins/maps/pak.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pak.topo.json b/chartjs/plugins/maps/pak.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pan.json b/chartjs/plugins/maps/pan.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pan.topo.json b/chartjs/plugins/maps/pan.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pcn.json b/chartjs/plugins/maps/pcn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pcn.topo.json b/chartjs/plugins/maps/pcn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/per.json b/chartjs/plugins/maps/per.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/per.topo.json b/chartjs/plugins/maps/per.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pga.json b/chartjs/plugins/maps/pga.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pga.topo.json b/chartjs/plugins/maps/pga.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/phl.json b/chartjs/plugins/maps/phl.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/phl.topo.json b/chartjs/plugins/maps/phl.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/plw.json b/chartjs/plugins/maps/plw.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/plw.topo.json b/chartjs/plugins/maps/plw.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/png.json b/chartjs/plugins/maps/png.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/png.topo.json b/chartjs/plugins/maps/png.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pol.json b/chartjs/plugins/maps/pol.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pol.topo.json b/chartjs/plugins/maps/pol.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pri.json b/chartjs/plugins/maps/pri.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pri.topo.json b/chartjs/plugins/maps/pri.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/prk.json b/chartjs/plugins/maps/prk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/prk.topo.json b/chartjs/plugins/maps/prk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/prt.json b/chartjs/plugins/maps/prt.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/prt.topo.json b/chartjs/plugins/maps/prt.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pry.json b/chartjs/plugins/maps/pry.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pry.topo.json b/chartjs/plugins/maps/pry.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/psx.json b/chartjs/plugins/maps/psx.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/psx.topo.json b/chartjs/plugins/maps/psx.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pyf.json b/chartjs/plugins/maps/pyf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/pyf.topo.json b/chartjs/plugins/maps/pyf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/qat.json b/chartjs/plugins/maps/qat.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/qat.topo.json b/chartjs/plugins/maps/qat.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rou.json b/chartjs/plugins/maps/rou.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rou.topo.json b/chartjs/plugins/maps/rou.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rus.json b/chartjs/plugins/maps/rus.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rus.topo.json b/chartjs/plugins/maps/rus.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rwa.json b/chartjs/plugins/maps/rwa.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/rwa.topo.json b/chartjs/plugins/maps/rwa.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sah.json b/chartjs/plugins/maps/sah.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sah.topo.json b/chartjs/plugins/maps/sah.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sau.json b/chartjs/plugins/maps/sau.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sau.topo.json b/chartjs/plugins/maps/sau.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/scr.json b/chartjs/plugins/maps/scr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/scr.topo.json b/chartjs/plugins/maps/scr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sdn.json b/chartjs/plugins/maps/sdn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sdn.topo.json b/chartjs/plugins/maps/sdn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sds.json b/chartjs/plugins/maps/sds.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sds.topo.json b/chartjs/plugins/maps/sds.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sen.json b/chartjs/plugins/maps/sen.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sen.topo.json b/chartjs/plugins/maps/sen.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ser.json b/chartjs/plugins/maps/ser.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ser.topo.json b/chartjs/plugins/maps/ser.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sgp.json b/chartjs/plugins/maps/sgp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sgp.topo.json b/chartjs/plugins/maps/sgp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sgs.json b/chartjs/plugins/maps/sgs.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sgs.topo.json b/chartjs/plugins/maps/sgs.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/shn.json b/chartjs/plugins/maps/shn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/shn.topo.json b/chartjs/plugins/maps/shn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/slb.json b/chartjs/plugins/maps/slb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/slb.topo.json b/chartjs/plugins/maps/slb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sle.json b/chartjs/plugins/maps/sle.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sle.topo.json b/chartjs/plugins/maps/sle.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/slv.json b/chartjs/plugins/maps/slv.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/slv.topo.json b/chartjs/plugins/maps/slv.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/smr.json b/chartjs/plugins/maps/smr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/smr.topo.json b/chartjs/plugins/maps/smr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sol.json b/chartjs/plugins/maps/sol.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sol.topo.json b/chartjs/plugins/maps/sol.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/som.json b/chartjs/plugins/maps/som.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/som.topo.json b/chartjs/plugins/maps/som.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/spm.json b/chartjs/plugins/maps/spm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/spm.topo.json b/chartjs/plugins/maps/spm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/srb.json b/chartjs/plugins/maps/srb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/srb.topo.json b/chartjs/plugins/maps/srb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/stp.json b/chartjs/plugins/maps/stp.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/stp.topo.json b/chartjs/plugins/maps/stp.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sur.json b/chartjs/plugins/maps/sur.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sur.topo.json b/chartjs/plugins/maps/sur.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/svk.json b/chartjs/plugins/maps/svk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/svk.topo.json b/chartjs/plugins/maps/svk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/svn.json b/chartjs/plugins/maps/svn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/svn.topo.json b/chartjs/plugins/maps/svn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/swe.json b/chartjs/plugins/maps/swe.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/swe.topo.json b/chartjs/plugins/maps/swe.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/swz.json b/chartjs/plugins/maps/swz.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/swz.topo.json b/chartjs/plugins/maps/swz.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sxm.json b/chartjs/plugins/maps/sxm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/sxm.topo.json b/chartjs/plugins/maps/sxm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/syc.json b/chartjs/plugins/maps/syc.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/syc.topo.json b/chartjs/plugins/maps/syc.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/syr.json b/chartjs/plugins/maps/syr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/syr.topo.json b/chartjs/plugins/maps/syr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tca.json b/chartjs/plugins/maps/tca.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tca.topo.json b/chartjs/plugins/maps/tca.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tcd.json b/chartjs/plugins/maps/tcd.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tcd.topo.json b/chartjs/plugins/maps/tcd.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/testing-world.json b/chartjs/plugins/maps/testing-world.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/testing.json b/chartjs/plugins/maps/testing.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tgo.json b/chartjs/plugins/maps/tgo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tgo.topo.json b/chartjs/plugins/maps/tgo.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tha.json b/chartjs/plugins/maps/tha.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tha.topo.json b/chartjs/plugins/maps/tha.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tjk.json b/chartjs/plugins/maps/tjk.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tjk.topo.json b/chartjs/plugins/maps/tjk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tkm.json b/chartjs/plugins/maps/tkm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tkm.topo.json b/chartjs/plugins/maps/tkm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tls.json b/chartjs/plugins/maps/tls.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tls.topo.json b/chartjs/plugins/maps/tls.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ton.json b/chartjs/plugins/maps/ton.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ton.topo.json b/chartjs/plugins/maps/ton.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tto.json b/chartjs/plugins/maps/tto.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tto.topo.json b/chartjs/plugins/maps/tto.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tun.json b/chartjs/plugins/maps/tun.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tun.topo.json b/chartjs/plugins/maps/tun.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tur.json b/chartjs/plugins/maps/tur.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tur.topo.json b/chartjs/plugins/maps/tur.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tuv.json b/chartjs/plugins/maps/tuv.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tuv.topo.json b/chartjs/plugins/maps/tuv.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/twn.json b/chartjs/plugins/maps/twn.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/twn.topo.json b/chartjs/plugins/maps/twn.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tza.json b/chartjs/plugins/maps/tza.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/tza.topo.json b/chartjs/plugins/maps/tza.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/uga.json b/chartjs/plugins/maps/uga.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/uga.topo.json b/chartjs/plugins/maps/uga.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/uk.topo.json b/chartjs/plugins/maps/uk.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ukr.json b/chartjs/plugins/maps/ukr.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ukr.topo.json b/chartjs/plugins/maps/ukr.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/umi.json b/chartjs/plugins/maps/umi.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/umi.topo.json b/chartjs/plugins/maps/umi.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ury.json b/chartjs/plugins/maps/ury.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ury.topo.json b/chartjs/plugins/maps/ury.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/usa.json b/chartjs/plugins/maps/usa.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/usa.topo.json b/chartjs/plugins/maps/usa.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/usg.json b/chartjs/plugins/maps/usg.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/usg.topo.json b/chartjs/plugins/maps/usg.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/uzb.json b/chartjs/plugins/maps/uzb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/uzb.topo.json b/chartjs/plugins/maps/uzb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vat.json b/chartjs/plugins/maps/vat.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vat.topo.json b/chartjs/plugins/maps/vat.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vct.json b/chartjs/plugins/maps/vct.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vct.topo.json b/chartjs/plugins/maps/vct.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ven.json b/chartjs/plugins/maps/ven.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/ven.topo.json b/chartjs/plugins/maps/ven.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vgb.json b/chartjs/plugins/maps/vgb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vgb.topo.json b/chartjs/plugins/maps/vgb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vir.json b/chartjs/plugins/maps/vir.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vir.topo.json b/chartjs/plugins/maps/vir.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vnm.json b/chartjs/plugins/maps/vnm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vnm.topo.json b/chartjs/plugins/maps/vnm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vut.json b/chartjs/plugins/maps/vut.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/vut.topo.json b/chartjs/plugins/maps/vut.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wlf.json b/chartjs/plugins/maps/wlf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wlf.topo.json b/chartjs/plugins/maps/wlf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/world.hires.json b/chartjs/plugins/maps/world.hires.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/world.hires.topo.json b/chartjs/plugins/maps/world.hires.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/world.json b/chartjs/plugins/maps/world.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/world.topo.json b/chartjs/plugins/maps/world.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wsb.json b/chartjs/plugins/maps/wsb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wsb.topo.json b/chartjs/plugins/maps/wsb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wsm.json b/chartjs/plugins/maps/wsm.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/wsm.topo.json b/chartjs/plugins/maps/wsm.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/yem.json b/chartjs/plugins/maps/yem.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/yem.topo.json b/chartjs/plugins/maps/yem.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zaf.json b/chartjs/plugins/maps/zaf.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zaf.topo.json b/chartjs/plugins/maps/zaf.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zmb.json b/chartjs/plugins/maps/zmb.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zmb.topo.json b/chartjs/plugins/maps/zmb.topo.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zwe.json b/chartjs/plugins/maps/zwe.json old mode 100755 new mode 100644 diff --git a/chartjs/plugins/maps/zwe.topo.json b/chartjs/plugins/maps/zwe.topo.json old mode 100755 new mode 100644 diff --git a/d3/LICENSE b/d3/LICENSE old mode 100755 new mode 100644 diff --git a/d3/d3.min.js b/d3/d3.min.js old mode 100755 new mode 100644 diff --git a/fonts/Roboto/LICENSE.txt b/fonts/Roboto/LICENSE.txt old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Black.ttf b/fonts/Roboto/Roboto-Black.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-BlackItalic.ttf b/fonts/Roboto/Roboto-BlackItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Bold.ttf b/fonts/Roboto/Roboto-Bold.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-BoldItalic.ttf b/fonts/Roboto/Roboto-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Italic.ttf b/fonts/Roboto/Roboto-Italic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Light.ttf b/fonts/Roboto/Roboto-Light.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-LightItalic.ttf b/fonts/Roboto/Roboto-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Medium.ttf b/fonts/Roboto/Roboto-Medium.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-MediumItalic.ttf b/fonts/Roboto/Roboto-MediumItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Regular.ttf b/fonts/Roboto/Roboto-Regular.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-Thin.ttf b/fonts/Roboto/Roboto-Thin.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/Roboto-ThinItalic.ttf b/fonts/Roboto/Roboto-ThinItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/Roboto/roboto.css b/fonts/Roboto/roboto.css old mode 100755 new mode 100644 diff --git a/fonts/googleicons/100.woff2 b/fonts/googleicons/100.woff2 old mode 100755 new mode 100644 diff --git a/fonts/googleicons/200.woff2 b/fonts/googleicons/200.woff2 old mode 100755 new mode 100644 diff --git a/fonts/googleicons/LICENSE b/fonts/googleicons/LICENSE old mode 100755 new mode 100644 diff --git a/fonts/googleicons/styles.css b/fonts/googleicons/styles.css old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Black.ttf b/fonts/lato/Lato-Black.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-BlackItalic.ttf b/fonts/lato/Lato-BlackItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Bold.ttf b/fonts/lato/Lato-Bold.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-BoldItalic.ttf b/fonts/lato/Lato-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Italic.ttf b/fonts/lato/Lato-Italic.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Light.ttf b/fonts/lato/Lato-Light.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-LightItalic.ttf b/fonts/lato/Lato-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Regular.ttf b/fonts/lato/Lato-Regular.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-Thin.ttf b/fonts/lato/Lato-Thin.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/Lato-ThinItalic.ttf b/fonts/lato/Lato-ThinItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/lato/OFL.txt b/fonts/lato/OFL.txt old mode 100755 new mode 100644 diff --git a/fonts/lineicons/css/lineicons.css b/fonts/lineicons/css/lineicons.css old mode 100755 new mode 100644 diff --git a/fonts/lineicons/fonts/LineIcons.eot b/fonts/lineicons/fonts/LineIcons.eot old mode 100755 new mode 100644 diff --git a/fonts/lineicons/fonts/LineIcons.svg b/fonts/lineicons/fonts/LineIcons.svg old mode 100755 new mode 100644 diff --git a/fonts/lineicons/fonts/LineIcons.ttf b/fonts/lineicons/fonts/LineIcons.ttf old mode 100755 new mode 100644 diff --git a/fonts/lineicons/fonts/LineIcons.woff b/fonts/lineicons/fonts/LineIcons.woff old mode 100755 new mode 100644 diff --git a/fonts/lineicons/fonts/LineIcons.woff2 b/fonts/lineicons/fonts/LineIcons.woff2 old mode 100755 new mode 100644 diff --git a/fonts/lineicons/license.txt b/fonts/lineicons/license.txt old mode 100755 new mode 100644 diff --git a/fonts/spacemono/OFL.txt b/fonts/spacemono/OFL.txt old mode 100755 new mode 100644 diff --git a/fonts/spacemono/SpaceMono-Bold.ttf b/fonts/spacemono/SpaceMono-Bold.ttf old mode 100755 new mode 100644 diff --git a/fonts/spacemono/SpaceMono-BoldItalic.ttf b/fonts/spacemono/SpaceMono-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/fonts/spacemono/SpaceMono-Italic.ttf b/fonts/spacemono/SpaceMono-Italic.ttf old mode 100755 new mode 100644 diff --git a/fonts/spacemono/SpaceMono-Regular.ttf b/fonts/spacemono/SpaceMono-Regular.ttf old mode 100755 new mode 100644 diff --git a/highlightjs/DIGESTS.md b/highlightjs/DIGESTS.md old mode 100755 new mode 100644 diff --git a/highlightjs/LICENSE b/highlightjs/LICENSE old mode 100755 new mode 100644 diff --git a/highlightjs/README.md b/highlightjs/README.md old mode 100755 new mode 100644 diff --git a/highlightjs/es/core.js b/highlightjs/es/core.js old mode 100755 new mode 100644 diff --git a/highlightjs/es/core.min.js b/highlightjs/es/core.min.js old mode 100755 new mode 100644 diff --git a/highlightjs/es/highlight.js b/highlightjs/es/highlight.js old mode 100755 new mode 100644 diff --git a/highlightjs/es/highlight.min.js b/highlightjs/es/highlight.min.js old mode 100755 new mode 100644 diff --git a/highlightjs/es/package.json b/highlightjs/es/package.json old mode 100755 new mode 100644 diff --git a/highlightjs/highlight.min.js b/highlightjs/highlight.min.js old mode 100755 new mode 100644 diff --git a/highlightjs/package.json b/highlightjs/package.json old mode 100755 new mode 100644 diff --git a/highlightjs/styles/a11y-dark.css b/highlightjs/styles/a11y-dark.css old mode 100755 new mode 100644 diff --git a/highlightjs/styles/a11y-dark.min.css b/highlightjs/styles/a11y-dark.min.css old mode 100755 new mode 100644 diff --git a/highlightjs/styles/a11y-light.css b/highlightjs/styles/a11y-light.css old mode 100755 new mode 100644 diff --git a/highlightjs/styles/a11y-light.min.css b/highlightjs/styles/a11y-light.min.css old mode 100755 new mode 100644 diff --git a/icons/company/discord.svg b/icons/company/discord.svg old mode 100755 new mode 100644 diff --git a/icons/company/email.svg b/icons/company/email.svg old mode 100755 new mode 100644 diff --git a/icons/company/facebook.svg b/icons/company/facebook.svg old mode 100755 new mode 100644 diff --git a/icons/company/instagram.svg b/icons/company/instagram.svg old mode 100755 new mode 100644 diff --git a/icons/company/license.png b/icons/company/license.png old mode 100755 new mode 100644 diff --git a/icons/company/linkedin.svg b/icons/company/linkedin.svg old mode 100755 new mode 100644 diff --git a/icons/company/paypal.svg b/icons/company/paypal.svg old mode 100755 new mode 100644 diff --git a/icons/company/phone.svg b/icons/company/phone.svg old mode 100755 new mode 100644 diff --git a/icons/company/slack.svg b/icons/company/slack.svg old mode 100755 new mode 100644 diff --git a/icons/company/teams.svg b/icons/company/teams.svg old mode 100755 new mode 100644 diff --git a/icons/company/twitter.svg b/icons/company/twitter.svg old mode 100755 new mode 100644 diff --git a/icons/company/youtube.svg b/icons/company/youtube.svg old mode 100755 new mode 100644 diff --git a/katex/LICENSE b/katex/LICENSE old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_AMS-Regular.ttf b/katex/fonts/KaTeX_AMS-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_AMS-Regular.woff b/katex/fonts/KaTeX_AMS-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_AMS-Regular.woff2 b/katex/fonts/KaTeX_AMS-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Bold.ttf b/katex/fonts/KaTeX_Caligraphic-Bold.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Bold.woff b/katex/fonts/KaTeX_Caligraphic-Bold.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Bold.woff2 b/katex/fonts/KaTeX_Caligraphic-Bold.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Regular.ttf b/katex/fonts/KaTeX_Caligraphic-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Regular.woff b/katex/fonts/KaTeX_Caligraphic-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Caligraphic-Regular.woff2 b/katex/fonts/KaTeX_Caligraphic-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Bold.ttf b/katex/fonts/KaTeX_Fraktur-Bold.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Bold.woff b/katex/fonts/KaTeX_Fraktur-Bold.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Bold.woff2 b/katex/fonts/KaTeX_Fraktur-Bold.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Regular.ttf b/katex/fonts/KaTeX_Fraktur-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Regular.woff b/katex/fonts/KaTeX_Fraktur-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Fraktur-Regular.woff2 b/katex/fonts/KaTeX_Fraktur-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Bold.ttf b/katex/fonts/KaTeX_Main-Bold.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Bold.woff b/katex/fonts/KaTeX_Main-Bold.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Bold.woff2 b/katex/fonts/KaTeX_Main-Bold.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-BoldItalic.ttf b/katex/fonts/KaTeX_Main-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-BoldItalic.woff b/katex/fonts/KaTeX_Main-BoldItalic.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-BoldItalic.woff2 b/katex/fonts/KaTeX_Main-BoldItalic.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Italic.ttf b/katex/fonts/KaTeX_Main-Italic.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Italic.woff b/katex/fonts/KaTeX_Main-Italic.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Italic.woff2 b/katex/fonts/KaTeX_Main-Italic.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Regular.ttf b/katex/fonts/KaTeX_Main-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Regular.woff b/katex/fonts/KaTeX_Main-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Main-Regular.woff2 b/katex/fonts/KaTeX_Main-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-BoldItalic.ttf b/katex/fonts/KaTeX_Math-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-BoldItalic.woff b/katex/fonts/KaTeX_Math-BoldItalic.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-BoldItalic.woff2 b/katex/fonts/KaTeX_Math-BoldItalic.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-Italic.ttf b/katex/fonts/KaTeX_Math-Italic.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-Italic.woff b/katex/fonts/KaTeX_Math-Italic.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Math-Italic.woff2 b/katex/fonts/KaTeX_Math-Italic.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Bold.ttf b/katex/fonts/KaTeX_SansSerif-Bold.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Bold.woff b/katex/fonts/KaTeX_SansSerif-Bold.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Bold.woff2 b/katex/fonts/KaTeX_SansSerif-Bold.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Italic.ttf b/katex/fonts/KaTeX_SansSerif-Italic.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Italic.woff b/katex/fonts/KaTeX_SansSerif-Italic.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Italic.woff2 b/katex/fonts/KaTeX_SansSerif-Italic.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Regular.ttf b/katex/fonts/KaTeX_SansSerif-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Regular.woff b/katex/fonts/KaTeX_SansSerif-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_SansSerif-Regular.woff2 b/katex/fonts/KaTeX_SansSerif-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Script-Regular.ttf b/katex/fonts/KaTeX_Script-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Script-Regular.woff b/katex/fonts/KaTeX_Script-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Script-Regular.woff2 b/katex/fonts/KaTeX_Script-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size1-Regular.ttf b/katex/fonts/KaTeX_Size1-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size1-Regular.woff b/katex/fonts/KaTeX_Size1-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size1-Regular.woff2 b/katex/fonts/KaTeX_Size1-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size2-Regular.ttf b/katex/fonts/KaTeX_Size2-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size2-Regular.woff b/katex/fonts/KaTeX_Size2-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size2-Regular.woff2 b/katex/fonts/KaTeX_Size2-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size3-Regular.ttf b/katex/fonts/KaTeX_Size3-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size3-Regular.woff b/katex/fonts/KaTeX_Size3-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size3-Regular.woff2 b/katex/fonts/KaTeX_Size3-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size4-Regular.ttf b/katex/fonts/KaTeX_Size4-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size4-Regular.woff b/katex/fonts/KaTeX_Size4-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Size4-Regular.woff2 b/katex/fonts/KaTeX_Size4-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Typewriter-Regular.ttf b/katex/fonts/KaTeX_Typewriter-Regular.ttf old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Typewriter-Regular.woff b/katex/fonts/KaTeX_Typewriter-Regular.woff old mode 100755 new mode 100644 diff --git a/katex/fonts/KaTeX_Typewriter-Regular.woff2 b/katex/fonts/KaTeX_Typewriter-Regular.woff2 old mode 100755 new mode 100644 diff --git a/katex/katex-auto.js b/katex/katex-auto.js old mode 100755 new mode 100644 diff --git a/katex/katex.css b/katex/katex.css old mode 100755 new mode 100644 diff --git a/katex/katex.js b/katex/katex.js old mode 100755 new mode 100644 diff --git a/mermaid/LICENSE b/mermaid/LICENSE old mode 100755 new mode 100644 diff --git a/mermaid/mermaid.min.js b/mermaid/mermaid.min.js old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/LICENSE b/mozilla/Pdf/LICENSE old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/build/pdf.js b/mozilla/Pdf/build/pdf.js old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/build/pdf.js.map b/mozilla/Pdf/build/pdf.js.map old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/build/pdf.worker.js b/mozilla/Pdf/build/pdf.worker.js old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/build/pdf.worker.js.map b/mozilla/Pdf/build/pdf.worker.js.map old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/78-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/78-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-H.bcmap b/mozilla/Pdf/web/cmaps/78-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/78-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/78-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78-V.bcmap b/mozilla/Pdf/web/cmaps/78-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78ms-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/78ms-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/78ms-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/78ms-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/83pv-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/83pv-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90ms-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90ms-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90ms-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90ms-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90msp-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90msp-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90msp-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90msp-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90pv-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90pv-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/90pv-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90pv-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Add-H.bcmap b/mozilla/Pdf/web/cmaps/Add-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Add-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/Add-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Add-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/Add-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Add-V.bcmap b/mozilla/Pdf/web/cmaps/Add-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-0.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-1.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-3.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-4.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-5.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-6.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-6.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-0.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-1.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-3.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-4.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-5.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-UCS2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-0.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-1.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-3.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-4.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-5.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-6.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-6.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-0.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-1.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/B5-H.bcmap b/mozilla/Pdf/web/cmaps/B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/B5-V.bcmap b/mozilla/Pdf/web/cmaps/B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/B5pc-H.bcmap b/mozilla/Pdf/web/cmaps/B5pc-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/B5pc-V.bcmap b/mozilla/Pdf/web/cmaps/B5pc-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/CNS-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/CNS-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS1-H.bcmap b/mozilla/Pdf/web/cmaps/CNS1-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS1-V.bcmap b/mozilla/Pdf/web/cmaps/CNS1-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS2-H.bcmap b/mozilla/Pdf/web/cmaps/CNS2-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/CNS2-V.bcmap b/mozilla/Pdf/web/cmaps/CNS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETHK-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETHK-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETHK-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETHK-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETen-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETen-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETen-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETen-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETenms-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETenms-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/ETenms-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETenms-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/EUC-H.bcmap b/mozilla/Pdf/web/cmaps/EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/EUC-V.bcmap b/mozilla/Pdf/web/cmaps/EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Ext-H.bcmap b/mozilla/Pdf/web/cmaps/Ext-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Ext-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/Ext-RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Ext-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/Ext-RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Ext-V.bcmap b/mozilla/Pdf/web/cmaps/Ext-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GB-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GB-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GB-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GB-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GB-H.bcmap b/mozilla/Pdf/web/cmaps/GB-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GB-V.bcmap b/mozilla/Pdf/web/cmaps/GB-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBK-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBK-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBK-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBK-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBK2K-H.bcmap b/mozilla/Pdf/web/cmaps/GBK2K-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBK2K-V.bcmap b/mozilla/Pdf/web/cmaps/GBK2K-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBKp-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBKp-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBKp-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBKp-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBT-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBT-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBT-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBT-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBT-H.bcmap b/mozilla/Pdf/web/cmaps/GBT-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBT-V.bcmap b/mozilla/Pdf/web/cmaps/GBT-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBTpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBTpc-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBTpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBTpc-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBpc-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/GBpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBpc-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/H.bcmap b/mozilla/Pdf/web/cmaps/H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKdla-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKdla-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKdla-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKdla-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKdlb-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKdlb-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKdlb-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKdlb-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKgccs-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKgccs-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKgccs-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKgccs-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKm314-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKm314-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKm314-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKm314-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKm471-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKm471-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKm471-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKm471-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKscs-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKscs-B5-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/HKscs-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKscs-B5-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Hankaku.bcmap b/mozilla/Pdf/web/cmaps/Hankaku.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Hiragana.bcmap b/mozilla/Pdf/web/cmaps/Hiragana.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-Johab-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-Johab-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-Johab-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-Johab-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSC-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-H.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-H.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-V.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-V.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/KSCpc-EUC-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/KSCpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/KSCpc-EUC-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Katakana.bcmap b/mozilla/Pdf/web/cmaps/Katakana.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/LICENSE b/mozilla/Pdf/web/cmaps/LICENSE old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/NWP-H.bcmap b/mozilla/Pdf/web/cmaps/NWP-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/NWP-V.bcmap b/mozilla/Pdf/web/cmaps/NWP-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/RKSJ-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/RKSJ-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/Roman.bcmap b/mozilla/Pdf/web/cmaps/Roman.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UCS2-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UCS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF16-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF16-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF8-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UCS2-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UCS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF16-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF16-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF8-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF16-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF16-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF8-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UCS2-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UCS2-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF16-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF16-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF32-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF32-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF8-H.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF8-V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/V.bcmap b/mozilla/Pdf/web/cmaps/V.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/cmaps/WP-Symbol.bcmap b/mozilla/Pdf/web/cmaps/WP-Symbol.bcmap old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/debugger.js b/mozilla/Pdf/web/debugger.js old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/default.pdf b/mozilla/Pdf/web/default.pdf old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-check.svg b/mozilla/Pdf/web/images/annotation-check.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-comment.svg b/mozilla/Pdf/web/images/annotation-comment.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-help.svg b/mozilla/Pdf/web/images/annotation-help.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-insert.svg b/mozilla/Pdf/web/images/annotation-insert.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-key.svg b/mozilla/Pdf/web/images/annotation-key.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-newparagraph.svg b/mozilla/Pdf/web/images/annotation-newparagraph.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-noicon.svg b/mozilla/Pdf/web/images/annotation-noicon.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-note.svg b/mozilla/Pdf/web/images/annotation-note.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/annotation-paragraph.svg b/mozilla/Pdf/web/images/annotation-paragraph.svg old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/findbarButton-next.png b/mozilla/Pdf/web/images/findbarButton-next.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/findbarButton-next@2x.png b/mozilla/Pdf/web/images/findbarButton-next@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/findbarButton-previous.png b/mozilla/Pdf/web/images/findbarButton-previous.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/findbarButton-previous@2x.png b/mozilla/Pdf/web/images/findbarButton-previous@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/grab.cur b/mozilla/Pdf/web/images/grab.cur old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/grabbing.cur b/mozilla/Pdf/web/images/grabbing.cur old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/loading-icon.gif b/mozilla/Pdf/web/images/loading-icon.gif old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/loading-small.png b/mozilla/Pdf/web/images/loading-small.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/loading-small@2x.png b/mozilla/Pdf/web/images/loading-small@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties.png b/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage.png b/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-handTool.png b/mozilla/Pdf/web/images/secondaryToolbarButton-handTool.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-handTool@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-handTool@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage.png b/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool.png b/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/shadow.png b/mozilla/Pdf/web/images/shadow.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/texture.png b/mozilla/Pdf/web/images/texture.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-bookmark.png b/mozilla/Pdf/web/images/toolbarButton-bookmark.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-bookmark@2x.png b/mozilla/Pdf/web/images/toolbarButton-bookmark@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-download.png b/mozilla/Pdf/web/images/toolbarButton-download.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-download@2x.png b/mozilla/Pdf/web/images/toolbarButton-download@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-menuArrows.png b/mozilla/Pdf/web/images/toolbarButton-menuArrows.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-menuArrows@2x.png b/mozilla/Pdf/web/images/toolbarButton-menuArrows@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-openFile.png b/mozilla/Pdf/web/images/toolbarButton-openFile.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-openFile@2x.png b/mozilla/Pdf/web/images/toolbarButton-openFile@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageDown.png b/mozilla/Pdf/web/images/toolbarButton-pageDown.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageDown@2x.png b/mozilla/Pdf/web/images/toolbarButton-pageDown@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageUp.png b/mozilla/Pdf/web/images/toolbarButton-pageUp.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageUp@2x.png b/mozilla/Pdf/web/images/toolbarButton-pageUp@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-presentationMode.png b/mozilla/Pdf/web/images/toolbarButton-presentationMode.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-presentationMode@2x.png b/mozilla/Pdf/web/images/toolbarButton-presentationMode@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-print.png b/mozilla/Pdf/web/images/toolbarButton-print.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-print@2x.png b/mozilla/Pdf/web/images/toolbarButton-print@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-search.png b/mozilla/Pdf/web/images/toolbarButton-search.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-search@2x.png b/mozilla/Pdf/web/images/toolbarButton-search@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle.png b/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png b/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-sidebarToggle.png b/mozilla/Pdf/web/images/toolbarButton-sidebarToggle.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-sidebarToggle@2x.png b/mozilla/Pdf/web/images/toolbarButton-sidebarToggle@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewAttachments.png b/mozilla/Pdf/web/images/toolbarButton-viewAttachments.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewAttachments@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewAttachments@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewOutline.png b/mozilla/Pdf/web/images/toolbarButton-viewOutline.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewOutline@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewOutline@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewThumbnail.png b/mozilla/Pdf/web/images/toolbarButton-viewThumbnail.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewThumbnail@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewThumbnail@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomIn.png b/mozilla/Pdf/web/images/toolbarButton-zoomIn.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomIn@2x.png b/mozilla/Pdf/web/images/toolbarButton-zoomIn@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomOut.png b/mozilla/Pdf/web/images/toolbarButton-zoomOut.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomOut@2x.png b/mozilla/Pdf/web/images/toolbarButton-zoomOut@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/treeitem-collapsed.png b/mozilla/Pdf/web/images/treeitem-collapsed.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/treeitem-collapsed@2x.png b/mozilla/Pdf/web/images/treeitem-collapsed@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/treeitem-expanded.png b/mozilla/Pdf/web/images/treeitem-expanded.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/images/treeitem-expanded@2x.png b/mozilla/Pdf/web/images/treeitem-expanded@2x.png old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ach/viewer.properties b/mozilla/Pdf/web/locale/ach/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/af/viewer.properties b/mozilla/Pdf/web/locale/af/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/an/viewer.properties b/mozilla/Pdf/web/locale/an/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ar/viewer.properties b/mozilla/Pdf/web/locale/ar/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ast/viewer.properties b/mozilla/Pdf/web/locale/ast/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/az/viewer.properties b/mozilla/Pdf/web/locale/az/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/be/viewer.properties b/mozilla/Pdf/web/locale/be/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/bg/viewer.properties b/mozilla/Pdf/web/locale/bg/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/bn/viewer.properties b/mozilla/Pdf/web/locale/bn/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/bo/viewer.properties b/mozilla/Pdf/web/locale/bo/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/br/viewer.properties b/mozilla/Pdf/web/locale/br/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/brx/viewer.properties b/mozilla/Pdf/web/locale/brx/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/bs/viewer.properties b/mozilla/Pdf/web/locale/bs/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ca/viewer.properties b/mozilla/Pdf/web/locale/ca/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/cak/viewer.properties b/mozilla/Pdf/web/locale/cak/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/cs/viewer.properties b/mozilla/Pdf/web/locale/cs/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/cy/viewer.properties b/mozilla/Pdf/web/locale/cy/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/da/viewer.properties b/mozilla/Pdf/web/locale/da/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/de/viewer.properties b/mozilla/Pdf/web/locale/de/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/dsb/viewer.properties b/mozilla/Pdf/web/locale/dsb/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/el/viewer.properties b/mozilla/Pdf/web/locale/el/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/en-CA/viewer.properties b/mozilla/Pdf/web/locale/en-CA/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/en-GB/viewer.properties b/mozilla/Pdf/web/locale/en-GB/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/en-US/viewer.properties b/mozilla/Pdf/web/locale/en-US/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/eo/viewer.properties b/mozilla/Pdf/web/locale/eo/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/es-AR/viewer.properties b/mozilla/Pdf/web/locale/es-AR/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/es-CL/viewer.properties b/mozilla/Pdf/web/locale/es-CL/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/es-ES/viewer.properties b/mozilla/Pdf/web/locale/es-ES/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/es-MX/viewer.properties b/mozilla/Pdf/web/locale/es-MX/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/et/viewer.properties b/mozilla/Pdf/web/locale/et/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/eu/viewer.properties b/mozilla/Pdf/web/locale/eu/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/fa/viewer.properties b/mozilla/Pdf/web/locale/fa/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ff/viewer.properties b/mozilla/Pdf/web/locale/ff/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/fi/viewer.properties b/mozilla/Pdf/web/locale/fi/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/fr/viewer.properties b/mozilla/Pdf/web/locale/fr/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/fy-NL/viewer.properties b/mozilla/Pdf/web/locale/fy-NL/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ga-IE/viewer.properties b/mozilla/Pdf/web/locale/ga-IE/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/gd/viewer.properties b/mozilla/Pdf/web/locale/gd/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/gl/viewer.properties b/mozilla/Pdf/web/locale/gl/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/gn/viewer.properties b/mozilla/Pdf/web/locale/gn/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/gu-IN/viewer.properties b/mozilla/Pdf/web/locale/gu-IN/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/he/viewer.properties b/mozilla/Pdf/web/locale/he/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hi-IN/viewer.properties b/mozilla/Pdf/web/locale/hi-IN/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hr/viewer.properties b/mozilla/Pdf/web/locale/hr/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hsb/viewer.properties b/mozilla/Pdf/web/locale/hsb/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hu/viewer.properties b/mozilla/Pdf/web/locale/hu/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hy-AM/viewer.properties b/mozilla/Pdf/web/locale/hy-AM/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/hye/viewer.properties b/mozilla/Pdf/web/locale/hye/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ia/viewer.properties b/mozilla/Pdf/web/locale/ia/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/id/viewer.properties b/mozilla/Pdf/web/locale/id/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/is/viewer.properties b/mozilla/Pdf/web/locale/is/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/it/viewer.properties b/mozilla/Pdf/web/locale/it/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ja/viewer.properties b/mozilla/Pdf/web/locale/ja/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ka/viewer.properties b/mozilla/Pdf/web/locale/ka/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/kab/viewer.properties b/mozilla/Pdf/web/locale/kab/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/kk/viewer.properties b/mozilla/Pdf/web/locale/kk/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/km/viewer.properties b/mozilla/Pdf/web/locale/km/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/kn/viewer.properties b/mozilla/Pdf/web/locale/kn/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ko/viewer.properties b/mozilla/Pdf/web/locale/ko/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/lij/viewer.properties b/mozilla/Pdf/web/locale/lij/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/lo/viewer.properties b/mozilla/Pdf/web/locale/lo/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/locale.properties b/mozilla/Pdf/web/locale/locale.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/lt/viewer.properties b/mozilla/Pdf/web/locale/lt/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ltg/viewer.properties b/mozilla/Pdf/web/locale/ltg/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/lv/viewer.properties b/mozilla/Pdf/web/locale/lv/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/meh/viewer.properties b/mozilla/Pdf/web/locale/meh/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/mk/viewer.properties b/mozilla/Pdf/web/locale/mk/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/mr/viewer.properties b/mozilla/Pdf/web/locale/mr/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ms/viewer.properties b/mozilla/Pdf/web/locale/ms/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/my/viewer.properties b/mozilla/Pdf/web/locale/my/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/nb-NO/viewer.properties b/mozilla/Pdf/web/locale/nb-NO/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ne-NP/viewer.properties b/mozilla/Pdf/web/locale/ne-NP/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/nl/viewer.properties b/mozilla/Pdf/web/locale/nl/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/nn-NO/viewer.properties b/mozilla/Pdf/web/locale/nn-NO/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/oc/viewer.properties b/mozilla/Pdf/web/locale/oc/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/pa-IN/viewer.properties b/mozilla/Pdf/web/locale/pa-IN/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/pl/viewer.properties b/mozilla/Pdf/web/locale/pl/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/pt-BR/viewer.properties b/mozilla/Pdf/web/locale/pt-BR/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/pt-PT/viewer.properties b/mozilla/Pdf/web/locale/pt-PT/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/rm/viewer.properties b/mozilla/Pdf/web/locale/rm/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ro/viewer.properties b/mozilla/Pdf/web/locale/ro/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ru/viewer.properties b/mozilla/Pdf/web/locale/ru/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/scn/viewer.properties b/mozilla/Pdf/web/locale/scn/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/si/viewer.properties b/mozilla/Pdf/web/locale/si/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/sk/viewer.properties b/mozilla/Pdf/web/locale/sk/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/sl/viewer.properties b/mozilla/Pdf/web/locale/sl/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/son/viewer.properties b/mozilla/Pdf/web/locale/son/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/sq/viewer.properties b/mozilla/Pdf/web/locale/sq/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/sr/viewer.properties b/mozilla/Pdf/web/locale/sr/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/sv-SE/viewer.properties b/mozilla/Pdf/web/locale/sv-SE/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ta/viewer.properties b/mozilla/Pdf/web/locale/ta/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/te/viewer.properties b/mozilla/Pdf/web/locale/te/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/th/viewer.properties b/mozilla/Pdf/web/locale/th/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/tl/viewer.properties b/mozilla/Pdf/web/locale/tl/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/tr/viewer.properties b/mozilla/Pdf/web/locale/tr/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/trs/viewer.properties b/mozilla/Pdf/web/locale/trs/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/uk/viewer.properties b/mozilla/Pdf/web/locale/uk/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/ur/viewer.properties b/mozilla/Pdf/web/locale/ur/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/uz/viewer.properties b/mozilla/Pdf/web/locale/uz/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/vi/viewer.properties b/mozilla/Pdf/web/locale/vi/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/wo/viewer.properties b/mozilla/Pdf/web/locale/wo/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/xh/viewer.properties b/mozilla/Pdf/web/locale/xh/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/zh-CN/viewer.properties b/mozilla/Pdf/web/locale/zh-CN/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/locale/zh-TW/viewer.properties b/mozilla/Pdf/web/locale/zh-TW/viewer.properties old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/pdf.tpl.php b/mozilla/Pdf/web/pdf.tpl.php old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/viewer.css b/mozilla/Pdf/web/viewer.css old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/viewer.html b/mozilla/Pdf/web/viewer.html old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/viewer.js b/mozilla/Pdf/web/viewer.js old mode 100755 new mode 100644 diff --git a/mozilla/Pdf/web/viewer.js.map b/mozilla/Pdf/web/viewer.js.map old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/FpdfTpl.php b/setasign/Fpdi/FpdfTpl.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/FpdfTplTrait.php b/setasign/Fpdi/FpdfTplTrait.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/Fpdi.php b/setasign/Fpdi/Fpdi.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/FpdiException.php b/setasign/Fpdi/FpdiException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/FpdiTrait.php b/setasign/Fpdi/FpdiTrait.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/LICENSE.txt b/setasign/Fpdi/LICENSE.txt old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/AbstractReader.php b/setasign/Fpdi/PdfParser/CrossReference/AbstractReader.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/CrossReference.php b/setasign/Fpdi/PdfParser/CrossReference/CrossReference.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/CrossReferenceException.php b/setasign/Fpdi/PdfParser/CrossReference/CrossReferenceException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/FixedReader.php b/setasign/Fpdi/PdfParser/CrossReference/FixedReader.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/LineReader.php b/setasign/Fpdi/PdfParser/CrossReference/LineReader.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/CrossReference/ReaderInterface.php b/setasign/Fpdi/PdfParser/CrossReference/ReaderInterface.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/Ascii85.php b/setasign/Fpdi/PdfParser/Filter/Ascii85.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/Ascii85Exception.php b/setasign/Fpdi/PdfParser/Filter/Ascii85Exception.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/AsciiHex.php b/setasign/Fpdi/PdfParser/Filter/AsciiHex.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/FilterException.php b/setasign/Fpdi/PdfParser/Filter/FilterException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/FilterInterface.php b/setasign/Fpdi/PdfParser/Filter/FilterInterface.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/Flate.php b/setasign/Fpdi/PdfParser/Filter/Flate.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/FlateException.php b/setasign/Fpdi/PdfParser/Filter/FlateException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/Lzw.php b/setasign/Fpdi/PdfParser/Filter/Lzw.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Filter/LzwException.php b/setasign/Fpdi/PdfParser/Filter/LzwException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/PdfParser.php b/setasign/Fpdi/PdfParser/PdfParser.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/PdfParserException.php b/setasign/Fpdi/PdfParser/PdfParserException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/StreamReader.php b/setasign/Fpdi/PdfParser/StreamReader.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Tokenizer.php b/setasign/Fpdi/PdfParser/Tokenizer.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfArray.php b/setasign/Fpdi/PdfParser/Type/PdfArray.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfBoolean.php b/setasign/Fpdi/PdfParser/Type/PdfBoolean.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfDictionary.php b/setasign/Fpdi/PdfParser/Type/PdfDictionary.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfHexString.php b/setasign/Fpdi/PdfParser/Type/PdfHexString.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfIndirectObject.php b/setasign/Fpdi/PdfParser/Type/PdfIndirectObject.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfIndirectObjectReference.php b/setasign/Fpdi/PdfParser/Type/PdfIndirectObjectReference.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfName.php b/setasign/Fpdi/PdfParser/Type/PdfName.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfNull.php b/setasign/Fpdi/PdfParser/Type/PdfNull.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfNumeric.php b/setasign/Fpdi/PdfParser/Type/PdfNumeric.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfStream.php b/setasign/Fpdi/PdfParser/Type/PdfStream.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfString.php b/setasign/Fpdi/PdfParser/Type/PdfString.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfToken.php b/setasign/Fpdi/PdfParser/Type/PdfToken.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfType.php b/setasign/Fpdi/PdfParser/Type/PdfType.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfParser/Type/PdfTypeException.php b/setasign/Fpdi/PdfParser/Type/PdfTypeException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfReader/DataStructure/Rectangle.php b/setasign/Fpdi/PdfReader/DataStructure/Rectangle.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfReader/Page.php b/setasign/Fpdi/PdfReader/Page.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfReader/PageBoundaries.php b/setasign/Fpdi/PdfReader/PageBoundaries.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfReader/PdfReader.php b/setasign/Fpdi/PdfReader/PdfReader.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/PdfReader/PdfReaderException.php b/setasign/Fpdi/PdfReader/PdfReaderException.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/Tcpdf/Fpdi.php b/setasign/Fpdi/Tcpdf/Fpdi.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/TcpdfFpdi.php b/setasign/Fpdi/TcpdfFpdi.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/Tfpdf/FpdfTpl.php b/setasign/Fpdi/Tfpdf/FpdfTpl.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/Tfpdf/Fpdi.php b/setasign/Fpdi/Tfpdf/Fpdi.php old mode 100755 new mode 100644 diff --git a/setasign/Fpdi/autoload.php b/setasign/Fpdi/autoload.php old mode 100755 new mode 100644 diff --git a/tcpdf/CHANGELOG.TXT b/tcpdf/CHANGELOG.TXT old mode 100755 new mode 100644 diff --git a/tcpdf/LICENSE.TXT b/tcpdf/LICENSE.TXT old mode 100755 new mode 100644 diff --git a/tcpdf/README.md b/tcpdf/README.md old mode 100755 new mode 100644 diff --git a/tcpdf/TCPDF.php b/tcpdf/TCPDF.php old mode 100755 new mode 100644 diff --git a/tcpdf/TCPDF2DBarcode.php b/tcpdf/TCPDF2DBarcode.php old mode 100755 new mode 100644 diff --git a/tcpdf/TCPDFBarcode.php b/tcpdf/TCPDFBarcode.php old mode 100755 new mode 100644 diff --git a/tcpdf/TCPDF_IMPORT.php b/tcpdf/TCPDF_IMPORT.php old mode 100755 new mode 100644 diff --git a/tcpdf/TCPDF_PARSER.php b/tcpdf/TCPDF_PARSER.php old mode 100755 new mode 100644 diff --git a/tcpdf/VERSION b/tcpdf/VERSION old mode 100755 new mode 100644 diff --git a/tcpdf/composer.json b/tcpdf/composer.json old mode 100755 new mode 100644 diff --git a/tcpdf/config/tcpdf_config.php b/tcpdf/config/tcpdf_config.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_1d_html.php b/tcpdf/examples/barcodes/example_1d_html.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_1d_png.php b/tcpdf/examples/barcodes/example_1d_png.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_1d_svg.php b/tcpdf/examples/barcodes/example_1d_svg.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_1d_svgi.php b/tcpdf/examples/barcodes/example_1d_svgi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_html.php b/tcpdf/examples/barcodes/example_2d_datamatrix_html.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_png.php b/tcpdf/examples/barcodes/example_2d_datamatrix_png.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php b/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php b/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_html.php b/tcpdf/examples/barcodes/example_2d_pdf417_html.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_png.php b/tcpdf/examples/barcodes/example_2d_pdf417_png.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_svg.php b/tcpdf/examples/barcodes/example_2d_pdf417_svg.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php b/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_html.php b/tcpdf/examples/barcodes/example_2d_qrcode_html.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_png.php b/tcpdf/examples/barcodes/example_2d_qrcode_png.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_svg.php b/tcpdf/examples/barcodes/example_2d_qrcode_svg.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php b/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php b/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php b/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/config/tcpdf_config_alt.php b/tcpdf/examples/config/tcpdf_config_alt.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/cert/tcpdf.crt b/tcpdf/examples/data/cert/tcpdf.crt old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/cert/tcpdf.fdf b/tcpdf/examples/data/cert/tcpdf.fdf old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/cert/tcpdf.p12 b/tcpdf/examples/data/cert/tcpdf.p12 old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/chapter_demo_1.txt b/tcpdf/examples/data/chapter_demo_1.txt old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/chapter_demo_2.txt b/tcpdf/examples/data/chapter_demo_2.txt old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/table_data_demo.txt b/tcpdf/examples/data/table_data_demo.txt old mode 100755 new mode 100644 diff --git a/tcpdf/examples/data/utf8test.txt b/tcpdf/examples/data/utf8test.txt old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_001.php b/tcpdf/examples/example_001.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_002.php b/tcpdf/examples/example_002.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_003.php b/tcpdf/examples/example_003.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_004.php b/tcpdf/examples/example_004.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_005.php b/tcpdf/examples/example_005.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_006.php b/tcpdf/examples/example_006.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_007.php b/tcpdf/examples/example_007.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_008.php b/tcpdf/examples/example_008.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_009.php b/tcpdf/examples/example_009.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_010.php b/tcpdf/examples/example_010.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_011.php b/tcpdf/examples/example_011.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_012.pdf b/tcpdf/examples/example_012.pdf old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_012.php b/tcpdf/examples/example_012.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_013.php b/tcpdf/examples/example_013.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_014.php b/tcpdf/examples/example_014.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_015.php b/tcpdf/examples/example_015.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_016.php b/tcpdf/examples/example_016.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_017.php b/tcpdf/examples/example_017.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_018.php b/tcpdf/examples/example_018.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_019.php b/tcpdf/examples/example_019.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_020.php b/tcpdf/examples/example_020.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_021.php b/tcpdf/examples/example_021.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_022.php b/tcpdf/examples/example_022.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_023.php b/tcpdf/examples/example_023.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_024.php b/tcpdf/examples/example_024.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_025.php b/tcpdf/examples/example_025.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_026.php b/tcpdf/examples/example_026.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_027.php b/tcpdf/examples/example_027.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_028.php b/tcpdf/examples/example_028.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_029.php b/tcpdf/examples/example_029.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_030.php b/tcpdf/examples/example_030.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_031.php b/tcpdf/examples/example_031.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_032.php b/tcpdf/examples/example_032.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_033.php b/tcpdf/examples/example_033.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_034.php b/tcpdf/examples/example_034.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_035.php b/tcpdf/examples/example_035.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_036.php b/tcpdf/examples/example_036.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_037.php b/tcpdf/examples/example_037.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_038.php b/tcpdf/examples/example_038.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_039.php b/tcpdf/examples/example_039.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_040.php b/tcpdf/examples/example_040.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_041.php b/tcpdf/examples/example_041.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_042.php b/tcpdf/examples/example_042.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_043.php b/tcpdf/examples/example_043.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_044.php b/tcpdf/examples/example_044.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_045.php b/tcpdf/examples/example_045.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_046.php b/tcpdf/examples/example_046.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_047.php b/tcpdf/examples/example_047.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_048.php b/tcpdf/examples/example_048.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_049.php b/tcpdf/examples/example_049.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_050.php b/tcpdf/examples/example_050.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_051.php b/tcpdf/examples/example_051.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_052.php b/tcpdf/examples/example_052.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_053.php b/tcpdf/examples/example_053.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_054.php b/tcpdf/examples/example_054.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_055.php b/tcpdf/examples/example_055.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_056.php b/tcpdf/examples/example_056.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_057.php b/tcpdf/examples/example_057.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_058.php b/tcpdf/examples/example_058.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_059.php b/tcpdf/examples/example_059.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_060.php b/tcpdf/examples/example_060.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_061.php b/tcpdf/examples/example_061.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_062.php b/tcpdf/examples/example_062.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_063.php b/tcpdf/examples/example_063.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_064.php b/tcpdf/examples/example_064.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_065.php b/tcpdf/examples/example_065.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/example_066.php b/tcpdf/examples/example_066.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/_blank.png b/tcpdf/examples/images/_blank.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/alpha.png b/tcpdf/examples/images/alpha.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/image_demo.jpg b/tcpdf/examples/images/image_demo.jpg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/image_with_alpha.png b/tcpdf/examples/images/image_with_alpha.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/img.png b/tcpdf/examples/images/img.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/logo_example.gif b/tcpdf/examples/images/logo_example.gif old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/logo_example.jpg b/tcpdf/examples/images/logo_example.jpg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/logo_example.png b/tcpdf/examples/images/logo_example.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tcpdf_box.ai b/tcpdf/examples/images/tcpdf_box.ai old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tcpdf_box.svg b/tcpdf/examples/images/tcpdf_box.svg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tcpdf_cell.png b/tcpdf/examples/images/tcpdf_cell.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tcpdf_logo.jpg b/tcpdf/examples/images/tcpdf_logo.jpg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tcpdf_signature.png b/tcpdf/examples/images/tcpdf_signature.png old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/testsvg.svg b/tcpdf/examples/images/testsvg.svg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/images/tux.svg b/tcpdf/examples/images/tux.svg old mode 100755 new mode 100644 diff --git a/tcpdf/examples/index.php b/tcpdf/examples/index.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/afr.php b/tcpdf/examples/lang/afr.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ara.php b/tcpdf/examples/lang/ara.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/aze.php b/tcpdf/examples/lang/aze.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/bel.php b/tcpdf/examples/lang/bel.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/bra.php b/tcpdf/examples/lang/bra.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/bul.php b/tcpdf/examples/lang/bul.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/cat.php b/tcpdf/examples/lang/cat.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ces.php b/tcpdf/examples/lang/ces.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/chi.php b/tcpdf/examples/lang/chi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/cym.php b/tcpdf/examples/lang/cym.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/dan.php b/tcpdf/examples/lang/dan.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/eng.php b/tcpdf/examples/lang/eng.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/est.php b/tcpdf/examples/lang/est.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/eus.php b/tcpdf/examples/lang/eus.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/far.php b/tcpdf/examples/lang/far.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/fra.php b/tcpdf/examples/lang/fra.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ger.php b/tcpdf/examples/lang/ger.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/gle.php b/tcpdf/examples/lang/gle.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/glg.php b/tcpdf/examples/lang/glg.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/hat.php b/tcpdf/examples/lang/hat.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/heb.php b/tcpdf/examples/lang/heb.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/hrv.php b/tcpdf/examples/lang/hrv.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/hun.php b/tcpdf/examples/lang/hun.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/hye.php b/tcpdf/examples/lang/hye.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ind.php b/tcpdf/examples/lang/ind.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ita.php b/tcpdf/examples/lang/ita.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/jpn.php b/tcpdf/examples/lang/jpn.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/kat.php b/tcpdf/examples/lang/kat.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/kor.php b/tcpdf/examples/lang/kor.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/mkd.php b/tcpdf/examples/lang/mkd.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/mlt.php b/tcpdf/examples/lang/mlt.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/msa.php b/tcpdf/examples/lang/msa.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/nld.php b/tcpdf/examples/lang/nld.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/nob.php b/tcpdf/examples/lang/nob.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/pol.php b/tcpdf/examples/lang/pol.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/por.php b/tcpdf/examples/lang/por.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ron.php b/tcpdf/examples/lang/ron.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/rus.php b/tcpdf/examples/lang/rus.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/slv.php b/tcpdf/examples/lang/slv.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/spa.php b/tcpdf/examples/lang/spa.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/sqi.php b/tcpdf/examples/lang/sqi.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/srp.php b/tcpdf/examples/lang/srp.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/swa.php b/tcpdf/examples/lang/swa.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/swe.php b/tcpdf/examples/lang/swe.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/ukr.php b/tcpdf/examples/lang/ukr.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/urd.php b/tcpdf/examples/lang/urd.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/yid.php b/tcpdf/examples/lang/yid.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/lang/zho.php b/tcpdf/examples/lang/zho.php old mode 100755 new mode 100644 diff --git a/tcpdf/examples/tcpdf_include.php b/tcpdf/examples/tcpdf_include.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/ae_fonts_2.0/COPYING b/tcpdf/fonts/ae_fonts_2.0/COPYING old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/ae_fonts_2.0/ChangeLog b/tcpdf/fonts/ae_fonts_2.0/ChangeLog old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/ae_fonts_2.0/README b/tcpdf/fonts/ae_fonts_2.0/README old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aealarabiya.ctg.z b/tcpdf/fonts/aealarabiya.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aealarabiya.php b/tcpdf/fonts/aealarabiya.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aealarabiya.z b/tcpdf/fonts/aealarabiya.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aefurat.ctg.z b/tcpdf/fonts/aefurat.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aefurat.php b/tcpdf/fonts/aefurat.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/aefurat.z b/tcpdf/fonts/aefurat.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/cid0cs.php b/tcpdf/fonts/cid0cs.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/cid0ct.php b/tcpdf/fonts/cid0ct.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/cid0jp.php b/tcpdf/fonts/cid0jp.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/cid0kr.php b/tcpdf/fonts/cid0kr.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/courier.php b/tcpdf/fonts/courier.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/courierb.php b/tcpdf/fonts/courierb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/courierbi.php b/tcpdf/fonts/courierbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/courieri.php b/tcpdf/fonts/courieri.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE b/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/README b/tcpdf/fonts/dejavu-fonts-ttf-2.33/README old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE b/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/README b/tcpdf/fonts/dejavu-fonts-ttf-2.34/README old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusans.ctg.z b/tcpdf/fonts/dejavusans.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusans.php b/tcpdf/fonts/dejavusans.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusans.z b/tcpdf/fonts/dejavusans.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansb.ctg.z b/tcpdf/fonts/dejavusansb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansb.php b/tcpdf/fonts/dejavusansb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansb.z b/tcpdf/fonts/dejavusansb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansbi.ctg.z b/tcpdf/fonts/dejavusansbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansbi.php b/tcpdf/fonts/dejavusansbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansbi.z b/tcpdf/fonts/dejavusansbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensed.ctg.z b/tcpdf/fonts/dejavusanscondensed.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensed.php b/tcpdf/fonts/dejavusanscondensed.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensed.z b/tcpdf/fonts/dejavusanscondensed.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedb.ctg.z b/tcpdf/fonts/dejavusanscondensedb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedb.php b/tcpdf/fonts/dejavusanscondensedb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedb.z b/tcpdf/fonts/dejavusanscondensedb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedbi.ctg.z b/tcpdf/fonts/dejavusanscondensedbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedbi.php b/tcpdf/fonts/dejavusanscondensedbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedbi.z b/tcpdf/fonts/dejavusanscondensedbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedi.ctg.z b/tcpdf/fonts/dejavusanscondensedi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedi.php b/tcpdf/fonts/dejavusanscondensedi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusanscondensedi.z b/tcpdf/fonts/dejavusanscondensedi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansextralight.ctg.z b/tcpdf/fonts/dejavusansextralight.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansextralight.php b/tcpdf/fonts/dejavusansextralight.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansextralight.z b/tcpdf/fonts/dejavusansextralight.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansi.ctg.z b/tcpdf/fonts/dejavusansi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansi.php b/tcpdf/fonts/dejavusansi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansi.z b/tcpdf/fonts/dejavusansi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmono.ctg.z b/tcpdf/fonts/dejavusansmono.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmono.php b/tcpdf/fonts/dejavusansmono.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmono.z b/tcpdf/fonts/dejavusansmono.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonob.ctg.z b/tcpdf/fonts/dejavusansmonob.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonob.php b/tcpdf/fonts/dejavusansmonob.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonob.z b/tcpdf/fonts/dejavusansmonob.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonobi.ctg.z b/tcpdf/fonts/dejavusansmonobi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonobi.php b/tcpdf/fonts/dejavusansmonobi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonobi.z b/tcpdf/fonts/dejavusansmonobi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonoi.ctg.z b/tcpdf/fonts/dejavusansmonoi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonoi.php b/tcpdf/fonts/dejavusansmonoi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavusansmonoi.z b/tcpdf/fonts/dejavusansmonoi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserif.ctg.z b/tcpdf/fonts/dejavuserif.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserif.php b/tcpdf/fonts/dejavuserif.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserif.z b/tcpdf/fonts/dejavuserif.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifb.ctg.z b/tcpdf/fonts/dejavuserifb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifb.php b/tcpdf/fonts/dejavuserifb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifb.z b/tcpdf/fonts/dejavuserifb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifbi.ctg.z b/tcpdf/fonts/dejavuserifbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifbi.php b/tcpdf/fonts/dejavuserifbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifbi.z b/tcpdf/fonts/dejavuserifbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensed.ctg.z b/tcpdf/fonts/dejavuserifcondensed.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensed.php b/tcpdf/fonts/dejavuserifcondensed.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensed.z b/tcpdf/fonts/dejavuserifcondensed.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedb.ctg.z b/tcpdf/fonts/dejavuserifcondensedb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedb.php b/tcpdf/fonts/dejavuserifcondensedb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedb.z b/tcpdf/fonts/dejavuserifcondensedb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.ctg.z b/tcpdf/fonts/dejavuserifcondensedbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.php b/tcpdf/fonts/dejavuserifcondensedbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.z b/tcpdf/fonts/dejavuserifcondensedbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedi.ctg.z b/tcpdf/fonts/dejavuserifcondensedi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedi.php b/tcpdf/fonts/dejavuserifcondensedi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifcondensedi.z b/tcpdf/fonts/dejavuserifcondensedi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifi.ctg.z b/tcpdf/fonts/dejavuserifi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifi.php b/tcpdf/fonts/dejavuserifi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/dejavuserifi.z b/tcpdf/fonts/dejavuserifi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/AUTHORS b/tcpdf/fonts/freefont-20100919/AUTHORS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/COPYING b/tcpdf/fonts/freefont-20100919/COPYING old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/CREDITS b/tcpdf/fonts/freefont-20100919/CREDITS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/ChangeLog b/tcpdf/fonts/freefont-20100919/ChangeLog old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/INSTALL b/tcpdf/fonts/freefont-20100919/INSTALL old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20100919/README b/tcpdf/fonts/freefont-20100919/README old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/AUTHORS b/tcpdf/fonts/freefont-20120503/AUTHORS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/COPYING b/tcpdf/fonts/freefont-20120503/COPYING old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/CREDITS b/tcpdf/fonts/freefont-20120503/CREDITS old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/ChangeLog b/tcpdf/fonts/freefont-20120503/ChangeLog old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/INSTALL b/tcpdf/fonts/freefont-20120503/INSTALL old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/README b/tcpdf/fonts/freefont-20120503/README old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING b/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freefont-20120503/USAGE b/tcpdf/fonts/freefont-20120503/USAGE old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemono.ctg.z b/tcpdf/fonts/freemono.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemono.php b/tcpdf/fonts/freemono.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemono.z b/tcpdf/fonts/freemono.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonob.ctg.z b/tcpdf/fonts/freemonob.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonob.php b/tcpdf/fonts/freemonob.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonob.z b/tcpdf/fonts/freemonob.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonobi.ctg.z b/tcpdf/fonts/freemonobi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonobi.php b/tcpdf/fonts/freemonobi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonobi.z b/tcpdf/fonts/freemonobi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonoi.ctg.z b/tcpdf/fonts/freemonoi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonoi.php b/tcpdf/fonts/freemonoi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freemonoi.z b/tcpdf/fonts/freemonoi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesans.ctg.z b/tcpdf/fonts/freesans.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesans.php b/tcpdf/fonts/freesans.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesans.z b/tcpdf/fonts/freesans.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansb.ctg.z b/tcpdf/fonts/freesansb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansb.php b/tcpdf/fonts/freesansb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansb.z b/tcpdf/fonts/freesansb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansbi.ctg.z b/tcpdf/fonts/freesansbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansbi.php b/tcpdf/fonts/freesansbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansbi.z b/tcpdf/fonts/freesansbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansi.ctg.z b/tcpdf/fonts/freesansi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansi.php b/tcpdf/fonts/freesansi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freesansi.z b/tcpdf/fonts/freesansi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserif.ctg.z b/tcpdf/fonts/freeserif.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserif.php b/tcpdf/fonts/freeserif.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserif.z b/tcpdf/fonts/freeserif.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifb.ctg.z b/tcpdf/fonts/freeserifb.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifb.php b/tcpdf/fonts/freeserifb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifb.z b/tcpdf/fonts/freeserifb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifbi.ctg.z b/tcpdf/fonts/freeserifbi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifbi.php b/tcpdf/fonts/freeserifbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifbi.z b/tcpdf/fonts/freeserifbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifi.ctg.z b/tcpdf/fonts/freeserifi.ctg.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifi.php b/tcpdf/fonts/freeserifi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/freeserifi.z b/tcpdf/fonts/freeserifi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/helvetica.php b/tcpdf/fonts/helvetica.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/helveticab.php b/tcpdf/fonts/helveticab.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/helveticabi.php b/tcpdf/fonts/helveticabi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/helveticai.php b/tcpdf/fonts/helveticai.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/hysmyeongjostdmedium.php b/tcpdf/fonts/hysmyeongjostdmedium.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/kozgopromedium.php b/tcpdf/fonts/kozgopromedium.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/kozminproregular.php b/tcpdf/fonts/kozminproregular.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/msungstdlight.php b/tcpdf/fonts/msungstdlight.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourier.php b/tcpdf/fonts/pdfacourier.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourier.z b/tcpdf/fonts/pdfacourier.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourierb.php b/tcpdf/fonts/pdfacourierb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourierb.z b/tcpdf/fonts/pdfacourierb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourierbi.php b/tcpdf/fonts/pdfacourierbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourierbi.z b/tcpdf/fonts/pdfacourierbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourieri.php b/tcpdf/fonts/pdfacourieri.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfacourieri.z b/tcpdf/fonts/pdfacourieri.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelvetica.php b/tcpdf/fonts/pdfahelvetica.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelvetica.z b/tcpdf/fonts/pdfahelvetica.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticab.php b/tcpdf/fonts/pdfahelveticab.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticab.z b/tcpdf/fonts/pdfahelveticab.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticabi.php b/tcpdf/fonts/pdfahelveticabi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticabi.z b/tcpdf/fonts/pdfahelveticabi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticai.php b/tcpdf/fonts/pdfahelveticai.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfahelveticai.z b/tcpdf/fonts/pdfahelveticai.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfasymbol.php b/tcpdf/fonts/pdfasymbol.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfasymbol.z b/tcpdf/fonts/pdfasymbol.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimes.php b/tcpdf/fonts/pdfatimes.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimes.z b/tcpdf/fonts/pdfatimes.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesb.php b/tcpdf/fonts/pdfatimesb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesb.z b/tcpdf/fonts/pdfatimesb.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesbi.php b/tcpdf/fonts/pdfatimesbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesbi.z b/tcpdf/fonts/pdfatimesbi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesi.php b/tcpdf/fonts/pdfatimesi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfatimesi.z b/tcpdf/fonts/pdfatimesi.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfazapfdingbats.php b/tcpdf/fonts/pdfazapfdingbats.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/pdfazapfdingbats.z b/tcpdf/fonts/pdfazapfdingbats.z old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/stsongstdlight.php b/tcpdf/fonts/stsongstdlight.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/symbol.php b/tcpdf/fonts/symbol.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/times.php b/tcpdf/fonts/times.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/timesb.php b/tcpdf/fonts/timesb.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/timesbi.php b/tcpdf/fonts/timesbi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/timesi.php b/tcpdf/fonts/timesi.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/uni2cid_ac15.php b/tcpdf/fonts/uni2cid_ac15.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/uni2cid_ag15.php b/tcpdf/fonts/uni2cid_ag15.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/uni2cid_aj16.php b/tcpdf/fonts/uni2cid_aj16.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/uni2cid_ak12.php b/tcpdf/fonts/uni2cid_ak12.php old mode 100755 new mode 100644 diff --git a/tcpdf/fonts/zapfdingbats.php b/tcpdf/fonts/zapfdingbats.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_COLORS.php b/tcpdf/include/TCPDF_COLORS.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_FILTERS.php b/tcpdf/include/TCPDF_FILTERS.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_FONTS.php b/tcpdf/include/TCPDF_FONTS.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_FONT_DATA.php b/tcpdf/include/TCPDF_FONT_DATA.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_IMAGES.php b/tcpdf/include/TCPDF_IMAGES.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/TCPDF_STATIC.php b/tcpdf/include/TCPDF_STATIC.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/barcodes/Datamatrix.php b/tcpdf/include/barcodes/Datamatrix.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/barcodes/PDF417.php b/tcpdf/include/barcodes/PDF417.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/barcodes/QRcode.php b/tcpdf/include/barcodes/QRcode.php old mode 100755 new mode 100644 diff --git a/tcpdf/include/sRGB.icc b/tcpdf/include/sRGB.icc old mode 100755 new mode 100644 diff --git a/tcpdf/tcpdf_autoconfig.php b/tcpdf/tcpdf_autoconfig.php old mode 100755 new mode 100644 diff --git a/tcpdf/tools/.htaccess b/tcpdf/tools/.htaccess old mode 100755 new mode 100644 diff --git a/tcpdf/tools/convert_fonts_examples.txt b/tcpdf/tools/convert_fonts_examples.txt old mode 100755 new mode 100644 diff --git a/tcpdf/tools/tcpdf_addfont.php b/tcpdf/tools/tcpdf_addfont.php old mode 100755 new mode 100644 diff --git a/zxing/LICENSE b/zxing/LICENSE old mode 100755 new mode 100644 diff --git a/zxing/customerror.js b/zxing/customerror.js old mode 100755 new mode 100644 diff --git a/zxing/index.min.js b/zxing/index.min.js old mode 100755 new mode 100644 diff --git a/zxing/zxing.min.js b/zxing/zxing.min.js old mode 100755 new mode 100644