From ebbb3bc5c1505439cbf2063a0e3503c58c384ec0 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 13 Jul 2013 13:12:36 +0200 Subject: [PATCH] Fixed CHMOD on many files + added missing loggers (e.g. jena) and made some noisy loggers quiet --- .../Contents/MacOS/JavaApplicationStub | Bin addon/testkeys | Bin defaults/solr/schema.xml | 0 defaults/solr/solrconfig.xml | 0 defaults/yacy.logging | 38 ++++++++++++++++-- htroot/api/feed.rss | 0 htroot/env/terminal.css | 0 htroot/js/highslide/graphics/controlbar2.gif | Bin htroot/js/highslide/graphics/controlbar3.gif | Bin .../highslide/graphics/controlbar4-hover.gif | Bin htroot/js/highslide/graphics/controlbar4.gif | Bin htroot/js/highslide/graphics/fullexpand.gif | Bin htroot/js/highslide/graphics/geckodimmer.png | Bin htroot/js/highslide/graphics/loader.gif | Bin htroot/js/highslide/graphics/loader.white.gif | Bin .../highslide/graphics/outlines/Outlines.psd | Bin .../highslide/graphics/outlines/beveled.png | Bin .../graphics/outlines/drop-shadow.png | Bin .../graphics/outlines/glossy-dark.png | Bin .../graphics/outlines/outer-glow.png | Bin .../graphics/outlines/rounded-black.png | Bin .../graphics/outlines/rounded-white.png | Bin htroot/js/highslide/graphics/resize.gif | Bin htroot/js/highslide/graphics/zoomin.cur | Bin htroot/js/highslide/graphics/zoomout.cur | Bin htroot/js/highslide/highslide.js | 0 htroot/js/query.js | 0 htroot/js/rss2.js | 0 .../domaingraph/applet/domaingraph.jar | Bin .../domaingraph/applet/domaingraph.pde | 0 .../processing/domaingraph/applet/loading.gif | Bin htroot/processing/domaingraph/domaingraph.pde | 0 .../processing/put_in_libraries/animation.zip | Bin .../processing/put_in_libraries/physics.zip | Bin htroot/yacy/ui/colorpicker_images/Thumbs.db | Bin htroot/yacy/ui/colorpicker_images/blank.gif | Bin .../colorpicker_background.png | Bin .../ui/colorpicker_images/colorpicker_hex.png | Bin .../colorpicker_images/colorpicker_hsb_b.png | Bin .../colorpicker_images/colorpicker_hsb_h.png | Bin .../colorpicker_images/colorpicker_hsb_s.png | Bin .../colorpicker_images/colorpicker_indic.gif | Bin .../colorpicker_overlay.png | Bin .../colorpicker_images/colorpicker_rgb_b.png | Bin .../colorpicker_images/colorpicker_rgb_g.png | Bin .../colorpicker_images/colorpicker_rgb_r.png | Bin .../colorpicker_images/colorpicker_select.gif | Bin .../colorpicker_images/colorpicker_submit.png | Bin .../colorpicker_images/custom_background.png | Bin .../yacy/ui/colorpicker_images/custom_hex.png | Bin .../ui/colorpicker_images/custom_hsb_b.png | Bin .../ui/colorpicker_images/custom_hsb_h.png | Bin .../ui/colorpicker_images/custom_hsb_s.png | Bin .../ui/colorpicker_images/custom_indic.gif | Bin .../ui/colorpicker_images/custom_rgb_b.png | Bin .../ui/colorpicker_images/custom_rgb_g.png | Bin .../ui/colorpicker_images/custom_rgb_r.png | Bin .../ui/colorpicker_images/custom_submit.png | Bin htroot/yacy/ui/colorpicker_images/select.png | Bin htroot/yacy/ui/colorpicker_images/select2.png | Bin htroot/yacy/ui/colorpicker_images/slider.png | Bin htroot/yacy/ui/css/colorpicker.css | 0 htroot/yacy/ui/js/jquery-1.3.2.min.js | 0 htroot/yacy/ui/js/jquery-ui-1.7.2.min.js | 0 htroot/yacy/ui/js/jquery.tagcloud.min.js | 0 htroot/yacy/ui/js/jquery.tinysort.min.js | 0 lib/jcifs-1.3.15-LICENSE.txt | 0 67 files changed, 34 insertions(+), 4 deletions(-) mode change 100755 => 100644 addon/YaCy.app/Contents/MacOS/JavaApplicationStub mode change 100755 => 100644 addon/testkeys mode change 100755 => 100644 defaults/solr/schema.xml mode change 100755 => 100644 defaults/solr/solrconfig.xml mode change 100755 => 100644 htroot/api/feed.rss mode change 100755 => 100644 htroot/env/terminal.css mode change 100755 => 100644 htroot/js/highslide/graphics/controlbar2.gif mode change 100755 => 100644 htroot/js/highslide/graphics/controlbar3.gif mode change 100755 => 100644 htroot/js/highslide/graphics/controlbar4-hover.gif mode change 100755 => 100644 htroot/js/highslide/graphics/controlbar4.gif mode change 100755 => 100644 htroot/js/highslide/graphics/fullexpand.gif mode change 100755 => 100644 htroot/js/highslide/graphics/geckodimmer.png mode change 100755 => 100644 htroot/js/highslide/graphics/loader.gif mode change 100755 => 100644 htroot/js/highslide/graphics/loader.white.gif mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/Outlines.psd mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/beveled.png mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/drop-shadow.png mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/glossy-dark.png mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/outer-glow.png mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/rounded-black.png mode change 100755 => 100644 htroot/js/highslide/graphics/outlines/rounded-white.png mode change 100755 => 100644 htroot/js/highslide/graphics/resize.gif mode change 100755 => 100644 htroot/js/highslide/graphics/zoomin.cur mode change 100755 => 100644 htroot/js/highslide/graphics/zoomout.cur mode change 100755 => 100644 htroot/js/highslide/highslide.js mode change 100755 => 100644 htroot/js/query.js mode change 100755 => 100644 htroot/js/rss2.js mode change 100755 => 100644 htroot/processing/domaingraph/applet/domaingraph.jar mode change 100755 => 100644 htroot/processing/domaingraph/applet/domaingraph.pde mode change 100755 => 100644 htroot/processing/domaingraph/applet/loading.gif mode change 100755 => 100644 htroot/processing/domaingraph/domaingraph.pde mode change 100755 => 100644 htroot/processing/put_in_libraries/animation.zip mode change 100755 => 100644 htroot/processing/put_in_libraries/physics.zip mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/Thumbs.db mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/blank.gif mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_background.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_hex.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_hsb_b.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_hsb_h.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_hsb_s.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_indic.gif mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_overlay.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_rgb_b.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_rgb_g.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_rgb_r.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_select.gif mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/colorpicker_submit.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_background.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_hex.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_hsb_b.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_hsb_h.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_hsb_s.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_indic.gif mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_rgb_b.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_rgb_g.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_rgb_r.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/custom_submit.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/select.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/select2.png mode change 100755 => 100644 htroot/yacy/ui/colorpicker_images/slider.png mode change 100755 => 100644 htroot/yacy/ui/css/colorpicker.css mode change 100755 => 100644 htroot/yacy/ui/js/jquery-1.3.2.min.js mode change 100755 => 100644 htroot/yacy/ui/js/jquery-ui-1.7.2.min.js mode change 100755 => 100644 htroot/yacy/ui/js/jquery.tagcloud.min.js mode change 100755 => 100644 htroot/yacy/ui/js/jquery.tinysort.min.js mode change 100755 => 100644 lib/jcifs-1.3.15-LICENSE.txt diff --git a/addon/YaCy.app/Contents/MacOS/JavaApplicationStub b/addon/YaCy.app/Contents/MacOS/JavaApplicationStub old mode 100755 new mode 100644 diff --git a/addon/testkeys b/addon/testkeys old mode 100755 new mode 100644 diff --git a/defaults/solr/schema.xml b/defaults/solr/schema.xml old mode 100755 new mode 100644 diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml old mode 100755 new mode 100644 diff --git a/defaults/yacy.logging b/defaults/yacy.logging index 3eaea30b2..dbd3e454f 100644 --- a/defaults/yacy.logging +++ b/defaults/yacy.logging @@ -44,6 +44,9 @@ java.util.logging.FileHandler.level = ALL java.util.logging.FileHandler.formatter=net.yacy.kelondro.logging.SimpleLogFormatter java.util.logging.FileHandler.encoding=UTF-8 +# Properties for crawler +net.yacy.crawler.robots.RobotsTxt.level = SEVERE + # Properties for the GuiHandler net.yacy.kelondro.logging.GuiHandler.level = ALL net.yacy.kelondro.logging.GuiHandler.formatter=net.yacy.kelondro.logging.SimpleLogFormatter @@ -79,18 +82,42 @@ httpclient.wire.level = OFF org.apache.pdfbox.level = INFO # Properties for solr -org.apache.solr.core.Config.level = INFO +org.apache.solr.client.solrj.impl.HttpClientUtil.level = SEVERE +org.apache.solr.core.Config.level = SEVERE +org.apache.solr.core.CoreContainer.level = SEVERE +org.apache.solr.core.JmxMonitoredMap.level = SEVERE +org.apache.solr.core.RequestHandlers.level = SEVERE +org.apache.solr.core.SolrConfig.level = SEVERE org.apache.solr.core.SolrCore.level = SEVERE -org.apache.solr.core.SolrResourceLoader.level = INFO +org.apache.solr.core.SolrResourceLoader.level = SEVERE org.apache.solr.core.CachingDirectoryFactory.level = OFF org.apache.solr.util.plugin.AbstractPluginLoader.level = INFO org.apache.solr.schema.IndexSchema.level = INFO org.apache.solr.schema.FieldTypePluginLoader.level = INFO +org.apache.solr.handler.component.HttpShardHandlerFactory.level = SEVERE +org.apache.solr.handler.component.QueryElevationComponent.level = SEVERE +org.apache.solr.handler.component.SearchHandler.level = SEVERE +org.apache.solr.handler.component.SpellCheckComponent.level = SEVERE +org.apache.solr.handler.loader.XMLLoader.level = SEVERE +org.apache.solr.handler.ReplicationHandler.level = SEVERE org.apache.solr.handler.UpdateRequestHandler.level = INFO -org.apache.solr.handler.loader.XMLLoader.level = INFO -org.apache.solr.search.SolrIndexSearcher.level = INFO +org.apache.solr.response.XSLTResponseWriter.level = SEVERE +org.apache.solr.schema.FileExchangeRateProvider.level = SEVERE +org.apache.solr.schema.IndexSchema.level = SEVERE +org.apache.solr.search.SolrIndexSearcher.level = SEVERE +org.apache.solr.spelling.DirectSolrSpellChecker.level = SEVERE org.apache.solr.update.processor.LogUpdateProcessor.level = OFF +org.apache.solr.update.DefaultSolrCoreState.level = SEVERE +org.apache.solr.update.SolrCoreState.level = SEVERE org.apache.solr.update.SolrIndexWriter.level = INFO +org.apache.solr.update.UpdateHandler.level = SEVERE + +# Properties for jena +com.hp.hpl.jena.util.FileManager.level = SEVERE +com.hp.hpl.jena.util.LocationMapper.level = SEVERE +com.hp.hpl.jena.util.LocatorClassLoader.level = SEVERE +com.hp.hpl.jena.util.LocatorFile.level = SEVERE +com.hp.hpl.jena.util.SystemUtils.level = SEVERE # Properties for the YaCy solr interface net.yacy.cora.federate.solr.connector.SolrServerConnector.level = INFO @@ -98,3 +125,6 @@ net.yacy.cora.federate.solr.connector.SolrServerConnector.level = INFO # java properties javax.management.misc.level = INFO javax.management.mbeanserver.level = INFO + +# Properties for Collection +CollectionConfiguration.CRHost.level = SEVERE diff --git a/htroot/api/feed.rss b/htroot/api/feed.rss old mode 100755 new mode 100644 diff --git a/htroot/env/terminal.css b/htroot/env/terminal.css old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/controlbar2.gif b/htroot/js/highslide/graphics/controlbar2.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/controlbar3.gif b/htroot/js/highslide/graphics/controlbar3.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/controlbar4-hover.gif b/htroot/js/highslide/graphics/controlbar4-hover.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/controlbar4.gif b/htroot/js/highslide/graphics/controlbar4.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/fullexpand.gif b/htroot/js/highslide/graphics/fullexpand.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/geckodimmer.png b/htroot/js/highslide/graphics/geckodimmer.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/loader.gif b/htroot/js/highslide/graphics/loader.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/loader.white.gif b/htroot/js/highslide/graphics/loader.white.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/Outlines.psd b/htroot/js/highslide/graphics/outlines/Outlines.psd old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/beveled.png b/htroot/js/highslide/graphics/outlines/beveled.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/drop-shadow.png b/htroot/js/highslide/graphics/outlines/drop-shadow.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/glossy-dark.png b/htroot/js/highslide/graphics/outlines/glossy-dark.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/outer-glow.png b/htroot/js/highslide/graphics/outlines/outer-glow.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/rounded-black.png b/htroot/js/highslide/graphics/outlines/rounded-black.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/outlines/rounded-white.png b/htroot/js/highslide/graphics/outlines/rounded-white.png old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/resize.gif b/htroot/js/highslide/graphics/resize.gif old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/zoomin.cur b/htroot/js/highslide/graphics/zoomin.cur old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/graphics/zoomout.cur b/htroot/js/highslide/graphics/zoomout.cur old mode 100755 new mode 100644 diff --git a/htroot/js/highslide/highslide.js b/htroot/js/highslide/highslide.js old mode 100755 new mode 100644 diff --git a/htroot/js/query.js b/htroot/js/query.js old mode 100755 new mode 100644 diff --git a/htroot/js/rss2.js b/htroot/js/rss2.js old mode 100755 new mode 100644 diff --git a/htroot/processing/domaingraph/applet/domaingraph.jar b/htroot/processing/domaingraph/applet/domaingraph.jar old mode 100755 new mode 100644 diff --git a/htroot/processing/domaingraph/applet/domaingraph.pde b/htroot/processing/domaingraph/applet/domaingraph.pde old mode 100755 new mode 100644 diff --git a/htroot/processing/domaingraph/applet/loading.gif b/htroot/processing/domaingraph/applet/loading.gif old mode 100755 new mode 100644 diff --git a/htroot/processing/domaingraph/domaingraph.pde b/htroot/processing/domaingraph/domaingraph.pde old mode 100755 new mode 100644 diff --git a/htroot/processing/put_in_libraries/animation.zip b/htroot/processing/put_in_libraries/animation.zip old mode 100755 new mode 100644 diff --git a/htroot/processing/put_in_libraries/physics.zip b/htroot/processing/put_in_libraries/physics.zip old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/Thumbs.db b/htroot/yacy/ui/colorpicker_images/Thumbs.db old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/blank.gif b/htroot/yacy/ui/colorpicker_images/blank.gif old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_background.png b/htroot/yacy/ui/colorpicker_images/colorpicker_background.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_hex.png b/htroot/yacy/ui/colorpicker_images/colorpicker_hex.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_b.png b/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_b.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_h.png b/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_h.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_s.png b/htroot/yacy/ui/colorpicker_images/colorpicker_hsb_s.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_indic.gif b/htroot/yacy/ui/colorpicker_images/colorpicker_indic.gif old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_overlay.png b/htroot/yacy/ui/colorpicker_images/colorpicker_overlay.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_b.png b/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_b.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_g.png b/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_g.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_r.png b/htroot/yacy/ui/colorpicker_images/colorpicker_rgb_r.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_select.gif b/htroot/yacy/ui/colorpicker_images/colorpicker_select.gif old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/colorpicker_submit.png b/htroot/yacy/ui/colorpicker_images/colorpicker_submit.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_background.png b/htroot/yacy/ui/colorpicker_images/custom_background.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_hex.png b/htroot/yacy/ui/colorpicker_images/custom_hex.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_hsb_b.png b/htroot/yacy/ui/colorpicker_images/custom_hsb_b.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_hsb_h.png b/htroot/yacy/ui/colorpicker_images/custom_hsb_h.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_hsb_s.png b/htroot/yacy/ui/colorpicker_images/custom_hsb_s.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_indic.gif b/htroot/yacy/ui/colorpicker_images/custom_indic.gif old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_rgb_b.png b/htroot/yacy/ui/colorpicker_images/custom_rgb_b.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_rgb_g.png b/htroot/yacy/ui/colorpicker_images/custom_rgb_g.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_rgb_r.png b/htroot/yacy/ui/colorpicker_images/custom_rgb_r.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/custom_submit.png b/htroot/yacy/ui/colorpicker_images/custom_submit.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/select.png b/htroot/yacy/ui/colorpicker_images/select.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/select2.png b/htroot/yacy/ui/colorpicker_images/select2.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/colorpicker_images/slider.png b/htroot/yacy/ui/colorpicker_images/slider.png old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/css/colorpicker.css b/htroot/yacy/ui/css/colorpicker.css old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/js/jquery-1.3.2.min.js b/htroot/yacy/ui/js/jquery-1.3.2.min.js old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/js/jquery-ui-1.7.2.min.js b/htroot/yacy/ui/js/jquery-ui-1.7.2.min.js old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/js/jquery.tagcloud.min.js b/htroot/yacy/ui/js/jquery.tagcloud.min.js old mode 100755 new mode 100644 diff --git a/htroot/yacy/ui/js/jquery.tinysort.min.js b/htroot/yacy/ui/js/jquery.tinysort.min.js old mode 100755 new mode 100644 diff --git a/lib/jcifs-1.3.15-LICENSE.txt b/lib/jcifs-1.3.15-LICENSE.txt old mode 100755 new mode 100644