Changes to get platform-v8080 running again
[FUZIX.git] / CREDITS
1 This file may be incomplete: please consult the actual tree to confirm any
2 licensing details.
3
4 Please note the non-free software listed at the bottom of this file. Certain
5 elements have a non-commercial use license but may be excluded without losing
6 any other functionality (BCPL and some games)
7
8 C Library (not including compiler runtime)
9 ------------------------------------------
10
11 /*
12  * ====================================================
13  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
14  *
15  * Developed at SunSoft, a Sun Microsystems, Inc. business.
16  * Permission to use, copy, modify, and distribute this
17  * software is freely granted, provided that this notice
18  * is preserved.
19  * ====================================================
20  */
21
22 Some parts of the above
23 /*
24  * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
25  */
26
27 /*
28  * ====================================================
29  * Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
30  *
31  * Permission to use, copy, modify, and distribute this
32  * software is freely granted, provided that this notice
33  * is preserved.
34  * ====================================================
35  */
36
37 /*
38  * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>.
39  * 
40  *  This library is free software; you can redistribute it and/or
41  *  modify it under the terms of the GNU Library General Public
42  *  License as published by the Free Software Foundation; either
43  *  version 2 of the License, or (at your option) any later version.
44  *
45  *  This library is distributed in the hope that it will be useful,
46  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
47  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
48  *  Library General Public License for more details.
49  *
50  *  You should have received a copy of the GNU Library General Public
51  *  License along with this library; if not, write to the Free
52  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
53  *
54  */
55
56 /*
57 *   Copyright (c) 2007-2011 Ilya O. Levin, http://www.literatecode.com
58 *   Other contributors: Hal Finney
59 *
60 *   Permission to use, copy, modify, and distribute this software for any
61 *   purpose with or without fee is hereby granted, provided that the above
62 *   copyright notice and this permission notice appear in all copies.
63 *
64 *   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
65 *   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
66 *   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
67 *   ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
68 *   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
69 *   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
70 *   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
71 */
72
73
74 /* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk>
75  * This file is part of the Linux-8086 C library and is distributed
76  * under the GNU Library General Public License.
77  */
78
79  * getopt -- public domain version of standard System V routine
80  * 
81  * Strictly enforces the System V Command Syntax Standard; provided by D A
82  * Gwyn of BRL for generic ANSI C implementations
83
84
85  * From the public domain dlib library by
86  *
87  *    Dale Schumacher                         399 Beacon Ave.
88  *    (alias: Dalnefre')                      St. Paul, MN  55104
89  *    dal@syntel.UUCP                         United States of America
90  *  "It's not reality that's important, but how you perceive things."
91
92 /*
93  * ++Copyright++ 1983, 1990, 1993
94  * -
95  * Copyright (c) 1983, 1990, 1993
96  *    The Regents of the University of California.  All rights reserved.
97  * 
98  * Redistribution and use in source and binary forms, with or without
99  * modification, are permitted provided that the following conditions
100  * are met:
101  * 1. Redistributions of source code must retain the above copyright
102  *    notice, this list of conditions and the following disclaimer.
103  * 2. Redistributions in binary form must reproduce the above copyright
104  *    notice, this list of conditions and the following disclaimer in the
105  *    documentation and/or other materials provided with the distribution.
106  * 3. All advertising materials mentioning features or use of this software
107  *    must display the following acknowledgement:
108  *      This product includes software developed by the University of
109  *      California, Berkeley and its contributors.
110  * 4. Neither the name of the University nor the names of its contributors
111  *    may be used to endorse or promote products derived from this software
112  *    without specific prior written permission.
113  * 
114  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
115  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
116  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
117  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
118  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
119  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
120  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
121  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
122  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
123  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
124  * SUCH DAMAGE.
125  * -
126  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
127  * 
128  * Permission to use, copy, modify, and distribute this software for any
129  * purpose with or without fee is hereby granted, provided that the above
130  * copyright notice and this permission notice appear in all copies, and that
131  * the name of Digital Equipment Corporation not be used in advertising or
132  * publicity pertaining to distribution of the document or software without
133  * specific, written prior permission.
134  * 
135  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
136  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
137  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
138  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
139  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
140  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
141  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
142  * SOFTWARE.
143  * -
144  * --Copyright--
145  */
146
147 /*
148  * Copyright (c) 1983, 1993
149  *      The Regents of the University of California.  All rights reserved.
150  *
151  * Redistribution and use in source and binary forms, with or without
152  * modification, are permitted provided that the following conditions
153  * are met:
154  * 1. Redistributions of source code must retain the above copyright
155  *    notice, this list of conditions and the following disclaimer.
156  * 2. Redistributions in binary form must reproduce the above copyright
157  *    notice, this list of conditions and the following disclaimer in the
158  *    documentation and/or other materials provided with the distribution.
159  * 3. Neither the name of the University nor the names of its contributors
160  *    may be used to endorse or promote products derived from this software
161  *    without specific prior written permission.
162  *
163  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
164  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
165  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
166  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
167  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
168  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
169  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
170  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
171  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
172  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
173  * SUCH DAMAGE.
174  */
175
176  *
177  *      Copyright (c) 1986 by University of Toronto.
178  *      Written by Henry Spencer.  Not derived from licensed software.
179  *
180  *      Permission is granted to anyone to use this software for any
181  *      purpose on any computer system, and to redistribute it freely,
182  *      subject to the following restrictions:
183  *
184  *      1. The author is not responsible for the consequences of use of
185  *              this software, no matter how awful, even if they arise
186  *              from defects in it.
187  *
188  *      2. The origin of this software must not be misrepresented, either
189  *              by explicit claim or by omission.
190  *
191  *      3. Altered versions must be plainly marked as such, and must not
192  *              be misrepresented as being the original software.
193  *
194  * Beware that some of this code is subtly aware of the way operator
195  * precedence is structured in regular expressions.  Serious changes in
196  * regular-expression syntax might require a total rethink.
197  *
198  * Modified: ANSIfied for SDCC by Alan Cox.
199
200 // DNS resolver
201 //
202 // Copyright (C) 2002 Michael Ringgaard. All rights reserved.
203 // Portions Copyright (C) 1996-2002  Internet Software Consortium.
204 // Portions Copyright (C) 1996-2001  Nominum, Inc.
205 //
206 // Redistribution and use in source and binary forms, with or without
207 // modification, are permitted provided that the following conditions
208 // are met:
209 // 
210 // 1. Redistributions of source code must retain the above copyright 
211 //    notice, this list of conditions and the following disclaimer.  
212 // 2. Redistributions in binary form must reproduce the above copyright
213 //    notice, this list of conditions and the following disclaimer in the
214 //    documentation and/or other materials provided with the distribution.  
215 // 3. Neither the name of the project nor the names of its contributors
216 //    may be used to endorse or promote products derived from this software
217 //    without specific prior written permission. 
218 // 
219 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN
220 D
221 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
222 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
223 // ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIAB
224 LE
225 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
226 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
227 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
228 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
229 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
230 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
231 // SUCH DAMAGE.
232
233 /* Copyright (C) 1997-2017 Free Software Foundation, Inc.
234    This file is part of the GNU C Library.
235    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
236    The GNU C Library is free software; you can redistribute it and/or
237    modify it under the terms of the GNU Lesser General Public
238    License as published by the Free Software Foundation; either
239    version 2.1 of the License, or (at your option) any later version.
240    The GNU C Library is distributed in the hope that it will be useful,
241    but WITHOUT ANY WARRANTY; without even the implied warranty of
242    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
243    Lesser General Public License for more details.
244    You should have received a copy of the GNU Lesser General Public
245    License along with the GNU C Library; if not, see
246    <http://www.gnu.org/licenses/>.  */
247
248
249 /* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
250 This file is part of the GNU C Library.
251
252 The GNU C Library is free software; you can redistribute it and/or
253 modify it under the terms of the GNU Library General Public License as
254 published by the Free Software Foundation; either version 2 of the
255 License, or (at your option) any later version.
256
257 The GNU C Library is distributed in the hope that it will be useful,
258 but WITHOUT ANY WARRANTY; without even the implied warranty of
259 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
260 Library General Public License for more details.
261
262 You should have received a copy of the GNU Library General Public
263 License along with the GNU C Library; see the file COPYING.LIB.  If
264 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
265 Cambridge, MA 02139, USA.  */
266
267 MUSL
268
269 Copyright © 2005-2014 Rich Felker, et al.
270
271 Permission is hereby granted, free of charge, to any person obtaining
272 a copy of this software and associated documentation files (the
273 "Software"), to deal in the Software without restriction, including
274 without limitation the rights to use, copy, modify, merge, publish,
275 distribute, sublicense, and/or sell copies of the Software, and to
276 permit persons to whom the Software is furnished to do so, subject to
277 the following conditions:
278
279 The above copyright notice and this permission notice shall be
280 included in all copies or substantial portions of the Software.
281
282 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
283 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
284 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
285 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
286 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
287 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
288 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
289
290
291
292 Applications (Open Source)
293 --------------------------
294
295 as09    Bruce Evans compiler tools (as09/dasm09/ld09 etc) are GPL
296
297 cave    From a long history of conversions of Adventure. Please see history.doc
298
299 cpm     Will Sowerbutts: GPL v2
300
301 cpmfs:
302  * Copyright (c) 1982, 1983, 1994 Helge Skrivervik
303  *
304  * All rights reserved.
305  *
306  * This program is free software.
307  *
308  * Redistribution and use in source and binary forms, with or without
309  * modification, are permitted provided that the following conditions
310  * are met:
311  * 1. Redistributions of source code must retain the above copyright
312  *    notice, this list of conditions and the following disclaimer.
313  * 2. Redistributions in binary form must reproduce the above copyright
314  *    notice, this list of conditions and the following disclaimer in the
315  *    documentation and/or other materials provided with the distribution.
316  * 3. All advertising materials mentioning features or use of this software
317  *    must display the following acknowledgement:
318  *      This product includes software developed by Joerg Wunsch
319  * 4. The name of the developer may not be used to endorse or promote
320  *    products derived from this software without specific prior written
321  *    permission.
322  *
323  * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
324  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
325  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
326  * IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
327  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
328  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
329  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
330  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
331  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
332  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
333
334 cursesgames:
335         invaders: Thomas Munro, GPL v2+
336
337 flashrom:
338         Will Sowerbutts: GPL v2
339
340 fview:
341         Brett M Gordon: GPLv3
342
343 games/hamurabi:
344  The MIT License
345
346   Copyright (c) 2010 Brian L. Troutwine
347   
348   Marginally rearranged for Fuzix by Alan Cox 2018
349
350   Permission is hereby granted, free of charge, to any person
351   obtaining a copy of this software and associated
352   documentation files (the "Software"), to deal in the
353   Software without restriction, including without limitation
354   the rights to use, copy, modify, merge, publish,
355   distribute, sublicense, and/or sell copies of the Software,
356   and to permit persons to whom the Software is furnished to
357   do so, subject to the following conditions:
358
359   The above copyright notice and this permission notice shall
360   be included in all copies or substantial portions of the
361   Software.
362
363   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
364   KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
365   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
366   PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
367   OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
368   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
369   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
370   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
371
372 games/qrun:
373
374     QRun: Quill game runner for Fuzix.
375     Copyright (C) 2015  Alan Cox
376     
377     Derived from
378  
379     UnQuill: Disassemble games written with the "Quill" adventure game system
380     Copyright (C) 1996-2000  John Elliott
381
382     This program is free software; you can redistribute it and/or modify
383     it under the terms of the GNU General Public License as published by
384     the Free Software Foundation; either version 2 of the License, or
385     (at your option) any later version.
386
387     This program is distributed in the hope that it will be useful,
388     but WITHOUT ANY WARRANTY; without even the implied warranty of
389     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
390     GNU General Public License for more details.
391
392     You should have received a copy of the GNU General Public License
393     along with this program; if not, write to the Free Software
394     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
395
396 games/startrek:
397  * This program is distributed in the hope that it will be useful,
398  * but WITHOUT ANY WARRANTY; without even the implied warranty of
399  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
400  *
401  * This is a C port of an old BASIC program: the classic Super Star Trek
402  * game. It comes from the book _BASIC Computer Games_ edited by David Ahl
403  * of Creative Computing fame. It was published in 1978 by Workman Publishing,
404  * 1 West 39 Street, New York, New York, and the ISBN is: 0-89489-052-3.
405  * 
406  * See http://www.cactus.org/~nystrom/startrek.html for more info.
407
408 games/fortune:
409  The database is from
410 https://github.com/shlomif/fortune-mod/blob/master/fortune-mod/datfiles/computers
411
412 /*-
413  * Copyright (c) 1986, 1993
414  *      The Regents of the University of California.  All rights reserved.
415  *
416  * This code is derived from software contributed to Berkeley by
417  * Ken Arnold.
418  *
419  * Redistribution and use in source and binary forms, with or without
420  * modification, are permitted provided that the following conditions
421  * are met:
422  * 1. Redistributions of source code must retain the above copyright
423  *    notice, this list of conditions and the following disclaimer.
424  * 2. Redistributions in binary form must reproduce the above copyright
425  *    notice, this list of conditions and the following disclaimer in the
426  *    documentation and/or other materials provided with the distribution.
427  * 3. All advertising materials mentioning features or use of this software
428  *    must display the following acknowledgement:
429  *      This product includes software developed by the University of
430  *      California, Berkeley and its contributors.
431  * 4. Neither the name of the University nor the names of its contributors
432  *    may be used to endorse or promote products derived from this software
433  *    without specific prior written permission.
434  *
435  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
436  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
437  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
438  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
439  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
440  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
441  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
442  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
443  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
444  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
445  * SUCH DAMAGE.
446  */
447
448 levee:
449  * LEVEE, or Captain Video;  A vi clone
450  *
451  * Copyright (c) 1982-1997 David L Parsons
452  * All rights reserved.
453  *
454  * Redistribution and use in source and binary forms are permitted
455  * provided that the above copyright notice and this paragraph are
456  * duplicated in all such forms and that any documentation,
457  * advertising materials, and other materials related to such
458  * distribution and use acknowledge that the software was developed
459  * by David L Parsons (orc@pell.chi.il.us).  My name may not be used
460  * to endorse or promote products derived from this software without
461  * specific prior written permission.  THIS SOFTWARE IS PROVIDED
462  * AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
463  * WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
464  * FITNESS FOR A PARTICULAR PURPOSE.
465
466
467 MWC: (Mark Williams Company)
468
469 License
470
471 Copyright © 1977-1995 by Robert Swartz.
472 All rights reserved.
473
474 Redistribution and use in source and binary forms, with or without modification,
475 are permitted provided that the following conditions are met:
476
477 1. Redistributions of source code must retain the above copyright notice, this
478 list of conditions and the following disclaimer.
479
480 2. Redistributions in binary form must reproduce the above copyright notice,
481 this list of conditions and the following disclaimer in the documentation and/or
482 other materials provided with the distribution.
483
484 3. Neither the name of the copyright holder nor the names of its contributors
485 may be used to endorse or promote products derived from this software without
486 specific prior written permission.
487
488 This software is provided by the copyright holders and contributors "as is" and
489 any express or implied warranties, including, but not limited to, the implied
490 warranties of merchantability and fitness for a particular purpose are
491 disclaimed. In no event shall the copyright holder or contributors be liable for
492 any direct, indirect, incidental, special, exemplary, or consequential damages
493 (including, but not limited to, procurement of substitute goods or services;
494 loss of use, data, or profits; or business interruption) however caused and on
495 any theory of liability, whether in contract, strict liability, or tort
496 (including negligence or otherwise) arising in any way out of the use of this
497 software, even if advised of the possibility of such damage.
498
499 netd (uIP)
500
501  * Copyright (c) 2006, Swedish Institute of Computer Science.
502  * All rights reserved.
503  *
504  * Redistribution and use in source and binary forms, with or without
505  * modification, are permitted provided that the following conditions
506  * are met:
507  * 1. Redistributions of source code must retain the above copyright
508  *    notice, this list of conditions and the following disclaimer.
509  * 2. Redistributions in binary form must reproduce the above copyright
510  *    notice, this list of conditions and the following disclaimer in the
511  *    documentation and/or other materials provided with the distribution.
512  * 3. Neither the name of the Institute nor the names of its contributors
513  *    may be used to endorse or promote products derived from this software
514  *    without specific prior written permission.
515  *
516  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
517  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
518  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
519  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
520  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
521  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
522  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
523  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
524  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
525  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
526  * SUCH DAMAGE.
527  *
528  * This file is part of the uIP TCP/IP stack
529  *
530
531 plato: GPLv3
532  * PLATOTerm64 - A PLATO Terminal for the Commodore 64
533  * Based on Steve Peltz's PAD
534  * 
535  * Author: Thomas Cherryhomes <thom.cherryhomes at gmail dot com>
536
537 rpilot: GPLv2
538
539 SmallC: public domain (except copt which is GPL)
540
541 TCL: picol is
542  * Copyright (c) 2007-2016, Salvatore Sanfilippo <antirez at gmail dot com>
543  * All rights reserved.
544  *
545  * Redistribution and use in source and binary forms, with or without
546  * modification, are permitted provided that the following conditions are met:
547  *
548  *   * Redistributions of source code must retain the above copyright notice,
549  *     this list of conditions and the following disclaimer.
550  *   * Redistributions in binary form must reproduce the above copyright
551  *     notice, this list of conditions and the following disclaimer in the
552  *     documentation and/or other materials provided with the distribution.
553  *
554  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
555  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
556  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
557  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
558  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
559  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
560  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
561  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
562  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
563  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
564  * POSSIBILITY OF SUCH DAMAGE.
565
566 ue: public domain
567
568 V7:
569
570 The following copyright notice applies to the UNIX Version 7 and
571 32V UNIX portions of this distribution:
572
573 Copyright (C) Caldera International Inc. 2001-2002.  All rights reserved.
574
575 Redistribution and use in source and binary forms, with or without
576 modification, are permitted provided that the following conditions
577 are met:
578
579 Redistributions of source code and documentation must retain the
580 above copyright notice, this list of conditions and the following
581 disclaimer.  Redistributions in binary form must reproduce the above
582 copyright notice, this list of conditions and the following disclaimer
583 in the documentation and/or other materials provided with the
584 distribution.
585
586 All advertising materials mentioning features or use of this software
587 must display the following acknowledgement:
588
589 This product includes software developed or owned by Caldera
590 International, Inc.
591
592 Neither the name of Caldera International, Inc. nor the names of
593 other contributors may be used to endorse or promote products derived
594 from this software without specific prior written permission.
595
596 USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENCE BY CALDERA
597 INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
598 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
599 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
600 ARE DISCLAIMED.  IN NO EVENT SHALL CALDERA INTERNATIONAL, BE LIABLE
601 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
602 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
603 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
604 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
605 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
606 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
607 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
608
609
610 The following copyright notice applies to the Berkeley Software
611 Distribution portions of this distribution:
612
613 Copyright (c) 1979, 1980 The Regents of the University of California.
614 All rights reserved.
615
616 Redistribution and use in source and binary forms, with or without
617 modification, are permitted provided that the following conditions
618 are met:
619 1. Redistributions of source code must retain the above copyright
620    notice, this list of conditions and the following disclaimer.
621 2. Redistributions in binary form must reproduce the above copyright
622    notice, this list of conditions and the following disclaimer in the
623    documentation and/or other materials provided with the distribution.
624 3. All advertising materials mentioning features or use of this software
625    must display the following acknowledgement:
626 This product includes software developed by the University of
627 California, Berkeley and its contributors.
628 4. Neither the name of the University nor the names of its contributors
629    may be used to endorse or promote products derived from this software
630    without specific prior written permission.
631
632 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
633 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
634 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
635 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
636 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
637 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
638 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
639 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
640 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
641 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
642 SUCH DAMAGE.
643
644 Copyright (c) 1999-2007 Robert Nordier.  All rights reserved.
645
646 Redistribution and use in source and binary forms, with or without
647 modification, are permitted provided that the following conditions
648 are met:
649
650 1. Redistributions of source code must retain the above copyright
651    notice, this list of conditions and the following disclaimer.
652
653 2. Redistributions in binary form must reproduce the above copyright
654    notice, this list of conditions and the following disclaimer in
655    the documentation and/or other materials provided with the
656    distribution.
657
658 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS''
659 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
660 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
661 PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR
662 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
663 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
664 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
665 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
666 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
667 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
668 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
669 SUCH DAMAGE.
670
671 utils:
672
673 banner: public domain (Brian Wallis)
674 original UZI utilities: public domain
675
676  * Copyright (c) 1989, 1993, 1994
677  *      The Regents of the University of California.  All rights reserved.
678  *
679  * This code is derived from software contributed to Berkeley by
680  * Kim Letkeman.
681  *
682  * Redistribution and use in source and binary forms, with or without
683  * modification, are permitted provided that the following conditions
684  * are met:
685  * 1. Redistributions of source code must retain the above copyright
686  *    notice, this list of conditions and the following disclaimer.
687  * 2. Redistributions in binary form must reproduce the above copyright
688  *    notice, this list of conditions and the following disclaimer in the
689  *    documentation and/or other materials provided with the distribution.
690  * 3. All advertising materials mentioning features or use of this software
691  *    must display the following acknowledgement:
692  *      This product includes software developed by the University of
693  *      California, Berkeley and its contributors.
694  * 4. Neither the name of the University nor the names of its contributors
695  *    may be used to endorse or promote products derived from this software
696  *    without specific prior written permission.
697  *
698  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
699  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
700  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
701  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
702  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
703  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
704  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
705  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
706  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
707  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
708  * SUCH DAMAGE.
709
710  * Copyright (c) 1993 by David I. Bell
711  * Permission is granted to use, distribute, or modify this source,
712  * provided that this copyright notice remains intact.
713
714 /* Copyright 1991 by Vincent Archer
715  *      You may freely redistribute this software, in source or binary
716  *      form, provided that you do not alter this copyright mention in any
717  *      way.
718  *
719
720  *      Copyright 1989, Michael John Holme, All rights reserved.
721  *      This code may be freely distributed, provided that this notice
722  *      remains intact.
723  *
724
725  * This was written by John N. White on 6/30/91 and is Public Domain.
726  * Patched to run under news by Will Rose, Feb 92.
727  * J N White's (earlier) patches added by Will Rose, 20 Feb 92.
728  * Unsigned int increment/wrap bug fixed by Will Rose, 24 Mar 92.
729  * Argument bug fixed, stdio generalised by Will Rose, 25 Mar 92.
730
731 /*
732  * Copyright (c) 2003 Gunnar Ritter
733  *
734  * This software is provided 'as-is', without any express or implied
735  * warranty. In no event will the authors be held liable for any damages
736  * arising from the use of this software.
737  *
738  * Permission is granted to anyone to use this software for any purpose,
739  * including commercial applications, and to alter it and redistribute
740  * it freely, subject to the following restrictions:
741  *
742  * 1. The origin of this software must not be misrepresented; you must not
743  *    claim that you wrote the original software. If you use this software
744  *    in a product, an acknowledgment in the product documentation would be
745  *    appreciated but is not required.
746  *
747  * 2. Altered source versions must be plainly marked as such, and must not be
748  *    misrepresented as being the original software.
749  *
750  * 3. This notice may not be removed or altered from any source distribution.
751  */
752
753
754  *      Copyright 1987, Joypace Ltd., London UK. All rights reserved.
755  *      This code may be freely distributed, provided that this notice
756  *      remains attached.
757
758     Copyright 1999 by Philip Homburg and Kees Bot.
759     All rights reserved.
760
761     Redistribution and use in source and binary forms, with or without
762     modification, are permitted provided that the following conditions
763     are met:
764
765       1. Redistributions of source code must retain the above copyright
766          notice, this list of conditions and the following disclaimer.
767       2. Redistributions in binary form must reproduce the above
768          copyright notice, this list of conditions and the following
769          disclaimer in the documentation and/or other materials provided
770          with the distribution.
771
772     THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
773     OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
774     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
775     ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
776     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
777     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
778     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
779     BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
780     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
781     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
782     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
783
784 Copyright (C) 2006, 2013 by Rob Landley <rob@landley.net>
785 Copyright (C) 2015 by Erkin Alp Güney <erkinalp9035@gmail.com>
786 Original by Rob-FUZIX porting by Erkin Alp
787 Permission to use, copy, modify, and/or distribute this software for any
788 purpose with or without fee is hereby granted.
789
790 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
791 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
792 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
793 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
794 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
795 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
796 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
797
798  *  fdisk.c  Disk partitioning program.
799  *  Copyright (C) 1997  David Murn
800  *
801  *  This program is distributed under the GNU General Public Licence, and
802  *  as such, may be freely distributed.
803
804 # fforth © 2015 David Given
805 # All rights reserved.
806 #
807 # --- BSD 2 CLAUSE LICENSE FOLLOWS ---
808 #
809 # Redistribution and use in source and binary forms, with or without
810 # modification, are permitted provided that the following conditions are met:
811
812 # 1. Redistributions of source code must retain the above copyright notice,
813 # this list of conditions and the following disclaimer.
814
815 # 2. Redistributions in binary form must reproduce the above copyright notice,
816 # this list of conditions and the following disclaimer in the documentation
817 # and/or other materials provided with the distribution.
818
819 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
820 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
821 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
822 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
823 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
824 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
825 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
826 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
827 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
828 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
829 # POSSIBILITY OF SUCH DAMAGE. is available here:
830 #
831
832  * Copyright (c) 1991 by Bert Gijsbers.  All rights reserved.
833  * Permission to use and redistribute this software is hereby granted provided
834  * that this copyright notice remains intact and that any modifications are
835  * clearly marked as such.
836
837  * Norbert Schlenker (nfs@princeton.edu)  1990-02-08
838  * Released into the public domain.
839
840 * (C) Robert de Bath 1997 under the terms of the GPL.
841
842  * author:       Shane Kerr <kerr@wizard.net>
843  * copyright:    1998 by Shane Kerr <kerr@wizard.net>, under terms of GPL
844
845   Copyright (c) 1987,1997, Prentice Hall
846   All rights reserved.
847   
848   Redistribution and use of the MINIX operating system in source and
849   binary forms, with or without modification, are permitted provided
850   that the following conditions are met:
851   
852      * Redistributions of source code must retain the above copyright
853        notice, this list of conditions and the following disclaimer.
854   
855      * Redistributions in binary form must reproduce the above
856        copyright notice, this list of conditions and the following
857        disclaimer in the documentation and/or other materials provided
858        with the distribution.
859   
860      * Neither the name of Prentice Hall nor the names of the software
861        authors or contributors may be used to endorse or promote
862        products derived from this software without specific prior
863        written permission.
864   
865   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS, AUTHORS, AND
866   CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
867   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
868   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
869   IN NO EVENT SHALL PRENTICE HALL OR ANY AUTHORS OR CONTRIBUTORS BE
870   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
871   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
872   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
873   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
874   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
875   OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
876   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
877
878  *      Written 02/08/86 by John Woods, placed into public domain.  Enjoy.
879
880  *      VILE    -       VI Like Editor
881  *
882  *      Based upon:
883  *
884  *        ae.c                Anthony's Editor  Mar '92
885  *
886  *        Public Domain 1991, 1992 by Anthony Howe.  All rights released.
887  *
888  *      ANSIfied, and extended eventually for Fuzix Alan Cox 2018
889  *
890
891  * Copyright 1998 Alistair Riddoch
892  * ajr@ecs.soton.ac.uk
893  *
894  * This file may be distributed under the terms of the GNU General Public
895  * License v2, or at your option any later version.
896
897
898
899 Applications (Non Free)
900 -----------------------
901 BCPL    (c) Copyright 1978-1980 Tripos Research Group
902         University of Cambridge
903         Computer Laboratory
904
905         Non-commercial use
906
907 Scott Adams Adventure Games (games/adv*.c)
908
909 These Scott Adams original text Adventure games are still copyrighted by
910 Scott Adams and are not Public Domain. They may be freely downloaded and
911 enjoyed though. They are shareware but the contribution is strictly
912 voluntary and the amount left to your own discretion.
913
914 Please note that international checks (in small amounts) are usually more
915 expensive to cash than their face value is worth so please do not send same.
916
917 If you are unable or unwilling to pay for these games you may still freely
918 enjoy them.
919
920 Please send any payments to
921
922 Scott Adams
923 845 Badland Road
924 Platteville WI USA 53818-9760
925
926 Homepage: http://www.msadams.com/
927 Email: msadams@msadams.com
928 November 24, 1997
929
930 Puzzles generated using SokEvo
931 author:Lee J Haywood
932 website:http://fruise.googlepages.com/home.html
933 Collection: SokEvo
934
935 These designs may be freely distributed and may be used commercially provided
936 they remain unchanged and I am credited with my name - Lee J Haywood.  Any
937 similarity to anyone else's work is entirely coincidental and unintentional.
938
939 This collection of Sokoban puzzle designs was generated by a program written by
940 Lee J Haywood that used random numbers and a solving program to 'evolve' them.
941