diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/version.h b/src/version.h index 7b69df13235f..6bb363103071 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,8 @@ -/* $NetBSD: version.h,v 1.50 2005/05/14 15:26:43 lukem Exp $ */ +/* $NetBSD: version.h,v 1.4 2009/11/15 10:12:37 lukem Exp $ */ +/* from NetBSD: version.h,v 1.80 2009/11/15 10:03:16 lukem Exp */ + /*- - * Copyright (c) 1999-2005 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -14,13 +16,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -40,5 +35,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20050514" +#define FTP_VERSION "20090915" #endif |