Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/dev Copyright year.



details:   https://anonhg.NetBSD.org/src/rev/375455963b4f
branches:  trunk
changeset: 503183:375455963b4f
user:      sato <sato%NetBSD.org@localhost>
date:      Fri Feb 02 08:31:04 2001 +0000

description:
Copyright year.

diffstat:

 sys/arch/hpcmips/dev/hpcfb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r dbcf634d971d -r 375455963b4f sys/arch/hpcmips/dev/hpcfb.c
--- a/sys/arch/hpcmips/dev/hpcfb.c      Fri Feb 02 07:41:54 2001 +0000
+++ b/sys/arch/hpcmips/dev/hpcfb.c      Fri Feb 02 08:31:04 2001 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: hpcfb.c,v 1.37 2001/01/24 09:34:26 sato Exp $  */
+/*     $NetBSD: hpcfb.c,v 1.38 2001/02/02 08:31:04 sato Exp $  */
 
 /*-
  * Copyright (c) 1999
  *         Shin Takemura and PocketBSD Project. All rights reserved.
- * Copyright (c) 2000
+ * Copyright (c) 2000,2001
  *         SATO Kazumi. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -46,7 +46,7 @@
 static const char _copyright[] __attribute__ ((unused)) =
     "Copyright (c) 1999 Shin Takemura.  All rights reserved.";
 static const char _rcsid[] __attribute__ ((unused)) =
-    "$Id: hpcfb.c,v 1.37 2001/01/24 09:34:26 sato Exp $";
+    "$Id: hpcfb.c,v 1.38 2001/02/02 08:31:04 sato Exp $";
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index