mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-28 11:02:21 +00:00
merge copyright & license options. Clearer and easier
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
local sandbox = {
|
local sandbox = {
|
||||||
_VERSION = "sandbox 0.5",
|
_VERSION = "sandbox 0.5",
|
||||||
_DESCRIPTION = "A pure-lua solution for running untrusted Lua code.",
|
_DESCRIPTION = "A pure-lua solution for running untrusted Lua code.",
|
||||||
_COPYRIGHT = "Copyright (c) 2013 Enrique García Cota",
|
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
MIT LICENSE
|
MIT LICENSE
|
||||||
|
|
||||||
|
Copyright (c) 2013 Enrique García Cota
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the
|
copy of this software and associated documentation files (the
|
||||||
"Software"), to deal in the Software without restriction, including
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
Reference in New Issue
Block a user