From b12ac249d62dc66ba76e7da4adbced8aa37fe8a3 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Wed, 20 Oct 2010 14:53:14 -0400 Subject: [PATCH] Make files non-executable Many files were executed which need not be, e.g. docs and source files. --- Makefile | 0 README | 0 doc/examples.html | 0 doc/index.html | 0 doc/license.html | 0 doc/luaxmlrpc.png | Bin doc/manual.html | 0 src/http.lua | 0 src/init.lua | 0 src/server.lua | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Makefile mode change 100755 => 100644 README mode change 100755 => 100644 doc/examples.html mode change 100755 => 100644 doc/index.html mode change 100755 => 100644 doc/license.html mode change 100755 => 100644 doc/luaxmlrpc.png mode change 100755 => 100644 doc/manual.html mode change 100755 => 100644 src/http.lua mode change 100755 => 100644 src/init.lua mode change 100755 => 100644 src/server.lua diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README b/README old mode 100755 new mode 100644 diff --git a/doc/examples.html b/doc/examples.html old mode 100755 new mode 100644 diff --git a/doc/index.html b/doc/index.html old mode 100755 new mode 100644 diff --git a/doc/license.html b/doc/license.html old mode 100755 new mode 100644 diff --git a/doc/luaxmlrpc.png b/doc/luaxmlrpc.png old mode 100755 new mode 100644 diff --git a/doc/manual.html b/doc/manual.html old mode 100755 new mode 100644 diff --git a/src/http.lua b/src/http.lua old mode 100755 new mode 100644 diff --git a/src/init.lua b/src/init.lua old mode 100755 new mode 100644 diff --git a/src/server.lua b/src/server.lua old mode 100755 new mode 100644