|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T v
Length: 577 (0x241) Types: TextFile Names: »version.c«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/mcp/src/version.c«
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); }