-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE
20 lines (15 loc) · 1.32 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Except where stated, this software is licensed under the ISC License
See: https://en.wikipedia.org/wiki/ISC_license
The gist of it all is that I don't care what you do with this or how you use it. I don't even care if you credit me for
it. Apparently I can't release it in the public domain without a license so here it is.
The parts from Elkarte and SMF are licensed under the BSD-3 clause. See the file headers of those files for more info on
that. Since my work is a derivative of that, I need to license those files under the same license. So, the test app is
mine and the parsers are derived from Elkarte/SMF.
Copyright (c) 2015, Joshua Dickerson
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.