aboutsummaryrefslogtreecommitdiff
path: root/testes/sort.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/sort.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/sort.lua')
-rw-r--r--testes/sort.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/sort.lua b/testes/sort.lua
index 290b199e..b0127660 100644
--- a/testes/sort.lua
+++ b/testes/sort.lua
@@ -1,5 +1,5 @@
1-- $Id: testes/sort.lua $ 1-- $Id: testes/sort.lua $
2-- See Copyright Notice in file all.lua 2-- See Copyright Notice in file lua.h
3 3
4print "testing (parts of) table library" 4print "testing (parts of) table library"
5 5