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 - download
Index: ┃ T v

⟦61cc48585⟧ TextFile

    Length: 577 (0x241)
    Types: TextFile
    Names: »version.c«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/mcp/src/version.c« 

TextFile

static	struct notice {
	char	*n_version;
	char	*n_copyright;
};
static	struct notice Note = {
"mcp version 1.0 (#2) ",
"(c) 1986 by Kyle E. Jones\n\n\
All sources and documentation of this mcp distribution are\n\
included in this copyright, but permission is granted to\n\
copy and redistribute any part of this distribution, provided\n\
that this notice is a conspicuous part of the redistribution,\n\
and that no part of this distribution is sold.\n\n\
This software is distributed 'as is', without warranties of any kind.\n\
"
};
	

ShowVersion()

{
	err(Note.n_version);
}