xref: /freebsd-src/contrib/tnftp/src/version.h (revision 935205e2307611615ed5a7fe0a32b225ffd8c19c)
1*cc361f65SGavin Atkinson /*	$NetBSD: version.h,v 1.4 2009/11/15 10:12:37 lukem Exp $	*/
2*cc361f65SGavin Atkinson /*	from	NetBSD: version.h,v 1.80 2009/11/15 10:03:16 lukem Exp	*/
3*cc361f65SGavin Atkinson 
4f982db4aSGavin Atkinson /*-
5*cc361f65SGavin Atkinson  * Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
6f982db4aSGavin Atkinson  * All rights reserved.
7f982db4aSGavin Atkinson  *
8f982db4aSGavin Atkinson  * This code is derived from software contributed to The NetBSD Foundation
9f982db4aSGavin Atkinson  * by Luke Mewburn.
10f982db4aSGavin Atkinson  *
11f982db4aSGavin Atkinson  * Redistribution and use in source and binary forms, with or without
12f982db4aSGavin Atkinson  * modification, are permitted provided that the following conditions
13f982db4aSGavin Atkinson  * are met:
14f982db4aSGavin Atkinson  * 1. Redistributions of source code must retain the above copyright
15f982db4aSGavin Atkinson  *    notice, this list of conditions and the following disclaimer.
16f982db4aSGavin Atkinson  * 2. Redistributions in binary form must reproduce the above copyright
17f982db4aSGavin Atkinson  *    notice, this list of conditions and the following disclaimer in the
18f982db4aSGavin Atkinson  *    documentation and/or other materials provided with the distribution.
19f982db4aSGavin Atkinson  *
20f982db4aSGavin Atkinson  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21f982db4aSGavin Atkinson  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22f982db4aSGavin Atkinson  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23f982db4aSGavin Atkinson  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24f982db4aSGavin Atkinson  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25f982db4aSGavin Atkinson  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26f982db4aSGavin Atkinson  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27f982db4aSGavin Atkinson  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28f982db4aSGavin Atkinson  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29f982db4aSGavin Atkinson  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30f982db4aSGavin Atkinson  * POSSIBILITY OF SUCH DAMAGE.
31f982db4aSGavin Atkinson  */
32f982db4aSGavin Atkinson 
33f982db4aSGavin Atkinson #ifndef FTP_PRODUCT
34f982db4aSGavin Atkinson #define	FTP_PRODUCT	"NetBSD-ftp"
35f982db4aSGavin Atkinson #endif
36f982db4aSGavin Atkinson 
37f982db4aSGavin Atkinson #ifndef FTP_VERSION
38*cc361f65SGavin Atkinson #define	FTP_VERSION	"20090915"
39f982db4aSGavin Atkinson #endif
40