xref: /dflybsd-src/contrib/tnftp/src/version.h (revision 1612048d3f35192eeb39f3a28148604bef0d5b6e)
1*3a184c67SAntonio Huete Jimenez /*	$NetBSD: version.h,v 1.10 2021/08/27 01:38:49 lukem Exp $	*/
2*3a184c67SAntonio Huete Jimenez /*	from	NetBSD: version.h,v 1.94 2021/08/26 06:25:59 lukem Exp	*/
36cdfca03SJohn Marino 
46cdfca03SJohn Marino /*-
5*3a184c67SAntonio Huete Jimenez  * Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
66cdfca03SJohn Marino  * All rights reserved.
76cdfca03SJohn Marino  *
86cdfca03SJohn Marino  * This code is derived from software contributed to The NetBSD Foundation
96cdfca03SJohn Marino  * by Luke Mewburn.
106cdfca03SJohn Marino  *
116cdfca03SJohn Marino  * Redistribution and use in source and binary forms, with or without
126cdfca03SJohn Marino  * modification, are permitted provided that the following conditions
136cdfca03SJohn Marino  * are met:
146cdfca03SJohn Marino  * 1. Redistributions of source code must retain the above copyright
156cdfca03SJohn Marino  *    notice, this list of conditions and the following disclaimer.
166cdfca03SJohn Marino  * 2. Redistributions in binary form must reproduce the above copyright
176cdfca03SJohn Marino  *    notice, this list of conditions and the following disclaimer in the
186cdfca03SJohn Marino  *    documentation and/or other materials provided with the distribution.
196cdfca03SJohn Marino  *
206cdfca03SJohn Marino  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
216cdfca03SJohn Marino  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
226cdfca03SJohn Marino  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
236cdfca03SJohn Marino  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
246cdfca03SJohn Marino  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
256cdfca03SJohn Marino  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
266cdfca03SJohn Marino  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
276cdfca03SJohn Marino  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
286cdfca03SJohn Marino  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
296cdfca03SJohn Marino  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
306cdfca03SJohn Marino  * POSSIBILITY OF SUCH DAMAGE.
316cdfca03SJohn Marino  */
326cdfca03SJohn Marino 
336cdfca03SJohn Marino #ifndef FTP_PRODUCT
346cdfca03SJohn Marino #define	FTP_PRODUCT	"NetBSD-ftp"
356cdfca03SJohn Marino #endif
366cdfca03SJohn Marino 
376cdfca03SJohn Marino #ifndef FTP_VERSION
38*3a184c67SAntonio Huete Jimenez #define	FTP_VERSION	"20210826"
396cdfca03SJohn Marino #endif
40