xref: /minix3/usr.bin/ftp/version.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: version.h,v 1.87 2015/09/12 20:18:52 wiz Exp $	*/
204203a83SThomas Cort 
304203a83SThomas Cort /*-
4*0a6a1f1dSLionel Sambuc  * Copyright (c) 1999-2015 The NetBSD Foundation, Inc.
504203a83SThomas Cort  * All rights reserved.
604203a83SThomas Cort  *
704203a83SThomas Cort  * This code is derived from software contributed to The NetBSD Foundation
804203a83SThomas Cort  * by Luke Mewburn.
904203a83SThomas Cort  *
1004203a83SThomas Cort  * Redistribution and use in source and binary forms, with or without
1104203a83SThomas Cort  * modification, are permitted provided that the following conditions
1204203a83SThomas Cort  * are met:
1304203a83SThomas Cort  * 1. Redistributions of source code must retain the above copyright
1404203a83SThomas Cort  *    notice, this list of conditions and the following disclaimer.
1504203a83SThomas Cort  * 2. Redistributions in binary form must reproduce the above copyright
1604203a83SThomas Cort  *    notice, this list of conditions and the following disclaimer in the
1704203a83SThomas Cort  *    documentation and/or other materials provided with the distribution.
1804203a83SThomas Cort  *
1904203a83SThomas Cort  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2004203a83SThomas Cort  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2104203a83SThomas Cort  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2204203a83SThomas Cort  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2304203a83SThomas Cort  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2404203a83SThomas Cort  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2504203a83SThomas Cort  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2604203a83SThomas Cort  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2704203a83SThomas Cort  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2804203a83SThomas Cort  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2904203a83SThomas Cort  * POSSIBILITY OF SUCH DAMAGE.
3004203a83SThomas Cort  */
3104203a83SThomas Cort 
3204203a83SThomas Cort #ifndef FTP_PRODUCT
3304203a83SThomas Cort #define	FTP_PRODUCT	"NetBSD-ftp"
3404203a83SThomas Cort #endif
3504203a83SThomas Cort 
3604203a83SThomas Cort #ifndef FTP_VERSION
37*0a6a1f1dSLionel Sambuc #define	FTP_VERSION	"20150912"
3804203a83SThomas Cort #endif
39