diff options
author | mikeh <mikeh@FreeBSD.org> | 2003-11-03 17:12:09 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2003-11-03 17:12:09 +0000 |
commit | 8c05e4b20201795877e3367759bf5d2ff6fc2ace (patch) | |
tree | 149b77e7c8077415f504e4fda9334e22732b7522 /contrib/lukemftp/src/progressbar.c | |
parent | 1a9c5ec288958763225f89933759c4ffe1ba5344 (diff) | |
download | FreeBSD-src-8c05e4b20201795877e3367759bf5d2ff6fc2ace.zip FreeBSD-src-8c05e4b20201795877e3367759bf5d2ff6fc2ace.tar.gz |
Import latest CVS lukemftp.
Diffstat (limited to 'contrib/lukemftp/src/progressbar.c')
-rw-r--r-- | contrib/lukemftp/src/progressbar.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/lukemftp/src/progressbar.c b/contrib/lukemftp/src/progressbar.c index 113ac00..7ae2f7d 100644 --- a/contrib/lukemftp/src/progressbar.c +++ b/contrib/lukemftp/src/progressbar.c @@ -1,4 +1,4 @@ -/* $NetBSD: progressbar.c,v 1.3 2003/02/28 09:53:49 lukem Exp $ */ +/* $NetBSD: progressbar.c,v 1.4 2003/07/17 12:06:18 lukem Exp $ */ /*- * Copyright (c) 1997-2003 The NetBSD Foundation, Inc. @@ -7,10 +7,6 @@ * This code is derived from software contributed to The NetBSD Foundation * by Luke Mewburn. * - * This code is derived from software contributed to The NetBSD Foundation - * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, - * NASA Ames Research Center. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -42,7 +38,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: progressbar.c,v 1.3 2003/02/28 09:53:49 lukem Exp $"); +__RCSID("$NetBSD: progressbar.c,v 1.4 2003/07/17 12:06:18 lukem Exp $"); #endif /* not lint */ /* |