home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / ed-0.1-src.lha / ed-0.1 / version.c < prev    next >
Encoding:
Text File  |  1994-04-19  |  933 b   |  24 lines

  1. /* version.c: version definition for the ed editor. */
  2. /* ed line editor.
  3.    Copyright (C) 1993 Andrew Moore, Talke Studio
  4.    All Rights Reserved
  5.  
  6.    This program is free software; you can redistribute it and/or modify
  7.    it under the terms of the GNU General Public License as published by
  8.    the Free Software Foundation; either version 2, or (at your option)
  9.    any later version.
  10.  
  11.    This program is distributed in the hope that it will be useful, but
  12.    WITHOUT ANY WARRANTY; without even the implied warranty of
  13.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.    General Public License for more details.
  15.  
  16.    You should have received a copy of the GNU General Public License
  17.    along with this program; if not, write to the Free Software
  18.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20.      @(#)$Id: version.c,v 1.1 1993/12/22 02:57:59 alm Exp $
  21. */
  22.  
  23. char version_string[] = "GNU ed version 0.1";
  24.