Crank copyright dates

This commit is contained in:
lukem 2008-09-13 02:41:52 +00:00
parent b9096d3a29
commit f1d75d00ca
4 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
/* $NetBSD: cmds.c,v 1.26 2008/06/09 00:33:39 lukem Exp $ */
/* $NetBSD: cmds.c,v 1.27 2008/09/13 02:41:52 lukem Exp $ */
/*
* Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
* Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@ -90,7 +90,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: cmds.c,v 1.26 2008/06/09 00:33:39 lukem Exp $");
__RCSID("$NetBSD: cmds.c,v 1.27 2008/09/13 02:41:52 lukem Exp $");
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,6 +1,6 @@
.\" $NetBSD: ftpd.conf.5,v 1.35 2008/04/30 13:10:52 martin Exp $
.\" $NetBSD: ftpd.conf.5,v 1.36 2008/09/13 02:41:52 lukem Exp $
.\"
.\" Copyright (c) 1997-2001, 2005, 2007 The NetBSD Foundation, Inc.
.\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation

View File

@ -1,6 +1,6 @@
.\" $NetBSD: ftpusers.5,v 1.16 2008/04/30 13:10:52 martin Exp $
.\" $NetBSD: ftpusers.5,v 1.17 2008/09/13 02:41:52 lukem Exp $
.\"
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
.\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation

View File

@ -1,7 +1,7 @@
/* $NetBSD: popen.c,v 1.33 2008/06/09 00:33:40 lukem Exp $ */
/* $NetBSD: popen.c,v 1.34 2008/09/13 02:41:52 lukem Exp $ */
/*-
* Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
* Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@ -67,7 +67,7 @@
#if 0
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#else
__RCSID("$NetBSD: popen.c,v 1.33 2008/06/09 00:33:40 lukem Exp $");
__RCSID("$NetBSD: popen.c,v 1.34 2008/09/13 02:41:52 lukem Exp $");
#endif
#endif /* not lint */