1234287Sdim/*	$NetBSD: version.h,v 1.64 2005/11/24 23:47:23 lukem Exp $	*/
2234287Sdim/*-
3353358Sdim * Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
4353358Sdim * All rights reserved.
5353358Sdim *
6234287Sdim * This code is derived from software contributed to The NetBSD Foundation
7234287Sdim * by Luke Mewburn.
8234287Sdim *
9234287Sdim * Redistribution and use in source and binary forms, with or without
10234287Sdim * modification, are permitted provided that the following conditions
11234287Sdim * are met:
12234287Sdim * 1. Redistributions of source code must retain the above copyright
13234287Sdim *    notice, this list of conditions and the following disclaimer.
14234287Sdim * 2. Redistributions in binary form must reproduce the above copyright
15234287Sdim *    notice, this list of conditions and the following disclaimer in the
16353358Sdim *    documentation and/or other materials provided with the distribution.
17353358Sdim * 3. All advertising materials mentioning features or use of this software
18360784Sdim *    must display the following acknowledgement:
19249423Sdim *	This product includes software developed by the NetBSD
20249423Sdim *	Foundation, Inc. and its contributors.
21360784Sdim * 4. Neither the name of The NetBSD Foundation nor the names of its
22249423Sdim *    contributors may be used to endorse or promote products derived
23234287Sdim *    from this software without specific prior written permission.
24234287Sdim *
25234287Sdim * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26234287Sdim * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27360784Sdim * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28360784Sdim * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29360784Sdim * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30360784Sdim * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31353358Sdim * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32234287Sdim * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33234287Sdim * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34234287Sdim * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35353358Sdim * POSSIBILITY OF SUCH DAMAGE.
36234287Sdim */
37234287Sdim
38344779Sdim#ifndef FTPD_VERSION
39344779Sdim#define	FTPD_VERSION	"NetBSD-ftpd 20051124"
40234287Sdim#endif
41344779Sdim