diff --git a/ApacheConnector/include/ApacheApplication.h b/ApacheConnector/include/ApacheApplication.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheChannel.h b/ApacheConnector/include/ApacheChannel.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheConnector.h b/ApacheConnector/include/ApacheConnector.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheRequestHandlerFactory.h b/ApacheConnector/include/ApacheRequestHandlerFactory.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheServerRequest.h b/ApacheConnector/include/ApacheServerRequest.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheServerResponse.h b/ApacheConnector/include/ApacheServerResponse.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/include/ApacheStream.h b/ApacheConnector/include/ApacheStream.h old mode 100755 new mode 100644 diff --git a/ApacheConnector/samples/FormServer/src/FormServer.cpp b/ApacheConnector/samples/FormServer/src/FormServer.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/samples/TimeServer/src/TimeServer.cpp b/ApacheConnector/samples/TimeServer/src/TimeServer.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheApplication.cpp b/ApacheConnector/src/ApacheApplication.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheChannel.cpp b/ApacheConnector/src/ApacheChannel.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheConnector.cpp b/ApacheConnector/src/ApacheConnector.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheRequestHandlerFactory.cpp b/ApacheConnector/src/ApacheRequestHandlerFactory.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheServerRequest.cpp b/ApacheConnector/src/ApacheServerRequest.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheServerResponse.cpp b/ApacheConnector/src/ApacheServerResponse.cpp old mode 100755 new mode 100644 diff --git a/ApacheConnector/src/ApacheStream.cpp b/ApacheConnector/src/ApacheStream.cpp old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Attributes.h b/CppParser/include/Poco/CppParser/Attributes.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/AttributesParser.h b/CppParser/include/Poco/CppParser/AttributesParser.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/BuiltIn.h b/CppParser/include/Poco/CppParser/BuiltIn.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/CppParser.h b/CppParser/include/Poco/CppParser/CppParser.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/CppToken.h b/CppParser/include/Poco/CppParser/CppToken.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Decl.h b/CppParser/include/Poco/CppParser/Decl.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Enum.h b/CppParser/include/Poco/CppParser/Enum.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/EnumValue.h b/CppParser/include/Poco/CppParser/EnumValue.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Function.h b/CppParser/include/Poco/CppParser/Function.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/NameSpace.h b/CppParser/include/Poco/CppParser/NameSpace.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Parameter.h b/CppParser/include/Poco/CppParser/Parameter.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Parser.h b/CppParser/include/Poco/CppParser/Parser.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Struct.h b/CppParser/include/Poco/CppParser/Struct.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Symbol.h b/CppParser/include/Poco/CppParser/Symbol.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Tokenizer.h b/CppParser/include/Poco/CppParser/Tokenizer.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/TypeDef.h b/CppParser/include/Poco/CppParser/TypeDef.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Utility.h b/CppParser/include/Poco/CppParser/Utility.h old mode 100755 new mode 100644 diff --git a/CppParser/include/Poco/CppParser/Variable.h b/CppParser/include/Poco/CppParser/Variable.h old mode 100755 new mode 100644 diff --git a/CppParser/src/Attributes.cpp b/CppParser/src/Attributes.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/AttributesParser.cpp b/CppParser/src/AttributesParser.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/BuiltIn.cpp b/CppParser/src/BuiltIn.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/CppToken.cpp b/CppParser/src/CppToken.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Decl.cpp b/CppParser/src/Decl.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Enum.cpp b/CppParser/src/Enum.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/EnumValue.cpp b/CppParser/src/EnumValue.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Function.cpp b/CppParser/src/Function.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/NameSpace.cpp b/CppParser/src/NameSpace.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Parameter.cpp b/CppParser/src/Parameter.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Parser.cpp b/CppParser/src/Parser.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Struct.cpp b/CppParser/src/Struct.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Symbol.cpp b/CppParser/src/Symbol.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Tokenizer.cpp b/CppParser/src/Tokenizer.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/TypeDef.cpp b/CppParser/src/TypeDef.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Utility.cpp b/CppParser/src/Utility.cpp old mode 100755 new mode 100644 diff --git a/CppParser/src/Variable.cpp b/CppParser/src/Variable.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/AttributesParserTest.cpp b/CppParser/testsuite/src/AttributesParserTest.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/AttributesParserTest.h b/CppParser/testsuite/src/AttributesParserTest.h old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/AttributesTestSuite.cpp b/CppParser/testsuite/src/AttributesTestSuite.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/AttributesTestSuite.h b/CppParser/testsuite/src/AttributesTestSuite.h old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/CppParserTest.cpp b/CppParser/testsuite/src/CppParserTest.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/CppParserTest.h b/CppParser/testsuite/src/CppParserTest.h old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/CppParserTestSuite.cpp b/CppParser/testsuite/src/CppParserTestSuite.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/CppParserTestSuite.h b/CppParser/testsuite/src/CppParserTestSuite.h old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/Driver.cpp b/CppParser/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/CppParser/testsuite/src/WinDriver.cpp b/CppParser/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/Cipher.h b/Crypto/include/Poco/Crypto/Cipher.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CipherFactory.h b/Crypto/include/Poco/Crypto/CipherFactory.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CipherImpl.h b/Crypto/include/Poco/Crypto/CipherImpl.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CipherKey.h b/Crypto/include/Poco/Crypto/CipherKey.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CipherKeyImpl.h b/Crypto/include/Poco/Crypto/CipherKeyImpl.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/Crypto.h b/Crypto/include/Poco/Crypto/Crypto.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CryptoStream.h b/Crypto/include/Poco/Crypto/CryptoStream.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/CryptoTransform.h b/Crypto/include/Poco/Crypto/CryptoTransform.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/DigestEngine.h b/Crypto/include/Poco/Crypto/DigestEngine.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/OpenSSLInitializer.h b/Crypto/include/Poco/Crypto/OpenSSLInitializer.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/RSACipherImpl.h b/Crypto/include/Poco/Crypto/RSACipherImpl.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/RSADigestEngine.h b/Crypto/include/Poco/Crypto/RSADigestEngine.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/RSAKey.h b/Crypto/include/Poco/Crypto/RSAKey.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/RSAKeyImpl.h b/Crypto/include/Poco/Crypto/RSAKeyImpl.h old mode 100755 new mode 100644 diff --git a/Crypto/include/Poco/Crypto/X509Certificate.h b/Crypto/include/Poco/Crypto/X509Certificate.h old mode 100755 new mode 100644 diff --git a/Crypto/samples/genrsakey/src/genrsakey.cpp b/Crypto/samples/genrsakey/src/genrsakey.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/Cipher.cpp b/Crypto/src/Cipher.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CipherFactory.cpp b/Crypto/src/CipherFactory.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CipherImpl.cpp b/Crypto/src/CipherImpl.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CipherKey.cpp b/Crypto/src/CipherKey.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CipherKeyImpl.cpp b/Crypto/src/CipherKeyImpl.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CryptoStream.cpp b/Crypto/src/CryptoStream.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/CryptoTransform.cpp b/Crypto/src/CryptoTransform.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/DigestEngine.cpp b/Crypto/src/DigestEngine.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/OpenSSLInitializer.cpp b/Crypto/src/OpenSSLInitializer.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/RSACipherImpl.cpp b/Crypto/src/RSACipherImpl.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/RSADigestEngine.cpp b/Crypto/src/RSADigestEngine.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/RSAKey.cpp b/Crypto/src/RSAKey.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/RSAKeyImpl.cpp b/Crypto/src/RSAKeyImpl.cpp old mode 100755 new mode 100644 diff --git a/Crypto/src/X509Certificate.cpp b/Crypto/src/X509Certificate.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/CryptoTest.cpp b/Crypto/testsuite/src/CryptoTest.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/CryptoTest.h b/Crypto/testsuite/src/CryptoTest.h old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/CryptoTestSuite.cpp b/Crypto/testsuite/src/CryptoTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/CryptoTestSuite.h b/Crypto/testsuite/src/CryptoTestSuite.h old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/DigestEngineTest.cpp b/Crypto/testsuite/src/DigestEngineTest.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/DigestEngineTest.h b/Crypto/testsuite/src/DigestEngineTest.h old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/Driver.cpp b/Crypto/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/RSATest.cpp b/Crypto/testsuite/src/RSATest.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/RSATest.h b/Crypto/testsuite/src/RSATest.h old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/WinCEDriver.cpp b/Crypto/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Crypto/testsuite/src/WinDriver.cpp b/Crypto/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/Binder.h b/Data/MySQL/include/Poco/Data/MySQL/Binder.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/Connector.h b/Data/MySQL/include/Poco/Data/MySQL/Connector.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/Extractor.h b/Data/MySQL/include/Poco/Data/MySQL/Extractor.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQL.h b/Data/MySQL/include/Poco/Data/MySQL/MySQL.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h b/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h b/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h b/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h b/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h b/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h b/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/include/Poco/Data/MySQL/Utility.h b/Data/MySQL/include/Poco/Data/MySQL/Utility.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/Binder.cpp b/Data/MySQL/src/Binder.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/Connector.cpp b/Data/MySQL/src/Connector.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/Extractor.cpp b/Data/MySQL/src/Extractor.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/MySQLException.cpp b/Data/MySQL/src/MySQLException.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/MySQLStatementImpl.cpp b/Data/MySQL/src/MySQLStatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/ResultMetadata.cpp b/Data/MySQL/src/ResultMetadata.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/SessionHandle.cpp b/Data/MySQL/src/SessionHandle.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/SessionImpl.cpp b/Data/MySQL/src/SessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/StatementExecutor.cpp b/Data/MySQL/src/StatementExecutor.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/src/Utility.cpp b/Data/MySQL/src/Utility.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/Driver.cpp b/Data/MySQL/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/MySQLTest.cpp b/Data/MySQL/testsuite/src/MySQLTest.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/MySQLTest.h b/Data/MySQL/testsuite/src/MySQLTest.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/MySQLTestSuite.cpp b/Data/MySQL/testsuite/src/MySQLTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/MySQLTestSuite.h b/Data/MySQL/testsuite/src/MySQLTestSuite.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/SQLExecutor.cpp b/Data/MySQL/testsuite/src/SQLExecutor.cpp old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/SQLExecutor.h b/Data/MySQL/testsuite/src/SQLExecutor.h old mode 100755 new mode 100644 diff --git a/Data/MySQL/testsuite/src/WinDriver.cpp b/Data/MySQL/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Binder.h b/Data/ODBC/include/Poco/Data/ODBC/Binder.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h b/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Connector.h b/Data/ODBC/include/Poco/Data/ODBC/Connector.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h b/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h b/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Error.h b/Data/ODBC/include/Poco/Data/ODBC/Error.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Extractor.h b/Data/ODBC/include/Poco/Data/ODBC/Extractor.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Handle.h b/Data/ODBC/include/Poco/Data/ODBC/Handle.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBC.h b/Data/ODBC/include/Poco/Data/ODBC/ODBC.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCMetaColumn.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCMetaColumn.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Parameter.h b/Data/ODBC/include/Poco/Data/ODBC/Parameter.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Preparator.h b/Data/ODBC/include/Poco/Data/ODBC/Preparator.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h b/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/TypeInfo.h b/Data/ODBC/include/Poco/Data/ODBC/TypeInfo.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Unicode.h b/Data/ODBC/include/Poco/Data/ODBC/Unicode.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Unicode_UNIXODBC.h b/Data/ODBC/include/Poco/Data/ODBC/Unicode_UNIXODBC.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Unicode_WIN32.h b/Data/ODBC/include/Poco/Data/ODBC/Unicode_WIN32.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/include/Poco/Data/ODBC/Utility.h b/Data/ODBC/include/Poco/Data/ODBC/Utility.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Binder.cpp b/Data/ODBC/src/Binder.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/ConnectionHandle.cpp b/Data/ODBC/src/ConnectionHandle.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Connector.cpp b/Data/ODBC/src/Connector.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/EnvironmentHandle.cpp b/Data/ODBC/src/EnvironmentHandle.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Extractor.cpp b/Data/ODBC/src/Extractor.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/ODBCException.cpp b/Data/ODBC/src/ODBCException.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/ODBCMetaColumn.cpp b/Data/ODBC/src/ODBCMetaColumn.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/ODBCStatementImpl.cpp b/Data/ODBC/src/ODBCStatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Parameter.cpp b/Data/ODBC/src/Parameter.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Preparator.cpp b/Data/ODBC/src/Preparator.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/SessionImpl.cpp b/Data/ODBC/src/SessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/TypeInfo.cpp b/Data/ODBC/src/TypeInfo.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Unicode.cpp b/Data/ODBC/src/Unicode.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Unicode_UNIXODBC.cpp b/Data/ODBC/src/Unicode_UNIXODBC.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Unicode_WIN32.cpp b/Data/ODBC/src/Unicode_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/src/Utility.cpp b/Data/ODBC/src/Utility.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/Driver.cpp b/Data/ODBC/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCAccessTest.cpp b/Data/ODBC/testsuite/src/ODBCAccessTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCAccessTest.h b/Data/ODBC/testsuite/src/ODBCAccessTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCDB2Test.cpp b/Data/ODBC/testsuite/src/ODBCDB2Test.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCDB2Test.h b/Data/ODBC/testsuite/src/ODBCDB2Test.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp b/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCMySQLTest.h b/Data/ODBC/testsuite/src/ODBCMySQLTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCOracleTest.cpp b/Data/ODBC/testsuite/src/ODBCOracleTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCOracleTest.h b/Data/ODBC/testsuite/src/ODBCOracleTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCSQLServerTest.h b/Data/ODBC/testsuite/src/ODBCSQLServerTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCSQLiteTest.h b/Data/ODBC/testsuite/src/ODBCSQLiteTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCTest.cpp b/Data/ODBC/testsuite/src/ODBCTest.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCTest.h b/Data/ODBC/testsuite/src/ODBCTest.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCTestSuite.cpp b/Data/ODBC/testsuite/src/ODBCTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/ODBCTestSuite.h b/Data/ODBC/testsuite/src/ODBCTestSuite.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/SQLExecutor.cpp b/Data/ODBC/testsuite/src/SQLExecutor.cpp old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/SQLExecutor.h b/Data/ODBC/testsuite/src/SQLExecutor.h old mode 100755 new mode 100644 diff --git a/Data/ODBC/testsuite/src/WinDriver.cpp b/Data/ODBC/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/Binder.h b/Data/SQLite/include/Poco/Data/SQLite/Binder.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/Connector.h b/Data/SQLite/include/Poco/Data/SQLite/Connector.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/Extractor.h b/Data/SQLite/include/Poco/Data/SQLite/Extractor.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/Notifier.h b/Data/SQLite/include/Poco/Data/SQLite/Notifier.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLite.h b/Data/SQLite/include/Poco/Data/SQLite/SQLite.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/include/Poco/Data/SQLite/Utility.h b/Data/SQLite/include/Poco/Data/SQLite/Utility.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/Binder.cpp b/Data/SQLite/src/Binder.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/Connector.cpp b/Data/SQLite/src/Connector.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/Extractor.cpp b/Data/SQLite/src/Extractor.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/Notifier.cpp b/Data/SQLite/src/Notifier.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/SQLiteException.cpp b/Data/SQLite/src/SQLiteException.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/SQLiteStatementImpl.cpp b/Data/SQLite/src/SQLiteStatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/SessionImpl.cpp b/Data/SQLite/src/SessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/src/Utility.cpp b/Data/SQLite/src/Utility.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/Driver.cpp b/Data/SQLite/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/SQLiteTest.cpp b/Data/SQLite/testsuite/src/SQLiteTest.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/SQLiteTest.h b/Data/SQLite/testsuite/src/SQLiteTest.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp b/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/SQLiteTestSuite.h b/Data/SQLite/testsuite/src/SQLiteTestSuite.h old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/WinCEDriver.cpp b/Data/SQLite/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/SQLite/testsuite/src/WinDriver.cpp b/Data/SQLite/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractBinder.h b/Data/include/Poco/Data/AbstractBinder.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractBinding.h b/Data/include/Poco/Data/AbstractBinding.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractExtraction.h b/Data/include/Poco/Data/AbstractExtraction.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractExtractor.h b/Data/include/Poco/Data/AbstractExtractor.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractPreparation.h b/Data/include/Poco/Data/AbstractPreparation.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractPreparator.h b/Data/include/Poco/Data/AbstractPreparator.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AbstractSessionImpl.h b/Data/include/Poco/Data/AbstractSessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/ArchiveStrategy.h b/Data/include/Poco/Data/ArchiveStrategy.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/AutoTransaction.h b/Data/include/Poco/Data/AutoTransaction.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Binding.h b/Data/include/Poco/Data/Binding.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Bulk.h b/Data/include/Poco/Data/Bulk.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/BulkBinding.h b/Data/include/Poco/Data/BulkBinding.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/BulkExtraction.h b/Data/include/Poco/Data/BulkExtraction.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Column.h b/Data/include/Poco/Data/Column.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Connector.h b/Data/include/Poco/Data/Connector.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Constants.h b/Data/include/Poco/Data/Constants.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Data.h b/Data/include/Poco/Data/Data.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/DataException.h b/Data/include/Poco/Data/DataException.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Date.h b/Data/include/Poco/Data/Date.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/DynamicDateTime.h b/Data/include/Poco/Data/DynamicDateTime.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/DynamicLOB.h b/Data/include/Poco/Data/DynamicLOB.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Extraction.h b/Data/include/Poco/Data/Extraction.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/LOB.h b/Data/include/Poco/Data/LOB.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/LOBStream.h b/Data/include/Poco/Data/LOBStream.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Limit.h b/Data/include/Poco/Data/Limit.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/MetaColumn.h b/Data/include/Poco/Data/MetaColumn.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/PooledSessionHolder.h b/Data/include/Poco/Data/PooledSessionHolder.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/PooledSessionImpl.h b/Data/include/Poco/Data/PooledSessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Position.h b/Data/include/Poco/Data/Position.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Preparation.h b/Data/include/Poco/Data/Preparation.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Range.h b/Data/include/Poco/Data/Range.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/RecordSet.h b/Data/include/Poco/Data/RecordSet.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Row.h b/Data/include/Poco/Data/Row.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/RowFilter.h b/Data/include/Poco/Data/RowFilter.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/RowFormatter.h b/Data/include/Poco/Data/RowFormatter.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/RowIterator.h b/Data/include/Poco/Data/RowIterator.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SQLChannel.h b/Data/include/Poco/Data/SQLChannel.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Session.h b/Data/include/Poco/Data/Session.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SessionFactory.h b/Data/include/Poco/Data/SessionFactory.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SessionImpl.h b/Data/include/Poco/Data/SessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SessionPool.h b/Data/include/Poco/Data/SessionPool.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SessionPoolContainer.h b/Data/include/Poco/Data/SessionPoolContainer.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/SimpleRowFormatter.h b/Data/include/Poco/Data/SimpleRowFormatter.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Statement.h b/Data/include/Poco/Data/Statement.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/StatementCreator.h b/Data/include/Poco/Data/StatementCreator.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/StatementImpl.h b/Data/include/Poco/Data/StatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Time.h b/Data/include/Poco/Data/Time.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/Transaction.h b/Data/include/Poco/Data/Transaction.h old mode 100755 new mode 100644 diff --git a/Data/include/Poco/Data/TypeHandler.h b/Data/include/Poco/Data/TypeHandler.h old mode 100755 new mode 100644 diff --git a/Data/samples/Binding/src/Binding.cpp b/Data/samples/Binding/src/Binding.cpp old mode 100755 new mode 100644 diff --git a/Data/samples/RecordSet/src/RecordSet.cpp b/Data/samples/RecordSet/src/RecordSet.cpp old mode 100755 new mode 100644 diff --git a/Data/samples/RowFormatter/src/RowFormatter.cpp b/Data/samples/RowFormatter/src/RowFormatter.cpp old mode 100755 new mode 100644 diff --git a/Data/samples/Tuple/src/Tuple.cpp b/Data/samples/Tuple/src/Tuple.cpp old mode 100755 new mode 100644 diff --git a/Data/samples/TypeHandler/src/TypeHandler.cpp b/Data/samples/TypeHandler/src/TypeHandler.cpp old mode 100755 new mode 100644 diff --git a/Data/samples/WebNotifier/src/WebNotifier.cpp b/Data/samples/WebNotifier/src/WebNotifier.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractBinder.cpp b/Data/src/AbstractBinder.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractBinding.cpp b/Data/src/AbstractBinding.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractExtraction.cpp b/Data/src/AbstractExtraction.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractExtractor.cpp b/Data/src/AbstractExtractor.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractPreparation.cpp b/Data/src/AbstractPreparation.cpp old mode 100755 new mode 100644 diff --git a/Data/src/AbstractPreparator.cpp b/Data/src/AbstractPreparator.cpp old mode 100755 new mode 100644 diff --git a/Data/src/ArchiveStrategy.cpp b/Data/src/ArchiveStrategy.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Bulk.cpp b/Data/src/Bulk.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Connector.cpp b/Data/src/Connector.cpp old mode 100755 new mode 100644 diff --git a/Data/src/DataException.cpp b/Data/src/DataException.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Date.cpp b/Data/src/Date.cpp old mode 100755 new mode 100644 diff --git a/Data/src/DynamicLOB.cpp b/Data/src/DynamicLOB.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Limit.cpp b/Data/src/Limit.cpp old mode 100755 new mode 100644 diff --git a/Data/src/MetaColumn.cpp b/Data/src/MetaColumn.cpp old mode 100755 new mode 100644 diff --git a/Data/src/PooledSessionHolder.cpp b/Data/src/PooledSessionHolder.cpp old mode 100755 new mode 100644 diff --git a/Data/src/PooledSessionImpl.cpp b/Data/src/PooledSessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Position.cpp b/Data/src/Position.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Range.cpp b/Data/src/Range.cpp old mode 100755 new mode 100644 diff --git a/Data/src/RecordSet.cpp b/Data/src/RecordSet.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Row.cpp b/Data/src/Row.cpp old mode 100755 new mode 100644 diff --git a/Data/src/RowFilter.cpp b/Data/src/RowFilter.cpp old mode 100755 new mode 100644 diff --git a/Data/src/RowFormatter.cpp b/Data/src/RowFormatter.cpp old mode 100755 new mode 100644 diff --git a/Data/src/RowIterator.cpp b/Data/src/RowIterator.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SQLChannel.cpp b/Data/src/SQLChannel.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Session.cpp b/Data/src/Session.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SessionFactory.cpp b/Data/src/SessionFactory.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SessionImpl.cpp b/Data/src/SessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SessionPool.cpp b/Data/src/SessionPool.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SessionPoolContainer.cpp b/Data/src/SessionPoolContainer.cpp old mode 100755 new mode 100644 diff --git a/Data/src/SimpleRowFormatter.cpp b/Data/src/SimpleRowFormatter.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Statement.cpp b/Data/src/Statement.cpp old mode 100755 new mode 100644 diff --git a/Data/src/StatementCreator.cpp b/Data/src/StatementCreator.cpp old mode 100755 new mode 100644 diff --git a/Data/src/StatementImpl.cpp b/Data/src/StatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Time.cpp b/Data/src/Time.cpp old mode 100755 new mode 100644 diff --git a/Data/src/Transaction.cpp b/Data/src/Transaction.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Binder.cpp b/Data/testsuite/src/Binder.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Binder.h b/Data/testsuite/src/Binder.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Connector.cpp b/Data/testsuite/src/Connector.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Connector.h b/Data/testsuite/src/Connector.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/DataTest.cpp b/Data/testsuite/src/DataTest.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/DataTest.h b/Data/testsuite/src/DataTest.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/DataTestSuite.cpp b/Data/testsuite/src/DataTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/DataTestSuite.h b/Data/testsuite/src/DataTestSuite.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Driver.cpp b/Data/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Extractor.cpp b/Data/testsuite/src/Extractor.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Extractor.h b/Data/testsuite/src/Extractor.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Preparator.cpp b/Data/testsuite/src/Preparator.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/Preparator.h b/Data/testsuite/src/Preparator.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/SessionImpl.cpp b/Data/testsuite/src/SessionImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/SessionImpl.h b/Data/testsuite/src/SessionImpl.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/SessionPoolTest.cpp b/Data/testsuite/src/SessionPoolTest.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/SessionPoolTest.h b/Data/testsuite/src/SessionPoolTest.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/StatementImpl.cpp b/Data/testsuite/src/StatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/StatementImpl.h b/Data/testsuite/src/StatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/TestStatementImpl.cpp b/Data/testsuite/src/TestStatementImpl.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/TestStatementImpl.h b/Data/testsuite/src/TestStatementImpl.h old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/WinCEDriver.cpp b/Data/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Data/testsuite/src/WinDriver.cpp b/Data/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ASCIIEncoding.h b/Foundation/include/Poco/ASCIIEncoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractCache.h b/Foundation/include/Poco/AbstractCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractDelegate.h b/Foundation/include/Poco/AbstractDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractEvent.h b/Foundation/include/Poco/AbstractEvent.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractObserver.h b/Foundation/include/Poco/AbstractObserver.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractPriorityDelegate.h b/Foundation/include/Poco/AbstractPriorityDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AbstractStrategy.h b/Foundation/include/Poco/AbstractStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AccessExpirationDecorator.h b/Foundation/include/Poco/AccessExpirationDecorator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AccessExpireCache.h b/Foundation/include/Poco/AccessExpireCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AccessExpireLRUCache.h b/Foundation/include/Poco/AccessExpireLRUCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AccessExpireStrategy.h b/Foundation/include/Poco/AccessExpireStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ActiveDispatcher.h b/Foundation/include/Poco/ActiveDispatcher.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ActiveMethod.h b/Foundation/include/Poco/ActiveMethod.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ActiveResult.h b/Foundation/include/Poco/ActiveResult.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ActiveRunnable.h b/Foundation/include/Poco/ActiveRunnable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ActiveStarter.h b/Foundation/include/Poco/ActiveStarter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Activity.h b/Foundation/include/Poco/Activity.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Alignment.h b/Foundation/include/Poco/Alignment.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Any.h b/Foundation/include/Poco/Any.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ArchiveStrategy.h b/Foundation/include/Poco/ArchiveStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Array.h b/Foundation/include/Poco/Array.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Ascii.h b/Foundation/include/Poco/Ascii.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AsyncChannel.h b/Foundation/include/Poco/AsyncChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AtomicCounter.h b/Foundation/include/Poco/AtomicCounter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AutoPtr.h b/Foundation/include/Poco/AutoPtr.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/AutoReleasePool.h b/Foundation/include/Poco/AutoReleasePool.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Base32Decoder.h b/Foundation/include/Poco/Base32Decoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Base32Encoder.h b/Foundation/include/Poco/Base32Encoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Base64Decoder.h b/Foundation/include/Poco/Base64Decoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Base64Encoder.h b/Foundation/include/Poco/Base64Encoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BasicEvent.h b/Foundation/include/Poco/BasicEvent.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BinaryReader.h b/Foundation/include/Poco/BinaryReader.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BinaryWriter.h b/Foundation/include/Poco/BinaryWriter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Buffer.h b/Foundation/include/Poco/Buffer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BufferAllocator.h b/Foundation/include/Poco/BufferAllocator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h b/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/BufferedStreamBuf.h b/Foundation/include/Poco/BufferedStreamBuf.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Bugcheck.h b/Foundation/include/Poco/Bugcheck.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ByteOrder.h b/Foundation/include/Poco/ByteOrder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Channel.h b/Foundation/include/Poco/Channel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Checksum.h b/Foundation/include/Poco/Checksum.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ClassLibrary.h b/Foundation/include/Poco/ClassLibrary.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ClassLoader.h b/Foundation/include/Poco/ClassLoader.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Clock.h b/Foundation/include/Poco/Clock.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Condition.h b/Foundation/include/Poco/Condition.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Config.h b/Foundation/include/Poco/Config.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Configurable.h b/Foundation/include/Poco/Configurable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ConsoleChannel.h b/Foundation/include/Poco/ConsoleChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/CountingStream.h b/Foundation/include/Poco/CountingStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DateTime.h b/Foundation/include/Poco/DateTime.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DateTimeFormat.h b/Foundation/include/Poco/DateTimeFormat.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DateTimeFormatter.h b/Foundation/include/Poco/DateTimeFormatter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DateTimeParser.h b/Foundation/include/Poco/DateTimeParser.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Debugger.h b/Foundation/include/Poco/Debugger.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DefaultStrategy.h b/Foundation/include/Poco/DefaultStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DeflatingStream.h b/Foundation/include/Poco/DeflatingStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Delegate.h b/Foundation/include/Poco/Delegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DigestEngine.h b/Foundation/include/Poco/DigestEngine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DigestStream.h b/Foundation/include/Poco/DigestStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIterator.h b/Foundation/include/Poco/DirectoryIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIteratorStrategy.h b/Foundation/include/Poco/DirectoryIteratorStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIterator_UNIX.h b/Foundation/include/Poco/DirectoryIterator_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIterator_VMS.h b/Foundation/include/Poco/DirectoryIterator_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIterator_WIN32.h b/Foundation/include/Poco/DirectoryIterator_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryIterator_WIN32U.h b/Foundation/include/Poco/DirectoryIterator_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DirectoryWatcher.h b/Foundation/include/Poco/DirectoryWatcher.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Dynamic/Pair.h b/Foundation/include/Poco/Dynamic/Pair.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Dynamic/Struct.h b/Foundation/include/Poco/Dynamic/Struct.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Dynamic/Var.h b/Foundation/include/Poco/Dynamic/Var.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Dynamic/VarHolder.h b/Foundation/include/Poco/Dynamic/VarHolder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Dynamic/VarIterator.h b/Foundation/include/Poco/Dynamic/VarIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DynamicAny.h b/Foundation/include/Poco/DynamicAny.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DynamicAnyHolder.h b/Foundation/include/Poco/DynamicAnyHolder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DynamicFactory.h b/Foundation/include/Poco/DynamicFactory.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/DynamicStruct.h b/Foundation/include/Poco/DynamicStruct.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment.h b/Foundation/include/Poco/Environment.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_UNIX.h b/Foundation/include/Poco/Environment_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_VMS.h b/Foundation/include/Poco/Environment_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_VX.h b/Foundation/include/Poco/Environment_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_WIN32.h b/Foundation/include/Poco/Environment_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_WIN32U.h b/Foundation/include/Poco/Environment_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Environment_WINCE.h b/Foundation/include/Poco/Environment_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Error.h b/Foundation/include/Poco/Error.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ErrorHandler.h b/Foundation/include/Poco/ErrorHandler.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Event.h b/Foundation/include/Poco/Event.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/EventArgs.h b/Foundation/include/Poco/EventArgs.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/EventLogChannel.h b/Foundation/include/Poco/EventLogChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Event_POSIX.h b/Foundation/include/Poco/Event_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Event_VX.h b/Foundation/include/Poco/Event_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Event_WIN32.h b/Foundation/include/Poco/Event_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Exception.h b/Foundation/include/Poco/Exception.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ExpirationDecorator.h b/Foundation/include/Poco/ExpirationDecorator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Expire.h b/Foundation/include/Poco/Expire.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ExpireCache.h b/Foundation/include/Poco/ExpireCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ExpireLRUCache.h b/Foundation/include/Poco/ExpireLRUCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ExpireStrategy.h b/Foundation/include/Poco/ExpireStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FIFOBuffer.h b/Foundation/include/Poco/FIFOBuffer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FIFOBufferStream.h b/Foundation/include/Poco/FIFOBufferStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FIFOEvent.h b/Foundation/include/Poco/FIFOEvent.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FIFOStrategy.h b/Foundation/include/Poco/FIFOStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment.h b/Foundation/include/Poco/FPEnvironment.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment_C99.h b/Foundation/include/Poco/FPEnvironment_C99.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment_DEC.h b/Foundation/include/Poco/FPEnvironment_DEC.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment_DUMMY.h b/Foundation/include/Poco/FPEnvironment_DUMMY.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment_SUN.h b/Foundation/include/Poco/FPEnvironment_SUN.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FPEnvironment_WIN32.h b/Foundation/include/Poco/FPEnvironment_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File.h b/Foundation/include/Poco/File.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FileChannel.h b/Foundation/include/Poco/FileChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FileStream.h b/Foundation/include/Poco/FileStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FileStreamFactory.h b/Foundation/include/Poco/FileStreamFactory.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FileStream_POSIX.h b/Foundation/include/Poco/FileStream_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FileStream_WIN32.h b/Foundation/include/Poco/FileStream_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_UNIX.h b/Foundation/include/Poco/File_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_VMS.h b/Foundation/include/Poco/File_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_VX.h b/Foundation/include/Poco/File_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_WIN32.h b/Foundation/include/Poco/File_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_WIN32U.h b/Foundation/include/Poco/File_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/File_WINCE.h b/Foundation/include/Poco/File_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Format.h b/Foundation/include/Poco/Format.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Formatter.h b/Foundation/include/Poco/Formatter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FormattingChannel.h b/Foundation/include/Poco/FormattingChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Foundation.h b/Foundation/include/Poco/Foundation.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FunctionDelegate.h b/Foundation/include/Poco/FunctionDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/FunctionPriorityDelegate.h b/Foundation/include/Poco/FunctionPriorityDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Glob.h b/Foundation/include/Poco/Glob.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HMACEngine.h b/Foundation/include/Poco/HMACEngine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Hash.h b/Foundation/include/Poco/Hash.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HashFunction.h b/Foundation/include/Poco/HashFunction.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HashMap.h b/Foundation/include/Poco/HashMap.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HashSet.h b/Foundation/include/Poco/HashSet.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HashStatistic.h b/Foundation/include/Poco/HashStatistic.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HashTable.h b/Foundation/include/Poco/HashTable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HexBinaryDecoder.h b/Foundation/include/Poco/HexBinaryDecoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/HexBinaryEncoder.h b/Foundation/include/Poco/HexBinaryEncoder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/InflatingStream.h b/Foundation/include/Poco/InflatingStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Instantiator.h b/Foundation/include/Poco/Instantiator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/KeyValueArgs.h b/Foundation/include/Poco/KeyValueArgs.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LRUCache.h b/Foundation/include/Poco/LRUCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LRUStrategy.h b/Foundation/include/Poco/LRUStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Latin1Encoding.h b/Foundation/include/Poco/Latin1Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Latin2Encoding.h b/Foundation/include/Poco/Latin2Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Latin9Encoding.h b/Foundation/include/Poco/Latin9Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LineEndingConverter.h b/Foundation/include/Poco/LineEndingConverter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LinearHashTable.h b/Foundation/include/Poco/LinearHashTable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ListMap.h b/Foundation/include/Poco/ListMap.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LocalDateTime.h b/Foundation/include/Poco/LocalDateTime.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogFile.h b/Foundation/include/Poco/LogFile.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogFile_STD.h b/Foundation/include/Poco/LogFile_STD.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogFile_VMS.h b/Foundation/include/Poco/LogFile_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogFile_WIN32.h b/Foundation/include/Poco/LogFile_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogFile_WIN32U.h b/Foundation/include/Poco/LogFile_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LogStream.h b/Foundation/include/Poco/LogStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Logger.h b/Foundation/include/Poco/Logger.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LoggingFactory.h b/Foundation/include/Poco/LoggingFactory.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/LoggingRegistry.h b/Foundation/include/Poco/LoggingRegistry.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MD4Engine.h b/Foundation/include/Poco/MD4Engine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MD5Engine.h b/Foundation/include/Poco/MD5Engine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Manifest.h b/Foundation/include/Poco/Manifest.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MemoryPool.h b/Foundation/include/Poco/MemoryPool.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MemoryStream.h b/Foundation/include/Poco/MemoryStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Message.h b/Foundation/include/Poco/Message.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MetaObject.h b/Foundation/include/Poco/MetaObject.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/MetaProgramming.h b/Foundation/include/Poco/MetaProgramming.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Mutex.h b/Foundation/include/Poco/Mutex.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Mutex_POSIX.h b/Foundation/include/Poco/Mutex_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Mutex_VX.h b/Foundation/include/Poco/Mutex_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Mutex_WIN32.h b/Foundation/include/Poco/Mutex_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Mutex_WINCE.h b/Foundation/include/Poco/Mutex_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NObserver.h b/Foundation/include/Poco/NObserver.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent.h b/Foundation/include/Poco/NamedEvent.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent_Android.h b/Foundation/include/Poco/NamedEvent_Android.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent_UNIX.h b/Foundation/include/Poco/NamedEvent_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent_VMS.h b/Foundation/include/Poco/NamedEvent_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent_WIN32.h b/Foundation/include/Poco/NamedEvent_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedEvent_WIN32U.h b/Foundation/include/Poco/NamedEvent_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex.h b/Foundation/include/Poco/NamedMutex.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex_Android.h b/Foundation/include/Poco/NamedMutex_Android.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex_UNIX.h b/Foundation/include/Poco/NamedMutex_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex_VMS.h b/Foundation/include/Poco/NamedMutex_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex_WIN32.h b/Foundation/include/Poco/NamedMutex_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedMutex_WIN32U.h b/Foundation/include/Poco/NamedMutex_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NamedTuple.h b/Foundation/include/Poco/NamedTuple.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NestedDiagnosticContext.h b/Foundation/include/Poco/NestedDiagnosticContext.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Notification.h b/Foundation/include/Poco/Notification.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NotificationCenter.h b/Foundation/include/Poco/NotificationCenter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NotificationQueue.h b/Foundation/include/Poco/NotificationQueue.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NotificationStrategy.h b/Foundation/include/Poco/NotificationStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NullChannel.h b/Foundation/include/Poco/NullChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NullStream.h b/Foundation/include/Poco/NullStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Nullable.h b/Foundation/include/Poco/Nullable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NumberFormatter.h b/Foundation/include/Poco/NumberFormatter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NumberParser.h b/Foundation/include/Poco/NumberParser.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/NumericString.h b/Foundation/include/Poco/NumericString.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ObjectPool.h b/Foundation/include/Poco/ObjectPool.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Observer.h b/Foundation/include/Poco/Observer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/OpcomChannel.h b/Foundation/include/Poco/OpcomChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Optional.h b/Foundation/include/Poco/Optional.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PBKDF2Engine.h b/Foundation/include/Poco/PBKDF2Engine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path.h b/Foundation/include/Poco/Path.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path_UNIX.h b/Foundation/include/Poco/Path_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path_VMS.h b/Foundation/include/Poco/Path_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path_WIN32.h b/Foundation/include/Poco/Path_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path_WIN32U.h b/Foundation/include/Poco/Path_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Path_WINCE.h b/Foundation/include/Poco/Path_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PatternFormatter.h b/Foundation/include/Poco/PatternFormatter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Pipe.h b/Foundation/include/Poco/Pipe.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PipeImpl.h b/Foundation/include/Poco/PipeImpl.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PipeImpl_DUMMY.h b/Foundation/include/Poco/PipeImpl_DUMMY.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PipeImpl_POSIX.h b/Foundation/include/Poco/PipeImpl_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PipeImpl_WIN32.h b/Foundation/include/Poco/PipeImpl_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PipeStream.h b/Foundation/include/Poco/PipeStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Platform.h b/Foundation/include/Poco/Platform.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Platform_POSIX.h b/Foundation/include/Poco/Platform_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Platform_VMS.h b/Foundation/include/Poco/Platform_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Platform_VX.h b/Foundation/include/Poco/Platform_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Platform_WIN32.h b/Foundation/include/Poco/Platform_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Poco.h b/Foundation/include/Poco/Poco.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PriorityDelegate.h b/Foundation/include/Poco/PriorityDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PriorityEvent.h b/Foundation/include/Poco/PriorityEvent.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PriorityExpire.h b/Foundation/include/Poco/PriorityExpire.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PriorityNotificationQueue.h b/Foundation/include/Poco/PriorityNotificationQueue.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PriorityStrategy.h b/Foundation/include/Poco/PriorityStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process.h b/Foundation/include/Poco/Process.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_UNIX.h b/Foundation/include/Poco/Process_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_VMS.h b/Foundation/include/Poco/Process_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_VX.h b/Foundation/include/Poco/Process_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_WIN32.h b/Foundation/include/Poco/Process_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_WIN32U.h b/Foundation/include/Poco/Process_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Process_WINCE.h b/Foundation/include/Poco/Process_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/PurgeStrategy.h b/Foundation/include/Poco/PurgeStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock.h b/Foundation/include/Poco/RWLock.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock_Android.h b/Foundation/include/Poco/RWLock_Android.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock_POSIX.h b/Foundation/include/Poco/RWLock_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock_VX.h b/Foundation/include/Poco/RWLock_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock_WIN32.h b/Foundation/include/Poco/RWLock_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RWLock_WINCE.h b/Foundation/include/Poco/RWLock_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Random.h b/Foundation/include/Poco/Random.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RandomStream.h b/Foundation/include/Poco/RandomStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RecursiveDirectoryIterator.h b/Foundation/include/Poco/RecursiveDirectoryIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RecursiveDirectoryIteratorImpl.h b/Foundation/include/Poco/RecursiveDirectoryIteratorImpl.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RefCountedObject.h b/Foundation/include/Poco/RefCountedObject.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RegularExpression.h b/Foundation/include/Poco/RegularExpression.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RotateStrategy.h b/Foundation/include/Poco/RotateStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Runnable.h b/Foundation/include/Poco/Runnable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/RunnableAdapter.h b/Foundation/include/Poco/RunnableAdapter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SHA1Engine.h b/Foundation/include/Poco/SHA1Engine.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ScopedLock.h b/Foundation/include/Poco/ScopedLock.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ScopedUnlock.h b/Foundation/include/Poco/ScopedUnlock.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Semaphore.h b/Foundation/include/Poco/Semaphore.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Semaphore_POSIX.h b/Foundation/include/Poco/Semaphore_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Semaphore_VX.h b/Foundation/include/Poco/Semaphore_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Semaphore_WIN32.h b/Foundation/include/Poco/Semaphore_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary.h b/Foundation/include/Poco/SharedLibrary.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_HPUX.h b/Foundation/include/Poco/SharedLibrary_HPUX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_UNIX.h b/Foundation/include/Poco/SharedLibrary_UNIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_VMS.h b/Foundation/include/Poco/SharedLibrary_VMS.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_VX.h b/Foundation/include/Poco/SharedLibrary_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_WIN32.h b/Foundation/include/Poco/SharedLibrary_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedLibrary_WIN32U.h b/Foundation/include/Poco/SharedLibrary_WIN32U.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedMemory.h b/Foundation/include/Poco/SharedMemory.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedMemory_DUMMY.h b/Foundation/include/Poco/SharedMemory_DUMMY.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedMemory_POSIX.h b/Foundation/include/Poco/SharedMemory_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedMemory_WIN32.h b/Foundation/include/Poco/SharedMemory_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SharedPtr.h b/Foundation/include/Poco/SharedPtr.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SignalHandler.h b/Foundation/include/Poco/SignalHandler.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SimpleFileChannel.h b/Foundation/include/Poco/SimpleFileChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SimpleHashTable.h b/Foundation/include/Poco/SimpleHashTable.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SingletonHolder.h b/Foundation/include/Poco/SingletonHolder.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SortedDirectoryIterator.h b/Foundation/include/Poco/SortedDirectoryIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SplitterChannel.h b/Foundation/include/Poco/SplitterChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Stopwatch.h b/Foundation/include/Poco/Stopwatch.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StrategyCollection.h b/Foundation/include/Poco/StrategyCollection.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StreamChannel.h b/Foundation/include/Poco/StreamChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StreamConverter.h b/Foundation/include/Poco/StreamConverter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StreamCopier.h b/Foundation/include/Poco/StreamCopier.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StreamTokenizer.h b/Foundation/include/Poco/StreamTokenizer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StreamUtil.h b/Foundation/include/Poco/StreamUtil.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/String.h b/Foundation/include/Poco/String.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/StringTokenizer.h b/Foundation/include/Poco/StringTokenizer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SynchronizedObject.h b/Foundation/include/Poco/SynchronizedObject.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/SyslogChannel.h b/Foundation/include/Poco/SyslogChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Task.h b/Foundation/include/Poco/Task.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TaskManager.h b/Foundation/include/Poco/TaskManager.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TaskNotification.h b/Foundation/include/Poco/TaskNotification.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TeeStream.h b/Foundation/include/Poco/TeeStream.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TemporaryFile.h b/Foundation/include/Poco/TemporaryFile.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TextBufferIterator.h b/Foundation/include/Poco/TextBufferIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TextConverter.h b/Foundation/include/Poco/TextConverter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TextEncoding.h b/Foundation/include/Poco/TextEncoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TextIterator.h b/Foundation/include/Poco/TextIterator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Thread.h b/Foundation/include/Poco/Thread.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ThreadLocal.h b/Foundation/include/Poco/ThreadLocal.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ThreadPool.h b/Foundation/include/Poco/ThreadPool.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ThreadTarget.h b/Foundation/include/Poco/ThreadTarget.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Thread_POSIX.h b/Foundation/include/Poco/Thread_POSIX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Thread_VX.h b/Foundation/include/Poco/Thread_VX.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Thread_WIN32.h b/Foundation/include/Poco/Thread_WIN32.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Thread_WINCE.h b/Foundation/include/Poco/Thread_WINCE.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TimedNotificationQueue.h b/Foundation/include/Poco/TimedNotificationQueue.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Timer.h b/Foundation/include/Poco/Timer.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Timespan.h b/Foundation/include/Poco/Timespan.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Timestamp.h b/Foundation/include/Poco/Timestamp.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Timezone.h b/Foundation/include/Poco/Timezone.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Token.h b/Foundation/include/Poco/Token.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Tuple.h b/Foundation/include/Poco/Tuple.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/TypeList.h b/Foundation/include/Poco/TypeList.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Types.h b/Foundation/include/Poco/Types.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/URI.h b/Foundation/include/Poco/URI.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/URIStreamFactory.h b/Foundation/include/Poco/URIStreamFactory.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/URIStreamOpener.h b/Foundation/include/Poco/URIStreamOpener.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UTF16Encoding.h b/Foundation/include/Poco/UTF16Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UTF32Encoding.h b/Foundation/include/Poco/UTF32Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UTF8Encoding.h b/Foundation/include/Poco/UTF8Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UTF8String.h b/Foundation/include/Poco/UTF8String.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UTFString.h b/Foundation/include/Poco/UTFString.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UUID.h b/Foundation/include/Poco/UUID.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UUIDGenerator.h b/Foundation/include/Poco/UUIDGenerator.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UnWindows.h b/Foundation/include/Poco/UnWindows.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UnbufferedStreamBuf.h b/Foundation/include/Poco/UnbufferedStreamBuf.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Unicode.h b/Foundation/include/Poco/Unicode.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UnicodeConverter.h b/Foundation/include/Poco/UnicodeConverter.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueAccessExpireCache.h b/Foundation/include/Poco/UniqueAccessExpireCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueAccessExpireLRUCache.h b/Foundation/include/Poco/UniqueAccessExpireLRUCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueAccessExpireStrategy.h b/Foundation/include/Poco/UniqueAccessExpireStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueExpireCache.h b/Foundation/include/Poco/UniqueExpireCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueExpireLRUCache.h b/Foundation/include/Poco/UniqueExpireLRUCache.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/UniqueExpireStrategy.h b/Foundation/include/Poco/UniqueExpireStrategy.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/ValidArgs.h b/Foundation/include/Poco/ValidArgs.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Void.h b/Foundation/include/Poco/Void.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Windows1250Encoding.h b/Foundation/include/Poco/Windows1250Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Windows1251Encoding.h b/Foundation/include/Poco/Windows1251Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/Windows1252Encoding.h b/Foundation/include/Poco/Windows1252Encoding.h old mode 100755 new mode 100644 diff --git a/Foundation/include/Poco/WindowsConsoleChannel.h b/Foundation/include/Poco/WindowsConsoleChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp b/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/Activity/src/Activity.cpp b/Foundation/samples/Activity/src/Activity.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp b/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/DateTime/src/DateTime.cpp b/Foundation/samples/DateTime/src/DateTime.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/LineEndingConverter/src/LineEndingConverter.cpp b/Foundation/samples/LineEndingConverter/src/LineEndingConverter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/LogRotation/src/LogRotation.cpp b/Foundation/samples/LogRotation/src/LogRotation.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/Logger/src/Logger.cpp b/Foundation/samples/Logger/src/Logger.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp b/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp b/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/Timer/src/Timer.cpp b/Foundation/samples/Timer/src/Timer.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/URI/src/URI.cpp b/Foundation/samples/URI/src/URI.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/base64decode/src/base64decode.cpp b/Foundation/samples/base64decode/src/base64decode.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/base64encode/src/base64encode.cpp b/Foundation/samples/base64encode/src/base64encode.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/deflate/src/deflate.cpp b/Foundation/samples/deflate/src/deflate.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/dir/src/dir.cpp b/Foundation/samples/dir/src/dir.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/grep/src/grep.cpp b/Foundation/samples/grep/src/grep.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/hmacmd5/src/hmacmd5.cpp b/Foundation/samples/hmacmd5/src/hmacmd5.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/inflate/src/inflate.cpp b/Foundation/samples/inflate/src/inflate.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/md5/src/md5.cpp b/Foundation/samples/md5/src/md5.cpp old mode 100755 new mode 100644 diff --git a/Foundation/samples/uuidgen/src/uuidgen.cpp b/Foundation/samples/uuidgen/src/uuidgen.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ASCIIEncoding.cpp b/Foundation/src/ASCIIEncoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/AbstractObserver.cpp b/Foundation/src/AbstractObserver.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ActiveDispatcher.cpp b/Foundation/src/ActiveDispatcher.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ArchiveStrategy.cpp b/Foundation/src/ArchiveStrategy.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Ascii.cpp b/Foundation/src/Ascii.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/AsyncChannel.cpp b/Foundation/src/AsyncChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/AtomicCounter.cpp b/Foundation/src/AtomicCounter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Base32Decoder.cpp b/Foundation/src/Base32Decoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Base32Encoder.cpp b/Foundation/src/Base32Encoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Base64Decoder.cpp b/Foundation/src/Base64Decoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Base64Encoder.cpp b/Foundation/src/Base64Encoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/BinaryReader.cpp b/Foundation/src/BinaryReader.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/BinaryWriter.cpp b/Foundation/src/BinaryWriter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Bugcheck.cpp b/Foundation/src/Bugcheck.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ByteOrder.cpp b/Foundation/src/ByteOrder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Channel.cpp b/Foundation/src/Channel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Checksum.cpp b/Foundation/src/Checksum.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Clock.cpp b/Foundation/src/Clock.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Condition.cpp b/Foundation/src/Condition.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Configurable.cpp b/Foundation/src/Configurable.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ConsoleChannel.cpp b/Foundation/src/ConsoleChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/CountingStream.cpp b/Foundation/src/CountingStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DateTime.cpp b/Foundation/src/DateTime.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DateTimeFormat.cpp b/Foundation/src/DateTimeFormat.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DateTimeFormatter.cpp b/Foundation/src/DateTimeFormatter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DateTimeParser.cpp b/Foundation/src/DateTimeParser.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Debugger.cpp b/Foundation/src/Debugger.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DeflatingStream.cpp b/Foundation/src/DeflatingStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DigestEngine.cpp b/Foundation/src/DigestEngine.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DigestStream.cpp b/Foundation/src/DigestStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIterator.cpp b/Foundation/src/DirectoryIterator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIteratorStrategy.cpp b/Foundation/src/DirectoryIteratorStrategy.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIterator_UNIX.cpp b/Foundation/src/DirectoryIterator_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIterator_VMS.cpp b/Foundation/src/DirectoryIterator_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIterator_WIN32.cpp b/Foundation/src/DirectoryIterator_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryIterator_WIN32U.cpp b/Foundation/src/DirectoryIterator_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/DirectoryWatcher.cpp b/Foundation/src/DirectoryWatcher.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment.cpp b/Foundation/src/Environment.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_UNIX.cpp b/Foundation/src/Environment_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_VMS.cpp b/Foundation/src/Environment_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_VX.cpp b/Foundation/src/Environment_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_WIN32.cpp b/Foundation/src/Environment_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_WIN32U.cpp b/Foundation/src/Environment_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Environment_WINCE.cpp b/Foundation/src/Environment_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Error.cpp b/Foundation/src/Error.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ErrorHandler.cpp b/Foundation/src/ErrorHandler.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Event.cpp b/Foundation/src/Event.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/EventArgs.cpp b/Foundation/src/EventArgs.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/EventLogChannel.cpp b/Foundation/src/EventLogChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Event_POSIX.cpp b/Foundation/src/Event_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Event_VX.cpp b/Foundation/src/Event_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Event_WIN32.cpp b/Foundation/src/Event_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Exception.cpp b/Foundation/src/Exception.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FIFOBufferStream.cpp b/Foundation/src/FIFOBufferStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment.cpp b/Foundation/src/FPEnvironment.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment_C99.cpp b/Foundation/src/FPEnvironment_C99.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment_DEC.cpp b/Foundation/src/FPEnvironment_DEC.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment_DUMMY.cpp b/Foundation/src/FPEnvironment_DUMMY.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment_SUN.cpp b/Foundation/src/FPEnvironment_SUN.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FPEnvironment_WIN32.cpp b/Foundation/src/FPEnvironment_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File.cpp b/Foundation/src/File.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FileChannel.cpp b/Foundation/src/FileChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FileStream.cpp b/Foundation/src/FileStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FileStreamFactory.cpp b/Foundation/src/FileStreamFactory.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FileStream_POSIX.cpp b/Foundation/src/FileStream_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FileStream_WIN32.cpp b/Foundation/src/FileStream_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_UNIX.cpp b/Foundation/src/File_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_VMS.cpp b/Foundation/src/File_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_VX.cpp b/Foundation/src/File_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_WIN32.cpp b/Foundation/src/File_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_WIN32U.cpp b/Foundation/src/File_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/File_WINCE.cpp b/Foundation/src/File_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Format.cpp b/Foundation/src/Format.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Formatter.cpp b/Foundation/src/Formatter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/FormattingChannel.cpp b/Foundation/src/FormattingChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Glob.cpp b/Foundation/src/Glob.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Hash.cpp b/Foundation/src/Hash.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/HashStatistic.cpp b/Foundation/src/HashStatistic.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/HexBinaryDecoder.cpp b/Foundation/src/HexBinaryDecoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/HexBinaryEncoder.cpp b/Foundation/src/HexBinaryEncoder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/InflatingStream.cpp b/Foundation/src/InflatingStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Latin1Encoding.cpp b/Foundation/src/Latin1Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Latin2Encoding.cpp b/Foundation/src/Latin2Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Latin9Encoding.cpp b/Foundation/src/Latin9Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LineEndingConverter.cpp b/Foundation/src/LineEndingConverter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LocalDateTime.cpp b/Foundation/src/LocalDateTime.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogFile.cpp b/Foundation/src/LogFile.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogFile_STD.cpp b/Foundation/src/LogFile_STD.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogFile_VMS.cpp b/Foundation/src/LogFile_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogFile_WIN32.cpp b/Foundation/src/LogFile_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogFile_WIN32U.cpp b/Foundation/src/LogFile_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LogStream.cpp b/Foundation/src/LogStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Logger.cpp b/Foundation/src/Logger.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LoggingFactory.cpp b/Foundation/src/LoggingFactory.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/LoggingRegistry.cpp b/Foundation/src/LoggingRegistry.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/MD4Engine.cpp b/Foundation/src/MD4Engine.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/MD5Engine.cpp b/Foundation/src/MD5Engine.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Manifest.cpp b/Foundation/src/Manifest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/MemoryPool.cpp b/Foundation/src/MemoryPool.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/MemoryStream.cpp b/Foundation/src/MemoryStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Message.cpp b/Foundation/src/Message.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Mutex.cpp b/Foundation/src/Mutex.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Mutex_POSIX.cpp b/Foundation/src/Mutex_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Mutex_VX.cpp b/Foundation/src/Mutex_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Mutex_WIN32.cpp b/Foundation/src/Mutex_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Mutex_WINCE.cpp b/Foundation/src/Mutex_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent.cpp b/Foundation/src/NamedEvent.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent_Android.cpp b/Foundation/src/NamedEvent_Android.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent_UNIX.cpp b/Foundation/src/NamedEvent_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent_VMS.cpp b/Foundation/src/NamedEvent_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent_WIN32.cpp b/Foundation/src/NamedEvent_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedEvent_WIN32U.cpp b/Foundation/src/NamedEvent_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex.cpp b/Foundation/src/NamedMutex.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex_Android.cpp b/Foundation/src/NamedMutex_Android.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex_UNIX.cpp b/Foundation/src/NamedMutex_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex_VMS.cpp b/Foundation/src/NamedMutex_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex_WIN32.cpp b/Foundation/src/NamedMutex_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NamedMutex_WIN32U.cpp b/Foundation/src/NamedMutex_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NestedDiagnosticContext.cpp b/Foundation/src/NestedDiagnosticContext.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Notification.cpp b/Foundation/src/Notification.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NotificationCenter.cpp b/Foundation/src/NotificationCenter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NotificationQueue.cpp b/Foundation/src/NotificationQueue.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NullChannel.cpp b/Foundation/src/NullChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NullStream.cpp b/Foundation/src/NullStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NumberFormatter.cpp b/Foundation/src/NumberFormatter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NumberParser.cpp b/Foundation/src/NumberParser.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/NumericString.cpp b/Foundation/src/NumericString.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/OpcomChannel.cpp b/Foundation/src/OpcomChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path.cpp b/Foundation/src/Path.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path_UNIX.cpp b/Foundation/src/Path_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path_VMS.cpp b/Foundation/src/Path_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path_WIN32.cpp b/Foundation/src/Path_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path_WIN32U.cpp b/Foundation/src/Path_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Path_WINCE.cpp b/Foundation/src/Path_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PatternFormatter.cpp b/Foundation/src/PatternFormatter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Pipe.cpp b/Foundation/src/Pipe.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PipeImpl.cpp b/Foundation/src/PipeImpl.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PipeImpl_DUMMY.cpp b/Foundation/src/PipeImpl_DUMMY.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PipeImpl_POSIX.cpp b/Foundation/src/PipeImpl_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PipeImpl_WIN32.cpp b/Foundation/src/PipeImpl_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PipeStream.cpp b/Foundation/src/PipeStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PriorityNotificationQueue.cpp b/Foundation/src/PriorityNotificationQueue.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process.cpp b/Foundation/src/Process.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_UNIX.cpp b/Foundation/src/Process_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_VMS.cpp b/Foundation/src/Process_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_VX.cpp b/Foundation/src/Process_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_WIN32.cpp b/Foundation/src/Process_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_WIN32U.cpp b/Foundation/src/Process_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Process_WINCE.cpp b/Foundation/src/Process_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/PurgeStrategy.cpp b/Foundation/src/PurgeStrategy.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock.cpp b/Foundation/src/RWLock.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock_Android.cpp b/Foundation/src/RWLock_Android.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock_POSIX.cpp b/Foundation/src/RWLock_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock_VX.cpp b/Foundation/src/RWLock_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock_WIN32.cpp b/Foundation/src/RWLock_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RWLock_WINCE.cpp b/Foundation/src/RWLock_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Random.cpp b/Foundation/src/Random.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RandomStream.cpp b/Foundation/src/RandomStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RefCountedObject.cpp b/Foundation/src/RefCountedObject.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RegularExpression.cpp b/Foundation/src/RegularExpression.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/RotateStrategy.cpp b/Foundation/src/RotateStrategy.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Runnable.cpp b/Foundation/src/Runnable.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SHA1Engine.cpp b/Foundation/src/SHA1Engine.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Semaphore.cpp b/Foundation/src/Semaphore.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Semaphore_POSIX.cpp b/Foundation/src/Semaphore_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Semaphore_VX.cpp b/Foundation/src/Semaphore_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Semaphore_WIN32.cpp b/Foundation/src/Semaphore_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary.cpp b/Foundation/src/SharedLibrary.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_HPUX.cpp b/Foundation/src/SharedLibrary_HPUX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_UNIX.cpp b/Foundation/src/SharedLibrary_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_VMS.cpp b/Foundation/src/SharedLibrary_VMS.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_VX.cpp b/Foundation/src/SharedLibrary_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_WIN32.cpp b/Foundation/src/SharedLibrary_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedLibrary_WIN32U.cpp b/Foundation/src/SharedLibrary_WIN32U.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedMemory.cpp b/Foundation/src/SharedMemory.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedMemory_DUMMY.cpp b/Foundation/src/SharedMemory_DUMMY.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedMemory_POSIX.cpp b/Foundation/src/SharedMemory_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SharedMemory_WIN32.cpp b/Foundation/src/SharedMemory_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SignalHandler.cpp b/Foundation/src/SignalHandler.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SimpleFileChannel.cpp b/Foundation/src/SimpleFileChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SortedDirectoryIterator.cpp b/Foundation/src/SortedDirectoryIterator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SplitterChannel.cpp b/Foundation/src/SplitterChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Stopwatch.cpp b/Foundation/src/Stopwatch.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/StreamChannel.cpp b/Foundation/src/StreamChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/StreamConverter.cpp b/Foundation/src/StreamConverter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/StreamCopier.cpp b/Foundation/src/StreamCopier.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/StreamTokenizer.cpp b/Foundation/src/StreamTokenizer.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/String.cpp b/Foundation/src/String.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/StringTokenizer.cpp b/Foundation/src/StringTokenizer.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SynchronizedObject.cpp b/Foundation/src/SynchronizedObject.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/SyslogChannel.cpp b/Foundation/src/SyslogChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Task.cpp b/Foundation/src/Task.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TaskManager.cpp b/Foundation/src/TaskManager.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TaskNotification.cpp b/Foundation/src/TaskNotification.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TeeStream.cpp b/Foundation/src/TeeStream.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TemporaryFile.cpp b/Foundation/src/TemporaryFile.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TextBufferIterator.cpp b/Foundation/src/TextBufferIterator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TextConverter.cpp b/Foundation/src/TextConverter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TextEncoding.cpp b/Foundation/src/TextEncoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TextIterator.cpp b/Foundation/src/TextIterator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Thread.cpp b/Foundation/src/Thread.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ThreadLocal.cpp b/Foundation/src/ThreadLocal.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ThreadPool.cpp b/Foundation/src/ThreadPool.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/ThreadTarget.cpp b/Foundation/src/ThreadTarget.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Thread_POSIX.cpp b/Foundation/src/Thread_POSIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Thread_VX.cpp b/Foundation/src/Thread_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Thread_WIN32.cpp b/Foundation/src/Thread_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Thread_WINCE.cpp b/Foundation/src/Thread_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/TimedNotificationQueue.cpp b/Foundation/src/TimedNotificationQueue.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timer.cpp b/Foundation/src/Timer.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timespan.cpp b/Foundation/src/Timespan.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timestamp.cpp b/Foundation/src/Timestamp.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timezone.cpp b/Foundation/src/Timezone.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timezone_UNIX.cpp b/Foundation/src/Timezone_UNIX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timezone_VX.cpp b/Foundation/src/Timezone_VX.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timezone_WIN32.cpp b/Foundation/src/Timezone_WIN32.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Timezone_WINCE.cpp b/Foundation/src/Timezone_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Token.cpp b/Foundation/src/Token.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/URI.cpp b/Foundation/src/URI.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/URIStreamFactory.cpp b/Foundation/src/URIStreamFactory.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/URIStreamOpener.cpp b/Foundation/src/URIStreamOpener.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UTF16Encoding.cpp b/Foundation/src/UTF16Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UTF32Encoding.cpp b/Foundation/src/UTF32Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UTF8Encoding.cpp b/Foundation/src/UTF8Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UTF8String.cpp b/Foundation/src/UTF8String.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UUID.cpp b/Foundation/src/UUID.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UUIDGenerator.cpp b/Foundation/src/UUIDGenerator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Unicode.cpp b/Foundation/src/Unicode.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/UnicodeConverter.cpp b/Foundation/src/UnicodeConverter.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Var.cpp b/Foundation/src/Var.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/VarHolder.cpp b/Foundation/src/VarHolder.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/VarIterator.cpp b/Foundation/src/VarIterator.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Void.cpp b/Foundation/src/Void.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Windows1250Encoding.cpp b/Foundation/src/Windows1250Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Windows1251Encoding.cpp b/Foundation/src/Windows1251Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/Windows1252Encoding.cpp b/Foundation/src/Windows1252Encoding.cpp old mode 100755 new mode 100644 diff --git a/Foundation/src/WindowsConsoleChannel.cpp b/Foundation/src/WindowsConsoleChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActiveDispatcherTest.cpp b/Foundation/testsuite/src/ActiveDispatcherTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActiveDispatcherTest.h b/Foundation/testsuite/src/ActiveDispatcherTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActiveMethodTest.cpp b/Foundation/testsuite/src/ActiveMethodTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActiveMethodTest.h b/Foundation/testsuite/src/ActiveMethodTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActivityTest.cpp b/Foundation/testsuite/src/ActivityTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ActivityTest.h b/Foundation/testsuite/src/ActivityTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AnyTest.cpp b/Foundation/testsuite/src/AnyTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AnyTest.h b/Foundation/testsuite/src/AnyTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ArrayTest.cpp b/Foundation/testsuite/src/ArrayTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ArrayTest.h b/Foundation/testsuite/src/ArrayTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AutoPtrTest.cpp b/Foundation/testsuite/src/AutoPtrTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AutoPtrTest.h b/Foundation/testsuite/src/AutoPtrTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AutoReleasePoolTest.cpp b/Foundation/testsuite/src/AutoReleasePoolTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/AutoReleasePoolTest.h b/Foundation/testsuite/src/AutoReleasePoolTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/Base32Test.cpp b/Foundation/testsuite/src/Base32Test.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/Base32Test.h b/Foundation/testsuite/src/Base32Test.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/Base64Test.cpp b/Foundation/testsuite/src/Base64Test.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/Base64Test.h b/Foundation/testsuite/src/Base64Test.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/BasicEventTest.cpp b/Foundation/testsuite/src/BasicEventTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/BasicEventTest.h b/Foundation/testsuite/src/BasicEventTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/BinaryReaderWriterTest.cpp b/Foundation/testsuite/src/BinaryReaderWriterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/BinaryReaderWriterTest.h b/Foundation/testsuite/src/BinaryReaderWriterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ByteOrderTest.cpp b/Foundation/testsuite/src/ByteOrderTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ByteOrderTest.h b/Foundation/testsuite/src/ByteOrderTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CacheTestSuite.cpp b/Foundation/testsuite/src/CacheTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CacheTestSuite.h b/Foundation/testsuite/src/CacheTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ChannelTest.cpp b/Foundation/testsuite/src/ChannelTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ChannelTest.h b/Foundation/testsuite/src/ChannelTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ClassLoaderTest.cpp b/Foundation/testsuite/src/ClassLoaderTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ClassLoaderTest.h b/Foundation/testsuite/src/ClassLoaderTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ClockTest.cpp b/Foundation/testsuite/src/ClockTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ClockTest.h b/Foundation/testsuite/src/ClockTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ConditionTest.cpp b/Foundation/testsuite/src/ConditionTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ConditionTest.h b/Foundation/testsuite/src/ConditionTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CoreTest.cpp b/Foundation/testsuite/src/CoreTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CoreTest.h b/Foundation/testsuite/src/CoreTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CoreTestSuite.cpp b/Foundation/testsuite/src/CoreTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CoreTestSuite.h b/Foundation/testsuite/src/CoreTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CountingStreamTest.cpp b/Foundation/testsuite/src/CountingStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CountingStreamTest.h b/Foundation/testsuite/src/CountingStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CryptTestSuite.cpp b/Foundation/testsuite/src/CryptTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/CryptTestSuite.h b/Foundation/testsuite/src/CryptTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeFormatterTest.cpp b/Foundation/testsuite/src/DateTimeFormatterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeFormatterTest.h b/Foundation/testsuite/src/DateTimeFormatterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeParserTest.cpp b/Foundation/testsuite/src/DateTimeParserTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeParserTest.h b/Foundation/testsuite/src/DateTimeParserTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeTest.cpp b/Foundation/testsuite/src/DateTimeTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeTest.h b/Foundation/testsuite/src/DateTimeTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeTestSuite.cpp b/Foundation/testsuite/src/DateTimeTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DateTimeTestSuite.h b/Foundation/testsuite/src/DateTimeTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DigestStreamTest.cpp b/Foundation/testsuite/src/DigestStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DigestStreamTest.h b/Foundation/testsuite/src/DigestStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DirectoryIteratorsTest.cpp b/Foundation/testsuite/src/DirectoryIteratorsTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DirectoryIteratorsTest.h b/Foundation/testsuite/src/DirectoryIteratorsTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DirectoryWatcherTest.cpp b/Foundation/testsuite/src/DirectoryWatcherTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DirectoryWatcherTest.h b/Foundation/testsuite/src/DirectoryWatcherTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/Driver.cpp b/Foundation/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DummyDelegate.cpp b/Foundation/testsuite/src/DummyDelegate.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DummyDelegate.h b/Foundation/testsuite/src/DummyDelegate.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DynamicFactoryTest.cpp b/Foundation/testsuite/src/DynamicFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DynamicFactoryTest.h b/Foundation/testsuite/src/DynamicFactoryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DynamicTestSuite.cpp b/Foundation/testsuite/src/DynamicTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/DynamicTestSuite.h b/Foundation/testsuite/src/DynamicTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/EventTestSuite.cpp b/Foundation/testsuite/src/EventTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/EventTestSuite.h b/Foundation/testsuite/src/EventTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ExpireCacheTest.cpp b/Foundation/testsuite/src/ExpireCacheTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ExpireCacheTest.h b/Foundation/testsuite/src/ExpireCacheTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ExpireLRUCacheTest.cpp b/Foundation/testsuite/src/ExpireLRUCacheTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ExpireLRUCacheTest.h b/Foundation/testsuite/src/ExpireLRUCacheTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FIFOBufferStreamTest.cpp b/Foundation/testsuite/src/FIFOBufferStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FIFOBufferStreamTest.h b/Foundation/testsuite/src/FIFOBufferStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FIFOEventTest.cpp b/Foundation/testsuite/src/FIFOEventTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FIFOEventTest.h b/Foundation/testsuite/src/FIFOEventTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FPETest.cpp b/Foundation/testsuite/src/FPETest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FPETest.h b/Foundation/testsuite/src/FPETest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileChannelTest.cpp b/Foundation/testsuite/src/FileChannelTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileChannelTest.h b/Foundation/testsuite/src/FileChannelTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileStreamTest.cpp b/Foundation/testsuite/src/FileStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileStreamTest.h b/Foundation/testsuite/src/FileStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileTest.cpp b/Foundation/testsuite/src/FileTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FileTest.h b/Foundation/testsuite/src/FileTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FilesystemTestSuite.cpp b/Foundation/testsuite/src/FilesystemTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FilesystemTestSuite.h b/Foundation/testsuite/src/FilesystemTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FormatTest.cpp b/Foundation/testsuite/src/FormatTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FormatTest.h b/Foundation/testsuite/src/FormatTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FoundationTestSuite.cpp b/Foundation/testsuite/src/FoundationTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/FoundationTestSuite.h b/Foundation/testsuite/src/FoundationTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/GlobTest.cpp b/Foundation/testsuite/src/GlobTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/GlobTest.h b/Foundation/testsuite/src/GlobTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HMACEngineTest.cpp b/Foundation/testsuite/src/HMACEngineTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HMACEngineTest.h b/Foundation/testsuite/src/HMACEngineTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashMapTest.cpp b/Foundation/testsuite/src/HashMapTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashMapTest.h b/Foundation/testsuite/src/HashMapTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashSetTest.cpp b/Foundation/testsuite/src/HashSetTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashSetTest.h b/Foundation/testsuite/src/HashSetTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashTableTest.cpp b/Foundation/testsuite/src/HashTableTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashTableTest.h b/Foundation/testsuite/src/HashTableTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashingTestSuite.cpp b/Foundation/testsuite/src/HashingTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HashingTestSuite.h b/Foundation/testsuite/src/HashingTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HexBinaryTest.cpp b/Foundation/testsuite/src/HexBinaryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/HexBinaryTest.h b/Foundation/testsuite/src/HexBinaryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LRUCacheTest.cpp b/Foundation/testsuite/src/LRUCacheTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LRUCacheTest.h b/Foundation/testsuite/src/LRUCacheTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LineEndingConverterTest.cpp b/Foundation/testsuite/src/LineEndingConverterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LineEndingConverterTest.h b/Foundation/testsuite/src/LineEndingConverterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LinearHashTableTest.cpp b/Foundation/testsuite/src/LinearHashTableTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LinearHashTableTest.h b/Foundation/testsuite/src/LinearHashTableTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ListMapTest.cpp b/Foundation/testsuite/src/ListMapTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ListMapTest.h b/Foundation/testsuite/src/ListMapTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LocalDateTimeTest.cpp b/Foundation/testsuite/src/LocalDateTimeTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LocalDateTimeTest.h b/Foundation/testsuite/src/LocalDateTimeTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LogStreamTest.cpp b/Foundation/testsuite/src/LogStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LogStreamTest.h b/Foundation/testsuite/src/LogStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggerTest.cpp b/Foundation/testsuite/src/LoggerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggerTest.h b/Foundation/testsuite/src/LoggerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingFactoryTest.cpp b/Foundation/testsuite/src/LoggingFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingFactoryTest.h b/Foundation/testsuite/src/LoggingFactoryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingRegistryTest.cpp b/Foundation/testsuite/src/LoggingRegistryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingRegistryTest.h b/Foundation/testsuite/src/LoggingRegistryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingTestSuite.cpp b/Foundation/testsuite/src/LoggingTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/LoggingTestSuite.h b/Foundation/testsuite/src/LoggingTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MD4EngineTest.cpp b/Foundation/testsuite/src/MD4EngineTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MD4EngineTest.h b/Foundation/testsuite/src/MD4EngineTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MD5EngineTest.cpp b/Foundation/testsuite/src/MD5EngineTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MD5EngineTest.h b/Foundation/testsuite/src/MD5EngineTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ManifestTest.cpp b/Foundation/testsuite/src/ManifestTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ManifestTest.h b/Foundation/testsuite/src/ManifestTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MemoryPoolTest.cpp b/Foundation/testsuite/src/MemoryPoolTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MemoryPoolTest.h b/Foundation/testsuite/src/MemoryPoolTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MemoryStreamTest.cpp b/Foundation/testsuite/src/MemoryStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/MemoryStreamTest.h b/Foundation/testsuite/src/MemoryStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NDCTest.cpp b/Foundation/testsuite/src/NDCTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NDCTest.h b/Foundation/testsuite/src/NDCTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedEventTest.cpp b/Foundation/testsuite/src/NamedEventTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedEventTest.h b/Foundation/testsuite/src/NamedEventTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedMutexTest.cpp b/Foundation/testsuite/src/NamedMutexTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedMutexTest.h b/Foundation/testsuite/src/NamedMutexTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedTuplesTest.cpp b/Foundation/testsuite/src/NamedTuplesTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NamedTuplesTest.h b/Foundation/testsuite/src/NamedTuplesTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationCenterTest.cpp b/Foundation/testsuite/src/NotificationCenterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationCenterTest.h b/Foundation/testsuite/src/NotificationCenterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationQueueTest.cpp b/Foundation/testsuite/src/NotificationQueueTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationQueueTest.h b/Foundation/testsuite/src/NotificationQueueTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationsTestSuite.cpp b/Foundation/testsuite/src/NotificationsTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NotificationsTestSuite.h b/Foundation/testsuite/src/NotificationsTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NullStreamTest.cpp b/Foundation/testsuite/src/NullStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NullStreamTest.h b/Foundation/testsuite/src/NullStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NumberFormatterTest.cpp b/Foundation/testsuite/src/NumberFormatterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NumberFormatterTest.h b/Foundation/testsuite/src/NumberFormatterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NumberParserTest.cpp b/Foundation/testsuite/src/NumberParserTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/NumberParserTest.h b/Foundation/testsuite/src/NumberParserTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ObjectPoolTest.cpp b/Foundation/testsuite/src/ObjectPoolTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ObjectPoolTest.h b/Foundation/testsuite/src/ObjectPoolTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PBKDF2EngineTest.cpp b/Foundation/testsuite/src/PBKDF2EngineTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PBKDF2EngineTest.h b/Foundation/testsuite/src/PBKDF2EngineTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PathTest.cpp b/Foundation/testsuite/src/PathTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PathTest.h b/Foundation/testsuite/src/PathTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PatternFormatterTest.cpp b/Foundation/testsuite/src/PatternFormatterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PatternFormatterTest.h b/Foundation/testsuite/src/PatternFormatterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PriorityEventTest.cpp b/Foundation/testsuite/src/PriorityEventTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PriorityEventTest.h b/Foundation/testsuite/src/PriorityEventTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp b/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/PriorityNotificationQueueTest.h b/Foundation/testsuite/src/PriorityNotificationQueueTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ProcessTest.cpp b/Foundation/testsuite/src/ProcessTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ProcessTest.h b/Foundation/testsuite/src/ProcessTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ProcessesTestSuite.cpp b/Foundation/testsuite/src/ProcessesTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ProcessesTestSuite.h b/Foundation/testsuite/src/ProcessesTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RWLockTest.cpp b/Foundation/testsuite/src/RWLockTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RWLockTest.h b/Foundation/testsuite/src/RWLockTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RandomStreamTest.cpp b/Foundation/testsuite/src/RandomStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RandomStreamTest.h b/Foundation/testsuite/src/RandomStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RandomTest.cpp b/Foundation/testsuite/src/RandomTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RandomTest.h b/Foundation/testsuite/src/RandomTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RegularExpressionTest.cpp b/Foundation/testsuite/src/RegularExpressionTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/RegularExpressionTest.h b/Foundation/testsuite/src/RegularExpressionTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SHA1EngineTest.cpp b/Foundation/testsuite/src/SHA1EngineTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SHA1EngineTest.h b/Foundation/testsuite/src/SHA1EngineTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SemaphoreTest.cpp b/Foundation/testsuite/src/SemaphoreTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SemaphoreTest.h b/Foundation/testsuite/src/SemaphoreTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedLibraryTest.cpp b/Foundation/testsuite/src/SharedLibraryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedLibraryTest.h b/Foundation/testsuite/src/SharedLibraryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedLibraryTestSuite.cpp b/Foundation/testsuite/src/SharedLibraryTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedLibraryTestSuite.h b/Foundation/testsuite/src/SharedLibraryTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedMemoryTest.cpp b/Foundation/testsuite/src/SharedMemoryTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedMemoryTest.h b/Foundation/testsuite/src/SharedMemoryTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedPtrTest.cpp b/Foundation/testsuite/src/SharedPtrTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SharedPtrTest.h b/Foundation/testsuite/src/SharedPtrTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SimpleFileChannelTest.cpp b/Foundation/testsuite/src/SimpleFileChannelTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SimpleFileChannelTest.h b/Foundation/testsuite/src/SimpleFileChannelTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SimpleHashTableTest.cpp b/Foundation/testsuite/src/SimpleHashTableTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/SimpleHashTableTest.h b/Foundation/testsuite/src/SimpleHashTableTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StopwatchTest.cpp b/Foundation/testsuite/src/StopwatchTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StopwatchTest.h b/Foundation/testsuite/src/StopwatchTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamConverterTest.cpp b/Foundation/testsuite/src/StreamConverterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamConverterTest.h b/Foundation/testsuite/src/StreamConverterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamCopierTest.cpp b/Foundation/testsuite/src/StreamCopierTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamCopierTest.h b/Foundation/testsuite/src/StreamCopierTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamTokenizerTest.cpp b/Foundation/testsuite/src/StreamTokenizerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamTokenizerTest.h b/Foundation/testsuite/src/StreamTokenizerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamsTestSuite.cpp b/Foundation/testsuite/src/StreamsTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StreamsTestSuite.h b/Foundation/testsuite/src/StreamsTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StringTest.cpp b/Foundation/testsuite/src/StringTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StringTest.h b/Foundation/testsuite/src/StringTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StringTokenizerTest.cpp b/Foundation/testsuite/src/StringTokenizerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/StringTokenizerTest.h b/Foundation/testsuite/src/StringTokenizerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskManagerTest.cpp b/Foundation/testsuite/src/TaskManagerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskManagerTest.h b/Foundation/testsuite/src/TaskManagerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskTest.cpp b/Foundation/testsuite/src/TaskTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskTest.h b/Foundation/testsuite/src/TaskTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskTestSuite.cpp b/Foundation/testsuite/src/TaskTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TaskTestSuite.h b/Foundation/testsuite/src/TaskTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TeeStreamTest.cpp b/Foundation/testsuite/src/TeeStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TeeStreamTest.h b/Foundation/testsuite/src/TeeStreamTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestApp.cpp b/Foundation/testsuite/src/TestApp.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestApp_WINCE.cpp b/Foundation/testsuite/src/TestApp_WINCE.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestChannel.cpp b/Foundation/testsuite/src/TestChannel.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestChannel.h b/Foundation/testsuite/src/TestChannel.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestLibrary.cpp b/Foundation/testsuite/src/TestLibrary.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestPlugin.cpp b/Foundation/testsuite/src/TestPlugin.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TestPlugin.h b/Foundation/testsuite/src/TestPlugin.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextBufferIteratorTest.cpp b/Foundation/testsuite/src/TextBufferIteratorTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextBufferIteratorTest.h b/Foundation/testsuite/src/TextBufferIteratorTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextConverterTest.cpp b/Foundation/testsuite/src/TextConverterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextConverterTest.h b/Foundation/testsuite/src/TextConverterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextEncodingTest.cpp b/Foundation/testsuite/src/TextEncodingTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextEncodingTest.h b/Foundation/testsuite/src/TextEncodingTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextIteratorTest.cpp b/Foundation/testsuite/src/TextIteratorTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextIteratorTest.h b/Foundation/testsuite/src/TextIteratorTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextTestSuite.cpp b/Foundation/testsuite/src/TextTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TextTestSuite.h b/Foundation/testsuite/src/TextTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadLocalTest.cpp b/Foundation/testsuite/src/ThreadLocalTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadLocalTest.h b/Foundation/testsuite/src/ThreadLocalTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadPoolTest.cpp b/Foundation/testsuite/src/ThreadPoolTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadPoolTest.h b/Foundation/testsuite/src/ThreadPoolTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadTest.cpp b/Foundation/testsuite/src/ThreadTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadTest.h b/Foundation/testsuite/src/ThreadTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadingTestSuite.cpp b/Foundation/testsuite/src/ThreadingTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ThreadingTestSuite.h b/Foundation/testsuite/src/ThreadingTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimedNotificationQueueTest.cpp b/Foundation/testsuite/src/TimedNotificationQueueTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimedNotificationQueueTest.h b/Foundation/testsuite/src/TimedNotificationQueueTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimerTest.cpp b/Foundation/testsuite/src/TimerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimerTest.h b/Foundation/testsuite/src/TimerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimespanTest.cpp b/Foundation/testsuite/src/TimespanTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimespanTest.h b/Foundation/testsuite/src/TimespanTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimestampTest.cpp b/Foundation/testsuite/src/TimestampTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimestampTest.h b/Foundation/testsuite/src/TimestampTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimezoneTest.cpp b/Foundation/testsuite/src/TimezoneTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TimezoneTest.h b/Foundation/testsuite/src/TimezoneTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TuplesTest.cpp b/Foundation/testsuite/src/TuplesTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TuplesTest.h b/Foundation/testsuite/src/TuplesTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TypeListTest.cpp b/Foundation/testsuite/src/TypeListTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/TypeListTest.h b/Foundation/testsuite/src/TypeListTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URIStreamOpenerTest.cpp b/Foundation/testsuite/src/URIStreamOpenerTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URIStreamOpenerTest.h b/Foundation/testsuite/src/URIStreamOpenerTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URITest.cpp b/Foundation/testsuite/src/URITest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URITest.h b/Foundation/testsuite/src/URITest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URITestSuite.cpp b/Foundation/testsuite/src/URITestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/URITestSuite.h b/Foundation/testsuite/src/URITestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UTF8StringTest.cpp b/Foundation/testsuite/src/UTF8StringTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UTF8StringTest.h b/Foundation/testsuite/src/UTF8StringTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDGeneratorTest.cpp b/Foundation/testsuite/src/UUIDGeneratorTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDGeneratorTest.h b/Foundation/testsuite/src/UUIDGeneratorTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDTest.cpp b/Foundation/testsuite/src/UUIDTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDTest.h b/Foundation/testsuite/src/UUIDTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDTestSuite.cpp b/Foundation/testsuite/src/UUIDTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UUIDTestSuite.h b/Foundation/testsuite/src/UUIDTestSuite.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UnicodeConverterTest.cpp b/Foundation/testsuite/src/UnicodeConverterTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UnicodeConverterTest.h b/Foundation/testsuite/src/UnicodeConverterTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UniqueExpireCacheTest.cpp b/Foundation/testsuite/src/UniqueExpireCacheTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UniqueExpireCacheTest.h b/Foundation/testsuite/src/UniqueExpireCacheTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/VarTest.cpp b/Foundation/testsuite/src/VarTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/VarTest.h b/Foundation/testsuite/src/VarTest.h old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/WinCEDriver.cpp b/Foundation/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/WinDriver.cpp b/Foundation/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ZLibTest.cpp b/Foundation/testsuite/src/ZLibTest.cpp old mode 100755 new mode 100644 diff --git a/Foundation/testsuite/src/ZLibTest.h b/Foundation/testsuite/src/ZLibTest.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Array.h b/JSON/include/Poco/JSON/Array.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Handler.h b/JSON/include/Poco/JSON/Handler.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/JSON.h b/JSON/include/Poco/JSON/JSON.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/JSONException.h b/JSON/include/Poco/JSON/JSONException.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Object.h b/JSON/include/Poco/JSON/Object.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/ParseHandler.h b/JSON/include/Poco/JSON/ParseHandler.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Parser.h b/JSON/include/Poco/JSON/Parser.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/PrintHandler.h b/JSON/include/Poco/JSON/PrintHandler.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Query.h b/JSON/include/Poco/JSON/Query.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Stringifier.h b/JSON/include/Poco/JSON/Stringifier.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/Template.h b/JSON/include/Poco/JSON/Template.h old mode 100755 new mode 100644 diff --git a/JSON/include/Poco/JSON/TemplateCache.h b/JSON/include/Poco/JSON/TemplateCache.h old mode 100755 new mode 100644 diff --git a/JSON/samples/Benchmark/src/Benchmark.cpp b/JSON/samples/Benchmark/src/Benchmark.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Array.cpp b/JSON/src/Array.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Handler.cpp b/JSON/src/Handler.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/JSONException.cpp b/JSON/src/JSONException.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Object.cpp b/JSON/src/Object.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/ParseHandler.cpp b/JSON/src/ParseHandler.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Parser.cpp b/JSON/src/Parser.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/PrintHandler.cpp b/JSON/src/PrintHandler.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Query.cpp b/JSON/src/Query.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Stringifier.cpp b/JSON/src/Stringifier.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/Template.cpp b/JSON/src/Template.cpp old mode 100755 new mode 100644 diff --git a/JSON/src/TemplateCache.cpp b/JSON/src/TemplateCache.cpp old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/Driver.cpp b/JSON/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/JSONTest.cpp b/JSON/testsuite/src/JSONTest.cpp old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/JSONTest.h b/JSON/testsuite/src/JSONTest.h old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/JSONTestSuite.cpp b/JSON/testsuite/src/JSONTestSuite.cpp old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/JSONTestSuite.h b/JSON/testsuite/src/JSONTestSuite.h old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/WinCEDriver.cpp b/JSON/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/JSON/testsuite/src/WinDriver.cpp b/JSON/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Array.h b/MongoDB/include/Poco/MongoDB/Array.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/BSONReader.h b/MongoDB/include/Poco/MongoDB/BSONReader.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/BSONWriter.h b/MongoDB/include/Poco/MongoDB/BSONWriter.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Binary.h b/MongoDB/include/Poco/MongoDB/Binary.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Connection.h b/MongoDB/include/Poco/MongoDB/Connection.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Cursor.h b/MongoDB/include/Poco/MongoDB/Cursor.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Database.h b/MongoDB/include/Poco/MongoDB/Database.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/DeleteRequest.h b/MongoDB/include/Poco/MongoDB/DeleteRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Document.h b/MongoDB/include/Poco/MongoDB/Document.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Element.h b/MongoDB/include/Poco/MongoDB/Element.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/GetMoreRequest.h b/MongoDB/include/Poco/MongoDB/GetMoreRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/InsertRequest.h b/MongoDB/include/Poco/MongoDB/InsertRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/JavaScriptCode.h b/MongoDB/include/Poco/MongoDB/JavaScriptCode.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/KillCursorsRequest.h b/MongoDB/include/Poco/MongoDB/KillCursorsRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/Message.h b/MongoDB/include/Poco/MongoDB/Message.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/MessageHeader.h b/MongoDB/include/Poco/MongoDB/MessageHeader.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/MongoDB.h b/MongoDB/include/Poco/MongoDB/MongoDB.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/ObjectId.h b/MongoDB/include/Poco/MongoDB/ObjectId.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/PoolableConnectionFactory.h b/MongoDB/include/Poco/MongoDB/PoolableConnectionFactory.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/QueryRequest.h b/MongoDB/include/Poco/MongoDB/QueryRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/RegularExpression.h b/MongoDB/include/Poco/MongoDB/RegularExpression.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/ReplicaSet.h b/MongoDB/include/Poco/MongoDB/ReplicaSet.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/RequestMessage.h b/MongoDB/include/Poco/MongoDB/RequestMessage.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/ResponseMessage.h b/MongoDB/include/Poco/MongoDB/ResponseMessage.h old mode 100755 new mode 100644 diff --git a/MongoDB/include/Poco/MongoDB/UpdateRequest.h b/MongoDB/include/Poco/MongoDB/UpdateRequest.h old mode 100755 new mode 100644 diff --git a/MongoDB/samples/SQLToMongo/src/SQLToMongo.cpp b/MongoDB/samples/SQLToMongo/src/SQLToMongo.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Array.cpp b/MongoDB/src/Array.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Binary.cpp b/MongoDB/src/Binary.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Connection.cpp b/MongoDB/src/Connection.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Cursor.cpp b/MongoDB/src/Cursor.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Database.cpp b/MongoDB/src/Database.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/DeleteRequest.cpp b/MongoDB/src/DeleteRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Document.cpp b/MongoDB/src/Document.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Element.cpp b/MongoDB/src/Element.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/GetMoreRequest.cpp b/MongoDB/src/GetMoreRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/InsertRequest.cpp b/MongoDB/src/InsertRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/JavaScriptCode.cpp b/MongoDB/src/JavaScriptCode.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/KillCursorsRequest.cpp b/MongoDB/src/KillCursorsRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/Message.cpp b/MongoDB/src/Message.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/MessageHeader.cpp b/MongoDB/src/MessageHeader.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/ObjectId.cpp b/MongoDB/src/ObjectId.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/QueryRequest.cpp b/MongoDB/src/QueryRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/RegularExpression.cpp b/MongoDB/src/RegularExpression.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/ReplicaSet.cpp b/MongoDB/src/ReplicaSet.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/RequestMessage.cpp b/MongoDB/src/RequestMessage.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/ResponseMessage.cpp b/MongoDB/src/ResponseMessage.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/src/UpdateRequest.cpp b/MongoDB/src/UpdateRequest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/Driver.cpp b/MongoDB/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/MongoDBTest.cpp b/MongoDB/testsuite/src/MongoDBTest.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/MongoDBTest.h b/MongoDB/testsuite/src/MongoDBTest.h old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/MongoDBTestSuite.cpp b/MongoDB/testsuite/src/MongoDBTestSuite.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/MongoDBTestSuite.h b/MongoDB/testsuite/src/MongoDBTestSuite.h old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/WinCEDriver.cpp b/MongoDB/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/MongoDB/testsuite/src/WinDriver.cpp b/MongoDB/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/AbstractHTTPRequestHandler.h b/Net/include/Poco/Net/AbstractHTTPRequestHandler.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/DNS.h b/Net/include/Poco/Net/DNS.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/DatagramSocket.h b/Net/include/Poco/Net/DatagramSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/DatagramSocketImpl.h b/Net/include/Poco/Net/DatagramSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/DialogSocket.h b/Net/include/Poco/Net/DialogSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/FTPClientSession.h b/Net/include/Poco/Net/FTPClientSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/FTPStreamFactory.h b/Net/include/Poco/Net/FTPStreamFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/FilePartSource.h b/Net/include/Poco/Net/FilePartSource.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTMLForm.h b/Net/include/Poco/Net/HTMLForm.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPAuthenticationParams.h b/Net/include/Poco/Net/HTTPAuthenticationParams.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPBasicCredentials.h b/Net/include/Poco/Net/HTTPBasicCredentials.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPBasicStreamBuf.h b/Net/include/Poco/Net/HTTPBasicStreamBuf.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPBufferAllocator.h b/Net/include/Poco/Net/HTTPBufferAllocator.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPChunkedStream.h b/Net/include/Poco/Net/HTTPChunkedStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPClientSession.h b/Net/include/Poco/Net/HTTPClientSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPCookie.h b/Net/include/Poco/Net/HTTPCookie.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPCredentials.h b/Net/include/Poco/Net/HTTPCredentials.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPDigestCredentials.h b/Net/include/Poco/Net/HTTPDigestCredentials.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPFixedLengthStream.h b/Net/include/Poco/Net/HTTPFixedLengthStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPHeaderStream.h b/Net/include/Poco/Net/HTTPHeaderStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPIOStream.h b/Net/include/Poco/Net/HTTPIOStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPMessage.h b/Net/include/Poco/Net/HTTPMessage.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPRequest.h b/Net/include/Poco/Net/HTTPRequest.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPRequestHandler.h b/Net/include/Poco/Net/HTTPRequestHandler.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPRequestHandlerFactory.h b/Net/include/Poco/Net/HTTPRequestHandlerFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPResponse.h b/Net/include/Poco/Net/HTTPResponse.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServer.h b/Net/include/Poco/Net/HTTPServer.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerConnection.h b/Net/include/Poco/Net/HTTPServerConnection.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerConnectionFactory.h b/Net/include/Poco/Net/HTTPServerConnectionFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerParams.h b/Net/include/Poco/Net/HTTPServerParams.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerRequest.h b/Net/include/Poco/Net/HTTPServerRequest.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerRequestImpl.h b/Net/include/Poco/Net/HTTPServerRequestImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerResponse.h b/Net/include/Poco/Net/HTTPServerResponse.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerResponseImpl.h b/Net/include/Poco/Net/HTTPServerResponseImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPServerSession.h b/Net/include/Poco/Net/HTTPServerSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPSession.h b/Net/include/Poco/Net/HTTPSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPSessionFactory.h b/Net/include/Poco/Net/HTTPSessionFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPSessionInstantiator.h b/Net/include/Poco/Net/HTTPSessionInstantiator.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPStream.h b/Net/include/Poco/Net/HTTPStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HTTPStreamFactory.h b/Net/include/Poco/Net/HTTPStreamFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/HostEntry.h b/Net/include/Poco/Net/HostEntry.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPClient.h b/Net/include/Poco/Net/ICMPClient.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPEventArgs.h b/Net/include/Poco/Net/ICMPEventArgs.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPPacket.h b/Net/include/Poco/Net/ICMPPacket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPPacketImpl.h b/Net/include/Poco/Net/ICMPPacketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPSocket.h b/Net/include/Poco/Net/ICMPSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPSocketImpl.h b/Net/include/Poco/Net/ICMPSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ICMPv4PacketImpl.h b/Net/include/Poco/Net/ICMPv4PacketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/IPAddress.h b/Net/include/Poco/Net/IPAddress.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/IPAddressImpl.h b/Net/include/Poco/Net/IPAddressImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MailMessage.h b/Net/include/Poco/Net/MailMessage.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MailRecipient.h b/Net/include/Poco/Net/MailRecipient.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MailStream.h b/Net/include/Poco/Net/MailStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MediaType.h b/Net/include/Poco/Net/MediaType.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MessageHeader.h b/Net/include/Poco/Net/MessageHeader.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MulticastSocket.h b/Net/include/Poco/Net/MulticastSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MultipartReader.h b/Net/include/Poco/Net/MultipartReader.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/MultipartWriter.h b/Net/include/Poco/Net/MultipartWriter.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NTPClient.h b/Net/include/Poco/Net/NTPClient.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NTPEventArgs.h b/Net/include/Poco/Net/NTPEventArgs.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NTPPacket.h b/Net/include/Poco/Net/NTPPacket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NameValueCollection.h b/Net/include/Poco/Net/NameValueCollection.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/Net.h b/Net/include/Poco/Net/Net.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NetException.h b/Net/include/Poco/Net/NetException.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NetworkInterface.h b/Net/include/Poco/Net/NetworkInterface.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/NullPartHandler.h b/Net/include/Poco/Net/NullPartHandler.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/POP3ClientSession.h b/Net/include/Poco/Net/POP3ClientSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ParallelSocketAcceptor.h b/Net/include/Poco/Net/ParallelSocketAcceptor.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ParallelSocketReactor.h b/Net/include/Poco/Net/ParallelSocketReactor.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/PartHandler.h b/Net/include/Poco/Net/PartHandler.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/PartSource.h b/Net/include/Poco/Net/PartSource.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/PartStore.h b/Net/include/Poco/Net/PartStore.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/QuotedPrintableDecoder.h b/Net/include/Poco/Net/QuotedPrintableDecoder.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/QuotedPrintableEncoder.h b/Net/include/Poco/Net/QuotedPrintableEncoder.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/RawSocket.h b/Net/include/Poco/Net/RawSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/RawSocketImpl.h b/Net/include/Poco/Net/RawSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/RemoteSyslogChannel.h b/Net/include/Poco/Net/RemoteSyslogChannel.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/RemoteSyslogListener.h b/Net/include/Poco/Net/RemoteSyslogListener.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SMTPChannel.h b/Net/include/Poco/Net/SMTPChannel.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SMTPClientSession.h b/Net/include/Poco/Net/SMTPClientSession.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ServerSocket.h b/Net/include/Poco/Net/ServerSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/ServerSocketImpl.h b/Net/include/Poco/Net/ServerSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/Socket.h b/Net/include/Poco/Net/Socket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketAcceptor.h b/Net/include/Poco/Net/SocketAcceptor.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketAddress.h b/Net/include/Poco/Net/SocketAddress.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketAddressImpl.h b/Net/include/Poco/Net/SocketAddressImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketConnector.h b/Net/include/Poco/Net/SocketConnector.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketDefs.h b/Net/include/Poco/Net/SocketDefs.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketImpl.h b/Net/include/Poco/Net/SocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketNotification.h b/Net/include/Poco/Net/SocketNotification.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketNotifier.h b/Net/include/Poco/Net/SocketNotifier.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketReactor.h b/Net/include/Poco/Net/SocketReactor.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/SocketStream.h b/Net/include/Poco/Net/SocketStream.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/StreamSocket.h b/Net/include/Poco/Net/StreamSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/StreamSocketImpl.h b/Net/include/Poco/Net/StreamSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/StringPartSource.h b/Net/include/Poco/Net/StringPartSource.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/TCPServer.h b/Net/include/Poco/Net/TCPServer.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/TCPServerConnection.h b/Net/include/Poco/Net/TCPServerConnection.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/TCPServerConnectionFactory.h b/Net/include/Poco/Net/TCPServerConnectionFactory.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/TCPServerDispatcher.h b/Net/include/Poco/Net/TCPServerDispatcher.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/TCPServerParams.h b/Net/include/Poco/Net/TCPServerParams.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/WebSocket.h b/Net/include/Poco/Net/WebSocket.h old mode 100755 new mode 100644 diff --git a/Net/include/Poco/Net/WebSocketImpl.h b/Net/include/Poco/Net/WebSocketImpl.h old mode 100755 new mode 100644 diff --git a/Net/samples/EchoServer/src/EchoServer.cpp b/Net/samples/EchoServer/src/EchoServer.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/HTTPFormServer/src/HTTPFormServer.cpp b/Net/samples/HTTPFormServer/src/HTTPFormServer.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp b/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp b/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/Mail/src/Mail.cpp b/Net/samples/Mail/src/Mail.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/Ping/src/Ping.cpp b/Net/samples/Ping/src/Ping.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/SMTPLogger/src/SMTPLogger.cpp b/Net/samples/SMTPLogger/src/SMTPLogger.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/TimeServer/src/TimeServer.cpp b/Net/samples/TimeServer/src/TimeServer.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/TwitterClient/src/TweetApp.cpp b/Net/samples/TwitterClient/src/TweetApp.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/TwitterClient/src/Twitter.cpp b/Net/samples/TwitterClient/src/Twitter.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/TwitterClient/src/Twitter.h b/Net/samples/TwitterClient/src/Twitter.h old mode 100755 new mode 100644 diff --git a/Net/samples/WebSocketServer/src/WebSocketServer.cpp b/Net/samples/WebSocketServer/src/WebSocketServer.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/dict/src/dict.cpp b/Net/samples/dict/src/dict.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/download/src/download.cpp b/Net/samples/download/src/download.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/httpget/src/httpget.cpp b/Net/samples/httpget/src/httpget.cpp old mode 100755 new mode 100644 diff --git a/Net/samples/ifconfig/src/ifconfig.cpp b/Net/samples/ifconfig/src/ifconfig.cpp old mode 100755 new mode 100644 diff --git a/Net/src/AbstractHTTPRequestHandler.cpp b/Net/src/AbstractHTTPRequestHandler.cpp old mode 100755 new mode 100644 diff --git a/Net/src/DNS.cpp b/Net/src/DNS.cpp old mode 100755 new mode 100644 diff --git a/Net/src/DatagramSocket.cpp b/Net/src/DatagramSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/DatagramSocketImpl.cpp b/Net/src/DatagramSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/DialogSocket.cpp b/Net/src/DialogSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/FTPClientSession.cpp b/Net/src/FTPClientSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/FTPStreamFactory.cpp b/Net/src/FTPStreamFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/FilePartSource.cpp b/Net/src/FilePartSource.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTMLForm.cpp b/Net/src/HTMLForm.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPAuthenticationParams.cpp b/Net/src/HTTPAuthenticationParams.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPBasicCredentials.cpp b/Net/src/HTTPBasicCredentials.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPBufferAllocator.cpp b/Net/src/HTTPBufferAllocator.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPChunkedStream.cpp b/Net/src/HTTPChunkedStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPClientSession.cpp b/Net/src/HTTPClientSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPCookie.cpp b/Net/src/HTTPCookie.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPCredentials.cpp b/Net/src/HTTPCredentials.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPDigestCredentials.cpp b/Net/src/HTTPDigestCredentials.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPFixedLengthStream.cpp b/Net/src/HTTPFixedLengthStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPHeaderStream.cpp b/Net/src/HTTPHeaderStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPIOStream.cpp b/Net/src/HTTPIOStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPMessage.cpp b/Net/src/HTTPMessage.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPRequest.cpp b/Net/src/HTTPRequest.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPRequestHandler.cpp b/Net/src/HTTPRequestHandler.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPRequestHandlerFactory.cpp b/Net/src/HTTPRequestHandlerFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPResponse.cpp b/Net/src/HTTPResponse.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServer.cpp b/Net/src/HTTPServer.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerConnection.cpp b/Net/src/HTTPServerConnection.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerConnectionFactory.cpp b/Net/src/HTTPServerConnectionFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerParams.cpp b/Net/src/HTTPServerParams.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerRequest.cpp b/Net/src/HTTPServerRequest.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerRequestImpl.cpp b/Net/src/HTTPServerRequestImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerResponse.cpp b/Net/src/HTTPServerResponse.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerResponseImpl.cpp b/Net/src/HTTPServerResponseImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPServerSession.cpp b/Net/src/HTTPServerSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPSession.cpp b/Net/src/HTTPSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPSessionFactory.cpp b/Net/src/HTTPSessionFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPSessionInstantiator.cpp b/Net/src/HTTPSessionInstantiator.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPStream.cpp b/Net/src/HTTPStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HTTPStreamFactory.cpp b/Net/src/HTTPStreamFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/HostEntry.cpp b/Net/src/HostEntry.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPClient.cpp b/Net/src/ICMPClient.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPEventArgs.cpp b/Net/src/ICMPEventArgs.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPPacket.cpp b/Net/src/ICMPPacket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPPacketImpl.cpp b/Net/src/ICMPPacketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPSocket.cpp b/Net/src/ICMPSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPSocketImpl.cpp b/Net/src/ICMPSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ICMPv4PacketImpl.cpp b/Net/src/ICMPv4PacketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/IPAddress.cpp b/Net/src/IPAddress.cpp old mode 100755 new mode 100644 diff --git a/Net/src/IPAddressImpl.cpp b/Net/src/IPAddressImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MailMessage.cpp b/Net/src/MailMessage.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MailRecipient.cpp b/Net/src/MailRecipient.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MailStream.cpp b/Net/src/MailStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MediaType.cpp b/Net/src/MediaType.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MessageHeader.cpp b/Net/src/MessageHeader.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MulticastSocket.cpp b/Net/src/MulticastSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MultipartReader.cpp b/Net/src/MultipartReader.cpp old mode 100755 new mode 100644 diff --git a/Net/src/MultipartWriter.cpp b/Net/src/MultipartWriter.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NTPClient.cpp b/Net/src/NTPClient.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NTPEventArgs.cpp b/Net/src/NTPEventArgs.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NTPPacket.cpp b/Net/src/NTPPacket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NameValueCollection.cpp b/Net/src/NameValueCollection.cpp old mode 100755 new mode 100644 diff --git a/Net/src/Net.cpp b/Net/src/Net.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NetException.cpp b/Net/src/NetException.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NetworkInterface.cpp b/Net/src/NetworkInterface.cpp old mode 100755 new mode 100644 diff --git a/Net/src/NullPartHandler.cpp b/Net/src/NullPartHandler.cpp old mode 100755 new mode 100644 diff --git a/Net/src/POP3ClientSession.cpp b/Net/src/POP3ClientSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/PartHandler.cpp b/Net/src/PartHandler.cpp old mode 100755 new mode 100644 diff --git a/Net/src/PartSource.cpp b/Net/src/PartSource.cpp old mode 100755 new mode 100644 diff --git a/Net/src/PartStore.cpp b/Net/src/PartStore.cpp old mode 100755 new mode 100644 diff --git a/Net/src/QuotedPrintableDecoder.cpp b/Net/src/QuotedPrintableDecoder.cpp old mode 100755 new mode 100644 diff --git a/Net/src/QuotedPrintableEncoder.cpp b/Net/src/QuotedPrintableEncoder.cpp old mode 100755 new mode 100644 diff --git a/Net/src/RawSocket.cpp b/Net/src/RawSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/RawSocketImpl.cpp b/Net/src/RawSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/RemoteSyslogChannel.cpp b/Net/src/RemoteSyslogChannel.cpp old mode 100755 new mode 100644 diff --git a/Net/src/RemoteSyslogListener.cpp b/Net/src/RemoteSyslogListener.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SMTPChannel.cpp b/Net/src/SMTPChannel.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SMTPClientSession.cpp b/Net/src/SMTPClientSession.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ServerSocket.cpp b/Net/src/ServerSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/ServerSocketImpl.cpp b/Net/src/ServerSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/Socket.cpp b/Net/src/Socket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketAddress.cpp b/Net/src/SocketAddress.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketAddressImpl.cpp b/Net/src/SocketAddressImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketImpl.cpp b/Net/src/SocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketNotification.cpp b/Net/src/SocketNotification.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketNotifier.cpp b/Net/src/SocketNotifier.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketReactor.cpp b/Net/src/SocketReactor.cpp old mode 100755 new mode 100644 diff --git a/Net/src/SocketStream.cpp b/Net/src/SocketStream.cpp old mode 100755 new mode 100644 diff --git a/Net/src/StreamSocket.cpp b/Net/src/StreamSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/StreamSocketImpl.cpp b/Net/src/StreamSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/src/StringPartSource.cpp b/Net/src/StringPartSource.cpp old mode 100755 new mode 100644 diff --git a/Net/src/TCPServer.cpp b/Net/src/TCPServer.cpp old mode 100755 new mode 100644 diff --git a/Net/src/TCPServerConnection.cpp b/Net/src/TCPServerConnection.cpp old mode 100755 new mode 100644 diff --git a/Net/src/TCPServerConnectionFactory.cpp b/Net/src/TCPServerConnectionFactory.cpp old mode 100755 new mode 100644 diff --git a/Net/src/TCPServerDispatcher.cpp b/Net/src/TCPServerDispatcher.cpp old mode 100755 new mode 100644 diff --git a/Net/src/TCPServerParams.cpp b/Net/src/TCPServerParams.cpp old mode 100755 new mode 100644 diff --git a/Net/src/WebSocket.cpp b/Net/src/WebSocket.cpp old mode 100755 new mode 100644 diff --git a/Net/src/WebSocketImpl.cpp b/Net/src/WebSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DNSTest.cpp b/Net/testsuite/src/DNSTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DNSTest.h b/Net/testsuite/src/DNSTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DatagramSocketTest.cpp b/Net/testsuite/src/DatagramSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DatagramSocketTest.h b/Net/testsuite/src/DatagramSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DialogServer.cpp b/Net/testsuite/src/DialogServer.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DialogServer.h b/Net/testsuite/src/DialogServer.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DialogSocketTest.cpp b/Net/testsuite/src/DialogSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/DialogSocketTest.h b/Net/testsuite/src/DialogSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/Driver.cpp b/Net/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/EchoServer.cpp b/Net/testsuite/src/EchoServer.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/EchoServer.h b/Net/testsuite/src/EchoServer.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPClientSessionTest.cpp b/Net/testsuite/src/FTPClientSessionTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPClientSessionTest.h b/Net/testsuite/src/FTPClientSessionTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPClientTestSuite.cpp b/Net/testsuite/src/FTPClientTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPClientTestSuite.h b/Net/testsuite/src/FTPClientTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPStreamFactoryTest.cpp b/Net/testsuite/src/FTPStreamFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/FTPStreamFactoryTest.h b/Net/testsuite/src/FTPStreamFactoryTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTMLFormTest.cpp b/Net/testsuite/src/HTMLFormTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTMLFormTest.h b/Net/testsuite/src/HTMLFormTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTMLTestSuite.cpp b/Net/testsuite/src/HTMLTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTMLTestSuite.h b/Net/testsuite/src/HTMLTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPClientSessionTest.cpp b/Net/testsuite/src/HTTPClientSessionTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPClientSessionTest.h b/Net/testsuite/src/HTTPClientSessionTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPClientTestSuite.cpp b/Net/testsuite/src/HTTPClientTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPClientTestSuite.h b/Net/testsuite/src/HTTPClientTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPCookieTest.cpp b/Net/testsuite/src/HTTPCookieTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPCookieTest.h b/Net/testsuite/src/HTTPCookieTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPCredentialsTest.cpp b/Net/testsuite/src/HTTPCredentialsTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPCredentialsTest.h b/Net/testsuite/src/HTTPCredentialsTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPRequestTest.cpp b/Net/testsuite/src/HTTPRequestTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPRequestTest.h b/Net/testsuite/src/HTTPRequestTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPResponseTest.cpp b/Net/testsuite/src/HTTPResponseTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPResponseTest.h b/Net/testsuite/src/HTTPResponseTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPServerTest.cpp b/Net/testsuite/src/HTTPServerTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPServerTest.h b/Net/testsuite/src/HTTPServerTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPServerTestSuite.cpp b/Net/testsuite/src/HTTPServerTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPServerTestSuite.h b/Net/testsuite/src/HTTPServerTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.cpp b/Net/testsuite/src/HTTPStreamFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.h b/Net/testsuite/src/HTTPStreamFactoryTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPTestServer.cpp b/Net/testsuite/src/HTTPTestServer.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPTestServer.h b/Net/testsuite/src/HTTPTestServer.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPTestSuite.cpp b/Net/testsuite/src/HTTPTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/HTTPTestSuite.h b/Net/testsuite/src/HTTPTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPClientTest.cpp b/Net/testsuite/src/ICMPClientTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPClientTest.h b/Net/testsuite/src/ICMPClientTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPClientTestSuite.cpp b/Net/testsuite/src/ICMPClientTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPClientTestSuite.h b/Net/testsuite/src/ICMPClientTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPSocketTest.cpp b/Net/testsuite/src/ICMPSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ICMPSocketTest.h b/Net/testsuite/src/ICMPSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/IPAddressTest.cpp b/Net/testsuite/src/IPAddressTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/IPAddressTest.h b/Net/testsuite/src/IPAddressTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailMessageTest.cpp b/Net/testsuite/src/MailMessageTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailMessageTest.h b/Net/testsuite/src/MailMessageTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailStreamTest.cpp b/Net/testsuite/src/MailStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailStreamTest.h b/Net/testsuite/src/MailStreamTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailTestSuite.cpp b/Net/testsuite/src/MailTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MailTestSuite.h b/Net/testsuite/src/MailTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MediaTypeTest.cpp b/Net/testsuite/src/MediaTypeTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MediaTypeTest.h b/Net/testsuite/src/MediaTypeTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MessageHeaderTest.cpp b/Net/testsuite/src/MessageHeaderTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MessageHeaderTest.h b/Net/testsuite/src/MessageHeaderTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MessagesTestSuite.cpp b/Net/testsuite/src/MessagesTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MessagesTestSuite.h b/Net/testsuite/src/MessagesTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MulticastEchoServer.cpp b/Net/testsuite/src/MulticastEchoServer.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MulticastEchoServer.h b/Net/testsuite/src/MulticastEchoServer.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MulticastSocketTest.cpp b/Net/testsuite/src/MulticastSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MulticastSocketTest.h b/Net/testsuite/src/MulticastSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MultipartReaderTest.cpp b/Net/testsuite/src/MultipartReaderTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MultipartReaderTest.h b/Net/testsuite/src/MultipartReaderTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MultipartWriterTest.cpp b/Net/testsuite/src/MultipartWriterTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/MultipartWriterTest.h b/Net/testsuite/src/MultipartWriterTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NTPClientTest.cpp b/Net/testsuite/src/NTPClientTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NTPClientTest.h b/Net/testsuite/src/NTPClientTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NTPClientTestSuite.cpp b/Net/testsuite/src/NTPClientTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NTPClientTestSuite.h b/Net/testsuite/src/NTPClientTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NameValueCollectionTest.cpp b/Net/testsuite/src/NameValueCollectionTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NameValueCollectionTest.h b/Net/testsuite/src/NameValueCollectionTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetCoreTestSuite.cpp b/Net/testsuite/src/NetCoreTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetCoreTestSuite.h b/Net/testsuite/src/NetCoreTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetTestSuite.cpp b/Net/testsuite/src/NetTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetTestSuite.h b/Net/testsuite/src/NetTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetworkInterfaceTest.cpp b/Net/testsuite/src/NetworkInterfaceTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/NetworkInterfaceTest.h b/Net/testsuite/src/NetworkInterfaceTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/POP3ClientSessionTest.cpp b/Net/testsuite/src/POP3ClientSessionTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/POP3ClientSessionTest.h b/Net/testsuite/src/POP3ClientSessionTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/QuotedPrintableTest.cpp b/Net/testsuite/src/QuotedPrintableTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/QuotedPrintableTest.h b/Net/testsuite/src/QuotedPrintableTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/RawSocketTest.cpp b/Net/testsuite/src/RawSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/RawSocketTest.h b/Net/testsuite/src/RawSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ReactorTestSuite.cpp b/Net/testsuite/src/ReactorTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/ReactorTestSuite.h b/Net/testsuite/src/ReactorTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SMTPClientSessionTest.cpp b/Net/testsuite/src/SMTPClientSessionTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SMTPClientSessionTest.h b/Net/testsuite/src/SMTPClientSessionTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketAddressTest.cpp b/Net/testsuite/src/SocketAddressTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketAddressTest.h b/Net/testsuite/src/SocketAddressTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketReactorTest.cpp b/Net/testsuite/src/SocketReactorTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketReactorTest.h b/Net/testsuite/src/SocketReactorTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketStreamTest.cpp b/Net/testsuite/src/SocketStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketStreamTest.h b/Net/testsuite/src/SocketStreamTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketTest.cpp b/Net/testsuite/src/SocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketTest.h b/Net/testsuite/src/SocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketsTestSuite.cpp b/Net/testsuite/src/SocketsTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SocketsTestSuite.h b/Net/testsuite/src/SocketsTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SyslogTest.cpp b/Net/testsuite/src/SyslogTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/SyslogTest.h b/Net/testsuite/src/SyslogTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/TCPServerTest.cpp b/Net/testsuite/src/TCPServerTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/TCPServerTest.h b/Net/testsuite/src/TCPServerTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/TCPServerTestSuite.cpp b/Net/testsuite/src/TCPServerTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/TCPServerTestSuite.h b/Net/testsuite/src/TCPServerTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/UDPEchoServer.cpp b/Net/testsuite/src/UDPEchoServer.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/UDPEchoServer.h b/Net/testsuite/src/UDPEchoServer.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WebSocketTest.cpp b/Net/testsuite/src/WebSocketTest.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WebSocketTest.h b/Net/testsuite/src/WebSocketTest.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WebSocketTestSuite.cpp b/Net/testsuite/src/WebSocketTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WebSocketTestSuite.h b/Net/testsuite/src/WebSocketTestSuite.h old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WinCEDriver.cpp b/Net/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Net/testsuite/src/WinDriver.cpp b/Net/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/Context.h b/NetSSL_OpenSSL/include/Poco/Net/Context.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h b/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h b/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h b/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SSLException.h b/NetSSL_OpenSSL/include/Poco/Net/SSLException.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h b/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h b/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/Session.h b/NetSSL_OpenSSL/include/Poco/Net/Session.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/Utility.h b/NetSSL_OpenSSL/include/Poco/Net/Utility.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h b/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h b/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp b/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/samples/Mail/src/Mail.cpp b/NetSSL_OpenSSL/samples/Mail/src/Mail.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/samples/download/src/download.cpp b/NetSSL_OpenSSL/samples/download/src/download.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp b/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp b/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp b/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp b/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/Context.cpp b/NetSSL_OpenSSL/src/Context.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/HTTPSClientSession.cpp b/NetSSL_OpenSSL/src/HTTPSClientSession.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp b/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp b/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp b/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp b/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/KeyFileHandler.cpp b/NetSSL_OpenSSL/src/KeyFileHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp b/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp b/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp b/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp b/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SSLException.cpp b/NetSSL_OpenSSL/src/SSLException.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SSLManager.cpp b/NetSSL_OpenSSL/src/SSLManager.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp b/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureServerSocket.cpp b/NetSSL_OpenSSL/src/SecureServerSocket.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureStreamSocket.cpp b/NetSSL_OpenSSL/src/SecureStreamSocket.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/Session.cpp b/NetSSL_OpenSSL/src/Session.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/Utility.cpp b/NetSSL_OpenSSL/src/Utility.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp b/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/src/X509Certificate.cpp b/NetSSL_OpenSSL/src/X509Certificate.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/Driver.cpp b/NetSSL_OpenSSL/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp b/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp b/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Destination.h b/PDF/include/Poco/PDF/Destination.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Document.h b/PDF/include/Poco/PDF/Document.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Encoder.h b/PDF/include/Poco/PDF/Encoder.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Font.h b/PDF/include/Poco/PDF/Font.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Image.h b/PDF/include/Poco/PDF/Image.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/LinkAnnotation.h b/PDF/include/Poco/PDF/LinkAnnotation.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Outline.h b/PDF/include/Poco/PDF/Outline.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/PDF.h b/PDF/include/Poco/PDF/PDF.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/PDFException.h b/PDF/include/Poco/PDF/PDFException.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Page.h b/PDF/include/Poco/PDF/Page.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/Resource.h b/PDF/include/Poco/PDF/Resource.h old mode 100755 new mode 100644 diff --git a/PDF/include/Poco/PDF/TextAnnotation.h b/PDF/include/Poco/PDF/TextAnnotation.h old mode 100755 new mode 100644 diff --git a/PDF/src/Destination.cpp b/PDF/src/Destination.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Document.cpp b/PDF/src/Document.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Encoder.cpp b/PDF/src/Encoder.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Font.cpp b/PDF/src/Font.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Image.cpp b/PDF/src/Image.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/LinkAnnotation.cpp b/PDF/src/LinkAnnotation.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Outline.cpp b/PDF/src/Outline.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/PDFException.cpp b/PDF/src/PDFException.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/Page.cpp b/PDF/src/Page.cpp old mode 100755 new mode 100644 diff --git a/PDF/src/TextAnnotation.cpp b/PDF/src/TextAnnotation.cpp old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/Driver.cpp b/PDF/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/PDFTest.cpp b/PDF/testsuite/src/PDFTest.cpp old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/PDFTest.h b/PDF/testsuite/src/PDFTest.h old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/PDFTestSuite.cpp b/PDF/testsuite/src/PDFTestSuite.cpp old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/PDFTestSuite.h b/PDF/testsuite/src/PDFTestSuite.h old mode 100755 new mode 100644 diff --git a/PDF/testsuite/src/WinDriver.cpp b/PDF/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/File2Page/src/File2Page.cpp b/PageCompiler/File2Page/src/File2Page.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp b/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/ApacheCodeWriter.cpp b/PageCompiler/src/ApacheCodeWriter.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/ApacheCodeWriter.h b/PageCompiler/src/ApacheCodeWriter.h old mode 100755 new mode 100644 diff --git a/PageCompiler/src/CodeWriter.cpp b/PageCompiler/src/CodeWriter.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/CodeWriter.h b/PageCompiler/src/CodeWriter.h old mode 100755 new mode 100644 diff --git a/PageCompiler/src/OSPCodeWriter.cpp b/PageCompiler/src/OSPCodeWriter.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/OSPCodeWriter.h b/PageCompiler/src/OSPCodeWriter.h old mode 100755 new mode 100644 diff --git a/PageCompiler/src/Page.cpp b/PageCompiler/src/Page.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/Page.h b/PageCompiler/src/Page.h old mode 100755 new mode 100644 diff --git a/PageCompiler/src/PageCompiler.cpp b/PageCompiler/src/PageCompiler.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/PageReader.cpp b/PageCompiler/src/PageReader.cpp old mode 100755 new mode 100644 diff --git a/PageCompiler/src/PageReader.h b/PageCompiler/src/PageReader.h old mode 100755 new mode 100644 diff --git a/PocoDoc/src/DocWriter.cpp b/PocoDoc/src/DocWriter.cpp old mode 100755 new mode 100644 diff --git a/PocoDoc/src/DocWriter.h b/PocoDoc/src/DocWriter.h old mode 100755 new mode 100644 diff --git a/PocoDoc/src/PocoDoc.cpp b/PocoDoc/src/PocoDoc.cpp old mode 100755 new mode 100644 diff --git a/ProGen/src/ProGen.cpp b/ProGen/src/ProGen.cpp old mode 100755 new mode 100644 diff --git a/ProGen/src/VSXMLWriter.cpp b/ProGen/src/VSXMLWriter.cpp old mode 100755 new mode 100644 diff --git a/ProGen/src/VSXMLWriter.h b/ProGen/src/VSXMLWriter.h old mode 100755 new mode 100644 diff --git a/SevenZip/include/Poco/SevenZip/Archive.h b/SevenZip/include/Poco/SevenZip/Archive.h old mode 100755 new mode 100644 diff --git a/SevenZip/include/Poco/SevenZip/ArchiveEntry.h b/SevenZip/include/Poco/SevenZip/ArchiveEntry.h old mode 100755 new mode 100644 diff --git a/SevenZip/include/Poco/SevenZip/SevenZip.h b/SevenZip/include/Poco/SevenZip/SevenZip.h old mode 100755 new mode 100644 diff --git a/SevenZip/samples/un7zip/src/un7zip.cpp b/SevenZip/samples/un7zip/src/un7zip.cpp old mode 100755 new mode 100644 diff --git a/SevenZip/src/Archive.cpp b/SevenZip/src/Archive.cpp old mode 100755 new mode 100644 diff --git a/SevenZip/src/ArchiveEntry.cpp b/SevenZip/src/ArchiveEntry.cpp old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/AbstractConfiguration.h b/Util/include/Poco/Util/AbstractConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Application.h b/Util/include/Poco/Util/Application.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/ConfigurationMapper.h b/Util/include/Poco/Util/ConfigurationMapper.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/ConfigurationView.h b/Util/include/Poco/Util/ConfigurationView.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/FilesystemConfiguration.h b/Util/include/Poco/Util/FilesystemConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/HelpFormatter.h b/Util/include/Poco/Util/HelpFormatter.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/IniFileConfiguration.h b/Util/include/Poco/Util/IniFileConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/IntValidator.h b/Util/include/Poco/Util/IntValidator.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/JSONConfiguration.h b/Util/include/Poco/Util/JSONConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/LayeredConfiguration.h b/Util/include/Poco/Util/LayeredConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/LoggingConfigurator.h b/Util/include/Poco/Util/LoggingConfigurator.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/LoggingSubsystem.h b/Util/include/Poco/Util/LoggingSubsystem.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/MapConfiguration.h b/Util/include/Poco/Util/MapConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Option.h b/Util/include/Poco/Util/Option.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/OptionCallback.h b/Util/include/Poco/Util/OptionCallback.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/OptionException.h b/Util/include/Poco/Util/OptionException.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/OptionProcessor.h b/Util/include/Poco/Util/OptionProcessor.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/OptionSet.h b/Util/include/Poco/Util/OptionSet.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/PropertyFileConfiguration.h b/Util/include/Poco/Util/PropertyFileConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/RegExpValidator.h b/Util/include/Poco/Util/RegExpValidator.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/ServerApplication.h b/Util/include/Poco/Util/ServerApplication.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Subsystem.h b/Util/include/Poco/Util/Subsystem.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/SystemConfiguration.h b/Util/include/Poco/Util/SystemConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Timer.h b/Util/include/Poco/Util/Timer.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/TimerTask.h b/Util/include/Poco/Util/TimerTask.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/TimerTaskAdapter.h b/Util/include/Poco/Util/TimerTaskAdapter.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Units.h b/Util/include/Poco/Util/Units.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Util.h b/Util/include/Poco/Util/Util.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/Validator.h b/Util/include/Poco/Util/Validator.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/WinRegistryConfiguration.h b/Util/include/Poco/Util/WinRegistryConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/WinRegistryKey.h b/Util/include/Poco/Util/WinRegistryKey.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/WinService.h b/Util/include/Poco/Util/WinService.h old mode 100755 new mode 100644 diff --git a/Util/include/Poco/Util/XMLConfiguration.h b/Util/include/Poco/Util/XMLConfiguration.h old mode 100755 new mode 100644 diff --git a/Util/samples/SampleApp/src/SampleApp.cpp b/Util/samples/SampleApp/src/SampleApp.cpp old mode 100755 new mode 100644 diff --git a/Util/samples/SampleServer/src/SampleServer.cpp b/Util/samples/SampleServer/src/SampleServer.cpp old mode 100755 new mode 100644 diff --git a/Util/samples/Units/src/Units.cpp b/Util/samples/Units/src/Units.cpp old mode 100755 new mode 100644 diff --git a/Util/samples/pkill/src/pkill.cpp b/Util/samples/pkill/src/pkill.cpp old mode 100755 new mode 100644 diff --git a/Util/src/AbstractConfiguration.cpp b/Util/src/AbstractConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/Application.cpp b/Util/src/Application.cpp old mode 100755 new mode 100644 diff --git a/Util/src/ConfigurationMapper.cpp b/Util/src/ConfigurationMapper.cpp old mode 100755 new mode 100644 diff --git a/Util/src/ConfigurationView.cpp b/Util/src/ConfigurationView.cpp old mode 100755 new mode 100644 diff --git a/Util/src/FilesystemConfiguration.cpp b/Util/src/FilesystemConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/HelpFormatter.cpp b/Util/src/HelpFormatter.cpp old mode 100755 new mode 100644 diff --git a/Util/src/IniFileConfiguration.cpp b/Util/src/IniFileConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/IntValidator.cpp b/Util/src/IntValidator.cpp old mode 100755 new mode 100644 diff --git a/Util/src/JSONConfiguration.cpp b/Util/src/JSONConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/LayeredConfiguration.cpp b/Util/src/LayeredConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/LoggingConfigurator.cpp b/Util/src/LoggingConfigurator.cpp old mode 100755 new mode 100644 diff --git a/Util/src/LoggingSubsystem.cpp b/Util/src/LoggingSubsystem.cpp old mode 100755 new mode 100644 diff --git a/Util/src/MapConfiguration.cpp b/Util/src/MapConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/Option.cpp b/Util/src/Option.cpp old mode 100755 new mode 100644 diff --git a/Util/src/OptionCallback.cpp b/Util/src/OptionCallback.cpp old mode 100755 new mode 100644 diff --git a/Util/src/OptionException.cpp b/Util/src/OptionException.cpp old mode 100755 new mode 100644 diff --git a/Util/src/OptionProcessor.cpp b/Util/src/OptionProcessor.cpp old mode 100755 new mode 100644 diff --git a/Util/src/OptionSet.cpp b/Util/src/OptionSet.cpp old mode 100755 new mode 100644 diff --git a/Util/src/PropertyFileConfiguration.cpp b/Util/src/PropertyFileConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/RegExpValidator.cpp b/Util/src/RegExpValidator.cpp old mode 100755 new mode 100644 diff --git a/Util/src/ServerApplication.cpp b/Util/src/ServerApplication.cpp old mode 100755 new mode 100644 diff --git a/Util/src/Subsystem.cpp b/Util/src/Subsystem.cpp old mode 100755 new mode 100644 diff --git a/Util/src/SystemConfiguration.cpp b/Util/src/SystemConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/Timer.cpp b/Util/src/Timer.cpp old mode 100755 new mode 100644 diff --git a/Util/src/TimerTask.cpp b/Util/src/TimerTask.cpp old mode 100755 new mode 100644 diff --git a/Util/src/Validator.cpp b/Util/src/Validator.cpp old mode 100755 new mode 100644 diff --git a/Util/src/WinRegistryConfiguration.cpp b/Util/src/WinRegistryConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/src/WinRegistryKey.cpp b/Util/src/WinRegistryKey.cpp old mode 100755 new mode 100644 diff --git a/Util/src/WinService.cpp b/Util/src/WinService.cpp old mode 100755 new mode 100644 diff --git a/Util/src/XMLConfiguration.cpp b/Util/src/XMLConfiguration.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/AbstractConfigurationTest.cpp b/Util/testsuite/src/AbstractConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/AbstractConfigurationTest.h b/Util/testsuite/src/AbstractConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationMapperTest.cpp b/Util/testsuite/src/ConfigurationMapperTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationMapperTest.h b/Util/testsuite/src/ConfigurationMapperTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationTestSuite.cpp b/Util/testsuite/src/ConfigurationTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationTestSuite.h b/Util/testsuite/src/ConfigurationTestSuite.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationViewTest.cpp b/Util/testsuite/src/ConfigurationViewTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ConfigurationViewTest.h b/Util/testsuite/src/ConfigurationViewTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/Driver.cpp b/Util/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/FilesystemConfigurationTest.cpp b/Util/testsuite/src/FilesystemConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/FilesystemConfigurationTest.h b/Util/testsuite/src/FilesystemConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/HelpFormatterTest.cpp b/Util/testsuite/src/HelpFormatterTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/HelpFormatterTest.h b/Util/testsuite/src/HelpFormatterTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/IniFileConfigurationTest.cpp b/Util/testsuite/src/IniFileConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/IniFileConfigurationTest.h b/Util/testsuite/src/IniFileConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/JSONConfigurationTest.cpp b/Util/testsuite/src/JSONConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/JSONConfigurationTest.h b/Util/testsuite/src/JSONConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/LayeredConfigurationTest.cpp b/Util/testsuite/src/LayeredConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/LayeredConfigurationTest.h b/Util/testsuite/src/LayeredConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/LoggingConfiguratorTest.cpp b/Util/testsuite/src/LoggingConfiguratorTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/LoggingConfiguratorTest.h b/Util/testsuite/src/LoggingConfiguratorTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/MapConfigurationTest.cpp b/Util/testsuite/src/MapConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/MapConfigurationTest.h b/Util/testsuite/src/MapConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionProcessorTest.cpp b/Util/testsuite/src/OptionProcessorTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionProcessorTest.h b/Util/testsuite/src/OptionProcessorTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionSetTest.cpp b/Util/testsuite/src/OptionSetTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionSetTest.h b/Util/testsuite/src/OptionSetTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionTest.cpp b/Util/testsuite/src/OptionTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionTest.h b/Util/testsuite/src/OptionTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionsTestSuite.cpp b/Util/testsuite/src/OptionsTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/OptionsTestSuite.h b/Util/testsuite/src/OptionsTestSuite.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/PropertyFileConfigurationTest.cpp b/Util/testsuite/src/PropertyFileConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/PropertyFileConfigurationTest.h b/Util/testsuite/src/PropertyFileConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/SystemConfigurationTest.cpp b/Util/testsuite/src/SystemConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/SystemConfigurationTest.h b/Util/testsuite/src/SystemConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/TimerTest.cpp b/Util/testsuite/src/TimerTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/TimerTest.h b/Util/testsuite/src/TimerTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/TimerTestSuite.cpp b/Util/testsuite/src/TimerTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/TimerTestSuite.h b/Util/testsuite/src/TimerTestSuite.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/UtilTestSuite.cpp b/Util/testsuite/src/UtilTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/UtilTestSuite.h b/Util/testsuite/src/UtilTestSuite.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ValidatorTest.cpp b/Util/testsuite/src/ValidatorTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/ValidatorTest.h b/Util/testsuite/src/ValidatorTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinCEDriver.cpp b/Util/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinConfigurationTest.cpp b/Util/testsuite/src/WinConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinConfigurationTest.h b/Util/testsuite/src/WinConfigurationTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinDriver.cpp b/Util/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinRegistryTest.cpp b/Util/testsuite/src/WinRegistryTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WinRegistryTest.h b/Util/testsuite/src/WinRegistryTest.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WindowsTestSuite.cpp b/Util/testsuite/src/WindowsTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/WindowsTestSuite.h b/Util/testsuite/src/WindowsTestSuite.h old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/XMLConfigurationTest.cpp b/Util/testsuite/src/XMLConfigurationTest.cpp old mode 100755 new mode 100644 diff --git a/Util/testsuite/src/XMLConfigurationTest.h b/Util/testsuite/src/XMLConfigurationTest.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/AbstractContainerNode.h b/XML/include/Poco/DOM/AbstractContainerNode.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/AbstractNode.h b/XML/include/Poco/DOM/AbstractNode.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Attr.h b/XML/include/Poco/DOM/Attr.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/AttrMap.h b/XML/include/Poco/DOM/AttrMap.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/AutoPtr.h b/XML/include/Poco/DOM/AutoPtr.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/CDATASection.h b/XML/include/Poco/DOM/CDATASection.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/CharacterData.h b/XML/include/Poco/DOM/CharacterData.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/ChildNodesList.h b/XML/include/Poco/DOM/ChildNodesList.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Comment.h b/XML/include/Poco/DOM/Comment.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMBuilder.h b/XML/include/Poco/DOM/DOMBuilder.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMException.h b/XML/include/Poco/DOM/DOMException.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMImplementation.h b/XML/include/Poco/DOM/DOMImplementation.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMObject.h b/XML/include/Poco/DOM/DOMObject.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMParser.h b/XML/include/Poco/DOM/DOMParser.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMSerializer.h b/XML/include/Poco/DOM/DOMSerializer.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DOMWriter.h b/XML/include/Poco/DOM/DOMWriter.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DTDMap.h b/XML/include/Poco/DOM/DTDMap.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Document.h b/XML/include/Poco/DOM/Document.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DocumentEvent.h b/XML/include/Poco/DOM/DocumentEvent.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DocumentFragment.h b/XML/include/Poco/DOM/DocumentFragment.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/DocumentType.h b/XML/include/Poco/DOM/DocumentType.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Element.h b/XML/include/Poco/DOM/Element.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/ElementsByTagNameList.h b/XML/include/Poco/DOM/ElementsByTagNameList.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Entity.h b/XML/include/Poco/DOM/Entity.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/EntityReference.h b/XML/include/Poco/DOM/EntityReference.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Event.h b/XML/include/Poco/DOM/Event.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/EventDispatcher.h b/XML/include/Poco/DOM/EventDispatcher.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/EventException.h b/XML/include/Poco/DOM/EventException.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/EventListener.h b/XML/include/Poco/DOM/EventListener.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/EventTarget.h b/XML/include/Poco/DOM/EventTarget.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/MutationEvent.h b/XML/include/Poco/DOM/MutationEvent.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/NamedNodeMap.h b/XML/include/Poco/DOM/NamedNodeMap.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Node.h b/XML/include/Poco/DOM/Node.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/NodeAppender.h b/XML/include/Poco/DOM/NodeAppender.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/NodeFilter.h b/XML/include/Poco/DOM/NodeFilter.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/NodeIterator.h b/XML/include/Poco/DOM/NodeIterator.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/NodeList.h b/XML/include/Poco/DOM/NodeList.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Notation.h b/XML/include/Poco/DOM/Notation.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/ProcessingInstruction.h b/XML/include/Poco/DOM/ProcessingInstruction.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/Text.h b/XML/include/Poco/DOM/Text.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/DOM/TreeWalker.h b/XML/include/Poco/DOM/TreeWalker.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/Attributes.h b/XML/include/Poco/SAX/Attributes.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/AttributesImpl.h b/XML/include/Poco/SAX/AttributesImpl.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/ContentHandler.h b/XML/include/Poco/SAX/ContentHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/DTDHandler.h b/XML/include/Poco/SAX/DTDHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/DeclHandler.h b/XML/include/Poco/SAX/DeclHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/DefaultHandler.h b/XML/include/Poco/SAX/DefaultHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/EntityResolver.h b/XML/include/Poco/SAX/EntityResolver.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/EntityResolverImpl.h b/XML/include/Poco/SAX/EntityResolverImpl.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/ErrorHandler.h b/XML/include/Poco/SAX/ErrorHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/InputSource.h b/XML/include/Poco/SAX/InputSource.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/LexicalHandler.h b/XML/include/Poco/SAX/LexicalHandler.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/Locator.h b/XML/include/Poco/SAX/Locator.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/LocatorImpl.h b/XML/include/Poco/SAX/LocatorImpl.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/NamespaceSupport.h b/XML/include/Poco/SAX/NamespaceSupport.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/SAXException.h b/XML/include/Poco/SAX/SAXException.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/SAXParser.h b/XML/include/Poco/SAX/SAXParser.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/WhitespaceFilter.h b/XML/include/Poco/SAX/WhitespaceFilter.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/XMLFilter.h b/XML/include/Poco/SAX/XMLFilter.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/XMLFilterImpl.h b/XML/include/Poco/SAX/XMLFilterImpl.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/SAX/XMLReader.h b/XML/include/Poco/SAX/XMLReader.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/Name.h b/XML/include/Poco/XML/Name.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/NamePool.h b/XML/include/Poco/XML/NamePool.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/NamespaceStrategy.h b/XML/include/Poco/XML/NamespaceStrategy.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/ParserEngine.h b/XML/include/Poco/XML/ParserEngine.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/XML.h b/XML/include/Poco/XML/XML.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/XMLException.h b/XML/include/Poco/XML/XMLException.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/XMLStream.h b/XML/include/Poco/XML/XMLStream.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/XMLString.h b/XML/include/Poco/XML/XMLString.h old mode 100755 new mode 100644 diff --git a/XML/include/Poco/XML/XMLWriter.h b/XML/include/Poco/XML/XMLWriter.h old mode 100755 new mode 100644 diff --git a/XML/samples/DOMParser/src/DOMParser.cpp b/XML/samples/DOMParser/src/DOMParser.cpp old mode 100755 new mode 100644 diff --git a/XML/samples/DOMWriter/src/DOMWriter.cpp b/XML/samples/DOMWriter/src/DOMWriter.cpp old mode 100755 new mode 100644 diff --git a/XML/samples/PrettyPrint/src/PrettyPrint.cpp b/XML/samples/PrettyPrint/src/PrettyPrint.cpp old mode 100755 new mode 100644 diff --git a/XML/samples/SAXParser/src/SAXParser.cpp b/XML/samples/SAXParser/src/SAXParser.cpp old mode 100755 new mode 100644 diff --git a/XML/src/AbstractContainerNode.cpp b/XML/src/AbstractContainerNode.cpp old mode 100755 new mode 100644 diff --git a/XML/src/AbstractNode.cpp b/XML/src/AbstractNode.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Attr.cpp b/XML/src/Attr.cpp old mode 100755 new mode 100644 diff --git a/XML/src/AttrMap.cpp b/XML/src/AttrMap.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Attributes.cpp b/XML/src/Attributes.cpp old mode 100755 new mode 100644 diff --git a/XML/src/AttributesImpl.cpp b/XML/src/AttributesImpl.cpp old mode 100755 new mode 100644 diff --git a/XML/src/CDATASection.cpp b/XML/src/CDATASection.cpp old mode 100755 new mode 100644 diff --git a/XML/src/CharacterData.cpp b/XML/src/CharacterData.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ChildNodesList.cpp b/XML/src/ChildNodesList.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Comment.cpp b/XML/src/Comment.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ContentHandler.cpp b/XML/src/ContentHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMBuilder.cpp b/XML/src/DOMBuilder.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMException.cpp b/XML/src/DOMException.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMImplementation.cpp b/XML/src/DOMImplementation.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMObject.cpp b/XML/src/DOMObject.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMParser.cpp b/XML/src/DOMParser.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMSerializer.cpp b/XML/src/DOMSerializer.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DOMWriter.cpp b/XML/src/DOMWriter.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DTDHandler.cpp b/XML/src/DTDHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DTDMap.cpp b/XML/src/DTDMap.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DeclHandler.cpp b/XML/src/DeclHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DefaultHandler.cpp b/XML/src/DefaultHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Document.cpp b/XML/src/Document.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DocumentEvent.cpp b/XML/src/DocumentEvent.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DocumentFragment.cpp b/XML/src/DocumentFragment.cpp old mode 100755 new mode 100644 diff --git a/XML/src/DocumentType.cpp b/XML/src/DocumentType.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Element.cpp b/XML/src/Element.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ElementsByTagNameList.cpp b/XML/src/ElementsByTagNameList.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Entity.cpp b/XML/src/Entity.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EntityReference.cpp b/XML/src/EntityReference.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EntityResolver.cpp b/XML/src/EntityResolver.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EntityResolverImpl.cpp b/XML/src/EntityResolverImpl.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ErrorHandler.cpp b/XML/src/ErrorHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Event.cpp b/XML/src/Event.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EventDispatcher.cpp b/XML/src/EventDispatcher.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EventException.cpp b/XML/src/EventException.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EventListener.cpp b/XML/src/EventListener.cpp old mode 100755 new mode 100644 diff --git a/XML/src/EventTarget.cpp b/XML/src/EventTarget.cpp old mode 100755 new mode 100644 diff --git a/XML/src/InputSource.cpp b/XML/src/InputSource.cpp old mode 100755 new mode 100644 diff --git a/XML/src/LexicalHandler.cpp b/XML/src/LexicalHandler.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Locator.cpp b/XML/src/Locator.cpp old mode 100755 new mode 100644 diff --git a/XML/src/LocatorImpl.cpp b/XML/src/LocatorImpl.cpp old mode 100755 new mode 100644 diff --git a/XML/src/MutationEvent.cpp b/XML/src/MutationEvent.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Name.cpp b/XML/src/Name.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NamePool.cpp b/XML/src/NamePool.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NamedNodeMap.cpp b/XML/src/NamedNodeMap.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NamespaceStrategy.cpp b/XML/src/NamespaceStrategy.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NamespaceSupport.cpp b/XML/src/NamespaceSupport.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Node.cpp b/XML/src/Node.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NodeAppender.cpp b/XML/src/NodeAppender.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NodeFilter.cpp b/XML/src/NodeFilter.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NodeIterator.cpp b/XML/src/NodeIterator.cpp old mode 100755 new mode 100644 diff --git a/XML/src/NodeList.cpp b/XML/src/NodeList.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Notation.cpp b/XML/src/Notation.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ParserEngine.cpp b/XML/src/ParserEngine.cpp old mode 100755 new mode 100644 diff --git a/XML/src/ProcessingInstruction.cpp b/XML/src/ProcessingInstruction.cpp old mode 100755 new mode 100644 diff --git a/XML/src/SAXException.cpp b/XML/src/SAXException.cpp old mode 100755 new mode 100644 diff --git a/XML/src/SAXParser.cpp b/XML/src/SAXParser.cpp old mode 100755 new mode 100644 diff --git a/XML/src/Text.cpp b/XML/src/Text.cpp old mode 100755 new mode 100644 diff --git a/XML/src/TreeWalker.cpp b/XML/src/TreeWalker.cpp old mode 100755 new mode 100644 diff --git a/XML/src/WhitespaceFilter.cpp b/XML/src/WhitespaceFilter.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLException.cpp b/XML/src/XMLException.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLFilter.cpp b/XML/src/XMLFilter.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLFilterImpl.cpp b/XML/src/XMLFilterImpl.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLReader.cpp b/XML/src/XMLReader.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLString.cpp b/XML/src/XMLString.cpp old mode 100755 new mode 100644 diff --git a/XML/src/XMLWriter.cpp b/XML/src/XMLWriter.cpp old mode 100755 new mode 100644 diff --git a/XML/src/expat_config.h b/XML/src/expat_config.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/AttributesImplTest.cpp b/XML/testsuite/src/AttributesImplTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/AttributesImplTest.h b/XML/testsuite/src/AttributesImplTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ChildNodesTest.cpp b/XML/testsuite/src/ChildNodesTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ChildNodesTest.h b/XML/testsuite/src/ChildNodesTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DOMTestSuite.cpp b/XML/testsuite/src/DOMTestSuite.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DOMTestSuite.h b/XML/testsuite/src/DOMTestSuite.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DocumentTest.cpp b/XML/testsuite/src/DocumentTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DocumentTest.h b/XML/testsuite/src/DocumentTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DocumentTypeTest.cpp b/XML/testsuite/src/DocumentTypeTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/DocumentTypeTest.h b/XML/testsuite/src/DocumentTypeTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/Driver.cpp b/XML/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ElementTest.cpp b/XML/testsuite/src/ElementTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ElementTest.h b/XML/testsuite/src/ElementTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/EventTest.cpp b/XML/testsuite/src/EventTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/EventTest.h b/XML/testsuite/src/EventTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NamePoolTest.cpp b/XML/testsuite/src/NamePoolTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NamePoolTest.h b/XML/testsuite/src/NamePoolTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NameTest.cpp b/XML/testsuite/src/NameTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NameTest.h b/XML/testsuite/src/NameTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NamespaceSupportTest.cpp b/XML/testsuite/src/NamespaceSupportTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NamespaceSupportTest.h b/XML/testsuite/src/NamespaceSupportTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeAppenderTest.cpp b/XML/testsuite/src/NodeAppenderTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeAppenderTest.h b/XML/testsuite/src/NodeAppenderTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeIteratorTest.cpp b/XML/testsuite/src/NodeIteratorTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeIteratorTest.h b/XML/testsuite/src/NodeIteratorTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeTest.cpp b/XML/testsuite/src/NodeTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/NodeTest.h b/XML/testsuite/src/NodeTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ParserWriterTest.cpp b/XML/testsuite/src/ParserWriterTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/ParserWriterTest.h b/XML/testsuite/src/ParserWriterTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/SAXParserTest.cpp b/XML/testsuite/src/SAXParserTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/SAXParserTest.h b/XML/testsuite/src/SAXParserTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/SAXTestSuite.cpp b/XML/testsuite/src/SAXTestSuite.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/SAXTestSuite.h b/XML/testsuite/src/SAXTestSuite.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/TextTest.cpp b/XML/testsuite/src/TextTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/TextTest.h b/XML/testsuite/src/TextTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/TreeWalkerTest.cpp b/XML/testsuite/src/TreeWalkerTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/TreeWalkerTest.h b/XML/testsuite/src/TreeWalkerTest.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/WinCEDriver.cpp b/XML/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/WinDriver.cpp b/XML/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/XMLTestSuite.cpp b/XML/testsuite/src/XMLTestSuite.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/XMLTestSuite.h b/XML/testsuite/src/XMLTestSuite.h old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/XMLWriterTest.cpp b/XML/testsuite/src/XMLWriterTest.cpp old mode 100755 new mode 100644 diff --git a/XML/testsuite/src/XMLWriterTest.h b/XML/testsuite/src/XMLWriterTest.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Add.h b/Zip/include/Poco/Zip/Add.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/AutoDetectStream.h b/Zip/include/Poco/Zip/AutoDetectStream.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Compress.h b/Zip/include/Poco/Zip/Compress.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Decompress.h b/Zip/include/Poco/Zip/Decompress.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Delete.h b/Zip/include/Poco/Zip/Delete.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Keep.h b/Zip/include/Poco/Zip/Keep.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ParseCallback.h b/Zip/include/Poco/Zip/ParseCallback.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/PartialStream.h b/Zip/include/Poco/Zip/PartialStream.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Rename.h b/Zip/include/Poco/Zip/Rename.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Replace.h b/Zip/include/Poco/Zip/Replace.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/SkipCallback.h b/Zip/include/Poco/Zip/SkipCallback.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/Zip.h b/Zip/include/Poco/Zip/Zip.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipArchive.h b/Zip/include/Poco/Zip/ZipArchive.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipArchiveInfo.h b/Zip/include/Poco/Zip/ZipArchiveInfo.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipCommon.h b/Zip/include/Poco/Zip/ZipCommon.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipDataInfo.h b/Zip/include/Poco/Zip/ZipDataInfo.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipException.h b/Zip/include/Poco/Zip/ZipException.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipFileInfo.h b/Zip/include/Poco/Zip/ZipFileInfo.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipLocalFileHeader.h b/Zip/include/Poco/Zip/ZipLocalFileHeader.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipManipulator.h b/Zip/include/Poco/Zip/ZipManipulator.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipOperation.h b/Zip/include/Poco/Zip/ZipOperation.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipStream.h b/Zip/include/Poco/Zip/ZipStream.h old mode 100755 new mode 100644 diff --git a/Zip/include/Poco/Zip/ZipUtil.h b/Zip/include/Poco/Zip/ZipUtil.h old mode 100755 new mode 100644 diff --git a/Zip/samples/unzip/src/unzip.cpp b/Zip/samples/unzip/src/unzip.cpp old mode 100755 new mode 100644 diff --git a/Zip/samples/zip/src/zip.cpp b/Zip/samples/zip/src/zip.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Add.cpp b/Zip/src/Add.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/AutoDetectStream.cpp b/Zip/src/AutoDetectStream.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Compress.cpp b/Zip/src/Compress.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Decompress.cpp b/Zip/src/Decompress.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Delete.cpp b/Zip/src/Delete.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Keep.cpp b/Zip/src/Keep.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ParseCallback.cpp b/Zip/src/ParseCallback.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/PartialStream.cpp b/Zip/src/PartialStream.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Rename.cpp b/Zip/src/Rename.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/Replace.cpp b/Zip/src/Replace.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/SkipCallback.cpp b/Zip/src/SkipCallback.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipArchive.cpp b/Zip/src/ZipArchive.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipArchiveInfo.cpp b/Zip/src/ZipArchiveInfo.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipCommon.cpp b/Zip/src/ZipCommon.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipDataInfo.cpp b/Zip/src/ZipDataInfo.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipException.cpp b/Zip/src/ZipException.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipFileInfo.cpp b/Zip/src/ZipFileInfo.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipLocalFileHeader.cpp b/Zip/src/ZipLocalFileHeader.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipManipulator.cpp b/Zip/src/ZipManipulator.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipOperation.cpp b/Zip/src/ZipOperation.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipStream.cpp b/Zip/src/ZipStream.cpp old mode 100755 new mode 100644 diff --git a/Zip/src/ZipUtil.cpp b/Zip/src/ZipUtil.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/CompressTest.cpp b/Zip/testsuite/src/CompressTest.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/CompressTest.h b/Zip/testsuite/src/CompressTest.h old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/Driver.cpp b/Zip/testsuite/src/Driver.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/PartialStreamTest.cpp b/Zip/testsuite/src/PartialStreamTest.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/PartialStreamTest.h b/Zip/testsuite/src/PartialStreamTest.h old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/WinCEDriver.cpp b/Zip/testsuite/src/WinCEDriver.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/WinDriver.cpp b/Zip/testsuite/src/WinDriver.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/ZipTest.cpp b/Zip/testsuite/src/ZipTest.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/ZipTest.h b/Zip/testsuite/src/ZipTest.h old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/ZipTestSuite.cpp b/Zip/testsuite/src/ZipTestSuite.cpp old mode 100755 new mode 100644 diff --git a/Zip/testsuite/src/ZipTestSuite.h b/Zip/testsuite/src/ZipTestSuite.h old mode 100755 new mode 100644