aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/progressbar.h4
-rw-r--r--progressbar.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/include/progressbar.h b/include/progressbar.h
index 8b683bb..bb0c4e0 100644
--- a/include/progressbar.h
+++ b/include/progressbar.h
@@ -1,7 +1,7 @@
-/* $NetBSD: progressbar.h,v 1.6 2008/04/28 20:24:13 martin Exp $ */
+/* $NetBSD: progressbar.h,v 1.7 2008/09/30 03:41:53 lukem Exp $ */
/*-
- * Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996-2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
diff --git a/progressbar.c b/progressbar.c
index 7bcc769..5f6a5e7 100644
--- a/progressbar.c
+++ b/progressbar.c
@@ -1,7 +1,7 @@
-/* $NetBSD: progressbar.c,v 1.19 2008/04/28 20:24:13 martin Exp $ */
+/* $NetBSD: progressbar.c,v 1.20 2008/09/30 03:41:53 lukem Exp $ */
/*-
- * Copyright (c) 1997-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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progressbar.c,v 1.19 2008/04/28 20:24:13 martin Exp $");
+__RCSID("$NetBSD: progressbar.c,v 1.20 2008/09/30 03:41:53 lukem Exp $");
#endif /* not lint */
/*