From c8726aba303bcf1207b730a344536e25491420bc Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 10 Nov 2015 09:48:56 -0500 Subject: remove execute permission from many files that should not have it --- indra/lscript/CMakeLists.txt | 0 indra/lscript/llscriptresource.h | 0 indra/lscript/llscriptresourceconsumer.h | 0 indra/lscript/llscriptresourcepool.h | 0 indra/lscript/lscript_alloc.h | 0 indra/lscript/lscript_byteconvert.h | 0 indra/lscript/lscript_byteformat.h | 0 indra/lscript/lscript_compile/CMakeLists.txt | 0 indra/lscript/lscript_compile/indra.l | 0 indra/lscript/lscript_compile/indra.y | 0 indra/lscript/lscript_compile/lscript_alloc.cpp | 0 indra/lscript/lscript_compile/lscript_bytecode.cpp | 0 indra/lscript/lscript_compile/lscript_bytecode.h | 0 indra/lscript/lscript_compile/lscript_error.cpp | 0 indra/lscript/lscript_compile/lscript_error.h | 0 indra/lscript/lscript_compile/lscript_heap.cpp | 0 indra/lscript/lscript_compile/lscript_heap.h | 0 indra/lscript/lscript_compile/lscript_resource.cpp | 0 indra/lscript/lscript_compile/lscript_resource.h | 0 indra/lscript/lscript_compile/lscript_scope.cpp | 0 indra/lscript/lscript_compile/lscript_scope.h | 0 indra/lscript/lscript_compile/lscript_tree.cpp | 0 indra/lscript/lscript_compile/lscript_tree.h | 0 indra/lscript/lscript_compile/lscript_typecheck.cpp | 0 indra/lscript/lscript_compile/lscript_typecheck.h | 0 indra/lscript/lscript_compile/windows/unistd.h | 0 indra/lscript/lscript_execute.h | 0 indra/lscript/lscript_execute/CMakeLists.txt | 0 indra/lscript/lscript_execute/llscriptresource.cpp | 0 indra/lscript/lscript_execute/llscriptresourceconsumer.cpp | 0 indra/lscript/lscript_execute/llscriptresourcepool.cpp | 0 indra/lscript/lscript_execute/lscript_execute.cpp | 0 indra/lscript/lscript_execute/lscript_heapruntime.cpp | 0 indra/lscript/lscript_execute/lscript_heapruntime.h | 0 indra/lscript/lscript_execute/lscript_readlso.cpp | 0 indra/lscript/lscript_execute/lscript_readlso.h | 0 indra/lscript/lscript_export.h | 0 indra/lscript/lscript_http.h | 0 indra/lscript/lscript_library.h | 0 indra/lscript/lscript_library/CMakeLists.txt | 0 indra/lscript/lscript_library/lscript_alloc.cpp | 0 indra/lscript/lscript_library/lscript_export.cpp | 0 indra/lscript/lscript_library/lscript_library.cpp | 0 indra/lscript/lscript_rt_interface.h | 0 44 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 indra/lscript/CMakeLists.txt mode change 100755 => 100644 indra/lscript/llscriptresource.h mode change 100755 => 100644 indra/lscript/llscriptresourceconsumer.h mode change 100755 => 100644 indra/lscript/llscriptresourcepool.h mode change 100755 => 100644 indra/lscript/lscript_alloc.h mode change 100755 => 100644 indra/lscript/lscript_byteconvert.h mode change 100755 => 100644 indra/lscript/lscript_byteformat.h mode change 100755 => 100644 indra/lscript/lscript_compile/CMakeLists.txt mode change 100755 => 100644 indra/lscript/lscript_compile/indra.l mode change 100755 => 100644 indra/lscript/lscript_compile/indra.y mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_alloc.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_bytecode.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_bytecode.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_error.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_error.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_heap.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_heap.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_resource.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_resource.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_scope.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_scope.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_tree.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_tree.h mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_typecheck.cpp mode change 100755 => 100644 indra/lscript/lscript_compile/lscript_typecheck.h mode change 100755 => 100644 indra/lscript/lscript_compile/windows/unistd.h mode change 100755 => 100644 indra/lscript/lscript_execute.h mode change 100755 => 100644 indra/lscript/lscript_execute/CMakeLists.txt mode change 100755 => 100644 indra/lscript/lscript_execute/llscriptresource.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/llscriptresourceconsumer.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/llscriptresourcepool.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/lscript_execute.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/lscript_heapruntime.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/lscript_heapruntime.h mode change 100755 => 100644 indra/lscript/lscript_execute/lscript_readlso.cpp mode change 100755 => 100644 indra/lscript/lscript_execute/lscript_readlso.h mode change 100755 => 100644 indra/lscript/lscript_export.h mode change 100755 => 100644 indra/lscript/lscript_http.h mode change 100755 => 100644 indra/lscript/lscript_library.h mode change 100755 => 100644 indra/lscript/lscript_library/CMakeLists.txt mode change 100755 => 100644 indra/lscript/lscript_library/lscript_alloc.cpp mode change 100755 => 100644 indra/lscript/lscript_library/lscript_export.cpp mode change 100755 => 100644 indra/lscript/lscript_library/lscript_library.cpp mode change 100755 => 100644 indra/lscript/lscript_rt_interface.h (limited to 'indra/lscript') diff --git a/indra/lscript/CMakeLists.txt b/indra/lscript/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/indra/lscript/llscriptresource.h b/indra/lscript/llscriptresource.h old mode 100755 new mode 100644 diff --git a/indra/lscript/llscriptresourceconsumer.h b/indra/lscript/llscriptresourceconsumer.h old mode 100755 new mode 100644 diff --git a/indra/lscript/llscriptresourcepool.h b/indra/lscript/llscriptresourcepool.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_alloc.h b/indra/lscript/lscript_alloc.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_byteconvert.h b/indra/lscript/lscript_byteconvert.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_byteformat.h b/indra/lscript/lscript_byteformat.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/CMakeLists.txt b/indra/lscript/lscript_compile/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/indra.y b/indra/lscript/lscript_compile/indra.y old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_alloc.cpp b/indra/lscript/lscript_compile/lscript_alloc.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_bytecode.cpp b/indra/lscript/lscript_compile/lscript_bytecode.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_bytecode.h b/indra/lscript/lscript_compile/lscript_bytecode.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_error.cpp b/indra/lscript/lscript_compile/lscript_error.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_error.h b/indra/lscript/lscript_compile/lscript_error.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_heap.cpp b/indra/lscript/lscript_compile/lscript_heap.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_heap.h b/indra/lscript/lscript_compile/lscript_heap.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_resource.cpp b/indra/lscript/lscript_compile/lscript_resource.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_resource.h b/indra/lscript/lscript_compile/lscript_resource.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_scope.cpp b/indra/lscript/lscript_compile/lscript_scope.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_scope.h b/indra/lscript/lscript_compile/lscript_scope.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_tree.cpp b/indra/lscript/lscript_compile/lscript_tree.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_tree.h b/indra/lscript/lscript_compile/lscript_tree.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_typecheck.cpp b/indra/lscript/lscript_compile/lscript_typecheck.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/lscript_typecheck.h b/indra/lscript/lscript_compile/lscript_typecheck.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_compile/windows/unistd.h b/indra/lscript/lscript_compile/windows/unistd.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute.h b/indra/lscript/lscript_execute.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/CMakeLists.txt b/indra/lscript/lscript_execute/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/llscriptresource.cpp b/indra/lscript/lscript_execute/llscriptresource.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/llscriptresourceconsumer.cpp b/indra/lscript/lscript_execute/llscriptresourceconsumer.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/llscriptresourcepool.cpp b/indra/lscript/lscript_execute/llscriptresourcepool.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/lscript_execute.cpp b/indra/lscript/lscript_execute/lscript_execute.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/lscript_heapruntime.cpp b/indra/lscript/lscript_execute/lscript_heapruntime.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/lscript_heapruntime.h b/indra/lscript/lscript_execute/lscript_heapruntime.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/lscript_readlso.cpp b/indra/lscript/lscript_execute/lscript_readlso.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_execute/lscript_readlso.h b/indra/lscript/lscript_execute/lscript_readlso.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_export.h b/indra/lscript/lscript_export.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_http.h b/indra/lscript/lscript_http.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_library.h b/indra/lscript/lscript_library.h old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_library/CMakeLists.txt b/indra/lscript/lscript_library/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_library/lscript_alloc.cpp b/indra/lscript/lscript_library/lscript_alloc.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_library/lscript_export.cpp b/indra/lscript/lscript_library/lscript_export.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_library/lscript_library.cpp b/indra/lscript/lscript_library/lscript_library.cpp old mode 100755 new mode 100644 diff --git a/indra/lscript/lscript_rt_interface.h b/indra/lscript/lscript_rt_interface.h old mode 100755 new mode 100644 -- cgit v1.2.3