| 1 | #!/bin/bash |
| 2 | export SIMHOME=`pwd` |
| 3 | echo "Starting Micropolis in $SIMHOME ... " |
| 4 | res/sim $* |
| 5 | |
| 6 | # |
| 7 | # Micropolis, Unix Version. This game was released for the Unix platform |
| 8 | # in or about 1990 and has been modified for inclusion in the One Laptop |
| 9 | # Per Child program. Copyright (C) 1989 - 2007 Electronic Arts Inc. If |
| 10 | # you need assistance with this program, you may contact: |
| 11 | # http://wiki.laptop.org/go/Micropolis or email micropolis@laptop.org. |
| 12 | # |
| 13 | # This program is free software: you can redistribute it and/or modify |
| 14 | # it under the terms of the GNU General Public License as published by |
| 15 | # the Free Software Foundation, either version 3 of the License, or (at |
| 16 | # your option) any later version. |
| 17 | # |
| 18 | # This program is distributed in the hope that it will be useful, but |
| 19 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | # General Public License for more details. You should have received a |
| 22 | # copy of the GNU General Public License along with this program. If |
| 23 | # not, see <http://www.gnu.org/licenses/>. |
| 24 | # |
| 25 | # ADDITIONAL TERMS per GNU GPL Section 7 |
| 26 | # |
| 27 | # No trademark or publicity rights are granted. This license does NOT |
| 28 | # give you any right, title or interest in the trademark SimCity or any |
| 29 | # other Electronic Arts trademark. You may not distribute any |
| 30 | # modification of this program using the trademark SimCity or claim any |
| 31 | # affliation or association with Electronic Arts Inc. or its employees. |
| 32 | # |
| 33 | # Any propagation or conveyance of this program must include this |
| 34 | # copyright notice and these terms. |
| 35 | # |
| 36 | # If you convey this program (or any modifications of it) and assume |
| 37 | # contractual liability for the program to recipients of it, you agree |
| 38 | # to indemnify Electronic Arts for any liability that those contractual |
| 39 | # assumptions impose on Electronic Arts. |
| 40 | # |
| 41 | # You may not misrepresent the origins of this program; modified |
| 42 | # versions of the program must be marked as such and not identified as |
| 43 | # the original program. |
| 44 | # |
| 45 | # This disclaimer supplements the one included in the General Public |
| 46 | # License. TO THE FULLEST EXTENT PERMISSIBLE UNDER APPLICABLE LAW, THIS |
| 47 | # PROGRAM IS PROVIDED TO YOU "AS IS," WITH ALL FAULTS, WITHOUT WARRANTY |
| 48 | # OF ANY KIND, AND YOUR USE IS AT YOUR SOLE RISK. THE ENTIRE RISK OF |
| 49 | # SATISFACTORY QUALITY AND PERFORMANCE RESIDES WITH YOU. ELECTRONIC ARTS |
| 50 | # DISCLAIMS ANY AND ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES, |
| 51 | # INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY, |
| 52 | # FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OF THIRD PARTY |
| 53 | # RIGHTS, AND WARRANTIES (IF ANY) ARISING FROM A COURSE OF DEALING, |
| 54 | # USAGE, OR TRADE PRACTICE. ELECTRONIC ARTS DOES NOT WARRANT AGAINST |
| 55 | # INTERFERENCE WITH YOUR ENJOYMENT OF THE PROGRAM; THAT THE PROGRAM WILL |
| 56 | # MEET YOUR REQUIREMENTS; THAT OPERATION OF THE PROGRAM WILL BE |
| 57 | # UNINTERRUPTED OR ERROR-FREE, OR THAT THE PROGRAM WILL BE COMPATIBLE |
| 58 | # WITH THIRD PARTY SOFTWARE OR THAT ANY ERRORS IN THE PROGRAM WILL BE |
| 59 | # CORRECTED. NO ORAL OR WRITTEN ADVICE PROVIDED BY ELECTRONIC ARTS OR |
| 60 | # ANY AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY. SOME |
| 61 | # JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF OR LIMITATIONS ON IMPLIED |
| 62 | # WARRANTIES OR THE LIMITATIONS ON THE APPLICABLE STATUTORY RIGHTS OF A |
| 63 | # CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY |
| 64 | # NOT APPLY TO YOU. |