Module Name: src
Committed By: dsainty
Date: Sun Sep 22 07:29:16 UTC 2019
Modified Files:
src/sys/dev/usb: ubt.c udsir.c
Log Message:
Purge an ancient email address, use [email protected] instead
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/usb/ubt.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/udsir.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ubt.c
diff -u src/sys/dev/usb/ubt.c:1.62 src/sys/dev/usb/ubt.c:1.63
--- src/sys/dev/usb/ubt.c:1.62 Sun May 5 03:17:54 2019
+++ src/sys/dev/usb/ubt.c Sun Sep 22 07:29:16 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: ubt.c,v 1.62 2019/05/05 03:17:54 mrg Exp $ */
+/* $NetBSD: ubt.c,v 1.63 2019/09/22 07:29:16 dsainty Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -36,7 +36,7 @@
*
* This code is derived from software contributed to The NetBSD Foundation
* by Lennart Augustsson ([email protected]) and
- * David Sainty ([email protected]).
+ * David Sainty ([email protected]).
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.62 2019/05/05 03:17:54 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.63 2019/09/22 07:29:16 dsainty Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
Index: src/sys/dev/usb/udsir.c
diff -u src/sys/dev/usb/udsir.c:1.8 src/sys/dev/usb/udsir.c:1.9
--- src/sys/dev/usb/udsir.c:1.8 Mon Jul 22 06:24:57 2019
+++ src/sys/dev/usb/udsir.c Sun Sep 22 07:29:16 2019
@@ -1,11 +1,11 @@
-/* $NetBSD: udsir.c,v 1.8 2019/07/22 06:24:57 skrll Exp $ */
+/* $NetBSD: udsir.c,v 1.9 2019/09/22 07:29:16 dsainty Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by David Sainty <[email protected]>
+ * by David Sainty <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udsir.c,v 1.8 2019/07/22 06:24:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udsir.c,v 1.9 2019/09/22 07:29:16 dsainty Exp $");
#include <sys/param.h>
#include <sys/device.h>