diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-01-17 15:54:49 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-01-17 16:10:12 +0100 |
commit | 7cb6fcdaff2237cd24cf22fbc739192704838b6d (patch) | |
tree | cedd22bc2e220d69212b06683b12025dc3814e1e /LICENSE | |
parent | 77509ceb56d430d949a89f2fc25aaded414193a8 (diff) | |
download | ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.gz ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.xz ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.zip |
Rewrite to use CMake
Now the project is at least installable.
Added a LICENSE file.
Likely about to implement Lua plugins.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ + Copyright (c) 2014 - 2015, Přemysl Janouch <p.janouch@gmail.com> + All rights reserved. + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |