urbanyoung / Phasor

Phasor is a server extension for Halo PC which focuses on giving the end-user the ability to deeply customize gameplay. Phasor does this via its scripting system, which uses the Lua language. Scripters are able to react to and change many different aspects of the game.
MIT License
19 stars 9 forks source link

No specified license #59

Closed ChadSki closed 9 years ago

ChadSki commented 11 years ago

I would like to include some code from Phasor in my own project, but I am not sure under what conditions I may do this.

I intend to release my project under the 2-clause BSD license, but any MIT / X11 / BSD variant works for me. I'd prefer not to have to restrict my users to the GPL, but if that's what you would prefer then I will stick to it.

urbanyoung commented 11 years ago

All my code is public domain, so feel free to use it however you want. Of course things like libsql, Lua etc. have their own licences though.

ChadSki commented 11 years ago

Great, thanks.

FWIW, explicitly attaching any of the licenses I named above makes a project effectively public domain, but also provides those rights in countries where public domain does not exist. See: http://rosenlaw.com/lj16.htm

urbanyoung commented 11 years ago

Hmmm true, in that case I'll add this disclaimer. (which is also in Phasor.pdf)

Copyright (C) 2013 urbanyoung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

urbanyoung commented 9 years ago

Added 8a275d9dcd03f69fba437635a73699c2818befde