Remove execute permissions from various non-executable files

- source files and Makefiles need never be executable
- scripts are run directly by their interpreters in the
  test suites, so also do not need to be executable
This commit is contained in:
Karl Wette 2014-05-02 16:01:55 +02:00
commit 7cd9063b52
133 changed files with 0 additions and 0 deletions

0
Examples/javascript/class/Makefile Executable file → Normal file
View file

0
Examples/javascript/class/example.cxx Executable file → Normal file
View file

0
Examples/javascript/class/example.h Executable file → Normal file
View file

0
Examples/javascript/class/example.i Executable file → Normal file
View file

0
Examples/javascript/class/runme.js Executable file → Normal file
View file

0
Examples/javascript/constant/Makefile Executable file → Normal file
View file

0
Examples/javascript/constant/example.i Executable file → Normal file
View file

0
Examples/javascript/constant/runme.js Executable file → Normal file
View file

0
Examples/javascript/enum/Makefile Executable file → Normal file
View file

0
Examples/javascript/enum/example.cxx Executable file → Normal file
View file

0
Examples/javascript/enum/example.h Executable file → Normal file
View file

0
Examples/javascript/enum/example.i Executable file → Normal file
View file

0
Examples/javascript/enum/runme.js Executable file → Normal file
View file

0
Examples/javascript/exception/Makefile Executable file → Normal file
View file

0
Examples/javascript/functor/Makefile Executable file → Normal file
View file

0
Examples/javascript/nspace/Makefile Executable file → Normal file
View file

0
Examples/javascript/operator/Makefile Executable file → Normal file
View file

0
Examples/javascript/overload/Makefile Executable file → Normal file
View file

0
Examples/javascript/pointer/Makefile Executable file → Normal file
View file

0
Examples/javascript/pointer/example.cxx Executable file → Normal file
View file

0
Examples/javascript/pointer/example.i Executable file → Normal file
View file

0
Examples/javascript/pointer/runme.js Executable file → Normal file
View file

0
Examples/javascript/reference/Makefile Executable file → Normal file
View file

0
Examples/javascript/reference/example.cxx Executable file → Normal file
View file

0
Examples/javascript/reference/example.h Executable file → Normal file
View file

0
Examples/javascript/reference/example.i Executable file → Normal file
View file

0
Examples/javascript/reference/runme.js Executable file → Normal file
View file

0
Examples/javascript/simple/Makefile Executable file → Normal file
View file

0
Examples/javascript/simple/runme.js Executable file → Normal file
View file

0
Examples/javascript/template/Makefile Executable file → Normal file
View file

0
Examples/javascript/variables/Makefile Executable file → Normal file
View file

0
Examples/javascript/variables/example.cxx Executable file → Normal file
View file

0
Examples/javascript/variables/example.h Executable file → Normal file
View file

0
Examples/javascript/variables/example.i Executable file → Normal file
View file

0
Examples/javascript/variables/runme.js Executable file → Normal file
View file