Annotation of micropolis/README, revision 1.1

1.1     ! root        1: ========================================================================
        !             2: 
        !             3: Linux Micropolis for X11.
        !             4: 
        !             5: ========================================================================
        !             6: 
        !             7: Micropolis designed and implemented by Will Wright, 
        !             8: Copyright (C) 2002 by Electronic Arts.
        !             9: Unix porting, optimization and TCL/Tk user interface design 
        !            10: by Don Hopkins ([email protected], http://www.DonHopkins.com),
        !            11: developed for DUX Software under license from Maxis.
        !            12: Ported to OLPC Fedora Linux by Don Hopkins.
        !            13: 
        !            14: ========================================================================
        !            15: 
        !            16: This README file contains several copyright notices.  Keep reading.
        !            17: 
        !            18: ========================================================================
        !            19: 
        !            20: See the file "COPYING" for the full text of the GNU General Public License.
        !            21: 
        !            22: The following copyright notice applies to the original source code
        !            23: of Micropolis (in src/sim/) as well as to the X11 Tk port of Micropolis
        !            24: (in res/*.tcl), and to all of the non-text files in this source code
        !            25: release, including:
        !            26: 
        !            27:     cities/*           All loadable city images
        !            28:     images/*           All graphical images
        !            29:     activity/activity-micropolis.svg   Icon for Micropolis in Sugar
        !            30:     res/hexa.*         Map Graphics
        !            31:     res/snro.*         Scenarios
        !            32:     res/sounds/*       Sounds played by the game
        !            33:     res/stri.*         Text strings displayed by the game
        !            34: 
        !            35: Micropolis, Unix Version.  This game was released for the Unix platform
        !            36: in or about 1990 and has been modified for inclusion in the One Laptop
        !            37: Per Child program.  Copyright (C) 1989 - 2007 Electronic Arts Inc.  If
        !            38: you need assistance with this program, you may contact:
        !            39:   http://wiki.laptop.org/go/Micropolis  or email  [email protected].
        !            40: 
        !            41: This program is free software: you can redistribute it and/or modify
        !            42: it under the terms of the GNU General Public License as published by
        !            43: the Free Software Foundation, either version 3 of the License, or (at
        !            44: your option) any later version.
        !            45: 
        !            46: This program is distributed in the hope that it will be useful, but
        !            47: WITHOUT ANY WARRANTY; without even the implied warranty of
        !            48: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
        !            49: General Public License for more details.  You should have received a
        !            50: copy of the GNU General Public License along with this program.  If
        !            51: not, see <http://www.gnu.org/licenses/>.
        !            52: 
        !            53:             ADDITIONAL TERMS per GNU GPL Section 7
        !            54: 
        !            55: No trademark or publicity rights are granted.  This license does NOT
        !            56: give you any right, title or interest in the trademark SimCity or any
        !            57: other Electronic Arts trademark.  You may not distribute any
        !            58: modification of this program using the trademark SimCity or claim any
        !            59: affliation or association with Electronic Arts Inc. or its employees.
        !            60: 
        !            61: Any propagation or conveyance of this program must include this
        !            62: copyright notice and these terms.
        !            63: 
        !            64: If you convey this program (or any modifications of it) and assume
        !            65: contractual liability for the program to recipients of it, you agree
        !            66: to indemnify Electronic Arts for any liability that those contractual
        !            67: assumptions impose on Electronic Arts.
        !            68: 
        !            69: You may not misrepresent the origins of this program; modified
        !            70: versions of the program must be marked as such and not identified as
        !            71: the original program.
        !            72: 
        !            73: This disclaimer supplements the one included in the General Public
        !            74: License.  TO THE FULLEST EXTENT PERMISSIBLE UNDER APPLICABLE LAW, THIS
        !            75: PROGRAM IS PROVIDED TO YOU "AS IS," WITH ALL FAULTS, WITHOUT WARRANTY
        !            76: OF ANY KIND, AND YOUR USE IS AT YOUR SOLE RISK.  THE ENTIRE RISK OF
        !            77: SATISFACTORY QUALITY AND PERFORMANCE RESIDES WITH YOU.  ELECTRONIC ARTS
        !            78: DISCLAIMS ANY AND ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES,
        !            79: INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY,
        !            80: FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OF THIRD PARTY
        !            81: RIGHTS, AND WARRANTIES (IF ANY) ARISING FROM A COURSE OF DEALING,
        !            82: USAGE, OR TRADE PRACTICE.  ELECTRONIC ARTS DOES NOT WARRANT AGAINST
        !            83: INTERFERENCE WITH YOUR ENJOYMENT OF THE PROGRAM; THAT THE PROGRAM WILL
        !            84: MEET YOUR REQUIREMENTS; THAT OPERATION OF THE PROGRAM WILL BE
        !            85: UNINTERRUPTED OR ERROR-FREE, OR THAT THE PROGRAM WILL BE COMPATIBLE
        !            86: WITH THIRD PARTY SOFTWARE OR THAT ANY ERRORS IN THE PROGRAM WILL BE
        !            87: CORRECTED.  NO ORAL OR WRITTEN ADVICE PROVIDED BY ELECTRONIC ARTS OR
        !            88: ANY AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY.  SOME
        !            89: JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF OR LIMITATIONS ON IMPLIED
        !            90: WARRANTIES OR THE LIMITATIONS ON THE APPLICABLE STATUTORY RIGHTS OF A
        !            91: CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY
        !            92: NOT APPLY TO YOU.
        !            93: 
        !            94: ========================================================================
        !            95: 
        !            96: Some parts of this software distribution were written and copyrighted
        !            97: by other people.  We gratefully acknowledge the authors and thank them
        !            98: for their generosity in sharing their software with us and the world.
        !            99: Such software includes:
        !           100: 
        !           101:        res/dejavu-lgc/         Font for use in Sugar Micropolis
        !           102:                
        !           103: http://dejavu.sourceforge.net
        !           104: Fonts are (c) Bitstream (see below). DejaVu changes are in public
        !           105: domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah.
        !           106: 
        !           107:        src/sim/rand.c          Random Number Generator
        !           108:        src/sim/random.c        Random Number Generator
        !           109: 
        !           110:        src/tcl/                Tool Control Language
        !           111:        src/tk/                 Tk X11 Window System toolkit
        !           112:        res/tclinit.tcl         from TCL
        !           113:        res/tkerror.tcl         from TK
        !           114: 
        !           115: Copyright 1988-1992 Regents of the University of California
        !           116: Permission to use, copy, modify, and distribute this
        !           117: software and its documentation for any purpose and without
        !           118: fee is hereby granted, provided that the above copyright
        !           119: notice appears in all copies.  The University of California
        !           120: makes no representations about the suitability of this
        !           121: software for any purpose.  It is provided "as is" without
        !           122: express or implied warranty.
        !           123: 
        !           124:        src/tclx/               Extended TCL
        !           125: 
        !           126: Copyright 1992 Karl Lehenbauer and Mark Diekhans.
        !           127: 
        !           128: Permission to use, copy, modify, and distribute this software and its
        !           129: documentation for any purpose and without fee is hereby granted, provided
        !           130: that the above copyright notice appear in all copies.  Karl Lehenbauer and
        !           131: Mark Diekhans make no representations about the suitability of this
        !           132: software for any purpose.  It is provided "as is" without express or
        !           133: implied warranty.
        !           134: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.