Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix copyright year



details:   https://anonhg.NetBSD.org/src/rev/f3d76f980f03
branches:  trunk
changeset: 790823:f3d76f980f03
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Oct 23 13:15:47 2013 +0000

description:
fix copyright year

diffstat:

 sys/dev/pci/gffb.c    |  6 +++---
 sys/dev/pci/gffbreg.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r 2effe5559def -r f3d76f980f03 sys/dev/pci/gffb.c
--- a/sys/dev/pci/gffb.c        Wed Oct 23 09:32:10 2013 +0000
+++ b/sys/dev/pci/gffb.c        Wed Oct 23 13:15:47 2013 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: gffb.c,v 1.6 2013/10/23 09:28:06 macallan Exp $        */
+/*     $NetBSD: gffb.c,v 1.7 2013/10/23 13:15:47 macallan Exp $        */
 
 /*
- * Copyright (c) 2007, 2012 Michael Lorenz
+ * Copyright (c) 2013 Michael Lorenz
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.6 2013/10/23 09:28:06 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.7 2013/10/23 13:15:47 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 2effe5559def -r f3d76f980f03 sys/dev/pci/gffbreg.h
--- a/sys/dev/pci/gffbreg.h     Wed Oct 23 09:32:10 2013 +0000
+++ b/sys/dev/pci/gffbreg.h     Wed Oct 23 13:15:47 2013 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: gffbreg.h,v 1.2 2013/10/02 16:32:40 macallan Exp $     */
+/*     $NetBSD: gffbreg.h,v 1.3 2013/10/23 13:15:47 macallan Exp $     */
 
 /*
- * Copyright (c) 2007, 2012 Michael Lorenz
+ * Copyright (c) 2013 Michael Lorenz
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gffbreg.h,v 1.2 2013/10/02 16:32:40 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gffbreg.h,v 1.3 2013/10/23 13:15:47 macallan Exp $");
 
 #ifndef GFFBREG_H
 #define GFFBREG_H
@@ -248,4 +248,4 @@
 #define STRETCH_BLIT_SRC_POINT_V                                    31:16
 
 
-#endif /* GFFBREG_H */
\ No newline at end of file
+#endif /* GFFBREG_H */



Home | Main Index | Thread Index | Old Index