Claim responsibility for ports/ksh
[unix-history] / libexec / bootpd / Version.c
CommitLineData
e24c98a2
MR
1#ifndef _BLURB_
2#define _BLURB_
3/************************************************************************
4 Copyright 1988, 1991 by Carnegie Mellon University
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its
9documentation for any purpose and without fee is hereby granted, provided
10that the above copyright notice appear in all copies and that both that
11copyright notice and this permission notice appear in supporting
12documentation, and that the name of Carnegie Mellon University not be used
13in advertising or publicity pertaining to distribution of the software
14without specific, written prior permission.
15
16CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
17SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
18IN NO EVENT SHALL CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
19DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
20PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
21ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
22SOFTWARE.
23************************************************************************/
24#endif /* _BLURB_ */
25
26
27/*
28 * Version.c (this file):
29 *
30 * Copyright (c) 1986, 1987 Regents of the University of California.
31 * All rights reserved.
32 *
33 * Redistribution and use in source and binary forms are permitted
34 * provided that this notice is preserved and that due credit is given
35 * to the University of California at Berkeley. The name of the University
36 * may not be used to endorse or promote products derived from this
37 * software without specific prior written permission. This software
38 * is provided ``as is'' without express or implied warranty.
39 *
40 * @(#)Version.c 4.8 (Berkeley) 4/7/88
41 */
42
43#ifndef lint
44char sccsid[] = "@(#)bootpd 2.2-ALPHA %VERSION% %WHOANDWHERE%\n";
45char rcsid[] = "$Header: /b/source/CVS/othersrc/bootpd/Version.c,v 1.1 1993/08/27 02:10:02 brezak Exp $";
46#endif /* not lint */
47
48char Version[] = "bootpd 2.2-ALPHA %VERSION%\n\t%WHOANDWHERE%\n";