diff options
author | 2019-08-29 11:51:48 +0000 | |
---|---|---|
committer | 2019-08-29 11:51:48 +0000 | |
commit | e8df791254e06ae3b54022ffbfd467f85546cacd (patch) | |
tree | c8483a068ed288dcdf25f264f7b25940473c4ddc | |
parent | the latest commit introduced a regression in DATA filters (diff) | |
download | wireguard-openbsd-e8df791254e06ae3b54022ffbfd467f85546cacd.tar.xz wireguard-openbsd-e8df791254e06ae3b54022ffbfd467f85546cacd.zip |
Capitalize my last name in copyright.
-rw-r--r-- | sys/dev/fdt/bcm2835_aux.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/dwdog.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/exrtc.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/hidwusb.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/rkdwusb.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/rsbvar.h | 4 | ||||
-rw-r--r-- | sys/dev/fdt/sxirsb.c | 4 | ||||
-rw-r--r-- | sys/dev/fdt/xhci_fdt.c | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/fdt/bcm2835_aux.c b/sys/dev/fdt/bcm2835_aux.c index a7370e40228..6ed7dc6990b 100644 --- a/sys/dev/fdt/bcm2835_aux.c +++ b/sys/dev/fdt/bcm2835_aux.c @@ -1,6 +1,6 @@ -/* $OpenBSD: bcm2835_aux.c,v 1.3 2018/08/06 10:52:30 patrick Exp $ */ +/* $OpenBSD: bcm2835_aux.c,v 1.4 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/dwdog.c b/sys/dev/fdt/dwdog.c index 514848ffad8..4b54027054c 100644 --- a/sys/dev/fdt/dwdog.c +++ b/sys/dev/fdt/dwdog.c @@ -1,6 +1,6 @@ -/* $OpenBSD: dwdog.c,v 1.1 2017/07/25 20:20:09 kettenis Exp $ */ +/* $OpenBSD: dwdog.c,v 1.2 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/exrtc.c b/sys/dev/fdt/exrtc.c index 5525ae47e5b..20a2039304a 100644 --- a/sys/dev/fdt/exrtc.c +++ b/sys/dev/fdt/exrtc.c @@ -1,6 +1,6 @@ -/* $OpenBSD: exrtc.c,v 1.2 2017/03/11 00:18:43 kettenis Exp $ */ +/* $OpenBSD: exrtc.c,v 1.3 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/hidwusb.c b/sys/dev/fdt/hidwusb.c index fbdbbea4dbe..71f7a261c6b 100644 --- a/sys/dev/fdt/hidwusb.c +++ b/sys/dev/fdt/hidwusb.c @@ -1,6 +1,6 @@ -/* $OpenBSD: hidwusb.c,v 1.1 2018/08/27 13:56:11 kettenis Exp $ */ +/* $OpenBSD: hidwusb.c,v 1.2 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017, 2018 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017, 2018 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/rkdwusb.c b/sys/dev/fdt/rkdwusb.c index 54c5c54d8c5..7bf2947013d 100644 --- a/sys/dev/fdt/rkdwusb.c +++ b/sys/dev/fdt/rkdwusb.c @@ -1,6 +1,6 @@ -/* $OpenBSD: rkdwusb.c,v 1.2 2018/04/08 13:33:01 kettenis Exp $ */ +/* $OpenBSD: rkdwusb.c,v 1.3 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/rsbvar.h b/sys/dev/fdt/rsbvar.h index 72ddd1088d8..e0913dde129 100644 --- a/sys/dev/fdt/rsbvar.h +++ b/sys/dev/fdt/rsbvar.h @@ -1,6 +1,6 @@ -/* $OpenBSD: rsbvar.h,v 1.2 2017/12/16 21:09:38 kettenis Exp $ */ +/* $OpenBSD: rsbvar.h,v 1.3 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/sxirsb.c b/sys/dev/fdt/sxirsb.c index 6136e2a4359..528a40a7a76 100644 --- a/sys/dev/fdt/sxirsb.c +++ b/sys/dev/fdt/sxirsb.c @@ -1,6 +1,6 @@ -/* $OpenBSD: sxirsb.c,v 1.2 2017/12/16 21:09:38 kettenis Exp $ */ +/* $OpenBSD: sxirsb.c,v 1.3 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/dev/fdt/xhci_fdt.c b/sys/dev/fdt/xhci_fdt.c index 705f6e6e372..8c2d6e6c53a 100644 --- a/sys/dev/fdt/xhci_fdt.c +++ b/sys/dev/fdt/xhci_fdt.c @@ -1,6 +1,6 @@ -/* $OpenBSD: xhci_fdt.c,v 1.13 2019/04/01 08:43:04 patrick Exp $ */ +/* $OpenBSD: xhci_fdt.c,v 1.14 2019/08/29 11:51:48 kettenis Exp $ */ /* - * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> + * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |