diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-27 15:26:51 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-29 16:48:56 +0100 |
commit | d0eee678b59c703cec15431b66cfcac9e5741815 (patch) | |
tree | 33943c9a9599b4566ddacac9094cc8c73743c5df /LICENSE | |
download | hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.gz hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.xz hex-d0eee678b59c703cec15431b66cfcac9e5741815.zip |
Initial commit
This is essentially a gutted fork of nncmpp that doesn't do anything.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ + Copyright (c) 2016, 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. + |