|
3 | 3 | # strelnokoff.pl - Cat's Eye Technologies' Strelnokoff Interpreter |
4 | 4 | # v2001.03.24 Chris Pressey, Cat's Eye Technologies |
5 | 5 |
|
6 | | -# Copyright (c)2001, Cat's Eye Technologies. |
| 6 | +# Copyright (c)2001-2012, Chris Pressey, Cat's Eye Technologies. |
7 | 7 | # All rights reserved. |
8 | 8 | # |
9 | 9 | # Redistribution and use in source and binary forms, with or without |
10 | 10 | # modification, are permitted provided that the following conditions |
11 | 11 | # are met: |
12 | | -# |
13 | | -# Redistributions of source code must retain the above copyright |
14 | | -# notice, this list of conditions and the following disclaimer. |
15 | | -# |
16 | | -# Redistributions in binary form must reproduce the above copyright |
17 | | -# notice, this list of conditions and the following disclaimer in |
18 | | -# the documentation and/or other materials provided with the |
19 | | -# distribution. |
20 | | -# |
21 | | -# Neither the name of Cat's Eye Technologies nor the names of its |
22 | | -# contributors may be used to endorse or promote products derived |
23 | | -# from this software without specific prior written permission. |
24 | | -# |
25 | | -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
26 | | -# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
27 | | -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
28 | | -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
29 | | -# DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE |
30 | | -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, |
31 | | -# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
32 | | -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
33 | | -# OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
34 | | -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
35 | | -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
36 | | -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
37 | | -# POSSIBILITY OF SUCH DAMAGE. |
| 12 | +# |
| 13 | +# 1. Redistributions of source code must retain the above copyright |
| 14 | +# notices, this list of conditions and the following disclaimer. |
| 15 | +# 2. Redistributions in binary form must reproduce the above copyright |
| 16 | +# notices, this list of conditions, and the following disclaimer in |
| 17 | +# the documentation and/or other materials provided with the |
| 18 | +# distribution. |
| 19 | +# 3. Neither the names of the copyright holders nor the names of their |
| 20 | +# contributors may be used to endorse or promote products derived |
| 21 | +# from this software without specific prior written permission. |
| 22 | +# |
| 23 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | +# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING, BUT NOT |
| 25 | +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 26 | +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 27 | +# COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 28 | +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 29 | +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 30 | +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 31 | +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 32 | +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 33 | +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 34 | +# POSSIBILITY OF SUCH DAMAGE. |
38 | 35 |
|
39 | 36 | # USAGE: [perl] strelnokoff[.pl] program.skf |
40 | 37 |
|
|