Purge an ancient email address, use dsainty@NetBSD.org instead
This commit is contained in:
parent
67dbeb20e1
commit
8c74e515a9
|
@ -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 (lennart@augustsson.net) and
|
||||
* David Sainty (David.Sainty@dtsp.co.nz).
|
||||
* David Sainty (dsainty@NetBSD.org).
|
||||
*
|
||||
* 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"
|
||||
|
|
|
@ -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 <David.Sainty@dtsp.co.nz>
|
||||
* by David Sainty <dsainty@NetBSD.org>
|
||||
*
|
||||
* 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>
|
||||
|
|
|
@ -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 <David.Sainty@dtsp.co.nz>
|
||||
* by David Sainty <dsainty@NetBSD.org>
|
||||
*
|
||||
* 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"
|
||||
|
|
|
@ -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 <David.Sainty@dtsp.co.nz>
|
||||
* by David Sainty <dsainty@NetBSD.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/* $NetBSD: usbhid.c,v 1.37 2017/12/10 20:38:14 bouyer Exp $ */
|
||||
/* $NetBSD: usbhid.c,v 1.38 2019/09/22 07:34:33 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 <David.Sainty@dtsp.co.nz>
|
||||
* by David Sainty <dsainty@NetBSD.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -31,7 +31,7 @@
|
|||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: usbhid.c,v 1.37 2017/12/10 20:38:14 bouyer Exp $");
|
||||
__RCSID("$NetBSD: usbhid.c,v 1.38 2019/09/22 07:34:33 dsainty Exp $");
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
.\" $NetBSD: usbhidctl.1,v 1.25 2014/03/18 18:20:45 riastradh Exp $
|
||||
.\" $NetBSD: usbhidctl.1,v 1.26 2019/09/22 07:34:33 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 <David.Sainty@dtsp.co.nz>
|
||||
.\" by David Sainty <dsainty@NetBSD.org>
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
|
@ -250,4 +250,4 @@ The
|
|||
command first appeared in
|
||||
.Nx 1.4 .
|
||||
.Sh AUTHORS
|
||||
.An David Sainty Aq Mt David.Sainty@dtsp.co.nz
|
||||
.An David Sainty Aq Mt dsainty@NetBSD.org
|
||||
|
|
Loading…
Reference in New Issue