mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
date and doc misc updates
This commit is contained in:
parent
64ac22aa7b
commit
72615aa6e2
@ -6,7 +6,8 @@
|
||||
|
||||
MoonScript is a programmer friendly language that compiles into
|
||||
[Lua](http://www.lua.org/). It gives you the power of the fastest scripting
|
||||
language combined with a rich set of features. It runs on Lua 5.1 and 5.2.
|
||||
language combined with a rich set of features. It runs on Lua 5.1 and above,
|
||||
including alternative runtimes like LuaJIT.
|
||||
|
||||
See <http://moonscript.org>.
|
||||
|
||||
@ -25,7 +26,7 @@ busted
|
||||
|
||||
## License (MIT)
|
||||
|
||||
Copyright (C) 2013 by Leaf Corcoran
|
||||
Copyright (C) 2015 by Leaf Corcoran
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1558,7 +1558,7 @@ their written order you can add `local *` to the top of your file.
|
||||
|
||||
# License (MIT)
|
||||
|
||||
Copyright (C) 2014 by Leaf Corcoran
|
||||
Copyright (C) 2015 by Leaf Corcoran
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
Loading…
Reference in New Issue
Block a user