diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 14:00:58 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 14:00:58 -0300 |
commit | ab66652b3270b95222dea134b5e47bb3afc434cc (patch) | |
tree | fef4e8e4dc070ce97015a66de9cb508e1184e2b0 /testes/main.lua | |
parent | 4398e488e678decd06a5ca48a27751d509361405 (diff) | |
download | lua-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.lua | 2 |
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 |
6 | if _port then return end | 6 | if _port then return end |