DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦b554f8ab6⟧ TextFile

    Length: 633 (0x279)
    Types: TextFile
    Names: »copyright.c«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »src/copyright.c« 

TextFile

/* @(#)copyright.c	3.2 3/7/88 09:52:41 */

/*
 *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
 * 
 * See the file COPYING, distributed with smail, for restriction
 * and warranty information.
 *
 * namei master id: @(#)copyright.c	3.2 3/7/88 09:52:41
 */

/*
 * copyright.c:
 *	include a copyright notice in the smail binary.
 */
static char copyright[] =
"\
Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll\n\
\n\
SMAIL is free software and you are welcome to distribute copies of it\n\
under certain conditions.  Consult a file COPYING, distributed in the\n\
source for SMAIL to see the conditions";