ftp.nice.ch/pub/next/unix/editor/ne-1.0.NI.s.tar.gz#/ne-1.0.NI.s/src/version.h

This is version.h in view mode; [Download] [Up]

/* String definitions for version and `About...' messages.

   Copyright (C) 1993 Sebastiano Vigna

    This file is part of ne, the nice editor.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2, or (at your option)
    any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
what you give them.   Help stamp out software-hoarding!  */

#define DATE "(11.12.93)"
#define VERSION "1.0"
#define PROGRAM_NAME "ne, the nice editor"
#define COPYRIGHT "Copyright (C) 1993 Sebastiano Vigna"
#define ABOUT_MSG PROGRAM_NAME " " VERSION ". " COPYRIGHT ". " DATE

#ifdef _AMIGA
#define VERSION_STRING "\0$VER:" PROGRAM_NAME " " VERSION ". " DATE
#else
#define VERSION_STRING "@(#)"ABOUT_MSG
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.