mirror of
https://github.com/daveth/makespherical.git
synced 2025-03-04 03:12:59 -05:00
Updated software license
see license.txt
This commit is contained in:
parent
0fdfd7865e
commit
8d889ab7e8
22
license.txt
Normal file
22
license.txt
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
Copyright (C) 2012 David 'Falcqn' Hepworth
|
||||
All rights not explicitly granted are reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assosciated files
|
||||
(the "software") to use the software without restriction in any and all compatible environments, regardless of whether
|
||||
the use is part of a for-profit organisation or not. The software itself may UNDER NO CIRCUMSTANCES be sold, traded or
|
||||
monetised in any fashion whatsoever.
|
||||
|
||||
The software may NOT be reuploaded to any distributor or redistributed at all unless given express written consent by all
|
||||
authors and copyright holders. The software is free to modify for personal use, including but not limited to use on servers
|
||||
whether they be "for-profit" organisations or not, provided that this license is left unaltered in any way.
|
||||
Again, the software itself may UNDER NO CIRCUMSTANCES be sold, traded or monetised in any fashion whatsoever.
|
||||
Any modifications of the software may not be distributed unless either express written consent is given by the authors and
|
||||
copyright holders, or the modifications are part of a "FORK" on the website "GitHub".
|
||||
|
||||
The software and all of its assets included are property of their respective author(s).
|
||||
The software is provided "As-Is" without warranty of any kind, express or implied, including but not limited to
|
||||
the warranties of fitness for a particular purpose and noninfringement. In no event shall the authors or copyright
|
||||
holders be held 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 of other dealings in the software.
|
||||
Under no circumstances may this license be removed from any of the Software's files, documentation or code.
|
@ -1,12 +1,33 @@
|
||||
|
||||
/*
|
||||
MakeSpherical tool made by Dave ( Falcqn )
|
||||
Thanks to:
|
||||
Divran
|
||||
OmicroN
|
||||
|
||||
Copyright (C) 2012 David 'Falcqn' Hepworth
|
||||
All rights not explicitly granted are reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assosciated files
|
||||
(the "software") to use the software without restriction in any and all compatible environments, regardless of whether
|
||||
the use is part of a for-profit organisation or not. The software itself may UNDER NO CIRCUMSTANCES be sold, traded or
|
||||
monetised in any fashion whatsoever.
|
||||
|
||||
The software may NOT be reuploaded to any distributor or redistributed at all unless given express written consent by all
|
||||
authors and copyright holders. The software is free to modify for personal use, including but not limited to use on servers
|
||||
whether they be "for-profit" organisations or not, provided that this license is left unaltered in any way.
|
||||
Again, the software itself may UNDER NO CIRCUMSTANCES be sold, traded or monetised in any fashion whatsoever.
|
||||
Any modifications of the software may not be distributed unless either express written consent is given by the authors and
|
||||
copyright holders, or the modifications are part of a "FORK" on the website "GitHub".
|
||||
|
||||
The software and all of its assets included are property of their respective author(s).
|
||||
The software is provided "As-Is" without warranty of any kind, express or implied, including but not limited to
|
||||
the warranties of fitness for a particular purpose and noninfringement. In no event shall the authors or copyright
|
||||
holders be held 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 of other dealings in the software.
|
||||
Under no circumstances may this license be removed from any of the Software's files, documentation or code.
|
||||
|
||||
*/
|
||||
|
||||
AddCSLuaFile( "MakeSpherical.lua" )
|
||||
|
||||
|
||||
AddCSLuaFile( "MakeSphericalCore.lua" )
|
||||
|
||||
MakeSpherical = MakeSpherical or {}
|
||||
local MakeSpherical = MakeSpherical
|
@ -1,9 +1,28 @@
|
||||
|
||||
/*
|
||||
MakeSpherical tool made by Dave ( Falcqn )
|
||||
Thanks to:
|
||||
Divran
|
||||
OmicroN
|
||||
|
||||
Copyright (C) 2012 David 'Falcqn' Hepworth
|
||||
All rights not explicitly granted are reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assosciated files
|
||||
(the "software") to use the software without restriction in any and all compatible environments, regardless of whether
|
||||
the use is part of a for-profit organisation or not. The software itself may UNDER NO CIRCUMSTANCES be sold, traded or
|
||||
monetised in any fashion whatsoever.
|
||||
|
||||
The software may NOT be reuploaded to any distributor or redistributed at all unless given express written consent by all
|
||||
authors and copyright holders. The software is free to modify for personal use, including but not limited to use on servers
|
||||
whether they be "for-profit" organisations or not, provided that this license is left unaltered in any way.
|
||||
Again, the software itself may UNDER NO CIRCUMSTANCES be sold, traded or monetised in any fashion whatsoever.
|
||||
Any modifications of the software may not be distributed unless either express written consent is given by the authors and
|
||||
copyright holders, or the modifications are part of a "FORK" on the website "GitHub".
|
||||
|
||||
The software and all of its assets included are property of their respective author(s).
|
||||
The software is provided "As-Is" without warranty of any kind, express or implied, including but not limited to
|
||||
the warranties of fitness for a particular purpose and noninfringement. In no event shall the authors or copyright
|
||||
holders be held 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 of other dealings in the software.
|
||||
Under no circumstances may this license be removed from any of the Software's files, documentation or code.
|
||||
|
||||
*/
|
||||
|
||||
MakeSpherical = MakeSpherical or {}
|
||||
|
@ -1,9 +1,28 @@
|
||||
|
||||
/*
|
||||
MakeSpherical tool made by Dave ( Falcqn )
|
||||
Thanks to:
|
||||
Divran
|
||||
OmicroN
|
||||
|
||||
Copyright (C) 2012 David 'Falcqn' Hepworth
|
||||
All rights not explicitly granted are reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assosciated files
|
||||
(the "software") to use the software without restriction in any and all compatible environments, regardless of whether
|
||||
the use is part of a for-profit organisation or not. The software itself may UNDER NO CIRCUMSTANCES be sold, traded or
|
||||
monetised in any fashion whatsoever.
|
||||
|
||||
The software may NOT be reuploaded to any distributor or redistributed at all unless given express written consent by all
|
||||
authors and copyright holders. The software is free to modify for personal use, including but not limited to use on servers
|
||||
whether they be "for-profit" organisations or not, provided that this license is left unaltered in any way.
|
||||
Again, the software itself may UNDER NO CIRCUMSTANCES be sold, traded or monetised in any fashion whatsoever.
|
||||
Any modifications of the software may not be distributed unless either express written consent is given by the authors and
|
||||
copyright holders, or the modifications are part of a "FORK" on the website "GitHub".
|
||||
|
||||
The software and all of its assets included are property of their respective author(s).
|
||||
The software is provided "As-Is" without warranty of any kind, express or implied, including but not limited to
|
||||
the warranties of fitness for a particular purpose and noninfringement. In no event shall the authors or copyright
|
||||
holders be held 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 of other dealings in the software.
|
||||
Under no circumstances may this license be removed from any of the Software's files, documentation or code.
|
||||
|
||||
*/
|
||||
|
||||
AddCSLuaFile( "makespherical.lua" )
|
||||
|
Loading…
Reference in New Issue
Block a user