From: Christoph Egger Date: Fri, 8 Nov 2013 22:20:10 +0000 (+0100) Subject: Clean up licensefoo X-Git-Tag: v0.1~231 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=41956000342f6d21aaa3b4a429a852ba6bffcbbd;hp=9023eb3885faa52eb9729b61b401e5b131199c0d Clean up licensefoo --- diff --git a/COPYING.ISC b/COPYING.ISC new file mode 100644 index 0000000..b40aaa1 --- /dev/null +++ b/COPYING.ISC @@ -0,0 +1,15 @@ +Copyright (c) 2013, Christoph Egger + +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. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b247cd1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +Parts of the LLVM related code has ben inspired / copied from LLVM +tools which are licensed according to COPYING.NCSA + +Rest of the code is available under the terms of COPYING.ISC \ No newline at end of file