Module Name: src
Committed By: dsainty
Date: Sun Sep 22 07:28:35 UTC 2019
Modified Files:
src/sys/dev/usb: ustir.c ustirreg.h
Log Message:
Purge an ancient email address, use [email protected] instead
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/ustir.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/ustirreg.h
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/ustir.c
diff -u src/sys/dev/usb/ustir.c:1.41 src/sys/dev/usb/ustir.c:1.42
--- src/sys/dev/usb/ustir.c:1.41 Sat Sep 14 15:21:19 2019
+++ src/sys/dev/usb/ustir.c Sun Sep 22 07:28:35 2019
@@ -1,11 +1,11 @@
-/* $NetBSD: ustir.c,v 1.41 2019/09/14 15:21:19 maxv Exp $ */
+/* $NetBSD: ustir.c,v 1.42 2019/09/22 07:28:35 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: ustir.c,v 1.41 2019/09/14 15:21:19 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ustir.c,v 1.42 2019/09/22 07:28:35 dsainty Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
Index: src/sys/dev/usb/ustirreg.h
diff -u src/sys/dev/usb/ustirreg.h:1.4 src/sys/dev/usb/ustirreg.h:1.5
--- src/sys/dev/usb/ustirreg.h:1.4 Mon Apr 28 20:24:01 2008
+++ src/sys/dev/usb/ustirreg.h Sun Sep 22 07:28:35 2019
@@ -1,11 +1,11 @@
-/* $NetBSD: ustirreg.h,v 1.4 2008/04/28 20:24:01 martin Exp $ */
+/* $NetBSD: ustirreg.h,v 1.5 2019/09/22 07:28:35 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