Annotation of gforth/AUTHORS, revision 1.4

1.3       pazsan      1: Authors of Gforth (alphabetically listed, format as Linux CREDITS):
1.1       anton       2: 
1.3       pazsan      3: N: Anton Ertl
                      4: E: anton@mips.complang.tuwien.ac.at
                      5: D: Project initiator, C based primitives, locals, gray, manual
                      6: D: Release manager
                      7: 
                      8: N: Neal Crook
                      9: E: neal@pinga.free-online.co.uk
                     10: D: manual, glossary entries
                     11: 
                     12: N: Bernd Paysan
                     13: E: bernd.paysan@gmx.de
                     14: D: Project leader, kernel, cross compiler, non-Unix ports based on GCC
                     15: S: Stockmannstr. 14
                     16: S: D-81477 München
                     17: S: Germany
                     18: P: 1024/382CA8ED 1C 0D 4D 0C 69 00 40 1E  04 BD 96 A3 7B DF 05 B1
                     19: 
                     20: N: Jens Wilke
                     21: E: wilke@jwdt.com
                     22: D: Embedded Control versions (non-gcc), cross compiler refinement
1.4     ! anton      23: 
        !            24: -----
        !            25: Copyright (C) 1998,2000 Free Software Foundation, Inc.
        !            26: 
        !            27: This file is part of Gforth.
        !            28: 
        !            29: Gforth is free software; you can redistribute it and/or
        !            30: modify it under the terms of the GNU General Public License
        !            31: as published by the Free Software Foundation; either version 2
        !            32: of the License, or (at your option) any later version.
        !            33: 
        !            34: This program is distributed in the hope that it will be useful,
        !            35: but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            36: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
        !            37: GNU General Public License for more details.
        !            38: 
        !            39: You should have received a copy of the GNU General Public License
        !            40: along with this program; if not, write to the Free Software
        !            41: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>