Removed extra information from RCS keyword strings in tests

Version numbers and dates (mostly wrong) from RCS keyword strings
removed from all test files; only the file name are kept.
diff --git a/testes/all.lua b/testes/all.lua
old mode 100755
new mode 100644
diff --git a/testes/api.lua b/testes/api.lua
index 925a80c..6e11c6e 100644
--- a/testes/api.lua
+++ b/testes/api.lua
@@ -1,4 +1,4 @@
--- $Id: testes/api.lua 2018-07-25 15:31:04 -0300 $
+-- $Id: testes/api.lua $
 -- See Copyright Notice in file all.lua
 
 if T==nil then
diff --git a/testes/bitwise.lua b/testes/bitwise.lua
old mode 100755
new mode 100644
diff --git a/testes/coroutine.lua b/testes/coroutine.lua
index 36eae44..7d42ead 100644
--- a/testes/coroutine.lua
+++ b/testes/coroutine.lua
@@ -1,4 +1,4 @@
--- $Id: testes/coroutine.lua 2018-07-25 15:31:04 -0300 $
+-- $Id: testes/coroutine.lua $
 -- See Copyright Notice in file all.lua
 
 print "testing coroutines"
diff --git a/testes/events.lua b/testes/events.lua
index c4d43d5..b071c2a 100644
--- a/testes/events.lua
+++ b/testes/events.lua
@@ -1,4 +1,4 @@
--- $Id: testes/events.lua 2018-07-25 15:31:04 -0300 $
+-- $Id: testes/events.lua $
 -- See Copyright Notice in file all.lua
 
 print('testing metatables')
diff --git a/testes/math.lua b/testes/math.lua
index b387977..7c780e5 100644
--- a/testes/math.lua
+++ b/testes/math.lua
@@ -1,4 +1,4 @@
--- $Id: testes/math.lua 2018-07-25 15:31:04 -0300 $
+-- $Id: testes/math.lua $
 -- See Copyright Notice in file all.lua
 
 print("testing numbers and math lib")