- make sure all log messages get displayed, even when the console is not
[supertux.git] / src / squirrel / README
1 ~~~~~~~~
2 Squirrel
3 ~~~~~~~~
4
5 This directory contains the SQUIRREL programming language as found on 
6 http://www.squirrel-lang.org with some minor fixes to make it compile warning
7 free on 64bit architectures.
8
9 Squirrel Copyright:
10 Copyright (c) 2003-2006 Alberto Demichelis
11
12 This software is provided 'as-is', without any
13 express or implied warranty. In no event will the
14 authors be held liable for any damages arising from
15 the use of this software.
16
17 Permission is granted to anyone to use this software
18 for any purpose, including commercial applications,
19 and to alter it and redistribute it freely, subject
20 to the following restrictions:
21
22                 1. The origin of this software must not be
23                 misrepresented; you must not claim that
24                 you wrote the original software. If you
25                 use this software in a product, an
26                 acknowledgment in the product
27                 documentation would be appreciated but is
28                 not required.
29
30                 2. Altered source versions must be plainly
31                 marked as such, and must not be
32                 misrepresented as being the original
33                 software.
34
35                 3. This notice may not be removed or
36                 altered from any source distribution.
37 -----------------------------------------------------
38 END OF COPYRIGHT
39
40
41 ~~~~~~~~~~~~~~~~~~~~~~~~
42 Squirrel Remote Debugger
43 ~~~~~~~~~~~~~~~~~~~~~~~~
44
45 The subdirectory sqdbg contains the sqdbg library by Alberto Demichelis.
46
47 SQDBG License:
48
49 This software is provided 'as-is', without any express or implied warranty. In
50 no event will the authors be held liable for any damages arising from the use
51 of this software.
52
53 Permission is granted to anyone to use this software for any purpose, including
54 commercial applications, and to alter it and redistribute it freely, subject to
55 the following restrictions:
56
57 1. The origin of this software must not be misrepresented; you must not claim
58 that you wrote the original software. If you use this software in a product, an
59 acknowledgment in the product documentation would be appreciated but is not
60 required.
61
62 2. Altered source versions must be plainly marked as such, and must not be
63 misrepresented as being the original software.
64
65 3. This notice may not be removed or altered from any source distribution.
66