diff options
| author | lukem <lukem@NetBSD.org> | 2001-12-26 09:40:15 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-12-26 09:40:15 +0000 |
| commit | eda0427e6317ff7563d87b3efc52835ff3cd9fca (patch) | |
| tree | b98b55078b4195a4f91ab25b34e294ddfe8a809c /usr.bin | |
| parent | 73bfbf31f3019bf10fec199325d922c7f0d089a3 (diff) | |
update copyrights
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ftp/cmds.c | 6 | ||||
| -rw-r--r-- | usr.bin/ftp/fetch.c | 6 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.1 | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.c | 6 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp_var.h | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/main.c | 6 | ||||
| -rw-r--r-- | usr.bin/ftp/util.c | 6 | ||||
| -rw-r--r-- | usr.bin/ftp/version.h | 4 |
8 files changed, 21 insertions, 21 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index 72eaaecd9fa..60095c50d7c 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,7 +1,7 @@ -/* $NetBSD: cmds.c,v 1.94 2001/02/19 18:15:28 lukem Exp $ */ +/* $NetBSD: cmds.c,v 1.95 2001/12/26 09:40:15 lukem Exp $ */ /*- - * Copyright (c) 1996-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1996-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -107,7 +107,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$NetBSD: cmds.c,v 1.94 2001/02/19 18:15:28 lukem Exp $"); +__RCSID("$NetBSD: cmds.c,v 1.95 2001/12/26 09:40:15 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index 1fd1942c392..bddfec8c76b 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -1,7 +1,7 @@ -/* $NetBSD: fetch.c,v 1.131 2001/12/23 12:23:01 lukem Exp $ */ +/* $NetBSD: fetch.c,v 1.132 2001/12/26 09:40:15 lukem Exp $ */ /*- - * Copyright (c) 1997-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1997-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -41,7 +41,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: fetch.c,v 1.131 2001/12/23 12:23:01 lukem Exp $"); +__RCSID("$NetBSD: fetch.c,v 1.132 2001/12/26 09:40:15 lukem Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index fa9517b3190..7628110c04d 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,6 +1,6 @@ -.\" $NetBSD: ftp.1,v 1.79 2001/12/23 12:23:02 lukem Exp $ +.\" $NetBSD: ftp.1,v 1.80 2001/12/26 09:40:16 lukem Exp $ .\" -.\" Copyright (c) 1996-2000 The NetBSD Foundation, Inc. +.\" Copyright (c) 1996-2001 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 1c2b4d79151..5a0f25e91d0 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,7 +1,7 @@ -/* $NetBSD: ftp.c,v 1.116 2001/12/23 12:23:02 lukem Exp $ */ +/* $NetBSD: ftp.c,v 1.117 2001/12/26 09:40:16 lukem Exp $ */ /*- - * Copyright (c) 1996-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1996-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -103,7 +103,7 @@ #if 0 static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94"; #else -__RCSID("$NetBSD: ftp.c,v 1.116 2001/12/23 12:23:02 lukem Exp $"); +__RCSID("$NetBSD: ftp.c,v 1.117 2001/12/26 09:40:16 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 9f9738bcac9..56677e41e3e 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,7 +1,7 @@ -/* $NetBSD: ftp_var.h,v 1.61 2001/12/23 12:23:02 lukem Exp $ */ +/* $NetBSD: ftp_var.h,v 1.62 2001/12/26 09:40:16 lukem Exp $ */ /*- - * Copyright (c) 1996-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1996-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index 4864553d122..c2edade3583 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,7 +1,7 @@ -/* $NetBSD: main.c,v 1.78 2001/12/23 12:23:02 lukem Exp $ */ +/* $NetBSD: main.c,v 1.79 2001/12/26 09:40:16 lukem Exp $ */ /*- - * Copyright (c) 1996-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1996-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -108,7 +108,7 @@ __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$NetBSD: main.c,v 1.78 2001/12/23 12:23:02 lukem Exp $"); +__RCSID("$NetBSD: main.c,v 1.79 2001/12/26 09:40:16 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c index b1d268a6da3..65594742698 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,7 +1,7 @@ -/* $NetBSD: util.c,v 1.105 2001/02/19 23:03:46 cgd Exp $ */ +/* $NetBSD: util.c,v 1.106 2001/12/26 09:40:16 lukem Exp $ */ /*- - * Copyright (c) 1997-2000 The NetBSD Foundation, Inc. + * Copyright (c) 1997-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -75,7 +75,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: util.c,v 1.105 2001/02/19 23:03:46 cgd Exp $"); +__RCSID("$NetBSD: util.c,v 1.106 2001/12/26 09:40:16 lukem Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/ftp/version.h b/usr.bin/ftp/version.h index a119b13d3c1..e5907e249a2 100644 --- a/usr.bin/ftp/version.h +++ b/usr.bin/ftp/version.h @@ -1,6 +1,6 @@ -/* $NetBSD: version.h,v 1.26 2001/12/23 12:23:02 lukem Exp $ */ +/* $NetBSD: version.h,v 1.27 2001/12/26 09:40:16 lukem Exp $ */ /*- - * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation |
