The Squirrel interpreter. See http://www.squirrel-lang.org/
COPYRIGHT@0:97a4f8cc534c, 2014-12-16 (annotated)
- Committer:
- jhnwkmn
- Date:
- Tue Dec 16 10:20:34 2014 +0000
- Revision:
- 0:97a4f8cc534c
Initial import of Squirrel.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jhnwkmn | 0:97a4f8cc534c | 1 | Copyright (c) 2003-2014 Alberto Demichelis |
jhnwkmn | 0:97a4f8cc534c | 2 | |
jhnwkmn | 0:97a4f8cc534c | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy |
jhnwkmn | 0:97a4f8cc534c | 4 | of this software and associated documentation files (the "Software"), to deal |
jhnwkmn | 0:97a4f8cc534c | 5 | in the Software without restriction, including without limitation the rights |
jhnwkmn | 0:97a4f8cc534c | 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
jhnwkmn | 0:97a4f8cc534c | 7 | copies of the Software, and to permit persons to whom the Software is |
jhnwkmn | 0:97a4f8cc534c | 8 | furnished to do so, subject to the following conditions: |
jhnwkmn | 0:97a4f8cc534c | 9 | |
jhnwkmn | 0:97a4f8cc534c | 10 | The above copyright notice and this permission notice shall be included in |
jhnwkmn | 0:97a4f8cc534c | 11 | all copies or substantial portions of the Software. |
jhnwkmn | 0:97a4f8cc534c | 12 | |
jhnwkmn | 0:97a4f8cc534c | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
jhnwkmn | 0:97a4f8cc534c | 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
jhnwkmn | 0:97a4f8cc534c | 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
jhnwkmn | 0:97a4f8cc534c | 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
jhnwkmn | 0:97a4f8cc534c | 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
jhnwkmn | 0:97a4f8cc534c | 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
jhnwkmn | 0:97a4f8cc534c | 19 | THE SOFTWARE. |
jhnwkmn | 0:97a4f8cc534c | 20 | ----------------------------------------------------- |
jhnwkmn | 0:97a4f8cc534c | 21 | END OF COPYRIGHT |