aboutsummaryrefslogtreecommitdiff
path: root/testes/all.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/all.lua')
-rw-r--r--testes/all.lua29
1 files changed, 1 insertions, 28 deletions
diff --git a/testes/all.lua b/testes/all.lua
index c3fdac95..5c7ebfa5 100644
--- a/testes/all.lua
+++ b/testes/all.lua
@@ -1,6 +1,6 @@
1#!../lua 1#!../lua
2-- $Id: testes/all.lua $ 2-- $Id: testes/all.lua $
3-- See Copyright Notice at the end of this file 3-- See Copyright Notice in file lua.h
4 4
5 5
6local version = "Lua 5.5" 6local version = "Lua 5.5"
@@ -283,30 +283,3 @@ end
283 283
284print("final OK !!!") 284print("final OK !!!")
285 285
286
287
288--[[
289*****************************************************************************
290* Copyright (C) 1994-2016 Lua.org, PUC-Rio.
291*
292* Permission is hereby granted, free of charge, to any person obtaining
293* a copy of this software and associated documentation files (the
294* "Software"), to deal in the Software without restriction, including
295* without limitation the rights to use, copy, modify, merge, publish,
296* distribute, sublicense, and/or sell copies of the Software, and to
297* permit persons to whom the Software is furnished to do so, subject to
298* the following conditions:
299*
300* The above copyright notice and this permission notice shall be
301* included in all copies or substantial portions of the Software.
302*
303* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
304* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
305* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
306* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
307* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
308* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
309* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
310*****************************************************************************
311]]
312