-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathLICENSE
More file actions
37 lines (26 loc) · 1.73 KB
/
LICENSE
File metadata and controls
37 lines (26 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
License for "I Write Like" source code and data
===============================================
1. Source code (*.rkt [except for crc32], *.html, *.css)
--------------------------------------------------------------------------------
Copyright (c) 2010-2011 Dmitry Chestnykh <dmitry@codingrobots.com>
Permission to use, copy, modify, and 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.
--------------------------------------------------------------------------------
2. All images (located in /static/ directory) are in the public domain.
3. Data corpus (located in /data/ directory) is in the public domain.
4. crc32.rkt is licensed under LGPL, because it uses a function copied
from LGPL-licensed library. You can just use planet for it instead,
see the source file for details.
--------------------------------------------------------------------------------
5. Not a license, but a trademark notice: you cannot call your own publicly
running version of the program (modified or not) "I Write Like" without my
permission, but you may mention that it's "Powered by I Write Like".
If you have any questions, please write to iwl@codingrobots.com.