aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-07-17 12:06:18 +0000
committerlukem <lukem@NetBSD.org>2003-07-17 12:06:18 +0000
commitca6a0ece5615c94fa0f27ecdc19cbe7ae72f37a3 (patch)
treeee9d58f75f39e2494e31d22d465f88c49554e972
parent7fc47fecf840f119bfd74ec1cb7ff8759e434209 (diff)
downloadbsd-progress-ca6a0ece5615c94fa0f27ecdc19cbe7ae72f37a3.tar.gz
bsd-progress-ca6a0ece5615c94fa0f27ecdc19cbe7ae72f37a3.tar.zst
bsd-progress-ca6a0ece5615c94fa0f27ecdc19cbe7ae72f37a3.zip
tweak copyright; the stuff jason did in util.c wasn't migrated to this file.
-rw-r--r--progressbar.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/progressbar.c b/progressbar.c
index 77b6756..f096ffc 100644
--- a/progressbar.c
+++ b/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 */
/*