aboutsummaryrefslogtreecommitdiff
path: root/testes/main.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 14:00:58 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 14:00:58 -0300
commitab66652b3270b95222dea134b5e47bb3afc434cc (patch)
treefef4e8e4dc070ce97015a66de9cb508e1184e2b0 /testes/main.lua
parent4398e488e678decd06a5ca48a27751d509361405 (diff)
downloadlua-ab66652b3270b95222dea134b5e47bb3afc434cc.tar.gz
lua-ab66652b3270b95222dea134b5e47bb3afc434cc.tar.bz2
lua-ab66652b3270b95222dea134b5e47bb3afc434cc.zip
Removed copyright notice from 'testes/all.lua'
All test files refer to the main copyright notice in 'lua.h'.
Diffstat (limited to 'testes/main.lua')
-rw-r--r--testes/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/main.lua b/testes/main.lua
index e0e9cbe8..bf3c898e 100644
--- a/testes/main.lua
+++ b/testes/main.lua
@@ -1,6 +1,6 @@
1# testing special comment on first line 1# testing special comment on first line
2-- $Id: testes/main.lua $ 2-- $Id: testes/main.lua $
3-- See Copyright Notice in file all.lua 3-- See Copyright Notice in file lua.h
4 4
5-- most (all?) tests here assume a reasonable "Unix-like" shell 5-- most (all?) tests here assume a reasonable "Unix-like" shell
6if _port then return end 6if _port then return end