diff --git a/.github/contributing.md b/.github/contributing.md old mode 100644 new mode 100755 diff --git a/.github/issue_template.md b/.github/issue_template.md old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/DeepCopy/DeepCopy.php b/DeepCopy/DeepCopy.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Exception/CloneException.php b/DeepCopy/Exception/CloneException.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Exception/PropertyException.php b/DeepCopy/Exception/PropertyException.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php b/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php b/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php b/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/Filter.php b/DeepCopy/Filter/Filter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/KeepFilter.php b/DeepCopy/Filter/KeepFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/ReplaceFilter.php b/DeepCopy/Filter/ReplaceFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Filter/SetNullFilter.php b/DeepCopy/Filter/SetNullFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/LICENSE b/DeepCopy/LICENSE old mode 100644 new mode 100755 diff --git a/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php b/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Matcher/Matcher.php b/DeepCopy/Matcher/Matcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Matcher/PropertyMatcher.php b/DeepCopy/Matcher/PropertyMatcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Matcher/PropertyNameMatcher.php b/DeepCopy/Matcher/PropertyNameMatcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Matcher/PropertyTypeMatcher.php b/DeepCopy/Matcher/PropertyTypeMatcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/Reflection/ReflectionHelper.php b/DeepCopy/Reflection/ReflectionHelper.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/Date/DateIntervalFilter.php b/DeepCopy/TypeFilter/Date/DateIntervalFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/ReplaceFilter.php b/DeepCopy/TypeFilter/ReplaceFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/ShallowCopyFilter.php b/DeepCopy/TypeFilter/ShallowCopyFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php b/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php b/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php b/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeFilter/TypeFilter.php b/DeepCopy/TypeFilter/TypeFilter.php old mode 100644 new mode 100755 diff --git a/DeepCopy/TypeMatcher/TypeMatcher.php b/DeepCopy/TypeMatcher/TypeMatcher.php old mode 100644 new mode 100755 diff --git a/DeepCopy/deep_copy.php b/DeepCopy/deep_copy.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode.php b/Mpdf/Barcode.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/AbstractBarcode.php b/Mpdf/Barcode/AbstractBarcode.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/BarcodeException.php b/Mpdf/Barcode/BarcodeException.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/BarcodeInterface.php b/Mpdf/Barcode/BarcodeInterface.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Codabar.php b/Mpdf/Barcode/Codabar.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Code11.php b/Mpdf/Barcode/Code11.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Code128.php b/Mpdf/Barcode/Code128.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Code39.php b/Mpdf/Barcode/Code39.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Code93.php b/Mpdf/Barcode/Code93.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/EanExt.php b/Mpdf/Barcode/EanExt.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/EanUpc.php b/Mpdf/Barcode/EanUpc.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/I25.php b/Mpdf/Barcode/I25.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Imb.php b/Mpdf/Barcode/Imb.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Msi.php b/Mpdf/Barcode/Msi.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Postnet.php b/Mpdf/Barcode/Postnet.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/Rm4Scc.php b/Mpdf/Barcode/Rm4Scc.php old mode 100644 new mode 100755 diff --git a/Mpdf/Barcode/S25.php b/Mpdf/Barcode/S25.php old mode 100644 new mode 100755 diff --git a/Mpdf/CREDITS.txt b/Mpdf/CREDITS.txt old mode 100644 new mode 100755 diff --git a/Mpdf/Cache.php b/Mpdf/Cache.php old mode 100644 new mode 100755 diff --git a/Mpdf/Color/ColorConverter.php b/Mpdf/Color/ColorConverter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Color/ColorModeConverter.php b/Mpdf/Color/ColorModeConverter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Color/ColorSpaceRestrictor.php b/Mpdf/Color/ColorSpaceRestrictor.php old mode 100644 new mode 100755 diff --git a/Mpdf/Color/NamedColors.php b/Mpdf/Color/NamedColors.php old mode 100644 new mode 100755 diff --git a/Mpdf/Config/ConfigVariables.php b/Mpdf/Config/ConfigVariables.php old mode 100644 new mode 100755 diff --git a/Mpdf/Config/FontVariables.php b/Mpdf/Config/FontVariables.php old mode 100644 new mode 100755 diff --git a/Mpdf/Conversion/DecToAlpha.php b/Mpdf/Conversion/DecToAlpha.php old mode 100644 new mode 100755 diff --git a/Mpdf/Conversion/DecToCjk.php b/Mpdf/Conversion/DecToCjk.php old mode 100644 new mode 100755 diff --git a/Mpdf/Conversion/DecToHebrew.php b/Mpdf/Conversion/DecToHebrew.php old mode 100644 new mode 100755 diff --git a/Mpdf/Conversion/DecToOther.php b/Mpdf/Conversion/DecToOther.php old mode 100644 new mode 100755 diff --git a/Mpdf/Conversion/DecToRoman.php b/Mpdf/Conversion/DecToRoman.php old mode 100644 new mode 100755 diff --git a/Mpdf/Css/Border.php b/Mpdf/Css/Border.php old mode 100644 new mode 100755 diff --git a/Mpdf/Css/DefaultCss.php b/Mpdf/Css/DefaultCss.php old mode 100644 new mode 100755 diff --git a/Mpdf/Css/TextVars.php b/Mpdf/Css/TextVars.php old mode 100644 new mode 100755 diff --git a/Mpdf/CssManager.php b/Mpdf/CssManager.php old mode 100644 new mode 100755 diff --git a/Mpdf/DirectWrite.php b/Mpdf/DirectWrite.php old mode 100644 new mode 100755 diff --git a/Mpdf/Exception/FontException.php b/Mpdf/Exception/FontException.php old mode 100644 new mode 100755 diff --git a/Mpdf/Exception/InvalidArgumentException.php b/Mpdf/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Mpdf/File/StreamWrapperChecker.php b/Mpdf/File/StreamWrapperChecker.php old mode 100644 new mode 100755 diff --git a/Mpdf/Fonts/FontCache.php b/Mpdf/Fonts/FontCache.php old mode 100644 new mode 100755 diff --git a/Mpdf/Fonts/FontFileFinder.php b/Mpdf/Fonts/FontFileFinder.php old mode 100644 new mode 100755 diff --git a/Mpdf/Fonts/GlyphOperator.php b/Mpdf/Fonts/GlyphOperator.php old mode 100644 new mode 100755 diff --git a/Mpdf/Fonts/MetricsGenerator.php b/Mpdf/Fonts/MetricsGenerator.php old mode 100644 new mode 100755 diff --git a/Mpdf/Form.php b/Mpdf/Form.php old mode 100644 new mode 100755 diff --git a/Mpdf/FpdiTrait.php b/Mpdf/FpdiTrait.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/ColorTable.php b/Mpdf/Gif/ColorTable.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/FileHeader.php b/Mpdf/Gif/FileHeader.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/Gif.php b/Mpdf/Gif/Gif.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/Image.php b/Mpdf/Gif/Image.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/ImageHeader.php b/Mpdf/Gif/ImageHeader.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gif/Lzw.php b/Mpdf/Gif/Lzw.php old mode 100644 new mode 100755 diff --git a/Mpdf/Gradient.php b/Mpdf/Gradient.php old mode 100644 new mode 100755 diff --git a/Mpdf/HTMLParserMode.php b/Mpdf/HTMLParserMode.php old mode 100644 new mode 100755 diff --git a/Mpdf/Hyphenator.php b/Mpdf/Hyphenator.php old mode 100644 new mode 100755 diff --git a/Mpdf/Image/Bmp.php b/Mpdf/Image/Bmp.php old mode 100644 new mode 100755 diff --git a/Mpdf/Image/ImageProcessor.php b/Mpdf/Image/ImageProcessor.php old mode 100644 new mode 100755 diff --git a/Mpdf/Image/ImageTypeGuesser.php b/Mpdf/Image/ImageTypeGuesser.php old mode 100644 new mode 100755 diff --git a/Mpdf/Image/Svg.php b/Mpdf/Image/Svg.php old mode 100644 new mode 100755 diff --git a/Mpdf/Image/Wmf.php b/Mpdf/Image/Wmf.php old mode 100644 new mode 100755 diff --git a/Mpdf/LICENSE.txt b/Mpdf/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Mpdf/Language/LanguageToFont.php b/Mpdf/Language/LanguageToFont.php old mode 100644 new mode 100755 diff --git a/Mpdf/Language/LanguageToFontInterface.php b/Mpdf/Language/LanguageToFontInterface.php old mode 100644 new mode 100755 diff --git a/Mpdf/Language/ScriptToLanguage.php b/Mpdf/Language/ScriptToLanguage.php old mode 100644 new mode 100755 diff --git a/Mpdf/Language/ScriptToLanguageInterface.php b/Mpdf/Language/ScriptToLanguageInterface.php old mode 100644 new mode 100755 diff --git a/Mpdf/Log/Context.php b/Mpdf/Log/Context.php old mode 100644 new mode 100755 diff --git a/Mpdf/Mpdf.php b/Mpdf/Mpdf.php old mode 100644 new mode 100755 diff --git a/Mpdf/MpdfException.php b/Mpdf/MpdfException.php old mode 100644 new mode 100755 diff --git a/Mpdf/MpdfImageException.php b/Mpdf/MpdfImageException.php old mode 100644 new mode 100755 diff --git a/Mpdf/Otl.php b/Mpdf/Otl.php old mode 100644 new mode 100755 diff --git a/Mpdf/OtlDump.php b/Mpdf/OtlDump.php old mode 100644 new mode 100755 diff --git a/Mpdf/Output/Destination.php b/Mpdf/Output/Destination.php old mode 100644 new mode 100755 diff --git a/Mpdf/PageFormat.php b/Mpdf/PageFormat.php old mode 100644 new mode 100755 diff --git a/Mpdf/Pdf/Protection.php b/Mpdf/Pdf/Protection.php old mode 100644 new mode 100755 diff --git a/Mpdf/Pdf/Protection/UniqidGenerator.php b/Mpdf/Pdf/Protection/UniqidGenerator.php old mode 100644 new mode 100755 diff --git a/Mpdf/RemoteContentFetcher.php b/Mpdf/RemoteContentFetcher.php old mode 100644 new mode 100755 diff --git a/Mpdf/ServiceFactory.php b/Mpdf/ServiceFactory.php old mode 100644 new mode 100755 diff --git a/Mpdf/Shaper/Indic.php b/Mpdf/Shaper/Indic.php old mode 100644 new mode 100755 diff --git a/Mpdf/Shaper/Myanmar.php b/Mpdf/Shaper/Myanmar.php old mode 100644 new mode 100755 diff --git a/Mpdf/Shaper/Sea.php b/Mpdf/Shaper/Sea.php old mode 100644 new mode 100755 diff --git a/Mpdf/SizeConverter.php b/Mpdf/SizeConverter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Strict.php b/Mpdf/Strict.php old mode 100644 new mode 100755 diff --git a/Mpdf/TTFontFile.php b/Mpdf/TTFontFile.php old mode 100644 new mode 100755 diff --git a/Mpdf/TTFontFileAnalysis.php b/Mpdf/TTFontFileAnalysis.php old mode 100644 new mode 100755 diff --git a/Mpdf/TableOfContents.php b/Mpdf/TableOfContents.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag.php b/Mpdf/Tag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/A.php b/Mpdf/Tag/A.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Acronym.php b/Mpdf/Tag/Acronym.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Address.php b/Mpdf/Tag/Address.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Annotation.php b/Mpdf/Tag/Annotation.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Article.php b/Mpdf/Tag/Article.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Aside.php b/Mpdf/Tag/Aside.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/B.php b/Mpdf/Tag/B.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/BarCode.php b/Mpdf/Tag/BarCode.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Bdi.php b/Mpdf/Tag/Bdi.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Bdo.php b/Mpdf/Tag/Bdo.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Big.php b/Mpdf/Tag/Big.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/BlockQuote.php b/Mpdf/Tag/BlockQuote.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/BlockTag.php b/Mpdf/Tag/BlockTag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Bookmark.php b/Mpdf/Tag/Bookmark.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Br.php b/Mpdf/Tag/Br.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Caption.php b/Mpdf/Tag/Caption.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Center.php b/Mpdf/Tag/Center.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Cite.php b/Mpdf/Tag/Cite.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Code.php b/Mpdf/Tag/Code.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/ColumnBreak.php b/Mpdf/Tag/ColumnBreak.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Columns.php b/Mpdf/Tag/Columns.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Dd.php b/Mpdf/Tag/Dd.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Del.php b/Mpdf/Tag/Del.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Details.php b/Mpdf/Tag/Details.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Div.php b/Mpdf/Tag/Div.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Dl.php b/Mpdf/Tag/Dl.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/DotTab.php b/Mpdf/Tag/DotTab.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Dt.php b/Mpdf/Tag/Dt.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Em.php b/Mpdf/Tag/Em.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/FieldSet.php b/Mpdf/Tag/FieldSet.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/FigCaption.php b/Mpdf/Tag/FigCaption.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Figure.php b/Mpdf/Tag/Figure.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Font.php b/Mpdf/Tag/Font.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Footer.php b/Mpdf/Tag/Footer.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Form.php b/Mpdf/Tag/Form.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/FormFeed.php b/Mpdf/Tag/FormFeed.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H1.php b/Mpdf/Tag/H1.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H2.php b/Mpdf/Tag/H2.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H3.php b/Mpdf/Tag/H3.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H4.php b/Mpdf/Tag/H4.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H5.php b/Mpdf/Tag/H5.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/H6.php b/Mpdf/Tag/H6.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/HGroup.php b/Mpdf/Tag/HGroup.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Header.php b/Mpdf/Tag/Header.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Hr.php b/Mpdf/Tag/Hr.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/I.php b/Mpdf/Tag/I.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Img.php b/Mpdf/Tag/Img.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/IndexEntry.php b/Mpdf/Tag/IndexEntry.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/IndexInsert.php b/Mpdf/Tag/IndexInsert.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/InlineTag.php b/Mpdf/Tag/InlineTag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Input.php b/Mpdf/Tag/Input.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Ins.php b/Mpdf/Tag/Ins.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Kbd.php b/Mpdf/Tag/Kbd.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Legend.php b/Mpdf/Tag/Legend.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Li.php b/Mpdf/Tag/Li.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Main.php b/Mpdf/Tag/Main.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Mark.php b/Mpdf/Tag/Mark.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Meter.php b/Mpdf/Tag/Meter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Nav.php b/Mpdf/Tag/Nav.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/NewColumn.php b/Mpdf/Tag/NewColumn.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/NewPage.php b/Mpdf/Tag/NewPage.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Ol.php b/Mpdf/Tag/Ol.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Option.php b/Mpdf/Tag/Option.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/P.php b/Mpdf/Tag/P.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/PageBreak.php b/Mpdf/Tag/PageBreak.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/PageFooter.php b/Mpdf/Tag/PageFooter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/PageHeader.php b/Mpdf/Tag/PageHeader.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Pre.php b/Mpdf/Tag/Pre.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Progress.php b/Mpdf/Tag/Progress.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Q.php b/Mpdf/Tag/Q.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/S.php b/Mpdf/Tag/S.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Samp.php b/Mpdf/Tag/Samp.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Section.php b/Mpdf/Tag/Section.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Select.php b/Mpdf/Tag/Select.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/SetHtmlPageFooter.php b/Mpdf/Tag/SetHtmlPageFooter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/SetHtmlPageHeader.php b/Mpdf/Tag/SetHtmlPageHeader.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/SetPageFooter.php b/Mpdf/Tag/SetPageFooter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/SetPageHeader.php b/Mpdf/Tag/SetPageHeader.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Small.php b/Mpdf/Tag/Small.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Span.php b/Mpdf/Tag/Span.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Strike.php b/Mpdf/Tag/Strike.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Strong.php b/Mpdf/Tag/Strong.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Sub.php b/Mpdf/Tag/Sub.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/SubstituteTag.php b/Mpdf/Tag/SubstituteTag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Summary.php b/Mpdf/Tag/Summary.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Sup.php b/Mpdf/Tag/Sup.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TBody.php b/Mpdf/Tag/TBody.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TFoot.php b/Mpdf/Tag/TFoot.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/THead.php b/Mpdf/Tag/THead.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Table.php b/Mpdf/Tag/Table.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Tag.php b/Mpdf/Tag/Tag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Td.php b/Mpdf/Tag/Td.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TextArea.php b/Mpdf/Tag/TextArea.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TextCircle.php b/Mpdf/Tag/TextCircle.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Th.php b/Mpdf/Tag/Th.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Time.php b/Mpdf/Tag/Time.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Toc.php b/Mpdf/Tag/Toc.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TocEntry.php b/Mpdf/Tag/TocEntry.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/TocPageBreak.php b/Mpdf/Tag/TocPageBreak.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Tr.php b/Mpdf/Tag/Tr.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Tt.php b/Mpdf/Tag/Tt.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Tta.php b/Mpdf/Tag/Tta.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Tts.php b/Mpdf/Tag/Tts.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Ttz.php b/Mpdf/Tag/Ttz.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/U.php b/Mpdf/Tag/U.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/Ul.php b/Mpdf/Tag/Ul.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/VarTag.php b/Mpdf/Tag/VarTag.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/WatermarkImage.php b/Mpdf/Tag/WatermarkImage.php old mode 100644 new mode 100755 diff --git a/Mpdf/Tag/WatermarkText.php b/Mpdf/Tag/WatermarkText.php old mode 100644 new mode 100755 diff --git a/Mpdf/Ucdn.php b/Mpdf/Ucdn.php old mode 100644 new mode 100755 diff --git a/Mpdf/Utils/Arrays.php b/Mpdf/Utils/Arrays.php old mode 100644 new mode 100755 diff --git a/Mpdf/Utils/NumericString.php b/Mpdf/Utils/NumericString.php old mode 100644 new mode 100755 diff --git a/Mpdf/Utils/PdfDate.php b/Mpdf/Utils/PdfDate.php old mode 100644 new mode 100755 diff --git a/Mpdf/Utils/UtfString.php b/Mpdf/Utils/UtfString.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/BackgroundWriter.php b/Mpdf/Writer/BackgroundWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/BaseWriter.php b/Mpdf/Writer/BaseWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/BookmarkWriter.php b/Mpdf/Writer/BookmarkWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/ColorWriter.php b/Mpdf/Writer/ColorWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/FontWriter.php b/Mpdf/Writer/FontWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/FormWriter.php b/Mpdf/Writer/FormWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/ImageWriter.php b/Mpdf/Writer/ImageWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/JavaScriptWriter.php b/Mpdf/Writer/JavaScriptWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/MetadataWriter.php b/Mpdf/Writer/MetadataWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/ObjectWriter.php b/Mpdf/Writer/ObjectWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/OptionalContentWriter.php b/Mpdf/Writer/OptionalContentWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/PageWriter.php b/Mpdf/Writer/PageWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/Writer/ResourceWriter.php b/Mpdf/Writer/ResourceWriter.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/CJKdata.php b/Mpdf/data/CJKdata.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Afrikaans_South_Africa.php b/Mpdf/data/collations/Afrikaans_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Albanian_Albania.php b/Mpdf/data/collations/Albanian_Albania.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Alsatian_France.php b/Mpdf/data/collations/Alsatian_France.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Algeria.php b/Mpdf/data/collations/Arabic_Algeria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Bahrain.php b/Mpdf/data/collations/Arabic_Bahrain.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Egypt.php b/Mpdf/data/collations/Arabic_Egypt.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Iraq.php b/Mpdf/data/collations/Arabic_Iraq.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Jordan.php b/Mpdf/data/collations/Arabic_Jordan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Kuwait.php b/Mpdf/data/collations/Arabic_Kuwait.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Lebanon.php b/Mpdf/data/collations/Arabic_Lebanon.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Libya.php b/Mpdf/data/collations/Arabic_Libya.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Morocco.php b/Mpdf/data/collations/Arabic_Morocco.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Oman.php b/Mpdf/data/collations/Arabic_Oman.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Pseudo_RTL.php b/Mpdf/data/collations/Arabic_Pseudo_RTL.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Qatar.php b/Mpdf/data/collations/Arabic_Qatar.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Saudi_Arabia.php b/Mpdf/data/collations/Arabic_Saudi_Arabia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Syria.php b/Mpdf/data/collations/Arabic_Syria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Tunisia.php b/Mpdf/data/collations/Arabic_Tunisia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Arabic_Yemen.php b/Mpdf/data/collations/Arabic_Yemen.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php b/Mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php b/Mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Bashkir_Russia.php b/Mpdf/data/collations/Bashkir_Russia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Basque_Spain.php b/Mpdf/data/collations/Basque_Spain.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Belarusian_Belarus.php b/Mpdf/data/collations/Belarusian_Belarus.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Breton_France.php b/Mpdf/data/collations/Breton_France.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Bulgarian_Bulgaria.php b/Mpdf/data/collations/Bulgarian_Bulgaria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Catalan_Spain.php b/Mpdf/data/collations/Catalan_Spain.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Corsican_France.php b/Mpdf/data/collations/Corsican_France.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Croatian_Croatia.php b/Mpdf/data/collations/Croatian_Croatia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Czech_Czech_Republic.php b/Mpdf/data/collations/Czech_Czech_Republic.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Danish_Denmark.php b/Mpdf/data/collations/Danish_Denmark.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Dari_Afghanistan.php b/Mpdf/data/collations/Dari_Afghanistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Dutch_Belgium.php b/Mpdf/data/collations/Dutch_Belgium.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Dutch_Netherlands.php b/Mpdf/data/collations/Dutch_Netherlands.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Australia.php b/Mpdf/data/collations/English_Australia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Belize.php b/Mpdf/data/collations/English_Belize.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Canada.php b/Mpdf/data/collations/English_Canada.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Caribbean.php b/Mpdf/data/collations/English_Caribbean.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_India.php b/Mpdf/data/collations/English_India.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Ireland.php b/Mpdf/data/collations/English_Ireland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Jamaica.php b/Mpdf/data/collations/English_Jamaica.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Malaysia.php b/Mpdf/data/collations/English_Malaysia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_New_Zealand.php b/Mpdf/data/collations/English_New_Zealand.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Republic_of_the_Philippines.php b/Mpdf/data/collations/English_Republic_of_the_Philippines.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Singapore.php b/Mpdf/data/collations/English_Singapore.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_South_Africa.php b/Mpdf/data/collations/English_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Trinidad_and_Tobago.php b/Mpdf/data/collations/English_Trinidad_and_Tobago.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_United_Kingdom.php b/Mpdf/data/collations/English_United_Kingdom.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_United_States.php b/Mpdf/data/collations/English_United_States.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/English_Zimbabwe.php b/Mpdf/data/collations/English_Zimbabwe.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Estonian_Estonia.php b/Mpdf/data/collations/Estonian_Estonia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Faroese_Faroe_Islands.php b/Mpdf/data/collations/Faroese_Faroe_Islands.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Filipino_Philippines.php b/Mpdf/data/collations/Filipino_Philippines.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Finnish_Finland.php b/Mpdf/data/collations/Finnish_Finland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_Belgium.php b/Mpdf/data/collations/French_Belgium.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_Canada.php b/Mpdf/data/collations/French_Canada.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_France.php b/Mpdf/data/collations/French_France.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_Luxembourg.php b/Mpdf/data/collations/French_Luxembourg.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_Principality_of_Monaco.php b/Mpdf/data/collations/French_Principality_of_Monaco.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/French_Switzerland.php b/Mpdf/data/collations/French_Switzerland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Frisian_Netherlands.php b/Mpdf/data/collations/Frisian_Netherlands.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Galician_Spain.php b/Mpdf/data/collations/Galician_Spain.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/German_Austria.php b/Mpdf/data/collations/German_Austria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/German_Germany.php b/Mpdf/data/collations/German_Germany.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/German_Liechtenstein.php b/Mpdf/data/collations/German_Liechtenstein.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/German_Luxembourg.php b/Mpdf/data/collations/German_Luxembourg.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/German_Switzerland.php b/Mpdf/data/collations/German_Switzerland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Greek_Greece.php b/Mpdf/data/collations/Greek_Greece.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Greenlandic_Greenland.php b/Mpdf/data/collations/Greenlandic_Greenland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Hausa_(Latin)_Nigeria.php b/Mpdf/data/collations/Hausa_(Latin)_Nigeria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Hebrew_Israel.php b/Mpdf/data/collations/Hebrew_Israel.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Hungarian_Hungary.php b/Mpdf/data/collations/Hungarian_Hungary.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Icelandic_Iceland.php b/Mpdf/data/collations/Icelandic_Iceland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Igbo_Nigeria.php b/Mpdf/data/collations/Igbo_Nigeria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Indonesian_Indonesia.php b/Mpdf/data/collations/Indonesian_Indonesia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Inuktitut_(Latin)_Canada.php b/Mpdf/data/collations/Inuktitut_(Latin)_Canada.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Invariant_Language_Invariant_Country.php b/Mpdf/data/collations/Invariant_Language_Invariant_Country.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Irish_Ireland.php b/Mpdf/data/collations/Irish_Ireland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Italian_Italy.php b/Mpdf/data/collations/Italian_Italy.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Italian_Switzerland.php b/Mpdf/data/collations/Italian_Switzerland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Kinyarwanda_Rwanda.php b/Mpdf/data/collations/Kinyarwanda_Rwanda.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Kiswahili_Kenya.php b/Mpdf/data/collations/Kiswahili_Kenya.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Kyrgyz_Kyrgyzstan.php b/Mpdf/data/collations/Kyrgyz_Kyrgyzstan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Latvian_Latvia.php b/Mpdf/data/collations/Latvian_Latvia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Lithuanian_Lithuania.php b/Mpdf/data/collations/Lithuanian_Lithuania.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Lower_Sorbian_Germany.php b/Mpdf/data/collations/Lower_Sorbian_Germany.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Luxembourgish_Luxembourg.php b/Mpdf/data/collations/Luxembourgish_Luxembourg.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php b/Mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Malay_Brunei_Darussalam.php b/Mpdf/data/collations/Malay_Brunei_Darussalam.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Malay_Malaysia.php b/Mpdf/data/collations/Malay_Malaysia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Mapudungun_Chile.php b/Mpdf/data/collations/Mapudungun_Chile.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Mohawk_Canada.php b/Mpdf/data/collations/Mohawk_Canada.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php b/Mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php b/Mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Occitan_France.php b/Mpdf/data/collations/Occitan_France.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Persian_Iran.php b/Mpdf/data/collations/Persian_Iran.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Polish_Poland.php b/Mpdf/data/collations/Polish_Poland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Portuguese_Brazil.php b/Mpdf/data/collations/Portuguese_Brazil.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Portuguese_Portugal.php b/Mpdf/data/collations/Portuguese_Portugal.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Quechua_Bolivia.php b/Mpdf/data/collations/Quechua_Bolivia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Quechua_Ecuador.php b/Mpdf/data/collations/Quechua_Ecuador.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Quechua_Peru.php b/Mpdf/data/collations/Quechua_Peru.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Romanian_Romania.php b/Mpdf/data/collations/Romanian_Romania.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Romansh_Switzerland.php b/Mpdf/data/collations/Romansh_Switzerland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Russian_Russia.php b/Mpdf/data/collations/Russian_Russia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Inari)_Finland.php b/Mpdf/data/collations/Sami_(Inari)_Finland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Lule)_Norway.php b/Mpdf/data/collations/Sami_(Lule)_Norway.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Lule)_Sweden.php b/Mpdf/data/collations/Sami_(Lule)_Sweden.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Northern)_Finland.php b/Mpdf/data/collations/Sami_(Northern)_Finland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Northern)_Norway.php b/Mpdf/data/collations/Sami_(Northern)_Norway.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Northern)_Sweden.php b/Mpdf/data/collations/Sami_(Northern)_Sweden.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Skolt)_Finland.php b/Mpdf/data/collations/Sami_(Skolt)_Finland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Southern)_Norway.php b/Mpdf/data/collations/Sami_(Southern)_Norway.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sami_(Southern)_Sweden.php b/Mpdf/data/collations/Sami_(Southern)_Sweden.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php b/Mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php b/Mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Serbian_(Latin)_Serbia.php b/Mpdf/data/collations/Serbian_(Latin)_Serbia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php b/Mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Setswana_South_Africa.php b/Mpdf/data/collations/Setswana_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Slovak_Slovakia.php b/Mpdf/data/collations/Slovak_Slovakia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Slovenian_Slovenia.php b/Mpdf/data/collations/Slovenian_Slovenia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Argentina.php b/Mpdf/data/collations/Spanish_Argentina.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Bolivia.php b/Mpdf/data/collations/Spanish_Bolivia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Chile.php b/Mpdf/data/collations/Spanish_Chile.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Colombia.php b/Mpdf/data/collations/Spanish_Colombia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Costa_Rica.php b/Mpdf/data/collations/Spanish_Costa_Rica.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Dominican_Republic.php b/Mpdf/data/collations/Spanish_Dominican_Republic.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Ecuador.php b/Mpdf/data/collations/Spanish_Ecuador.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_El_Salvador.php b/Mpdf/data/collations/Spanish_El_Salvador.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Guatemala.php b/Mpdf/data/collations/Spanish_Guatemala.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Honduras.php b/Mpdf/data/collations/Spanish_Honduras.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Mexico.php b/Mpdf/data/collations/Spanish_Mexico.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Nicaragua.php b/Mpdf/data/collations/Spanish_Nicaragua.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Panama.php b/Mpdf/data/collations/Spanish_Panama.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Paraguay.php b/Mpdf/data/collations/Spanish_Paraguay.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Peru.php b/Mpdf/data/collations/Spanish_Peru.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Puerto_Rico.php b/Mpdf/data/collations/Spanish_Puerto_Rico.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Spain.php b/Mpdf/data/collations/Spanish_Spain.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_United_States.php b/Mpdf/data/collations/Spanish_United_States.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Uruguay.php b/Mpdf/data/collations/Spanish_Uruguay.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Spanish_Venezuela.php b/Mpdf/data/collations/Spanish_Venezuela.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Swedish_Finland.php b/Mpdf/data/collations/Swedish_Finland.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Swedish_Sweden.php b/Mpdf/data/collations/Swedish_Sweden.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php b/Mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Tamazight_(Latin)_Algeria.php b/Mpdf/data/collations/Tamazight_(Latin)_Algeria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Tatar_Russia.php b/Mpdf/data/collations/Tatar_Russia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Turkish_Turkey.php b/Mpdf/data/collations/Turkish_Turkey.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Turkmen_Turkmenistan.php b/Mpdf/data/collations/Turkmen_Turkmenistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Ukrainian_Ukraine.php b/Mpdf/data/collations/Ukrainian_Ukraine.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Upper_Sorbian_Germany.php b/Mpdf/data/collations/Upper_Sorbian_Germany.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php b/Mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php b/Mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php b/Mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Vietnamese_Vietnam.php b/Mpdf/data/collations/Vietnamese_Vietnam.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Welsh_United_Kingdom.php b/Mpdf/data/collations/Welsh_United_Kingdom.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Wolof_Senegal.php b/Mpdf/data/collations/Wolof_Senegal.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Yakut_Russia.php b/Mpdf/data/collations/Yakut_Russia.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/Yoruba_Nigeria.php b/Mpdf/data/collations/Yoruba_Nigeria.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/isiXhosa_South_Africa.php b/Mpdf/data/collations/isiXhosa_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/collations/isiZulu_South_Africa.php b/Mpdf/data/collations/isiZulu_South_Africa.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/entity_substitutions.php b/Mpdf/data/entity_substitutions.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ccourier.php b/Mpdf/data/font/ccourier.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ccourierb.php b/Mpdf/data/font/ccourierb.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ccourierbi.php b/Mpdf/data/font/ccourierbi.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ccourieri.php b/Mpdf/data/font/ccourieri.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/chelvetica.php b/Mpdf/data/font/chelvetica.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/chelveticab.php b/Mpdf/data/font/chelveticab.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/chelveticabi.php b/Mpdf/data/font/chelveticabi.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/chelveticai.php b/Mpdf/data/font/chelveticai.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/csymbol.php b/Mpdf/data/font/csymbol.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ctimes.php b/Mpdf/data/font/ctimes.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ctimesb.php b/Mpdf/data/font/ctimesb.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ctimesbi.php b/Mpdf/data/font/ctimesbi.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/ctimesi.php b/Mpdf/data/font/ctimesi.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/font/czapfdingbats.php b/Mpdf/data/font/czapfdingbats.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/iccprofiles/sRGB_IEC61966-2-1.icc b/Mpdf/data/iccprofiles/sRGB_IEC61966-2-1.icc old mode 100644 new mode 100755 diff --git a/Mpdf/data/lang2fonts.css b/Mpdf/data/lang2fonts.css old mode 100644 new mode 100755 diff --git a/Mpdf/data/linebrdictK.dat b/Mpdf/data/linebrdictK.dat old mode 100644 new mode 100755 diff --git a/Mpdf/data/linebrdictL.dat b/Mpdf/data/linebrdictL.dat old mode 100644 new mode 100755 diff --git a/Mpdf/data/linebrdictT.dat b/Mpdf/data/linebrdictT.dat old mode 100644 new mode 100755 diff --git a/Mpdf/data/mpdf.css b/Mpdf/data/mpdf.css old mode 100644 new mode 100755 diff --git a/Mpdf/data/no_image.jpg b/Mpdf/data/no_image.jpg old mode 100644 new mode 100755 diff --git a/Mpdf/data/out.php b/Mpdf/data/out.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/NOTES.txt b/Mpdf/data/patterns/NOTES.txt old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/de.php b/Mpdf/data/patterns/de.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/dictionary.txt b/Mpdf/data/patterns/dictionary.txt old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/en.php b/Mpdf/data/patterns/en.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/es.php b/Mpdf/data/patterns/es.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/fi.php b/Mpdf/data/patterns/fi.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/fr.php b/Mpdf/data/patterns/fr.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/it.php b/Mpdf/data/patterns/it.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/nl.php b/Mpdf/data/patterns/nl.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/pl.php b/Mpdf/data/patterns/pl.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/ru.php b/Mpdf/data/patterns/ru.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/patterns/sv.php b/Mpdf/data/patterns/sv.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/subs_core.php b/Mpdf/data/subs_core.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/subs_win-1252.php b/Mpdf/data/subs_win-1252.php old mode 100644 new mode 100755 diff --git a/Mpdf/data/upperCase.php b/Mpdf/data/upperCase.php old mode 100644 new mode 100755 diff --git a/Mpdf/functions-dev.php b/Mpdf/functions-dev.php old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/AboriginalSansREGULAR.ttf b/Mpdf/ttfonts/AboriginalSansREGULAR.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Abyssinica_SIL.ttf b/Mpdf/ttfonts/Abyssinica_SIL.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Aegean.otf b/Mpdf/ttfonts/Aegean.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Aegyptus.otf b/Mpdf/ttfonts/Aegyptus.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Akkadian.otf b/Mpdf/ttfonts/Akkadian.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DBSILBR.ttf b/Mpdf/ttfonts/DBSILBR.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSans-Bold.ttf b/Mpdf/ttfonts/DejaVuSans-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSans-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSans-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSans-Oblique.ttf b/Mpdf/ttfonts/DejaVuSans-Oblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSans.ttf b/Mpdf/ttfonts/DejaVuSans.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf b/Mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansCondensed.ttf b/Mpdf/ttfonts/DejaVuSansCondensed.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansMono-Bold.ttf b/Mpdf/ttfonts/DejaVuSansMono-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf b/Mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansMono-Oblique.ttf b/Mpdf/ttfonts/DejaVuSansMono-Oblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSansMono.ttf b/Mpdf/ttfonts/DejaVuSansMono.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerif-Bold.ttf b/Mpdf/ttfonts/DejaVuSerif-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf b/Mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerif-Italic.ttf b/Mpdf/ttfonts/DejaVuSerif-Italic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerif.ttf b/Mpdf/ttfonts/DejaVuSerif.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuSerifCondensed.ttf b/Mpdf/ttfonts/DejaVuSerifCondensed.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DejaVuinfo.txt b/Mpdf/ttfonts/DejaVuinfo.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Dhyana-Bold.ttf b/Mpdf/ttfonts/Dhyana-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Dhyana-Regular.ttf b/Mpdf/ttfonts/Dhyana-Regular.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/DhyanaOFL.txt b/Mpdf/ttfonts/DhyanaOFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeMono.ttf b/Mpdf/ttfonts/FreeMono.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeMonoBold.ttf b/Mpdf/ttfonts/FreeMonoBold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeMonoBoldOblique.ttf b/Mpdf/ttfonts/FreeMonoBoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeMonoOblique.ttf b/Mpdf/ttfonts/FreeMonoOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSans.ttf b/Mpdf/ttfonts/FreeSans.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSansBold.ttf b/Mpdf/ttfonts/FreeSansBold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSansBoldOblique.ttf b/Mpdf/ttfonts/FreeSansBoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSansOblique.ttf b/Mpdf/ttfonts/FreeSansOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSerif.ttf b/Mpdf/ttfonts/FreeSerif.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSerifBold.ttf b/Mpdf/ttfonts/FreeSerifBold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSerifBoldItalic.ttf b/Mpdf/ttfonts/FreeSerifBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/FreeSerifItalic.ttf b/Mpdf/ttfonts/FreeSerifItalic.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/GNUFreeFontinfo.txt b/Mpdf/ttfonts/GNUFreeFontinfo.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Garuda-Bold.ttf b/Mpdf/ttfonts/Garuda-Bold.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Garuda-BoldOblique.ttf b/Mpdf/ttfonts/Garuda-BoldOblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Garuda-Oblique.ttf b/Mpdf/ttfonts/Garuda-Oblique.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Garuda.ttf b/Mpdf/ttfonts/Garuda.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Jomolhari-OFL.txt b/Mpdf/ttfonts/Jomolhari-OFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Jomolhari.ttf b/Mpdf/ttfonts/Jomolhari.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/KhmerOFL.txt b/Mpdf/ttfonts/KhmerOFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/KhmerOS.ttf b/Mpdf/ttfonts/KhmerOS.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Lateef font OFL.txt b/Mpdf/ttfonts/Lateef font OFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/LateefRegOT.ttf b/Mpdf/ttfonts/LateefRegOT.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Lohit-Kannada.ttf b/Mpdf/ttfonts/Lohit-Kannada.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/LohitKannadaOFL.txt b/Mpdf/ttfonts/LohitKannadaOFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Padauk-book.ttf b/Mpdf/ttfonts/Padauk-book.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Pothana2000.ttf b/Mpdf/ttfonts/Pothana2000.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Quivira.otf b/Mpdf/ttfonts/Quivira.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Sun-ExtA.ttf b/Mpdf/ttfonts/Sun-ExtA.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Sun-ExtB.ttf b/Mpdf/ttfonts/Sun-ExtB.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf b/Mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/SyrCOMEdessa.otf b/Mpdf/ttfonts/SyrCOMEdessa.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/SyrCOMEdessa_license.txt b/Mpdf/ttfonts/SyrCOMEdessa_license.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt b/Mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/TaameyDavidCLM-Medium.ttf b/Mpdf/ttfonts/TaameyDavidCLM-Medium.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/TaiHeritagePro.ttf b/Mpdf/ttfonts/TaiHeritagePro.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Tharlon-Regular.ttf b/Mpdf/ttfonts/Tharlon-Regular.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/TharlonOFL.txt b/Mpdf/ttfonts/TharlonOFL.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/UnBatang_0613.ttf b/Mpdf/ttfonts/UnBatang_0613.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/Uthman.otf b/Mpdf/ttfonts/Uthman.otf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/XB Riyaz.ttf b/Mpdf/ttfonts/XB Riyaz.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/XB RiyazBd.ttf b/Mpdf/ttfonts/XB RiyazBd.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/XB RiyazBdIt.ttf b/Mpdf/ttfonts/XB RiyazBdIt.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/XB RiyazIt.ttf b/Mpdf/ttfonts/XB RiyazIt.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/XW Zar Font Info.txt b/Mpdf/ttfonts/XW Zar Font Info.txt old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/ZawgyiOne.ttf b/Mpdf/ttfonts/ZawgyiOne.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/ayar.ttf b/Mpdf/ttfonts/ayar.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/damase_v.2.ttf b/Mpdf/ttfonts/damase_v.2.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/kaputaunicode.ttf b/Mpdf/ttfonts/kaputaunicode.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/lannaalif-v1-03.ttf b/Mpdf/ttfonts/lannaalif-v1-03.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/ocrb10.ttf b/Mpdf/ttfonts/ocrb10.ttf old mode 100644 new mode 100755 diff --git a/Mpdf/ttfonts/ocrbinfo.txt b/Mpdf/ttfonts/ocrbinfo.txt old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php b/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php b/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/ZipInterface.php b/PhpOffice/Common/Adapter/Zip/ZipInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Autoloader.php b/PhpOffice/Common/Autoloader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/COPYING b/PhpOffice/Common/COPYING old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/COPYING.LESSER b/PhpOffice/Common/COPYING.LESSER old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Drawing.php b/PhpOffice/Common/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/File.php b/PhpOffice/Common/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Font.php b/PhpOffice/Common/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/LICENSE b/PhpOffice/Common/LICENSE old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Microsoft/OLERead.php b/PhpOffice/Common/Microsoft/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Microsoft/PasswordEncoder.php b/PhpOffice/Common/Microsoft/PasswordEncoder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Text.php b/PhpOffice/Common/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/XMLReader.php b/PhpOffice/Common/XMLReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/XMLWriter.php b/PhpOffice/Common/XMLWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/AbstractShape.php b/PhpOffice/PhpPresentation/AbstractShape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Autoloader.php b/PhpOffice/PhpPresentation/Autoloader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/COPYING b/PhpOffice/PhpPresentation/COPYING old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/COPYING.LESSER b/PhpOffice/PhpPresentation/COPYING.LESSER old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/ComparableInterface.php b/PhpOffice/PhpPresentation/ComparableInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/DocumentLayout.php b/PhpOffice/PhpPresentation/DocumentLayout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/DocumentProperties.php b/PhpOffice/PhpPresentation/DocumentProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/GeometryCalculator.php b/PhpOffice/PhpPresentation/GeometryCalculator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/HashTable.php b/PhpOffice/PhpPresentation/HashTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/IOFactory.php b/PhpOffice/PhpPresentation/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/LICENSE b/PhpOffice/PhpPresentation/LICENSE old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/PhpPresentation.php b/PhpOffice/PhpPresentation/PhpPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/PresentationProperties.php b/PhpOffice/PhpPresentation/PresentationProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/ODPresentation.php b/PhpOffice/PhpPresentation/Reader/ODPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php b/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint97.php b/PhpOffice/PhpPresentation/Reader/PowerPoint97.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/ReaderInterface.php b/PhpOffice/PhpPresentation/Reader/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/Serialized.php b/PhpOffice/PhpPresentation/Reader/Serialized.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php b/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart.php b/PhpOffice/PhpPresentation/Shape/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Axis.php b/PhpOffice/PhpPresentation/Shape/Chart/Axis.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php b/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Legend.php b/PhpOffice/PhpPresentation/Shape/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Marker.php b/PhpOffice/PhpPresentation/Shape/Chart/Marker.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php b/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Series.php b/PhpOffice/PhpPresentation/Shape/Chart/Series.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Title.php b/PhpOffice/PhpPresentation/Shape/Chart/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/View3D.php b/PhpOffice/PhpPresentation/Shape/Chart/View3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Comment.php b/PhpOffice/PhpPresentation/Shape/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Comment/Author.php b/PhpOffice/PhpPresentation/Shape/Comment/Author.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing.php b/PhpOffice/PhpPresentation/Shape/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php b/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php b/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/File.php b/PhpOffice/PhpPresentation/Shape/Drawing/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php b/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php b/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Group.php b/PhpOffice/PhpPresentation/Shape/Group.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Hyperlink.php b/PhpOffice/PhpPresentation/Shape/Hyperlink.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Line.php b/PhpOffice/PhpPresentation/Shape/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Media.php b/PhpOffice/PhpPresentation/Shape/Media.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/MemoryDrawing.php b/PhpOffice/PhpPresentation/Shape/MemoryDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Placeholder.php b/PhpOffice/PhpPresentation/Shape/Placeholder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText.php b/PhpOffice/PhpPresentation/Shape/RichText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php b/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php b/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Run.php b/PhpOffice/PhpPresentation/Shape/RichText/Run.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table.php b/PhpOffice/PhpPresentation/Shape/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Cell.php b/PhpOffice/PhpPresentation/Shape/Table/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Row.php b/PhpOffice/PhpPresentation/Shape/Table/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/ShapeContainerInterface.php b/PhpOffice/PhpPresentation/ShapeContainerInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide.php b/PhpOffice/PhpPresentation/Slide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractBackground.php b/PhpOffice/PhpPresentation/Slide/AbstractBackground.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractSlide.php b/PhpOffice/PhpPresentation/Slide/AbstractSlide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Animation.php b/PhpOffice/PhpPresentation/Slide/Animation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Color.php b/PhpOffice/PhpPresentation/Slide/Background/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Image.php b/PhpOffice/PhpPresentation/Slide/Background/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php b/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Iterator.php b/PhpOffice/PhpPresentation/Slide/Iterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Layout.php b/PhpOffice/PhpPresentation/Slide/Layout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Note.php b/PhpOffice/PhpPresentation/Slide/Note.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/SlideLayout.php b/PhpOffice/PhpPresentation/Slide/SlideLayout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/SlideMaster.php b/PhpOffice/PhpPresentation/Slide/SlideMaster.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Transition.php b/PhpOffice/PhpPresentation/Slide/Transition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Alignment.php b/PhpOffice/PhpPresentation/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Border.php b/PhpOffice/PhpPresentation/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Borders.php b/PhpOffice/PhpPresentation/Style/Borders.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Bullet.php b/PhpOffice/PhpPresentation/Style/Bullet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Color.php b/PhpOffice/PhpPresentation/Style/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/ColorMap.php b/PhpOffice/PhpPresentation/Style/ColorMap.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Fill.php b/PhpOffice/PhpPresentation/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Font.php b/PhpOffice/PhpPresentation/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Outline.php b/PhpOffice/PhpPresentation/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/SchemeColor.php b/PhpOffice/PhpPresentation/Style/SchemeColor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Shadow.php b/PhpOffice/PhpPresentation/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/TextStyle.php b/PhpOffice/PhpPresentation/Style/TextStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation.php b/PhpOffice/PhpPresentation/Writer/ODPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/AbstractLayoutPack.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/AbstractLayoutPack.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/PackDefault.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/PackDefault.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/TemplateBased.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/LayoutPack/TemplateBased.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/Serialized.php b/PhpOffice/PhpPresentation/Writer/Serialized.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/WriterInterface.php b/PhpOffice/PhpPresentation/Writer/WriterInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php b/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Category.php b/PhpOffice/PhpSpreadsheet/Calculation/Category.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database.php b/PhpOffice/PhpSpreadsheet/Calculation/Database.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Exception.php b/PhpOffice/PhpSpreadsheet/Calculation/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php b/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Functions.php b/PhpOffice/PhpSpreadsheet/Calculation/Functions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php b/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/functionlist.txt b/PhpOffice/PhpSpreadsheet/Calculation/functionlist.txt old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/no/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/no/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/no/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/no/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Cell.php b/PhpOffice/PhpSpreadsheet/Cell/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php b/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataType.php b/PhpOffice/PhpSpreadsheet/Cell/DataType.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php b/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Axis.php b/PhpOffice/PhpSpreadsheet/Chart/Axis.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Chart.php b/PhpOffice/PhpSpreadsheet/Chart/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Exception.php b/PhpOffice/PhpSpreadsheet/Chart/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/GridLines.php b/PhpOffice/PhpSpreadsheet/Chart/GridLines.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Layout.php b/PhpOffice/PhpSpreadsheet/Chart/Layout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Legend.php b/PhpOffice/PhpSpreadsheet/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php b/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Properties.php b/PhpOffice/PhpSpreadsheet/Chart/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt b/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/Polyfill.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/Polyfill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Title.php b/PhpOffice/PhpSpreadsheet/Chart/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Cells.php b/PhpOffice/PhpSpreadsheet/Collection/Cells.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php b/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Memory.php b/PhpOffice/PhpSpreadsheet/Collection/Memory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Comment.php b/PhpOffice/PhpSpreadsheet/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Document/Properties.php b/PhpOffice/PhpSpreadsheet/Document/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Document/Security.php b/PhpOffice/PhpSpreadsheet/Document/Security.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Exception.php b/PhpOffice/PhpSpreadsheet/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/HashTable.php b/PhpOffice/PhpSpreadsheet/HashTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Html.php b/PhpOffice/PhpSpreadsheet/Helper/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Migrator.php b/PhpOffice/PhpSpreadsheet/Helper/Migrator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Sample.php b/PhpOffice/PhpSpreadsheet/Helper/Sample.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/IComparable.php b/PhpOffice/PhpSpreadsheet/IComparable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/IOFactory.php b/PhpOffice/PhpSpreadsheet/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/LICENSE b/PhpOffice/PhpSpreadsheet/LICENSE old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/NamedRange.php b/PhpOffice/PhpSpreadsheet/NamedRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php b/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Csv.php b/PhpOffice/PhpSpreadsheet/Reader/Csv.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Exception.php b/PhpOffice/PhpSpreadsheet/Reader/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Html.php b/PhpOffice/PhpSpreadsheet/Reader/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReader.php b/PhpOffice/PhpSpreadsheet/Reader/IReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods.php b/PhpOffice/PhpSpreadsheet/Reader/Ods.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php b/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Slk.php b/PhpOffice/PhpSpreadsheet/Reader/Slk.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls.php b/PhpOffice/PhpSpreadsheet/Reader/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml.php b/PhpOffice/PhpSpreadsheet/Reader/Xml.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/ReferenceHelper.php b/PhpOffice/PhpSpreadsheet/ReferenceHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php b/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/RichText.php b/PhpOffice/PhpSpreadsheet/RichText/RichText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/Run.php b/PhpOffice/PhpSpreadsheet/RichText/Run.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/TextElement.php b/PhpOffice/PhpSpreadsheet/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Settings.php b/PhpOffice/PhpSpreadsheet/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/CodePage.php b/PhpOffice/PhpSpreadsheet/Shared/CodePage.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Date.php b/PhpOffice/PhpSpreadsheet/Shared/Date.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Drawing.php b/PhpOffice/PhpSpreadsheet/Shared/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher.php b/PhpOffice/PhpSpreadsheet/Shared/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/File.php b/PhpOffice/PhpSpreadsheet/Shared/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Font.php b/PhpOffice/PhpSpreadsheet/Shared/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/CHANGELOG.TXT b/PhpOffice/PhpSpreadsheet/Shared/JAMA/CHANGELOG.TXT old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/LUDecomposition.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/LUDecomposition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/Matrix.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/Matrix.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/QRDecomposition.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/QRDecomposition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/JAMA/utils/Maths.php b/PhpOffice/PhpSpreadsheet/Shared/JAMA/utils/Maths.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE.php b/PhpOffice/PhpSpreadsheet/Shared/OLE.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLERead.php b/PhpOffice/PhpSpreadsheet/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php b/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php b/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php b/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php b/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Xls.php b/PhpOffice/PhpSpreadsheet/Shared/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Spreadsheet.php b/PhpOffice/PhpSpreadsheet/Spreadsheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Alignment.php b/PhpOffice/PhpSpreadsheet/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Border.php b/PhpOffice/PhpSpreadsheet/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Borders.php b/PhpOffice/PhpSpreadsheet/Style/Borders.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Color.php b/PhpOffice/PhpSpreadsheet/Style/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Conditional.php b/PhpOffice/PhpSpreadsheet/Style/Conditional.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Fill.php b/PhpOffice/PhpSpreadsheet/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Font.php b/PhpOffice/PhpSpreadsheet/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Protection.php b/PhpOffice/PhpSpreadsheet/Style/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Style.php b/PhpOffice/PhpSpreadsheet/Style/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Supervisor.php b/PhpOffice/PhpSpreadsheet/Style/Supervisor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/Column.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php b/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Row.php b/PhpOffice/PhpSpreadsheet/Worksheet/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php b/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php b/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php b/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Csv.php b/PhpOffice/PhpSpreadsheet/Writer/Csv.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Exception.php b/PhpOffice/PhpSpreadsheet/Writer/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Html.php b/PhpOffice/PhpSpreadsheet/Writer/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/IWriter.php b/PhpOffice/PhpSpreadsheet/Writer/IWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods.php b/PhpOffice/PhpSpreadsheet/Writer/Ods.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls.php b/PhpOffice/PhpSpreadsheet/Writer/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/COPYING b/PhpOffice/PhpWord/COPYING old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/COPYING.LESSER b/PhpOffice/PhpWord/COPYING.LESSER old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/AbstractCollection.php b/PhpOffice/PhpWord/Collection/AbstractCollection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Bookmarks.php b/PhpOffice/PhpWord/Collection/Bookmarks.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Charts.php b/PhpOffice/PhpWord/Collection/Charts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Comments.php b/PhpOffice/PhpWord/Collection/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Endnotes.php b/PhpOffice/PhpWord/Collection/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Footnotes.php b/PhpOffice/PhpWord/Collection/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Titles.php b/PhpOffice/PhpWord/Collection/Titles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php b/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/ProofState.php b/PhpOffice/PhpWord/ComplexType/ProofState.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/TblWidth.php b/PhpOffice/PhpWord/ComplexType/TblWidth.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/TrackChangesView.php b/PhpOffice/PhpWord/ComplexType/TrackChangesView.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/AbstractContainer.php b/PhpOffice/PhpWord/Element/AbstractContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/AbstractElement.php b/PhpOffice/PhpWord/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Bookmark.php b/PhpOffice/PhpWord/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Cell.php b/PhpOffice/PhpWord/Element/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Chart.php b/PhpOffice/PhpWord/Element/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/CheckBox.php b/PhpOffice/PhpWord/Element/CheckBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Comment.php b/PhpOffice/PhpWord/Element/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Endnote.php b/PhpOffice/PhpWord/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Field.php b/PhpOffice/PhpWord/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Footer.php b/PhpOffice/PhpWord/Element/Footer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Footnote.php b/PhpOffice/PhpWord/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/FormField.php b/PhpOffice/PhpWord/Element/FormField.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Header.php b/PhpOffice/PhpWord/Element/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Image.php b/PhpOffice/PhpWord/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Line.php b/PhpOffice/PhpWord/Element/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Link.php b/PhpOffice/PhpWord/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/ListItem.php b/PhpOffice/PhpWord/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/ListItemRun.php b/PhpOffice/PhpWord/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/OLEObject.php b/PhpOffice/PhpWord/Element/OLEObject.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/PageBreak.php b/PhpOffice/PhpWord/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/PreserveText.php b/PhpOffice/PhpWord/Element/PreserveText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Row.php b/PhpOffice/PhpWord/Element/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/SDT.php b/PhpOffice/PhpWord/Element/SDT.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Section.php b/PhpOffice/PhpWord/Element/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Shape.php b/PhpOffice/PhpWord/Element/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TOC.php b/PhpOffice/PhpWord/Element/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Table.php b/PhpOffice/PhpWord/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Text.php b/PhpOffice/PhpWord/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextBox.php b/PhpOffice/PhpWord/Element/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextBreak.php b/PhpOffice/PhpWord/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextRun.php b/PhpOffice/PhpWord/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Title.php b/PhpOffice/PhpWord/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TrackChange.php b/PhpOffice/PhpWord/Element/TrackChange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/AbstractEscaper.php b/PhpOffice/PhpWord/Escaper/AbstractEscaper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/EscaperInterface.php b/PhpOffice/PhpWord/Escaper/EscaperInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/RegExp.php b/PhpOffice/PhpWord/Escaper/RegExp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/Rtf.php b/PhpOffice/PhpWord/Escaper/Rtf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/Xml.php b/PhpOffice/PhpWord/Escaper/Xml.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/CopyFileException.php b/PhpOffice/PhpWord/Exception/CopyFileException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php b/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/Exception.php b/PhpOffice/PhpWord/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidImageException.php b/PhpOffice/PhpWord/Exception/InvalidImageException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidObjectException.php b/PhpOffice/PhpWord/Exception/InvalidObjectException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidStyleException.php b/PhpOffice/PhpWord/Exception/InvalidStyleException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php b/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/IOFactory.php b/PhpOffice/PhpWord/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/LICENSE b/PhpOffice/PhpWord/LICENSE old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Media.php b/PhpOffice/PhpWord/Media.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Compatibility.php b/PhpOffice/PhpWord/Metadata/Compatibility.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/DocInfo.php b/PhpOffice/PhpWord/Metadata/DocInfo.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Protection.php b/PhpOffice/PhpWord/Metadata/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Settings.php b/PhpOffice/PhpWord/Metadata/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/PhpWord.php b/PhpOffice/PhpWord/PhpWord.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/AbstractReader.php b/PhpOffice/PhpWord/Reader/AbstractReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/HTML.php b/PhpOffice/PhpWord/Reader/HTML.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/MsDoc.php b/PhpOffice/PhpWord/Reader/MsDoc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText.php b/PhpOffice/PhpWord/Reader/ODText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php b/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/Content.php b/PhpOffice/PhpWord/Reader/ODText/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/Meta.php b/PhpOffice/PhpWord/Reader/ODText/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/RTF.php b/PhpOffice/PhpWord/Reader/RTF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/RTF/Document.php b/PhpOffice/PhpWord/Reader/RTF/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ReaderInterface.php b/PhpOffice/PhpWord/Reader/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007.php b/PhpOffice/PhpWord/Reader/Word2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php b/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Document.php b/PhpOffice/PhpWord/Reader/Word2007/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Numbering.php b/PhpOffice/PhpWord/Reader/Word2007/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Settings.php b/PhpOffice/PhpWord/Reader/Word2007/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Styles.php b/PhpOffice/PhpWord/Reader/Word2007/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Settings.php b/PhpOffice/PhpWord/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/AbstractEnum.php b/PhpOffice/PhpWord/Shared/AbstractEnum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Converter.php b/PhpOffice/PhpWord/Shared/Converter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Html.php b/PhpOffice/PhpWord/Shared/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/OLERead.php b/PhpOffice/PhpWord/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php b/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/ZipArchive.php b/PhpOffice/PhpWord/Shared/ZipArchive.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/DocProtect.php b/PhpOffice/PhpWord/SimpleType/DocProtect.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/Jc.php b/PhpOffice/PhpWord/SimpleType/Jc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/JcTable.php b/PhpOffice/PhpWord/SimpleType/JcTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php b/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/NumberFormat.php b/PhpOffice/PhpWord/SimpleType/NumberFormat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/TblWidth.php b/PhpOffice/PhpWord/SimpleType/TblWidth.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/TextAlignment.php b/PhpOffice/PhpWord/SimpleType/TextAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/VerticalJc.php b/PhpOffice/PhpWord/SimpleType/VerticalJc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/Zoom.php b/PhpOffice/PhpWord/SimpleType/Zoom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style.php b/PhpOffice/PhpWord/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/AbstractStyle.php b/PhpOffice/PhpWord/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Border.php b/PhpOffice/PhpWord/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Cell.php b/PhpOffice/PhpWord/Style/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Chart.php b/PhpOffice/PhpWord/Style/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Extrusion.php b/PhpOffice/PhpWord/Style/Extrusion.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Fill.php b/PhpOffice/PhpWord/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Font.php b/PhpOffice/PhpWord/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Frame.php b/PhpOffice/PhpWord/Style/Frame.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Image.php b/PhpOffice/PhpWord/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Indentation.php b/PhpOffice/PhpWord/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Language.php b/PhpOffice/PhpWord/Style/Language.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Line.php b/PhpOffice/PhpWord/Style/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/LineNumbering.php b/PhpOffice/PhpWord/Style/LineNumbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/ListItem.php b/PhpOffice/PhpWord/Style/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Numbering.php b/PhpOffice/PhpWord/Style/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/NumberingLevel.php b/PhpOffice/PhpWord/Style/NumberingLevel.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Outline.php b/PhpOffice/PhpWord/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Paper.php b/PhpOffice/PhpWord/Style/Paper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Paragraph.php b/PhpOffice/PhpWord/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Row.php b/PhpOffice/PhpWord/Style/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Section.php b/PhpOffice/PhpWord/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shading.php b/PhpOffice/PhpWord/Style/Shading.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shadow.php b/PhpOffice/PhpWord/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shape.php b/PhpOffice/PhpWord/Style/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Spacing.php b/PhpOffice/PhpWord/Style/Spacing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TOC.php b/PhpOffice/PhpWord/Style/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Tab.php b/PhpOffice/PhpWord/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Table.php b/PhpOffice/PhpWord/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TablePosition.php b/PhpOffice/PhpWord/Style/TablePosition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TextBox.php b/PhpOffice/PhpWord/Style/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Template.php b/PhpOffice/PhpWord/Template.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/TemplateProcessor.php b/PhpOffice/PhpWord/TemplateProcessor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/AbstractWriter.php b/PhpOffice/PhpWord/Writer/AbstractWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML.php b/PhpOffice/PhpWord/Writer/HTML.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Container.php b/PhpOffice/PhpWord/Writer/HTML/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Image.php b/PhpOffice/PhpWord/Writer/HTML/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Link.php b/PhpOffice/PhpWord/Writer/HTML/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Table.php b/PhpOffice/PhpWord/Writer/HTML/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Text.php b/PhpOffice/PhpWord/Writer/HTML/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Title.php b/PhpOffice/PhpWord/Writer/HTML/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Body.php b/PhpOffice/PhpWord/Writer/HTML/Part/Body.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Head.php b/PhpOffice/PhpWord/Writer/HTML/Part/Head.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Font.php b/PhpOffice/PhpWord/Writer/HTML/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php b/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Image.php b/PhpOffice/PhpWord/Writer/HTML/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText.php b/PhpOffice/PhpWord/Writer/ODText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Container.php b/PhpOffice/PhpWord/Writer/ODText/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Image.php b/PhpOffice/PhpWord/Writer/ODText/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Link.php b/PhpOffice/PhpWord/Writer/ODText/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Table.php b/PhpOffice/PhpWord/Writer/ODText/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Text.php b/PhpOffice/PhpWord/Writer/ODText/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Title.php b/PhpOffice/PhpWord/Writer/ODText/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Content.php b/PhpOffice/PhpWord/Writer/ODText/Part/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php b/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php b/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php b/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php b/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Font.php b/PhpOffice/PhpWord/Writer/ODText/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Image.php b/PhpOffice/PhpWord/Writer/ODText/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Section.php b/PhpOffice/PhpWord/Writer/ODText/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Table.php b/PhpOffice/PhpWord/Writer/ODText/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF.php b/PhpOffice/PhpWord/Writer/PDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php b/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/DomPDF.php b/PhpOffice/PhpWord/Writer/PDF/DomPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/MPDF.php b/PhpOffice/PhpWord/Writer/PDF/MPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/TCPDF.php b/PhpOffice/PhpWord/Writer/PDF/TCPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF.php b/PhpOffice/PhpWord/Writer/RTF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Container.php b/PhpOffice/PhpWord/Writer/RTF/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Field.php b/PhpOffice/PhpWord/Writer/RTF/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Image.php b/PhpOffice/PhpWord/Writer/RTF/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Link.php b/PhpOffice/PhpWord/Writer/RTF/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php b/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Table.php b/PhpOffice/PhpWord/Writer/RTF/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Text.php b/PhpOffice/PhpWord/Writer/RTF/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Title.php b/PhpOffice/PhpWord/Writer/RTF/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Document.php b/PhpOffice/PhpWord/Writer/RTF/Part/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Header.php b/PhpOffice/PhpWord/Writer/RTF/Part/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Border.php b/PhpOffice/PhpWord/Writer/RTF/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Font.php b/PhpOffice/PhpWord/Writer/RTF/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php b/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Section.php b/PhpOffice/PhpWord/Writer/RTF/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php b/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007.php b/PhpOffice/PhpWord/Writer/Word2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php b/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php b/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php b/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php b/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php b/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php b/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/WriterInterface.php b/PhpOffice/PhpWord/Writer/WriterInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/doc.png b/PhpOffice/PhpWord/resources/doc.png old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/ppt.png b/PhpOffice/PhpWord/resources/ppt.png old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/xls.png b/PhpOffice/PhpWord/resources/xls.png old mode 100644 new mode 100755 diff --git a/Psr/Log/AbstractLogger.php b/Psr/Log/AbstractLogger.php old mode 100644 new mode 100755 diff --git a/Psr/Log/InvalidArgumentException.php b/Psr/Log/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Psr/Log/LICENSE b/Psr/Log/LICENSE old mode 100644 new mode 100755 diff --git a/Psr/Log/LogLevel.php b/Psr/Log/LogLevel.php old mode 100644 new mode 100755 diff --git a/Psr/Log/LoggerAwareInterface.php b/Psr/Log/LoggerAwareInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Log/LoggerAwareTrait.php b/Psr/Log/LoggerAwareTrait.php old mode 100644 new mode 100755 diff --git a/Psr/Log/LoggerInterface.php b/Psr/Log/LoggerInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Log/LoggerTrait.php b/Psr/Log/LoggerTrait.php old mode 100644 new mode 100755 diff --git a/Psr/Log/NullLogger.php b/Psr/Log/NullLogger.php old mode 100644 new mode 100755 diff --git a/Psr/Log/Test/DummyTest.php b/Psr/Log/Test/DummyTest.php old mode 100644 new mode 100755 diff --git a/Psr/Log/Test/LoggerInterfaceTest.php b/Psr/Log/Test/LoggerInterfaceTest.php old mode 100644 new mode 100755 diff --git a/Psr/Log/Test/TestLogger.php b/Psr/Log/Test/TestLogger.php old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Zend/Escaper/Escaper.php b/Zend/Escaper/Escaper.php old mode 100644 new mode 100755 diff --git a/Zend/Escaper/Exception/ExceptionInterface.php b/Zend/Escaper/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/Zend/Escaper/Exception/InvalidArgumentException.php b/Zend/Escaper/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Zend/Escaper/Exception/RuntimeException.php b/Zend/Escaper/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/Zend/Escaper/LICENSE.md b/Zend/Escaper/LICENSE.md old mode 100644 new mode 100755 diff --git a/chartjs/Chartjs/LICENSE.md b/chartjs/Chartjs/LICENSE.md old mode 100644 new mode 100755 diff --git a/chartjs/Chartjs/chart.css b/chartjs/Chartjs/chart.css old mode 100644 new mode 100755 diff --git a/chartjs/Chartjs/chart.js b/chartjs/Chartjs/chart.js old mode 100644 new mode 100755 diff --git a/d3/LICENSE b/d3/LICENSE old mode 100644 new mode 100755 diff --git a/d3/d3.min.js b/d3/d3.min.js old mode 100644 new mode 100755 diff --git a/fonts/Roboto/LICENSE.txt b/fonts/Roboto/LICENSE.txt old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Black.ttf b/fonts/Roboto/Roboto-Black.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-BlackItalic.ttf b/fonts/Roboto/Roboto-BlackItalic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Bold.ttf b/fonts/Roboto/Roboto-Bold.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-BoldItalic.ttf b/fonts/Roboto/Roboto-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Italic.ttf b/fonts/Roboto/Roboto-Italic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Light.ttf b/fonts/Roboto/Roboto-Light.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-LightItalic.ttf b/fonts/Roboto/Roboto-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Medium.ttf b/fonts/Roboto/Roboto-Medium.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-MediumItalic.ttf b/fonts/Roboto/Roboto-MediumItalic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Regular.ttf b/fonts/Roboto/Roboto-Regular.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-Thin.ttf b/fonts/Roboto/Roboto-Thin.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/Roboto-ThinItalic.ttf b/fonts/Roboto/Roboto-ThinItalic.ttf old mode 100644 new mode 100755 diff --git a/fonts/Roboto/roboto.css b/fonts/Roboto/roboto.css old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/css/font-awesome.min.css b/fonts/fontawesome/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/FontAwesome.otf b/fonts/fontawesome/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/fontawesome-webfont.eot b/fonts/fontawesome/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/fontawesome-webfont.svg b/fonts/fontawesome/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/fontawesome-webfont.ttf b/fonts/fontawesome/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/fontawesome-webfont.woff b/fonts/fontawesome/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/fonts/fontawesome/fonts/fontawesome-webfont.woff2 b/fonts/fontawesome/fonts/fontawesome-webfont.woff2 old mode 100644 new mode 100755 diff --git a/fonts/linearicons/License.txt b/fonts/linearicons/License.txt old mode 100644 new mode 100755 diff --git a/fonts/lineicons/css/lineicons.css b/fonts/lineicons/css/lineicons.css old mode 100644 new mode 100755 diff --git a/fonts/lineicons/fonts/LineIcons.eot b/fonts/lineicons/fonts/LineIcons.eot old mode 100644 new mode 100755 diff --git a/fonts/lineicons/fonts/LineIcons.svg b/fonts/lineicons/fonts/LineIcons.svg old mode 100644 new mode 100755 diff --git a/fonts/lineicons/fonts/LineIcons.ttf b/fonts/lineicons/fonts/LineIcons.ttf old mode 100644 new mode 100755 diff --git a/fonts/lineicons/fonts/LineIcons.woff b/fonts/lineicons/fonts/LineIcons.woff old mode 100644 new mode 100755 diff --git a/fonts/lineicons/fonts/LineIcons.woff2 b/fonts/lineicons/fonts/LineIcons.woff2 old mode 100644 new mode 100755 diff --git a/fonts/lineicons/license.txt b/fonts/lineicons/license.txt old mode 100644 new mode 100755 diff --git a/info.md b/info.md old mode 100644 new mode 100755 diff --git a/mermaid/LICENSE b/mermaid/LICENSE old mode 100644 new mode 100755 diff --git a/mermaid/mermaid.min.js b/mermaid/mermaid.min.js old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/LICENSE b/mozilla/Pdf/LICENSE old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/build/pdf.js b/mozilla/Pdf/build/pdf.js old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/build/pdf.js.map b/mozilla/Pdf/build/pdf.js.map old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/build/pdf.worker.js b/mozilla/Pdf/build/pdf.worker.js old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/build/pdf.worker.js.map b/mozilla/Pdf/build/pdf.worker.js.map old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/78-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/78-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-H.bcmap b/mozilla/Pdf/web/cmaps/78-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/78-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/78-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78-V.bcmap b/mozilla/Pdf/web/cmaps/78-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78ms-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/78ms-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/78ms-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/78ms-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/83pv-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/83pv-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90ms-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90ms-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90ms-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90ms-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90msp-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90msp-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90msp-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90msp-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90pv-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/90pv-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/90pv-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/90pv-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Add-H.bcmap b/mozilla/Pdf/web/cmaps/Add-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Add-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/Add-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Add-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/Add-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Add-V.bcmap b/mozilla/Pdf/web/cmaps/Add-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-0.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-1.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-3.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-4.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-5.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-6.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-6.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-0.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-1.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-3.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-4.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-5.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-GB1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-GB1-UCS2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-0.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-1.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-3.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-3.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-4.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-4.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-5.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-5.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-6.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-6.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-0.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-0.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-1.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-1.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap b/mozilla/Pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/B5-H.bcmap b/mozilla/Pdf/web/cmaps/B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/B5-V.bcmap b/mozilla/Pdf/web/cmaps/B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/B5pc-H.bcmap b/mozilla/Pdf/web/cmaps/B5pc-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/B5pc-V.bcmap b/mozilla/Pdf/web/cmaps/B5pc-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/CNS-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/CNS-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS1-H.bcmap b/mozilla/Pdf/web/cmaps/CNS1-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS1-V.bcmap b/mozilla/Pdf/web/cmaps/CNS1-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS2-H.bcmap b/mozilla/Pdf/web/cmaps/CNS2-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/CNS2-V.bcmap b/mozilla/Pdf/web/cmaps/CNS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETHK-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETHK-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETHK-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETHK-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETen-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETen-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETen-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETen-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETenms-B5-H.bcmap b/mozilla/Pdf/web/cmaps/ETenms-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/ETenms-B5-V.bcmap b/mozilla/Pdf/web/cmaps/ETenms-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/EUC-H.bcmap b/mozilla/Pdf/web/cmaps/EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/EUC-V.bcmap b/mozilla/Pdf/web/cmaps/EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Ext-H.bcmap b/mozilla/Pdf/web/cmaps/Ext-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Ext-RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/Ext-RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Ext-RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/Ext-RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Ext-V.bcmap b/mozilla/Pdf/web/cmaps/Ext-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GB-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GB-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GB-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GB-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GB-H.bcmap b/mozilla/Pdf/web/cmaps/GB-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GB-V.bcmap b/mozilla/Pdf/web/cmaps/GB-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBK-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBK-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBK-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBK-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBK2K-H.bcmap b/mozilla/Pdf/web/cmaps/GBK2K-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBK2K-V.bcmap b/mozilla/Pdf/web/cmaps/GBK2K-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBKp-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBKp-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBKp-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBKp-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBT-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBT-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBT-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBT-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBT-H.bcmap b/mozilla/Pdf/web/cmaps/GBT-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBT-V.bcmap b/mozilla/Pdf/web/cmaps/GBT-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBTpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBTpc-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBTpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBTpc-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/GBpc-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/GBpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/GBpc-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/H.bcmap b/mozilla/Pdf/web/cmaps/H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKdla-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKdla-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKdla-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKdla-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKdlb-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKdlb-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKdlb-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKdlb-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKgccs-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKgccs-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKgccs-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKgccs-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKm314-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKm314-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKm314-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKm314-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKm471-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKm471-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKm471-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKm471-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKscs-B5-H.bcmap b/mozilla/Pdf/web/cmaps/HKscs-B5-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/HKscs-B5-V.bcmap b/mozilla/Pdf/web/cmaps/HKscs-B5-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Hankaku.bcmap b/mozilla/Pdf/web/cmaps/Hankaku.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Hiragana.bcmap b/mozilla/Pdf/web/cmaps/Hiragana.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-Johab-H.bcmap b/mozilla/Pdf/web/cmaps/KSC-Johab-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-Johab-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-Johab-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSC-V.bcmap b/mozilla/Pdf/web/cmaps/KSC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-H.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-H.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-V.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-HW-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCms-UHC-V.bcmap b/mozilla/Pdf/web/cmaps/KSCms-UHC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCpc-EUC-H.bcmap b/mozilla/Pdf/web/cmaps/KSCpc-EUC-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/KSCpc-EUC-V.bcmap b/mozilla/Pdf/web/cmaps/KSCpc-EUC-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Katakana.bcmap b/mozilla/Pdf/web/cmaps/Katakana.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/LICENSE b/mozilla/Pdf/web/cmaps/LICENSE old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/NWP-H.bcmap b/mozilla/Pdf/web/cmaps/NWP-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/NWP-V.bcmap b/mozilla/Pdf/web/cmaps/NWP-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/RKSJ-H.bcmap b/mozilla/Pdf/web/cmaps/RKSJ-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/RKSJ-V.bcmap b/mozilla/Pdf/web/cmaps/RKSJ-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/Roman.bcmap b/mozilla/Pdf/web/cmaps/Roman.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UCS2-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UCS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF16-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF16-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF8-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniCNS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniCNS-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UCS2-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UCS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF16-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF16-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF8-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniGB-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniGB-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UCS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF16-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF16-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF8-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UCS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISPro-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISPro-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UCS2-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UCS2-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UCS2-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UCS2-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF16-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF16-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF16-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF16-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF32-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF32-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF32-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF32-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF8-H.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF8-H.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/UniKS-UTF8-V.bcmap b/mozilla/Pdf/web/cmaps/UniKS-UTF8-V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/V.bcmap b/mozilla/Pdf/web/cmaps/V.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/cmaps/WP-Symbol.bcmap b/mozilla/Pdf/web/cmaps/WP-Symbol.bcmap old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/debugger.js b/mozilla/Pdf/web/debugger.js old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/default.pdf b/mozilla/Pdf/web/default.pdf old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-check.svg b/mozilla/Pdf/web/images/annotation-check.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-comment.svg b/mozilla/Pdf/web/images/annotation-comment.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-help.svg b/mozilla/Pdf/web/images/annotation-help.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-insert.svg b/mozilla/Pdf/web/images/annotation-insert.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-key.svg b/mozilla/Pdf/web/images/annotation-key.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-newparagraph.svg b/mozilla/Pdf/web/images/annotation-newparagraph.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-noicon.svg b/mozilla/Pdf/web/images/annotation-noicon.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-note.svg b/mozilla/Pdf/web/images/annotation-note.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/annotation-paragraph.svg b/mozilla/Pdf/web/images/annotation-paragraph.svg old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/findbarButton-next.png b/mozilla/Pdf/web/images/findbarButton-next.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/findbarButton-next@2x.png b/mozilla/Pdf/web/images/findbarButton-next@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/findbarButton-previous.png b/mozilla/Pdf/web/images/findbarButton-previous.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/findbarButton-previous@2x.png b/mozilla/Pdf/web/images/findbarButton-previous@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/grab.cur b/mozilla/Pdf/web/images/grab.cur old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/grabbing.cur b/mozilla/Pdf/web/images/grabbing.cur old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/loading-icon.gif b/mozilla/Pdf/web/images/loading-icon.gif old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/loading-small.png b/mozilla/Pdf/web/images/loading-small.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/loading-small@2x.png b/mozilla/Pdf/web/images/loading-small@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties.png b/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-documentProperties@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage.png b/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-firstPage@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-handTool.png b/mozilla/Pdf/web/images/secondaryToolbarButton-handTool.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-handTool@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-handTool@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage.png b/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-lastPage@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-rotateCw@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool.png b/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-selectTool@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadEven@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadNone@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png b/mozilla/Pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/shadow.png b/mozilla/Pdf/web/images/shadow.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/texture.png b/mozilla/Pdf/web/images/texture.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-bookmark.png b/mozilla/Pdf/web/images/toolbarButton-bookmark.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-bookmark@2x.png b/mozilla/Pdf/web/images/toolbarButton-bookmark@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-download.png b/mozilla/Pdf/web/images/toolbarButton-download.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-download@2x.png b/mozilla/Pdf/web/images/toolbarButton-download@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-menuArrows.png b/mozilla/Pdf/web/images/toolbarButton-menuArrows.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-menuArrows@2x.png b/mozilla/Pdf/web/images/toolbarButton-menuArrows@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-openFile.png b/mozilla/Pdf/web/images/toolbarButton-openFile.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-openFile@2x.png b/mozilla/Pdf/web/images/toolbarButton-openFile@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageDown.png b/mozilla/Pdf/web/images/toolbarButton-pageDown.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageDown@2x.png b/mozilla/Pdf/web/images/toolbarButton-pageDown@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageUp.png b/mozilla/Pdf/web/images/toolbarButton-pageUp.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-pageUp@2x.png b/mozilla/Pdf/web/images/toolbarButton-pageUp@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-presentationMode.png b/mozilla/Pdf/web/images/toolbarButton-presentationMode.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-presentationMode@2x.png b/mozilla/Pdf/web/images/toolbarButton-presentationMode@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-print.png b/mozilla/Pdf/web/images/toolbarButton-print.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-print@2x.png b/mozilla/Pdf/web/images/toolbarButton-print@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-search.png b/mozilla/Pdf/web/images/toolbarButton-search.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-search@2x.png b/mozilla/Pdf/web/images/toolbarButton-search@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle.png b/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png b/mozilla/Pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-sidebarToggle.png b/mozilla/Pdf/web/images/toolbarButton-sidebarToggle.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-sidebarToggle@2x.png b/mozilla/Pdf/web/images/toolbarButton-sidebarToggle@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewAttachments.png b/mozilla/Pdf/web/images/toolbarButton-viewAttachments.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewAttachments@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewAttachments@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewOutline.png b/mozilla/Pdf/web/images/toolbarButton-viewOutline.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewOutline@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewOutline@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewThumbnail.png b/mozilla/Pdf/web/images/toolbarButton-viewThumbnail.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-viewThumbnail@2x.png b/mozilla/Pdf/web/images/toolbarButton-viewThumbnail@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomIn.png b/mozilla/Pdf/web/images/toolbarButton-zoomIn.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomIn@2x.png b/mozilla/Pdf/web/images/toolbarButton-zoomIn@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomOut.png b/mozilla/Pdf/web/images/toolbarButton-zoomOut.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/toolbarButton-zoomOut@2x.png b/mozilla/Pdf/web/images/toolbarButton-zoomOut@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/treeitem-collapsed.png b/mozilla/Pdf/web/images/treeitem-collapsed.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/treeitem-collapsed@2x.png b/mozilla/Pdf/web/images/treeitem-collapsed@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/treeitem-expanded.png b/mozilla/Pdf/web/images/treeitem-expanded.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/images/treeitem-expanded@2x.png b/mozilla/Pdf/web/images/treeitem-expanded@2x.png old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ach/viewer.properties b/mozilla/Pdf/web/locale/ach/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/af/viewer.properties b/mozilla/Pdf/web/locale/af/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/an/viewer.properties b/mozilla/Pdf/web/locale/an/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ar/viewer.properties b/mozilla/Pdf/web/locale/ar/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ast/viewer.properties b/mozilla/Pdf/web/locale/ast/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/az/viewer.properties b/mozilla/Pdf/web/locale/az/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/be/viewer.properties b/mozilla/Pdf/web/locale/be/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/bg/viewer.properties b/mozilla/Pdf/web/locale/bg/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/bn/viewer.properties b/mozilla/Pdf/web/locale/bn/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/bo/viewer.properties b/mozilla/Pdf/web/locale/bo/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/br/viewer.properties b/mozilla/Pdf/web/locale/br/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/brx/viewer.properties b/mozilla/Pdf/web/locale/brx/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/bs/viewer.properties b/mozilla/Pdf/web/locale/bs/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ca/viewer.properties b/mozilla/Pdf/web/locale/ca/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/cak/viewer.properties b/mozilla/Pdf/web/locale/cak/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/cs/viewer.properties b/mozilla/Pdf/web/locale/cs/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/cy/viewer.properties b/mozilla/Pdf/web/locale/cy/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/da/viewer.properties b/mozilla/Pdf/web/locale/da/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/de/viewer.properties b/mozilla/Pdf/web/locale/de/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/dsb/viewer.properties b/mozilla/Pdf/web/locale/dsb/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/el/viewer.properties b/mozilla/Pdf/web/locale/el/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/en-CA/viewer.properties b/mozilla/Pdf/web/locale/en-CA/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/en-GB/viewer.properties b/mozilla/Pdf/web/locale/en-GB/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/en-US/viewer.properties b/mozilla/Pdf/web/locale/en-US/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/eo/viewer.properties b/mozilla/Pdf/web/locale/eo/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/es-AR/viewer.properties b/mozilla/Pdf/web/locale/es-AR/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/es-CL/viewer.properties b/mozilla/Pdf/web/locale/es-CL/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/es-ES/viewer.properties b/mozilla/Pdf/web/locale/es-ES/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/es-MX/viewer.properties b/mozilla/Pdf/web/locale/es-MX/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/et/viewer.properties b/mozilla/Pdf/web/locale/et/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/eu/viewer.properties b/mozilla/Pdf/web/locale/eu/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/fa/viewer.properties b/mozilla/Pdf/web/locale/fa/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ff/viewer.properties b/mozilla/Pdf/web/locale/ff/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/fi/viewer.properties b/mozilla/Pdf/web/locale/fi/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/fr/viewer.properties b/mozilla/Pdf/web/locale/fr/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/fy-NL/viewer.properties b/mozilla/Pdf/web/locale/fy-NL/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ga-IE/viewer.properties b/mozilla/Pdf/web/locale/ga-IE/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/gd/viewer.properties b/mozilla/Pdf/web/locale/gd/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/gl/viewer.properties b/mozilla/Pdf/web/locale/gl/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/gn/viewer.properties b/mozilla/Pdf/web/locale/gn/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/gu-IN/viewer.properties b/mozilla/Pdf/web/locale/gu-IN/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/he/viewer.properties b/mozilla/Pdf/web/locale/he/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hi-IN/viewer.properties b/mozilla/Pdf/web/locale/hi-IN/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hr/viewer.properties b/mozilla/Pdf/web/locale/hr/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hsb/viewer.properties b/mozilla/Pdf/web/locale/hsb/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hu/viewer.properties b/mozilla/Pdf/web/locale/hu/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hy-AM/viewer.properties b/mozilla/Pdf/web/locale/hy-AM/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/hye/viewer.properties b/mozilla/Pdf/web/locale/hye/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ia/viewer.properties b/mozilla/Pdf/web/locale/ia/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/id/viewer.properties b/mozilla/Pdf/web/locale/id/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/is/viewer.properties b/mozilla/Pdf/web/locale/is/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/it/viewer.properties b/mozilla/Pdf/web/locale/it/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ja/viewer.properties b/mozilla/Pdf/web/locale/ja/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ka/viewer.properties b/mozilla/Pdf/web/locale/ka/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/kab/viewer.properties b/mozilla/Pdf/web/locale/kab/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/kk/viewer.properties b/mozilla/Pdf/web/locale/kk/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/km/viewer.properties b/mozilla/Pdf/web/locale/km/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/kn/viewer.properties b/mozilla/Pdf/web/locale/kn/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ko/viewer.properties b/mozilla/Pdf/web/locale/ko/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/lij/viewer.properties b/mozilla/Pdf/web/locale/lij/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/lo/viewer.properties b/mozilla/Pdf/web/locale/lo/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/locale.properties b/mozilla/Pdf/web/locale/locale.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/lt/viewer.properties b/mozilla/Pdf/web/locale/lt/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ltg/viewer.properties b/mozilla/Pdf/web/locale/ltg/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/lv/viewer.properties b/mozilla/Pdf/web/locale/lv/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/meh/viewer.properties b/mozilla/Pdf/web/locale/meh/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/mk/viewer.properties b/mozilla/Pdf/web/locale/mk/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/mr/viewer.properties b/mozilla/Pdf/web/locale/mr/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ms/viewer.properties b/mozilla/Pdf/web/locale/ms/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/my/viewer.properties b/mozilla/Pdf/web/locale/my/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/nb-NO/viewer.properties b/mozilla/Pdf/web/locale/nb-NO/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ne-NP/viewer.properties b/mozilla/Pdf/web/locale/ne-NP/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/nl/viewer.properties b/mozilla/Pdf/web/locale/nl/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/nn-NO/viewer.properties b/mozilla/Pdf/web/locale/nn-NO/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/oc/viewer.properties b/mozilla/Pdf/web/locale/oc/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/pa-IN/viewer.properties b/mozilla/Pdf/web/locale/pa-IN/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/pl/viewer.properties b/mozilla/Pdf/web/locale/pl/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/pt-BR/viewer.properties b/mozilla/Pdf/web/locale/pt-BR/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/pt-PT/viewer.properties b/mozilla/Pdf/web/locale/pt-PT/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/rm/viewer.properties b/mozilla/Pdf/web/locale/rm/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ro/viewer.properties b/mozilla/Pdf/web/locale/ro/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ru/viewer.properties b/mozilla/Pdf/web/locale/ru/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/scn/viewer.properties b/mozilla/Pdf/web/locale/scn/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/si/viewer.properties b/mozilla/Pdf/web/locale/si/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/sk/viewer.properties b/mozilla/Pdf/web/locale/sk/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/sl/viewer.properties b/mozilla/Pdf/web/locale/sl/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/son/viewer.properties b/mozilla/Pdf/web/locale/son/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/sq/viewer.properties b/mozilla/Pdf/web/locale/sq/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/sr/viewer.properties b/mozilla/Pdf/web/locale/sr/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/sv-SE/viewer.properties b/mozilla/Pdf/web/locale/sv-SE/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ta/viewer.properties b/mozilla/Pdf/web/locale/ta/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/te/viewer.properties b/mozilla/Pdf/web/locale/te/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/th/viewer.properties b/mozilla/Pdf/web/locale/th/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/tl/viewer.properties b/mozilla/Pdf/web/locale/tl/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/tr/viewer.properties b/mozilla/Pdf/web/locale/tr/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/trs/viewer.properties b/mozilla/Pdf/web/locale/trs/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/uk/viewer.properties b/mozilla/Pdf/web/locale/uk/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/ur/viewer.properties b/mozilla/Pdf/web/locale/ur/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/uz/viewer.properties b/mozilla/Pdf/web/locale/uz/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/vi/viewer.properties b/mozilla/Pdf/web/locale/vi/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/wo/viewer.properties b/mozilla/Pdf/web/locale/wo/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/xh/viewer.properties b/mozilla/Pdf/web/locale/xh/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/zh-CN/viewer.properties b/mozilla/Pdf/web/locale/zh-CN/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/locale/zh-TW/viewer.properties b/mozilla/Pdf/web/locale/zh-TW/viewer.properties old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/pdf.tpl.php b/mozilla/Pdf/web/pdf.tpl.php old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/viewer.css b/mozilla/Pdf/web/viewer.css old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/viewer.html b/mozilla/Pdf/web/viewer.html old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/viewer.js b/mozilla/Pdf/web/viewer.js old mode 100644 new mode 100755 diff --git a/mozilla/Pdf/web/viewer.js.map b/mozilla/Pdf/web/viewer.js.map old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/FpdfTpl.php b/setasign/Fpdi/FpdfTpl.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/FpdfTplTrait.php b/setasign/Fpdi/FpdfTplTrait.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/Fpdi.php b/setasign/Fpdi/Fpdi.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/FpdiException.php b/setasign/Fpdi/FpdiException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/FpdiTrait.php b/setasign/Fpdi/FpdiTrait.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/LICENSE.txt b/setasign/Fpdi/LICENSE.txt old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/AbstractReader.php b/setasign/Fpdi/PdfParser/CrossReference/AbstractReader.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/CrossReference.php b/setasign/Fpdi/PdfParser/CrossReference/CrossReference.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/CrossReferenceException.php b/setasign/Fpdi/PdfParser/CrossReference/CrossReferenceException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/FixedReader.php b/setasign/Fpdi/PdfParser/CrossReference/FixedReader.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/LineReader.php b/setasign/Fpdi/PdfParser/CrossReference/LineReader.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/CrossReference/ReaderInterface.php b/setasign/Fpdi/PdfParser/CrossReference/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/Ascii85.php b/setasign/Fpdi/PdfParser/Filter/Ascii85.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/Ascii85Exception.php b/setasign/Fpdi/PdfParser/Filter/Ascii85Exception.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/AsciiHex.php b/setasign/Fpdi/PdfParser/Filter/AsciiHex.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/FilterException.php b/setasign/Fpdi/PdfParser/Filter/FilterException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/FilterInterface.php b/setasign/Fpdi/PdfParser/Filter/FilterInterface.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/Flate.php b/setasign/Fpdi/PdfParser/Filter/Flate.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/FlateException.php b/setasign/Fpdi/PdfParser/Filter/FlateException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/Lzw.php b/setasign/Fpdi/PdfParser/Filter/Lzw.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Filter/LzwException.php b/setasign/Fpdi/PdfParser/Filter/LzwException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/PdfParser.php b/setasign/Fpdi/PdfParser/PdfParser.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/PdfParserException.php b/setasign/Fpdi/PdfParser/PdfParserException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/StreamReader.php b/setasign/Fpdi/PdfParser/StreamReader.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Tokenizer.php b/setasign/Fpdi/PdfParser/Tokenizer.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfArray.php b/setasign/Fpdi/PdfParser/Type/PdfArray.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfBoolean.php b/setasign/Fpdi/PdfParser/Type/PdfBoolean.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfDictionary.php b/setasign/Fpdi/PdfParser/Type/PdfDictionary.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfHexString.php b/setasign/Fpdi/PdfParser/Type/PdfHexString.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfIndirectObject.php b/setasign/Fpdi/PdfParser/Type/PdfIndirectObject.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfIndirectObjectReference.php b/setasign/Fpdi/PdfParser/Type/PdfIndirectObjectReference.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfName.php b/setasign/Fpdi/PdfParser/Type/PdfName.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfNull.php b/setasign/Fpdi/PdfParser/Type/PdfNull.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfNumeric.php b/setasign/Fpdi/PdfParser/Type/PdfNumeric.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfStream.php b/setasign/Fpdi/PdfParser/Type/PdfStream.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfString.php b/setasign/Fpdi/PdfParser/Type/PdfString.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfToken.php b/setasign/Fpdi/PdfParser/Type/PdfToken.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfType.php b/setasign/Fpdi/PdfParser/Type/PdfType.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfParser/Type/PdfTypeException.php b/setasign/Fpdi/PdfParser/Type/PdfTypeException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfReader/DataStructure/Rectangle.php b/setasign/Fpdi/PdfReader/DataStructure/Rectangle.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfReader/Page.php b/setasign/Fpdi/PdfReader/Page.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfReader/PageBoundaries.php b/setasign/Fpdi/PdfReader/PageBoundaries.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfReader/PdfReader.php b/setasign/Fpdi/PdfReader/PdfReader.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/PdfReader/PdfReaderException.php b/setasign/Fpdi/PdfReader/PdfReaderException.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/Tcpdf/Fpdi.php b/setasign/Fpdi/Tcpdf/Fpdi.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/TcpdfFpdi.php b/setasign/Fpdi/TcpdfFpdi.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/Tfpdf/FpdfTpl.php b/setasign/Fpdi/Tfpdf/FpdfTpl.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/Tfpdf/Fpdi.php b/setasign/Fpdi/Tfpdf/Fpdi.php old mode 100644 new mode 100755 diff --git a/setasign/Fpdi/autoload.php b/setasign/Fpdi/autoload.php old mode 100644 new mode 100755 diff --git a/tcpdf/CHANGELOG.TXT b/tcpdf/CHANGELOG.TXT old mode 100644 new mode 100755 diff --git a/tcpdf/LICENSE.TXT b/tcpdf/LICENSE.TXT old mode 100644 new mode 100755 diff --git a/tcpdf/README.md b/tcpdf/README.md old mode 100644 new mode 100755 diff --git a/tcpdf/VERSION b/tcpdf/VERSION old mode 100644 new mode 100755 diff --git a/tcpdf/composer.json b/tcpdf/composer.json old mode 100644 new mode 100755 diff --git a/tcpdf/config/tcpdf_config.php b/tcpdf/config/tcpdf_config.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_1d_html.php b/tcpdf/examples/barcodes/example_1d_html.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_1d_png.php b/tcpdf/examples/barcodes/example_1d_png.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_1d_svg.php b/tcpdf/examples/barcodes/example_1d_svg.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_1d_svgi.php b/tcpdf/examples/barcodes/example_1d_svgi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_html.php b/tcpdf/examples/barcodes/example_2d_datamatrix_html.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_png.php b/tcpdf/examples/barcodes/example_2d_datamatrix_png.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php b/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php b/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_html.php b/tcpdf/examples/barcodes/example_2d_pdf417_html.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_png.php b/tcpdf/examples/barcodes/example_2d_pdf417_png.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_svg.php b/tcpdf/examples/barcodes/example_2d_pdf417_svg.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php b/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_html.php b/tcpdf/examples/barcodes/example_2d_qrcode_html.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_png.php b/tcpdf/examples/barcodes/example_2d_qrcode_png.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_svg.php b/tcpdf/examples/barcodes/example_2d_qrcode_svg.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php b/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php b/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php b/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/config/tcpdf_config_alt.php b/tcpdf/examples/config/tcpdf_config_alt.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/cert/tcpdf.crt b/tcpdf/examples/data/cert/tcpdf.crt old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/cert/tcpdf.fdf b/tcpdf/examples/data/cert/tcpdf.fdf old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/cert/tcpdf.p12 b/tcpdf/examples/data/cert/tcpdf.p12 old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/chapter_demo_1.txt b/tcpdf/examples/data/chapter_demo_1.txt old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/chapter_demo_2.txt b/tcpdf/examples/data/chapter_demo_2.txt old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/table_data_demo.txt b/tcpdf/examples/data/table_data_demo.txt old mode 100644 new mode 100755 diff --git a/tcpdf/examples/data/utf8test.txt b/tcpdf/examples/data/utf8test.txt old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_001.php b/tcpdf/examples/example_001.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_002.php b/tcpdf/examples/example_002.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_003.php b/tcpdf/examples/example_003.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_004.php b/tcpdf/examples/example_004.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_005.php b/tcpdf/examples/example_005.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_006.php b/tcpdf/examples/example_006.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_007.php b/tcpdf/examples/example_007.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_008.php b/tcpdf/examples/example_008.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_009.php b/tcpdf/examples/example_009.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_010.php b/tcpdf/examples/example_010.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_011.php b/tcpdf/examples/example_011.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_012.pdf b/tcpdf/examples/example_012.pdf old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_012.php b/tcpdf/examples/example_012.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_013.php b/tcpdf/examples/example_013.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_014.php b/tcpdf/examples/example_014.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_015.php b/tcpdf/examples/example_015.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_016.php b/tcpdf/examples/example_016.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_017.php b/tcpdf/examples/example_017.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_018.php b/tcpdf/examples/example_018.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_019.php b/tcpdf/examples/example_019.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_020.php b/tcpdf/examples/example_020.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_021.php b/tcpdf/examples/example_021.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_022.php b/tcpdf/examples/example_022.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_023.php b/tcpdf/examples/example_023.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_024.php b/tcpdf/examples/example_024.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_025.php b/tcpdf/examples/example_025.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_026.php b/tcpdf/examples/example_026.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_027.php b/tcpdf/examples/example_027.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_028.php b/tcpdf/examples/example_028.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_029.php b/tcpdf/examples/example_029.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_030.php b/tcpdf/examples/example_030.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_031.php b/tcpdf/examples/example_031.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_032.php b/tcpdf/examples/example_032.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_033.php b/tcpdf/examples/example_033.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_034.php b/tcpdf/examples/example_034.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_035.php b/tcpdf/examples/example_035.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_036.php b/tcpdf/examples/example_036.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_037.php b/tcpdf/examples/example_037.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_038.php b/tcpdf/examples/example_038.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_039.php b/tcpdf/examples/example_039.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_040.php b/tcpdf/examples/example_040.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_041.php b/tcpdf/examples/example_041.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_042.php b/tcpdf/examples/example_042.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_043.php b/tcpdf/examples/example_043.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_044.php b/tcpdf/examples/example_044.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_045.php b/tcpdf/examples/example_045.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_046.php b/tcpdf/examples/example_046.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_047.php b/tcpdf/examples/example_047.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_048.php b/tcpdf/examples/example_048.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_049.php b/tcpdf/examples/example_049.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_050.php b/tcpdf/examples/example_050.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_051.php b/tcpdf/examples/example_051.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_052.php b/tcpdf/examples/example_052.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_053.php b/tcpdf/examples/example_053.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_054.php b/tcpdf/examples/example_054.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_055.php b/tcpdf/examples/example_055.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_056.php b/tcpdf/examples/example_056.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_057.php b/tcpdf/examples/example_057.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_058.php b/tcpdf/examples/example_058.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_059.php b/tcpdf/examples/example_059.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_060.php b/tcpdf/examples/example_060.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_061.php b/tcpdf/examples/example_061.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_062.php b/tcpdf/examples/example_062.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_063.php b/tcpdf/examples/example_063.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_064.php b/tcpdf/examples/example_064.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_065.php b/tcpdf/examples/example_065.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/example_066.php b/tcpdf/examples/example_066.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/_blank.png b/tcpdf/examples/images/_blank.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/alpha.png b/tcpdf/examples/images/alpha.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/image_demo.jpg b/tcpdf/examples/images/image_demo.jpg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/image_with_alpha.png b/tcpdf/examples/images/image_with_alpha.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/img.png b/tcpdf/examples/images/img.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/logo_example.gif b/tcpdf/examples/images/logo_example.gif old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/logo_example.jpg b/tcpdf/examples/images/logo_example.jpg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/logo_example.png b/tcpdf/examples/images/logo_example.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tcpdf_box.ai b/tcpdf/examples/images/tcpdf_box.ai old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tcpdf_box.svg b/tcpdf/examples/images/tcpdf_box.svg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tcpdf_cell.png b/tcpdf/examples/images/tcpdf_cell.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tcpdf_logo.jpg b/tcpdf/examples/images/tcpdf_logo.jpg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tcpdf_signature.png b/tcpdf/examples/images/tcpdf_signature.png old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/testsvg.svg b/tcpdf/examples/images/testsvg.svg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/images/tux.svg b/tcpdf/examples/images/tux.svg old mode 100644 new mode 100755 diff --git a/tcpdf/examples/index.php b/tcpdf/examples/index.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/afr.php b/tcpdf/examples/lang/afr.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ara.php b/tcpdf/examples/lang/ara.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/aze.php b/tcpdf/examples/lang/aze.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/bel.php b/tcpdf/examples/lang/bel.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/bra.php b/tcpdf/examples/lang/bra.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/bul.php b/tcpdf/examples/lang/bul.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/cat.php b/tcpdf/examples/lang/cat.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ces.php b/tcpdf/examples/lang/ces.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/chi.php b/tcpdf/examples/lang/chi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/cym.php b/tcpdf/examples/lang/cym.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/dan.php b/tcpdf/examples/lang/dan.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/eng.php b/tcpdf/examples/lang/eng.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/est.php b/tcpdf/examples/lang/est.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/eus.php b/tcpdf/examples/lang/eus.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/far.php b/tcpdf/examples/lang/far.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/fra.php b/tcpdf/examples/lang/fra.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ger.php b/tcpdf/examples/lang/ger.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/gle.php b/tcpdf/examples/lang/gle.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/glg.php b/tcpdf/examples/lang/glg.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/hat.php b/tcpdf/examples/lang/hat.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/heb.php b/tcpdf/examples/lang/heb.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/hrv.php b/tcpdf/examples/lang/hrv.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/hun.php b/tcpdf/examples/lang/hun.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/hye.php b/tcpdf/examples/lang/hye.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ind.php b/tcpdf/examples/lang/ind.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ita.php b/tcpdf/examples/lang/ita.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/jpn.php b/tcpdf/examples/lang/jpn.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/kat.php b/tcpdf/examples/lang/kat.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/kor.php b/tcpdf/examples/lang/kor.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/mkd.php b/tcpdf/examples/lang/mkd.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/mlt.php b/tcpdf/examples/lang/mlt.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/msa.php b/tcpdf/examples/lang/msa.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/nld.php b/tcpdf/examples/lang/nld.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/nob.php b/tcpdf/examples/lang/nob.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/pol.php b/tcpdf/examples/lang/pol.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/por.php b/tcpdf/examples/lang/por.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ron.php b/tcpdf/examples/lang/ron.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/rus.php b/tcpdf/examples/lang/rus.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/slv.php b/tcpdf/examples/lang/slv.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/spa.php b/tcpdf/examples/lang/spa.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/sqi.php b/tcpdf/examples/lang/sqi.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/srp.php b/tcpdf/examples/lang/srp.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/swa.php b/tcpdf/examples/lang/swa.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/swe.php b/tcpdf/examples/lang/swe.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/ukr.php b/tcpdf/examples/lang/ukr.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/urd.php b/tcpdf/examples/lang/urd.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/yid.php b/tcpdf/examples/lang/yid.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/lang/zho.php b/tcpdf/examples/lang/zho.php old mode 100644 new mode 100755 diff --git a/tcpdf/examples/tcpdf_include.php b/tcpdf/examples/tcpdf_include.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/ae_fonts_2.0/COPYING b/tcpdf/fonts/ae_fonts_2.0/COPYING old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/ae_fonts_2.0/ChangeLog b/tcpdf/fonts/ae_fonts_2.0/ChangeLog old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/ae_fonts_2.0/README b/tcpdf/fonts/ae_fonts_2.0/README old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aealarabiya.ctg.z b/tcpdf/fonts/aealarabiya.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aealarabiya.php b/tcpdf/fonts/aealarabiya.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aealarabiya.z b/tcpdf/fonts/aealarabiya.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aefurat.ctg.z b/tcpdf/fonts/aefurat.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aefurat.php b/tcpdf/fonts/aefurat.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/aefurat.z b/tcpdf/fonts/aefurat.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/cid0cs.php b/tcpdf/fonts/cid0cs.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/cid0ct.php b/tcpdf/fonts/cid0ct.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/cid0jp.php b/tcpdf/fonts/cid0jp.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/cid0kr.php b/tcpdf/fonts/cid0kr.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/courier.php b/tcpdf/fonts/courier.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/courierb.php b/tcpdf/fonts/courierb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/courierbi.php b/tcpdf/fonts/courierbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/courieri.php b/tcpdf/fonts/courieri.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE b/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS b/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/README b/tcpdf/fonts/dejavu-fonts-ttf-2.33/README old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE b/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS b/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/README b/tcpdf/fonts/dejavu-fonts-ttf-2.34/README old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt b/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusans.ctg.z b/tcpdf/fonts/dejavusans.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusans.php b/tcpdf/fonts/dejavusans.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusans.z b/tcpdf/fonts/dejavusans.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansb.ctg.z b/tcpdf/fonts/dejavusansb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansb.php b/tcpdf/fonts/dejavusansb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansb.z b/tcpdf/fonts/dejavusansb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansbi.ctg.z b/tcpdf/fonts/dejavusansbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansbi.php b/tcpdf/fonts/dejavusansbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansbi.z b/tcpdf/fonts/dejavusansbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensed.ctg.z b/tcpdf/fonts/dejavusanscondensed.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensed.php b/tcpdf/fonts/dejavusanscondensed.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensed.z b/tcpdf/fonts/dejavusanscondensed.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedb.ctg.z b/tcpdf/fonts/dejavusanscondensedb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedb.php b/tcpdf/fonts/dejavusanscondensedb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedb.z b/tcpdf/fonts/dejavusanscondensedb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedbi.ctg.z b/tcpdf/fonts/dejavusanscondensedbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedbi.php b/tcpdf/fonts/dejavusanscondensedbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedbi.z b/tcpdf/fonts/dejavusanscondensedbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedi.ctg.z b/tcpdf/fonts/dejavusanscondensedi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedi.php b/tcpdf/fonts/dejavusanscondensedi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusanscondensedi.z b/tcpdf/fonts/dejavusanscondensedi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansextralight.ctg.z b/tcpdf/fonts/dejavusansextralight.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansextralight.php b/tcpdf/fonts/dejavusansextralight.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansextralight.z b/tcpdf/fonts/dejavusansextralight.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansi.ctg.z b/tcpdf/fonts/dejavusansi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansi.php b/tcpdf/fonts/dejavusansi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansi.z b/tcpdf/fonts/dejavusansi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmono.ctg.z b/tcpdf/fonts/dejavusansmono.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmono.php b/tcpdf/fonts/dejavusansmono.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmono.z b/tcpdf/fonts/dejavusansmono.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonob.ctg.z b/tcpdf/fonts/dejavusansmonob.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonob.php b/tcpdf/fonts/dejavusansmonob.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonob.z b/tcpdf/fonts/dejavusansmonob.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonobi.ctg.z b/tcpdf/fonts/dejavusansmonobi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonobi.php b/tcpdf/fonts/dejavusansmonobi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonobi.z b/tcpdf/fonts/dejavusansmonobi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonoi.ctg.z b/tcpdf/fonts/dejavusansmonoi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonoi.php b/tcpdf/fonts/dejavusansmonoi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavusansmonoi.z b/tcpdf/fonts/dejavusansmonoi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserif.ctg.z b/tcpdf/fonts/dejavuserif.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserif.php b/tcpdf/fonts/dejavuserif.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserif.z b/tcpdf/fonts/dejavuserif.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifb.ctg.z b/tcpdf/fonts/dejavuserifb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifb.php b/tcpdf/fonts/dejavuserifb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifb.z b/tcpdf/fonts/dejavuserifb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifbi.ctg.z b/tcpdf/fonts/dejavuserifbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifbi.php b/tcpdf/fonts/dejavuserifbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifbi.z b/tcpdf/fonts/dejavuserifbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensed.ctg.z b/tcpdf/fonts/dejavuserifcondensed.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensed.php b/tcpdf/fonts/dejavuserifcondensed.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensed.z b/tcpdf/fonts/dejavuserifcondensed.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedb.ctg.z b/tcpdf/fonts/dejavuserifcondensedb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedb.php b/tcpdf/fonts/dejavuserifcondensedb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedb.z b/tcpdf/fonts/dejavuserifcondensedb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.ctg.z b/tcpdf/fonts/dejavuserifcondensedbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.php b/tcpdf/fonts/dejavuserifcondensedbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedbi.z b/tcpdf/fonts/dejavuserifcondensedbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedi.ctg.z b/tcpdf/fonts/dejavuserifcondensedi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedi.php b/tcpdf/fonts/dejavuserifcondensedi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifcondensedi.z b/tcpdf/fonts/dejavuserifcondensedi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifi.ctg.z b/tcpdf/fonts/dejavuserifi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifi.php b/tcpdf/fonts/dejavuserifi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/dejavuserifi.z b/tcpdf/fonts/dejavuserifi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/AUTHORS b/tcpdf/fonts/freefont-20100919/AUTHORS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/COPYING b/tcpdf/fonts/freefont-20100919/COPYING old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/CREDITS b/tcpdf/fonts/freefont-20100919/CREDITS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/ChangeLog b/tcpdf/fonts/freefont-20100919/ChangeLog old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/INSTALL b/tcpdf/fonts/freefont-20100919/INSTALL old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20100919/README b/tcpdf/fonts/freefont-20100919/README old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/AUTHORS b/tcpdf/fonts/freefont-20120503/AUTHORS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/COPYING b/tcpdf/fonts/freefont-20120503/COPYING old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/CREDITS b/tcpdf/fonts/freefont-20120503/CREDITS old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/ChangeLog b/tcpdf/fonts/freefont-20120503/ChangeLog old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/INSTALL b/tcpdf/fonts/freefont-20120503/INSTALL old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/README b/tcpdf/fonts/freefont-20120503/README old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING b/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freefont-20120503/USAGE b/tcpdf/fonts/freefont-20120503/USAGE old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemono.ctg.z b/tcpdf/fonts/freemono.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemono.php b/tcpdf/fonts/freemono.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemono.z b/tcpdf/fonts/freemono.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonob.ctg.z b/tcpdf/fonts/freemonob.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonob.php b/tcpdf/fonts/freemonob.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonob.z b/tcpdf/fonts/freemonob.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonobi.ctg.z b/tcpdf/fonts/freemonobi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonobi.php b/tcpdf/fonts/freemonobi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonobi.z b/tcpdf/fonts/freemonobi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonoi.ctg.z b/tcpdf/fonts/freemonoi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonoi.php b/tcpdf/fonts/freemonoi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freemonoi.z b/tcpdf/fonts/freemonoi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesans.ctg.z b/tcpdf/fonts/freesans.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesans.php b/tcpdf/fonts/freesans.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesans.z b/tcpdf/fonts/freesans.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansb.ctg.z b/tcpdf/fonts/freesansb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansb.php b/tcpdf/fonts/freesansb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansb.z b/tcpdf/fonts/freesansb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansbi.ctg.z b/tcpdf/fonts/freesansbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansbi.php b/tcpdf/fonts/freesansbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansbi.z b/tcpdf/fonts/freesansbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansi.ctg.z b/tcpdf/fonts/freesansi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansi.php b/tcpdf/fonts/freesansi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freesansi.z b/tcpdf/fonts/freesansi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserif.ctg.z b/tcpdf/fonts/freeserif.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserif.php b/tcpdf/fonts/freeserif.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserif.z b/tcpdf/fonts/freeserif.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifb.ctg.z b/tcpdf/fonts/freeserifb.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifb.php b/tcpdf/fonts/freeserifb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifb.z b/tcpdf/fonts/freeserifb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifbi.ctg.z b/tcpdf/fonts/freeserifbi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifbi.php b/tcpdf/fonts/freeserifbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifbi.z b/tcpdf/fonts/freeserifbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifi.ctg.z b/tcpdf/fonts/freeserifi.ctg.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifi.php b/tcpdf/fonts/freeserifi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/freeserifi.z b/tcpdf/fonts/freeserifi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/helvetica.php b/tcpdf/fonts/helvetica.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/helveticab.php b/tcpdf/fonts/helveticab.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/helveticabi.php b/tcpdf/fonts/helveticabi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/helveticai.php b/tcpdf/fonts/helveticai.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/hysmyeongjostdmedium.php b/tcpdf/fonts/hysmyeongjostdmedium.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/kozgopromedium.php b/tcpdf/fonts/kozgopromedium.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/kozminproregular.php b/tcpdf/fonts/kozminproregular.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/msungstdlight.php b/tcpdf/fonts/msungstdlight.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourier.php b/tcpdf/fonts/pdfacourier.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourier.z b/tcpdf/fonts/pdfacourier.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourierb.php b/tcpdf/fonts/pdfacourierb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourierb.z b/tcpdf/fonts/pdfacourierb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourierbi.php b/tcpdf/fonts/pdfacourierbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourierbi.z b/tcpdf/fonts/pdfacourierbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourieri.php b/tcpdf/fonts/pdfacourieri.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfacourieri.z b/tcpdf/fonts/pdfacourieri.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelvetica.php b/tcpdf/fonts/pdfahelvetica.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelvetica.z b/tcpdf/fonts/pdfahelvetica.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticab.php b/tcpdf/fonts/pdfahelveticab.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticab.z b/tcpdf/fonts/pdfahelveticab.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticabi.php b/tcpdf/fonts/pdfahelveticabi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticabi.z b/tcpdf/fonts/pdfahelveticabi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticai.php b/tcpdf/fonts/pdfahelveticai.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfahelveticai.z b/tcpdf/fonts/pdfahelveticai.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfasymbol.php b/tcpdf/fonts/pdfasymbol.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfasymbol.z b/tcpdf/fonts/pdfasymbol.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimes.php b/tcpdf/fonts/pdfatimes.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimes.z b/tcpdf/fonts/pdfatimes.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesb.php b/tcpdf/fonts/pdfatimesb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesb.z b/tcpdf/fonts/pdfatimesb.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesbi.php b/tcpdf/fonts/pdfatimesbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesbi.z b/tcpdf/fonts/pdfatimesbi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesi.php b/tcpdf/fonts/pdfatimesi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfatimesi.z b/tcpdf/fonts/pdfatimesi.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfazapfdingbats.php b/tcpdf/fonts/pdfazapfdingbats.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/pdfazapfdingbats.z b/tcpdf/fonts/pdfazapfdingbats.z old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/stsongstdlight.php b/tcpdf/fonts/stsongstdlight.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/symbol.php b/tcpdf/fonts/symbol.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/times.php b/tcpdf/fonts/times.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/timesb.php b/tcpdf/fonts/timesb.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/timesbi.php b/tcpdf/fonts/timesbi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/timesi.php b/tcpdf/fonts/timesi.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/uni2cid_ac15.php b/tcpdf/fonts/uni2cid_ac15.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/uni2cid_ag15.php b/tcpdf/fonts/uni2cid_ag15.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/uni2cid_aj16.php b/tcpdf/fonts/uni2cid_aj16.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/uni2cid_ak12.php b/tcpdf/fonts/uni2cid_ak12.php old mode 100644 new mode 100755 diff --git a/tcpdf/fonts/zapfdingbats.php b/tcpdf/fonts/zapfdingbats.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/barcodes/datamatrix.php b/tcpdf/include/barcodes/datamatrix.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/barcodes/pdf417.php b/tcpdf/include/barcodes/pdf417.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/barcodes/qrcode.php b/tcpdf/include/barcodes/qrcode.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/sRGB.icc b/tcpdf/include/sRGB.icc old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_colors.php b/tcpdf/include/tcpdf_colors.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_filters.php b/tcpdf/include/tcpdf_filters.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_font_data.php b/tcpdf/include/tcpdf_font_data.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_fonts.php b/tcpdf/include/tcpdf_fonts.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_images.php b/tcpdf/include/tcpdf_images.php old mode 100644 new mode 100755 diff --git a/tcpdf/include/tcpdf_static.php b/tcpdf/include/tcpdf_static.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf.php b/tcpdf/tcpdf.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf_autoconfig.php b/tcpdf/tcpdf_autoconfig.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf_barcodes_1d.php b/tcpdf/tcpdf_barcodes_1d.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf_barcodes_2d.php b/tcpdf/tcpdf_barcodes_2d.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf_import.php b/tcpdf/tcpdf_import.php old mode 100644 new mode 100755 diff --git a/tcpdf/tcpdf_parser.php b/tcpdf/tcpdf_parser.php old mode 100644 new mode 100755 diff --git a/tcpdf/tools/.htaccess b/tcpdf/tools/.htaccess old mode 100644 new mode 100755 diff --git a/tcpdf/tools/convert_fonts_examples.txt b/tcpdf/tools/convert_fonts_examples.txt old mode 100644 new mode 100755 diff --git a/tcpdf/tools/tcpdf_addfont.php b/tcpdf/tools/tcpdf_addfont.php old mode 100644 new mode 100755