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/db.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/db.lua')
-rw-r--r-- | testes/db.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/db.lua b/testes/db.lua index 75730d27..3c821ab7 100644 --- a/testes/db.lua +++ b/testes/db.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | -- $Id: testes/db.lua $ | 1 | -- $Id: testes/db.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file lua.h |
3 | 3 | ||
4 | -- testing debug library | 4 | -- testing debug library |
5 | 5 | ||