Module Name: src Committed By: dsainty Date: Sun Sep 22 07:34:33 UTC 2019
Modified Files: src/usr.bin/usbhidctl: usbhid.c usbhidctl.1 Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/usbhidctl/usbhid.c cvs rdiff -u -r1.25 -r1.26 src/usr.bin/usbhidctl/usbhidctl.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/usbhidctl/usbhid.c diff -u src/usr.bin/usbhidctl/usbhid.c:1.37 src/usr.bin/usbhidctl/usbhid.c:1.38 --- src/usr.bin/usbhidctl/usbhid.c:1.37 Sun Dec 10 20:38:14 2017 +++ src/usr.bin/usbhidctl/usbhid.c Sun Sep 22 07:34:33 2019 @@ -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.sai...@dtsp.co.nz> + * by David Sainty <dsai...@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> Index: src/usr.bin/usbhidctl/usbhidctl.1 diff -u src/usr.bin/usbhidctl/usbhidctl.1:1.25 src/usr.bin/usbhidctl/usbhidctl.1:1.26 --- src/usr.bin/usbhidctl/usbhidctl.1:1.25 Tue Mar 18 18:20:45 2014 +++ src/usr.bin/usbhidctl/usbhidctl.1 Sun Sep 22 07:34:33 2019 @@ -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.sai...@dtsp.co.nz> +.\" by David Sainty <dsai...@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.sai...@dtsp.co.nz +.An David Sainty Aq Mt dsai...@netbsd.org